.seatComponents-secondary-navigation .secondary-nav .base {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
}

.seatComponents-secondary-navigation .secondary-nav .base > .dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  padding: 5px 0;
}

.seatComponents-secondary-navigation .secondary-nav .base > .dropdown .dropdown-toggle {
  display: block;
}

.seatComponents-secondary-navigation .secondary-nav .base > .dropdown .dropdown-menu {
  width: 100%;
  float: none;
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
}

.seatComponents-secondary-navigation .secondary-nav .base > .dropdown.open {
  padding: 15px 0;
  position: static;
}

.seatComponents-secondary-navigation .ctaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seatComponents-secondary-navigation .ctaList .cta {
  padding: 0px;
  font-size: 16px;
  text-align: center;
  width: 202px;
  height: 48px;
  margin: 16px;
  color: #ffffff;
  border: solid 1px #dbd3cb;
  background-color: #1b1b1b;
}

@media only screen and (min-width: 1024px) {
  .seatComponents-secondary-navigation .secondary-nav.hidden-lg {
    display: none;
  }
  .seatComponents-secondary-navigation .secondary-nav .base {
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1440px;
  }
  .seatComponents-secondary-navigation .secondary-nav .base .title:after {
    font-size: 200%;
    padding-left: 15px;
  }
  .seatComponents-secondary-navigation .secondary-nav .base .nav {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .seatComponents-secondary-navigation .secondary-nav .base .nav li {
    width: auto;
    float: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .seatComponents-secondary-navigation .secondary-nav .base > .dropdown {
    text-align: center;
  }
  .seatComponents-secondary-navigation .secondary-nav .base > .dropdown .dropdown-toggle {
    text-align: center;
    display: inline-block;
    position: relative;
    padding-right: 17px;
  }
}

/* VIEWPORT WIDTH */
/* BOOTSTRAP BREAKPOINTS */
/* PATHS */
/* MEDIA QUERIES */
/* MIXINS */
/* FUNCTIONS */
.container-body {
  /* M - 764px */
  /* L - 1016px */
  /* XL - 1436px */
}
.container-body .blackColor span,
.container-body .blackColor h3,
.container-body .blackColor p {
  color: #242221;
}
.container-body .whiteColor span,
.container-body .whiteColor h3,
.container-body .whiteColor p {
  color: #fff;
}
.container-body .bgBlack {
  background-color: #242221;
}
.container-body .bgBlack span,
.container-body .bgBlack h3,
.container-body .bgBlack p {
  color: #fff;
}
.container-body .bgBluePetrol {
  background-color: #003c4a;
}
.container-body .bgBluePetrol span,
.container-body .bgBluePetrol h3,
.container-body .bgBluePetrol p {
  color: #fff;
}
.container-body .bgWhite {
  background-color: #fff;
}
.container-body .bgWhite span,
.container-body .bgWhite h3,
.container-body .bgWhite p {
  color: #242221;
}
.container-body .btnBlack-primary {
  color: #242221;
  border: solid 1px #242221;
  padding: 8px 16px;
  display: inline-block;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: pre;
  vertical-align: bottom;
  transition: none;
}
.container-body .btnBlack-primary:hover {
  border: solid 1px rgba(36, 34, 33, 0.6);
  color: rgba(36, 34, 33, 0.6);
}
.container-body .btnBlack-primary:active {
  border: solid 2px #242221;
  color: #242221;
}
.container-body .btnBlack-primary:disabled {
  border: solid 1px rgba(36, 34, 33, 0.35);
  background-color: rgba(36, 34, 33, 0.35);
}
.container-body .btnBluePetrol-primary {
  color: #fff;
  border: solid 1px #003e51;
  background-color: #003e51;
  padding: 8px 16px;
  display: inline-block;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: pre;
  vertical-align: bottom;
  transition: none;
}
.container-body .btnBluePetrol-primary:hover {
  border: solid 1px rgba(0, 62, 81, 0.8);
  background-color: rgba(0, 62, 81, 0.8);
}
.container-body .btnBluePetrol-primary:active {
  border: solid 1px #242221;
  background-color: #242221;
}
.container-body .btnBluePetrol-primary:disabled {
  border: solid 1px rgba(0, 62, 81, 0.4);
  background-color: rgba(0, 62, 81, 0.4);
}
.container-body .btnBluePetrol-secondary {
  color: #003e51;
  border: solid 1px #003e51;
  padding: 8px 16px;
  display: inline-block;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: pre;
  vertical-align: bottom;
  transition: none;
}
.container-body .btnBluePetrol-secondary:hover {
  color: rgba(0, 62, 81, 0.6);
  border: solid 1px rgba(0, 62, 81, 0.6);
}
.container-body .btnBluePetrol-secondary:active {
  color: #242221;
  border: solid 2px #242221;
}
.container-body .btnBluePetrol-secondary:disabled {
  color: rgba(0, 62, 81, 0.35);
  border: solid 1px rgba(0, 62, 81, 0.35);
}
.container-body .btnWhite-primary {
  color: #fff;
  border: solid 1px #fff;
  padding: 8px 16px;
  display: inline-block;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: pre;
  vertical-align: bottom;
  transition: none;
}
.container-body .btnWhite-primary:hover {
  border: solid 1px rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}
.container-body .btnWhite-primary:active {
  border: solid 2px #fff;
  color: #fff;
}
.container-body .btnWhite-primary:disabled {
  border: solid 1px rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.35);
}
.container-body .btnWhite-secondary {
  color: rgba(36, 34, 33, 0.8);
  border: solid 1px #fff;
  background-color: #fff;
  padding: 8px 16px;
  display: inline-block;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: pre;
  vertical-align: bottom;
  transition: none;
}
.container-body .btnWhite-secondary:hover {
  color: rgba(36, 34, 33, 0.6);
}
.container-body .btnWhite-secondary:active {
  color: #242221;
  border: solid 1px #fff;
}
.container-body .btnWhite-secondary:disabled {
  color: rgba(245, 245, 245, 0.2);
  border: solid 1px rgba(245, 245, 245, 0.2);
  background-color: rgba(245, 245, 245, 0.2);
}
.container-body .linkBlack {
  position: absolute;
  padding-left: 6.25vw;
}
.container-body .linkBlack::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 6.25vw;
  left: 0;
  bottom: 1.25vw;
  background: #242221;
}
.container-body .linkBlack span {
  padding-left: 8px;
  color: #242221;
  transition: none;
}
.container-body .linkBlack:hover::after {
  background: rgba(36, 34, 33, 0.6);
}
.container-body .linkBlack:hover span {
  color: rgba(36, 34, 33, 0.6);
}
.container-body .linkBlack:active::after {
  height: 2px;
  background: #003c4a;
}
.container-body .linkBlack:active span {
  color: #003c4a;
}
.container-body .linkBlack:disabled::after {
  background: rgba(36, 34, 33, 0.35);
}
.container-body .linkBlack:disabled span {
  color: rgba(36, 34, 33, 0.35);
}
.container-body .linkWhite {
  position: absolute;
  padding-left: 6.25vw;
}
.container-body .linkWhite::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 6.25vw;
  left: 0;
  bottom: 1.25vw;
  background: #fff;
}
.container-body .linkWhite span {
  padding-left: 2.5vw;
  color: #fff;
  transition: none;
}
.container-body .linkWhite:hover::after {
  background: rgba(245, 245, 245, 0.6);
}
.container-body .linkWhite:hover span {
  color: rgba(245, 245, 245, 0.6);
}
.container-body .linkWhite:active::after {
  height: 2px;
  background: #fff;
}
.container-body .linkWhite:active span {
  color: #fff;
}
.container-body .linkWhite:disabled::after {
  background: rgba(213, 213, 213, 0.35);
}
.container-body .linkWhite:disabled span {
  color: rgba(213, 213, 213, 0.35);
}
.container-body .blackOverlayTop,
.container-body .whiteOverlayTop,
.container-body .blackOverlayBottom,
.container-body .whiteOverlayBottom {
  position: absolute;
  width: 100%;
  left: 0;
}
.container-body .blackOverlayTop,
.container-body .whiteOverlayTop {
  top: 0;
}
.container-body .blackOverlayBottom,
.container-body .whiteOverlayBottom {
  bottom: 0;
}
.container-body .blackOverlayTop {
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
}
.container-body .whiteOverlayTop {
  background: linear-gradient(to bottom, #242221, rgba(36, 34, 33, 0));
}
.container-body .blackOverlayBottom {
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0));
}
.container-body .whiteOverlayBottom {
  background: linear-gradient(to top, #242221, rgba(36, 34, 33, 0));
}
@media (min-width: 764px) {
  .container-body .linkBlack,
  .container-body .linkWhite {
    padding-left: 2.6178010471vw;
  }
  .container-body .linkBlack span,
  .container-body .linkWhite span {
    padding-left: 1.0471204188vw;
  }
  .container-body .linkBlack::after,
  .container-body .linkWhite::after {
    width: 2.6178010471vw;
    bottom: 0.2617801047vw;
  }
}
@media (min-width: 1016px) {
  .container-body .linkBlack,
  .container-body .linkWhite {
    padding-left: 1.968503937vw;
  }
  .container-body .linkBlack span,
  .container-body .linkWhite span {
    padding-left: 0.7874015748vw;
  }
  .container-body .linkBlack::after,
  .container-body .linkWhite::after {
    width: 1.968503937vw;
    bottom: 0.5905511811vw;
  }
}
@media (min-width: 1436px) {
  .container-body .linkBlack,
  .container-body .linkWhite {
    padding-left: 24px;
  }
  .container-body .linkBlack span,
  .container-body .linkWhite span {
    padding-left: 8px;
  }
  .container-body .linkBlack::after,
  .container-body .linkWhite::after {
    width: 24px;
    bottom: 6px;
  }
}

.button {
  max-height: 40px;
  padding: 10px 16px 14px 16px;
  font-size: 14px;
  line-height: 16px;
  font-family: "CupraRegular", serif;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  overflow: hidden;
  color: #ffffff;
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
}
.button:hover,
.button:active,
.button:focus,
.button:active:focus {
  color: #ffffff;
  background-color: #75787b;
  border: 1px solid #75787b;
  outline: none;
  border-radius: 0;
  box-shadow: 0 0 0 0;
}
.button.secondary {
  color: #1b1b1b;
  background-color: transparent;
  border-color: #1b1b1b;
}
.button.secondary:hover,
.button.secondary:active,
.button.secondary:focus,
.button.secondary:active:focus {
  box-shadow: inset 0px 0px 0px 1px #1b1b1b;
}
.button.rounded-button {
  border-radius: 24px;
  padding: 11px 0 13px;
}
.button.rounded-button::before {
  background-image: url("../../../../content/dam/react-cupra/icons/plus-icon.svg");
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  vertical-align: unset;
}
.button.rounded-button a {
  color: #ffffff;
  vertical-align: super;
  margin-left: 4px;
}
@media (min-width: 1016px) {
  .button {
    max-height: 48px;
    padding: 12px 16px 16px 16px;
    line-height: 20px;
    font-size: 16px;
  }
  .button.rounded-button {
    padding: 13px 0 15px;
  }
}

.dark .button,
.transparent .button {
  color: #000000;
  background-color: #dbd3cb;
  border: 1px solid #dbd3cb;
}
.dark .button:hover,
.dark .button:active,
.dark .button:focus,
.dark .button:active:focus,
.transparent .button:hover,
.transparent .button:active,
.transparent .button:focus,
.transparent .button:active:focus {
  color: #1b1b1b;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  outline: none;
  border-radius: 0;
  box-shadow: 0 0 0 0;
}
.dark .button.secondary,
.transparent .button.secondary {
  color: #ffffff;
  background-color: transparent;
  border-color: #dbd3cb;
}
.dark .button.secondary:hover,
.dark .button.secondary:active,
.dark .button.secondary:focus,
.dark .button.secondary:active:focus,
.transparent .button.secondary:hover,
.transparent .button.secondary:active,
.transparent .button.secondary:focus,
.transparent .button.secondary:active:focus {
  box-shadow: inset 0px 0px 0px 1px #dbd3cb;
}

@media (min-width: 1436px) {
  .cupra-container {
    margin: 0 auto;
    max-width: 1436px;
    position: relative;
  }
}

.seatComponents-advanced-richtext.title-cupra.left-margin-cupra {
  padding: 54px 16px 16px 16px;
}
@media (min-width: 764px) {
  .seatComponents-advanced-richtext.title-cupra.left-margin-cupra {
    padding: 54px 32px 24px 32px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-advanced-richtext.title-cupra.left-margin-cupra {
    margin-left: 16.14%;
    padding: 104px 32px 24px 32px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-advanced-richtext.title-cupra.left-margin-cupra {
    margin-left: 16.29%;
    padding: 104px 32px 16px 32px;
  }
}
.seatComponents-advanced-richtext.title-cupra h2 {
  font-size: 30px;
  line-height: 32px;
  width: 100%;
  margin: 0 0 16px 0;
  text-align: left;
  text-transform: uppercase;
  font-family: "CupraBook", serif;
  color: #000000;
}
@media (min-width: 764px) {
  .seatComponents-advanced-richtext.title-cupra h2 {
    font-size: 40px;
    line-height: 44px;
    width: 57.28vw;
    font-family: "CupraLight", serif;
  }
}
@media (min-width: 1016px) {
  .seatComponents-advanced-richtext.title-cupra h2 {
    font-size: 48px;
    line-height: 52px;
    width: 45.27vw;
  }
}
@media (min-width: 1436px) {
  .seatComponents-advanced-richtext.title-cupra h2 {
    width: 46.67vw;
    font-size: 60px;
    line-height: 64px;
    margin: 0 0 24px 0;
  }
}
.seatComponents-advanced-richtext.title-cupra p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  font-family: "CupraBook";
  color: #666666;
}
@media (min-width: 764px) {
  .seatComponents-advanced-richtext.title-cupra p {
    font-size: 16px;
    line-height: 20px;
    width: 75.7vw;
  }
}
@media (min-width: 1016px) {
  .seatComponents-advanced-richtext.title-cupra p {
    font-size: 20px;
    line-height: 24px;
    width: 45.3vw;
  }
}
@media (min-width: 1436px) {
  .seatComponents-advanced-richtext.title-cupra p {
    width: 46.67vw;
  }
}

.left-black-arrow {
  width: 20px;
  height: 20px;
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/left-black-arrow.svg);
}

.right-black-arrow {
  width: 20px;
  height: 20px;
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/right-black-arrow.svg);
}

.modal-close-icon {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/black.png) no-repeat;
  height: 32px;
  width: 32px;
  background-size: contain;
}

.cupra-modal .icon-close {
  background: url("../../../../etc.clientlibs/seatComponents/components/specs-container/clientlibs/resources/images/black.png") no-repeat;
  height: 32px;
  width: 32px;
  background-size: contain;
  display: block;
  top: 16px;
  right: 16px;
  margin-top: 16px;
  position: sticky;
  z-index: 2;
  cursor: pointer;
  float: right;
}
@media (min-width: 764px) {
  .cupra-modal .icon-close {
    top: 32px;
    right: 32px;
    margin-top: 32px;
  }
}
@media (min-width: 1016px) {
  .cupra-modal .icon-close {
    z-index: 2;
    top: 106px;
    margin-top: 0;
  }
}
.cupra-modal .parallax-gallery.section {
  background: #f4f4f3;
}

@media (min-width: 1016px) {
  body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-header {
    position: sticky;
    z-index: 951;
    top: 0;
  }
}
body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-icon-close {
  margin: 0;
  position: sticky;
  top: 16px;
  right: 16px;
  margin-top: 16px;
  width: 32px;
  height: 32px;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-icon-close {
    top: 32px;
    right: 32px;
    margin-top: 32px;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-icon-close {
    top: 106px;
    margin-top: 0;
  }
}
body .modal-view-overlay .modal-view-container.cupra-modal .modal-view-icon-close-white {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-white.svg) center no-repeat;
}

/** modal centered **/
body .modal-view-overlay .modal-view-centered .modal-view-dialog {
  display: grid;
  padding: 16px 0;
  max-height: 100vh;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-view-dialog {
    padding: 40px 0;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay .modal-view-centered .modal-view-dialog {
    padding: 42px 0;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay .modal-view-centered .modal-view-dialog {
    padding: 64px 0;
  }
}
body .modal-view-overlay .modal-view-centered .modal-view-wrapper {
  position: relative;
  width: 100%;
  background: white;
  padding: 8px;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  justify-self: center;
  align-self: center;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-view-wrapper {
    width: 552px;
    padding: 16px;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay .modal-view-centered .modal-view-wrapper {
    margin: 40px 0;
    width: 720px;
    padding: 24px;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay .modal-view-centered .modal-view-wrapper {
    width: 766px;
  }
}
body .modal-view-overlay .modal-view-centered .modal-view-close {
  float: right;
  position: sticky;
  top: 0;
  display: block;
  height: 32px;
  width: 32px;
  cursor: pointer;
  z-index: 1;
}
body .modal-view-overlay .modal-view-centered .modal-view-body {
  padding: 8px;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-view-body {
    padding: 32px;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay .modal-view-centered .modal-view-body {
    padding: 24px;
  }
}
body .modal-view-overlay .modal-view-centered .modal-view-title {
  font-family: "CupraBook", sans-serif;
  font-size: 24px;
  line-height: 1.17;
  color: #000000;
  height: unset;
  max-height: 168px;
  text-transform: uppercase;
  overflow: hidden;
  max-width: 216px;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-view-title {
    width: 456px;
    max-height: 128px;
    font-size: 30px;
    line-height: 1.07;
    max-width: 445px;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay .modal-view-centered .modal-view-title {
    width: 624px;
    font-size: 24px;
    line-height: 1.17;
    max-height: 56px;
    max-width: 609px;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay .modal-view-centered .modal-view-title {
    width: 638px;
    font-size: 30px;
    line-height: 1.07;
    max-height: 64px;
    max-width: 654px;
  }
}
body .modal-view-overlay .modal-view-centered .modal-view-description {
  margin-top: 24px;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-view-description {
    margin-top: 40px;
  }
}
body .modal-view-overlay .modal-view-centered .modal-view-description p {
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #666666;
  margin: 0;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-view-description p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/** page **/
.modal-view-page.modal-view-body > div > .row {
  transform: translateY(-25px);
}
@media (min-width: 764px) {
  .modal-view-page.modal-view-body > div > .row {
    transform: translateY(0);
  }
}
@media (min-width: 1016px) {
  .modal-view-page.modal-view-body > div > .row {
    transform: translateY(-10px);
  }
}
.modal-view-page.modal-view-body .row {
  display: grid;
  width: 100%;
}
.modal-view-page.modal-view-body .row > .col {
  display: grid;
}
.modal-view-page.modal-view-body .row > .col > div {
  display: grid;
}
.modal-view-page.modal-view-body .modal-view-title,
.modal-view-page.modal-view-body .modal-view-title p {
  font-family: "CupraBook", sans-serif;
  font-size: 24px;
  line-height: 1.17;
  color: #000000;
  height: unset;
  max-height: unset;
  text-transform: uppercase;
  overflow: hidden;
}
@media (min-width: 764px) {
  .modal-view-page.modal-view-body .modal-view-title,
  .modal-view-page.modal-view-body .modal-view-title p {
    font-size: 30px;
    line-height: 1.07;
  }
}
@media (min-width: 1016px) {
  .modal-view-page.modal-view-body .modal-view-title,
  .modal-view-page.modal-view-body .modal-view-title p {
    font-size: 24px;
    line-height: 1.17;
  }
}
@media (min-width: 1436px) {
  .modal-view-page.modal-view-body .modal-view-title,
  .modal-view-page.modal-view-body .modal-view-title p {
    font-size: 30px;
    line-height: 1.07;
  }
}
.modal-view-page.modal-view-body .modal-view-description,
.modal-view-page.modal-view-body .modal-view-list {
  margin-top: 24px;
  max-height: unset;
}
@media (min-width: 764px) {
  .modal-view-page.modal-view-body .modal-view-description,
  .modal-view-page.modal-view-body .modal-view-list {
    margin-top: 40px;
  }
}
.modal-view-page.modal-view-body .modal-view-description p,
.modal-view-page.modal-view-body .modal-view-description ul,
.modal-view-page.modal-view-body .modal-view-description li,
.modal-view-page.modal-view-body .modal-view-description div,
.modal-view-page.modal-view-body .modal-view-description span,
.modal-view-page.modal-view-body .modal-view-list p,
.modal-view-page.modal-view-body .modal-view-list ul,
.modal-view-page.modal-view-body .modal-view-list li,
.modal-view-page.modal-view-body .modal-view-list div,
.modal-view-page.modal-view-body .modal-view-list span {
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #666666;
  margin: 0;
}
@media (min-width: 1016px) {
  .modal-view-page.modal-view-body .modal-view-description p,
  .modal-view-page.modal-view-body .modal-view-description ul,
  .modal-view-page.modal-view-body .modal-view-description li,
  .modal-view-page.modal-view-body .modal-view-description div,
  .modal-view-page.modal-view-body .modal-view-description span,
  .modal-view-page.modal-view-body .modal-view-list p,
  .modal-view-page.modal-view-body .modal-view-list ul,
  .modal-view-page.modal-view-body .modal-view-list li,
  .modal-view-page.modal-view-body .modal-view-list div,
  .modal-view-page.modal-view-body .modal-view-list span {
    font-size: 16px;
    line-height: 1.5;
  }
}
.modal-view-page.modal-view-body .modal-view-description ul,
.modal-view-page.modal-view-body .modal-view-list ul {
  margin-top: 16px;
  padding: 0;
}
.modal-view-page.modal-view-body .modal-view-description ul li,
.modal-view-page.modal-view-body .modal-view-list ul li {
  list-style-position: outside;
  margin-bottom: 8px;
  margin-left: 22px;
  line-height: 24px;
}
.modal-view-page.modal-view-body .modal-view-list {
  margin-top: 16px;
}
@media (min-width: 764px) {
  .modal-view-page.modal-view-body .modal-view-list {
    margin-top: 0;
  }
}
.modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row {
  grid-template-columns: 1fr;
  margin: 0;
}
@media (min-width: 764px) {
  .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
  }
}
@media (min-width: 1016px) {
  .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row {
    grid-template-columns: 3fr 5.3fr;
  }
}
@media (min-width: 1436px) {
  .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row {
    grid-template-columns: 2fr 4.3fr;
  }
}
.modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col {
  padding: 0;
  margin: 0;
}
@media (min-width: 764px) {
  .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col:first-child {
    grid-column: 1/3;
  }
}
.modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col:first-child p {
  font-family: "CupraMedium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin: 24px 0 16px;
}
@media (min-width: 764px) {
  .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col:first-child p {
    margin: 40px 0 32px;
  }
}
@media (min-width: 1016px) {
  .modal-view-page.modal-view-body .seatComponents-grid-container.modal-view-images-text .row .col:first-child p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.modal-view-page.modal-view-body .seatComponents-grid-container .image.section {
  width: 100%;
}
.modal-view-page.modal-view-body .seatComponents-grid-container .image.section img {
  width: 100%;
}
.modal-view-page.modal-view-body div.separator-bar.section {
  margin: 16px 0 0 0;
}
@media (min-width: 764px) {
  .modal-view-page.modal-view-body div.separator-bar.section {
    margin: 40px 0 0 0;
  }
}
.modal-view-page.modal-view-body div.advanced-richtext.section,
.modal-view-page.modal-view-body div.grid-container.section {
  margin: 0;
}
.modal-view-page.modal-view-body div.advanced-richtext.section p,
.modal-view-page.modal-view-body div.grid-container.section p {
  margin: 0;
}

button.cta-squared,
input[type="button"].cta-squared,
a[role="button"].cta-squared,
a.cta-squared,
button.cta-rounded,
input[type="button"].cta-rounded,
a[role="button"].cta-rounded,
a.cta-rounded,
button.cta-tertiary,
input[type="button"].cta-tertiary,
a[role="button"].cta-tertiary,
a.cta-tertiary,
#cupra-offer-page button[type="submit"],
.dynamic-form-multi-step .newBookTestDrive .btn-continue,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
  min-width: 136px;
  cursor: pointer;
  padding: 10px 16px 14px 16px;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: "CupraRegular", sans-serif;
  text-align: center;
  transition: all 0.5s linear;
  transition: border 0s;
  max-height: 40px;
}
button.cta-squared:hover,
input[type="button"].cta-squared:hover,
a.cta-squared:hover,
button.cta-rounded:hover,
input[type="button"].cta-rounded:hover,
a.cta-rounded:hover,
button.cta-tertiary:hover,
input[type="button"].cta-tertiary:hover,
a.cta-tertiary:hover,
#cupra-offer-page button[type="submit"]:hover,
.dynamic-form-multi-step .newBookTestDrive .btn-continue:hover,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:hover,
button.cta-squared:focus,
input[type="button"].cta-squared:focus,
a.cta-squared:focus,
button.cta-rounded:focus,
input[type="button"].cta-rounded:focus,
a.cta-rounded:focus,
button.cta-tertiary:focus,
input[type="button"].cta-tertiary:focus,
a.cta-tertiary:focus,
#cupra-offer-page button[type="submit"]:focus,
.dynamic-form-multi-step .newBookTestDrive .btn-continue:focus,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:focus {
  outline: none;
}
@media (min-width: 1016px) {
  button.cta-squared,
  input[type="button"].cta-squared,
  a[role="button"].cta-squared,
  a.cta-squared,
  button.cta-rounded,
  input[type="button"].cta-rounded,
  a[role="button"].cta-rounded,
  a.cta-rounded,
  button.cta-tertiary,
  input[type="button"].cta-tertiary,
  a[role="button"].cta-tertiary,
  a.cta-tertiary,
  #cupra-offer-page button[type="submit"],
  .dynamic-form-multi-step .newBookTestDrive .btn-continue,
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
    padding: 12px 16px 16px 16px;
    font-size: 16px;
    max-height: 44px;
  }
}
button.cta-squared span,
input[type="button"].cta-squared span,
a[role="button"].cta-squared span,
a.cta-squared span,
button.cta-rounded span,
input[type="button"].cta-rounded span,
a[role="button"].cta-rounded span,
a.cta-rounded span,
button.cta-tertiary span,
input[type="button"].cta-tertiary span,
a[role="button"].cta-tertiary span,
a.cta-tertiary span,
#cupra-offer-page button[type="submit"] span,
.dynamic-form-multi-step .newBookTestDrive .btn-continue span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem span {
  font-size: 14px;
  font-family: "CupraRegular", sans-serif;
  display: block;
  line-height: 16px;
  max-height: 16px;
  overflow: hidden;
}
@media (min-width: 1016px) {
  button.cta-squared span,
  input[type="button"].cta-squared span,
  a[role="button"].cta-squared span,
  a.cta-squared span,
  button.cta-rounded span,
  input[type="button"].cta-rounded span,
  a[role="button"].cta-rounded span,
  a.cta-rounded span,
  button.cta-tertiary span,
  input[type="button"].cta-tertiary span,
  a[role="button"].cta-tertiary span,
  a.cta-tertiary span,
  #cupra-offer-page button[type="submit"] span,
  .dynamic-form-multi-step .newBookTestDrive .btn-continue span,
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem span {
    font-size: 16px;
    line-height: 20px;
    max-height: 20px;
  }
}
button.cta-smallest.cta-squared,
input.cta-smallest[type="button"].cta-squared,
a.cta-smallest.cta-squared,
button.cta-smallest.cta-rounded,
input.cta-smallest[type="button"].cta-rounded,
a.cta-smallest.cta-rounded,
button.cta-smallest.cta-tertiary,
input.cta-smallest[type="button"].cta-tertiary,
a.cta-smallest.cta-tertiary,
#cupra-offer-page button.cta-smallest[type="submit"],
.dynamic-form-multi-step .newBookTestDrive .cta-smallest.btn-continue,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-smallest.ctaItem {
  padding: 8px 16px;
}
@media (min-width: 1016px) {
  button.cta-smallest.cta-squared,
  input.cta-smallest[type="button"].cta-squared,
  a.cta-smallest.cta-squared,
  button.cta-smallest.cta-rounded,
  input.cta-smallest[type="button"].cta-rounded,
  a.cta-smallest.cta-rounded,
  button.cta-smallest.cta-tertiary,
  input.cta-smallest[type="button"].cta-tertiary,
  a.cta-smallest.cta-tertiary,
  #cupra-offer-page button.cta-smallest[type="submit"],
  .dynamic-form-multi-step .newBookTestDrive .cta-smallest.btn-continue,
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-smallest.ctaItem {
    font-size: 14px;
    padding: 8px 16px;
  }
}
button.cta-smallest.cta-squared span,
input.cta-smallest[type="button"].cta-squared span,
a.cta-smallest.cta-squared span,
button.cta-smallest.cta-rounded span,
input.cta-smallest[type="button"].cta-rounded span,
a.cta-smallest.cta-rounded span,
button.cta-smallest.cta-tertiary span,
input.cta-smallest[type="button"].cta-tertiary span,
a.cta-smallest.cta-tertiary span,
#cupra-offer-page button.cta-smallest[type="submit"] span,
.dynamic-form-multi-step .newBookTestDrive .cta-smallest.btn-continue span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-smallest.ctaItem span {
  font-size: 14px;
}
@media (min-width: 1016px) {
  button.cta-smallest.cta-squared span,
  input.cta-smallest[type="button"].cta-squared span,
  a.cta-smallest.cta-squared span,
  button.cta-smallest.cta-rounded span,
  input.cta-smallest[type="button"].cta-rounded span,
  a.cta-smallest.cta-rounded span,
  button.cta-smallest.cta-tertiary span,
  input.cta-smallest[type="button"].cta-tertiary span,
  a.cta-smallest.cta-tertiary span,
  #cupra-offer-page button.cta-smallest[type="submit"] span,
  .dynamic-form-multi-step .newBookTestDrive .cta-smallest.btn-continue span,
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-smallest.ctaItem span {
    font-size: 14px;
  }
}

button.cta-squared.cta-light.cta-primary,
input[type="button"].cta-squared.cta-light.cta-primary,
a[role="button"].cta-squared.cta-light.cta-primary,
a.cta-squared.cta-light.cta-primary,
button.cta-rounded.cta-light,
input[type="button"].cta-rounded.cta-light,
a[role="button"].cta-rounded.cta-light,
a.cta-rounded.cta-light {
  background-color: #dbd3cb;
  color: #000000;
}
button.cta-squared.cta-light.cta-primary span,
input[type="button"].cta-squared.cta-light.cta-primary span,
a[role="button"].cta-squared.cta-light.cta-primary span,
a.cta-squared.cta-light.cta-primary span,
button.cta-rounded.cta-light span,
input[type="button"].cta-rounded.cta-light span,
a[role="button"].cta-rounded.cta-light span,
a.cta-rounded.cta-light span {
  color: #000000;
}
button.cta-squared.cta-light.cta-primary:hover,
input[type="button"].cta-squared.cta-light.cta-primary:hover,
a.cta-squared.cta-light.cta-primary:hover,
button.cta-rounded.cta-light:hover,
input[type="button"].cta-rounded.cta-light:hover,
a.cta-rounded.cta-light:hover {
  background-color: white;
}
button.cta-squared.cta-light.cta-primary:disabled,
input[type="button"].cta-squared.cta-light.cta-primary:disabled,
a.cta-squared.cta-light.cta-primary:disabled,
button.cta-rounded.cta-light:disabled,
input[type="button"].cta-rounded.cta-light:disabled,
a.cta-rounded.cta-light:disabled,
button.disabled.cta-squared.cta-light.cta-primary,
input.disabled[type="button"].cta-squared.cta-light.cta-primary,
a.disabled.cta-squared.cta-light.cta-primary,
button.disabled.cta-rounded.cta-light,
input.disabled[type="button"].cta-rounded.cta-light,
a.disabled.cta-rounded.cta-light {
  background-color: #f8f6f5;
  color: #d1d1d1;
  cursor: not-allowed;
}
button.cta-squared.cta-light.cta-primary:disabled span,
input[type="button"].cta-squared.cta-light.cta-primary:disabled span,
a.cta-squared.cta-light.cta-primary:disabled span,
button.cta-rounded.cta-light:disabled span,
input[type="button"].cta-rounded.cta-light:disabled span,
a.cta-rounded.cta-light:disabled span,
button.disabled.cta-squared.cta-light.cta-primary span,
input.disabled[type="button"].cta-squared.cta-light.cta-primary span,
a.disabled.cta-squared.cta-light.cta-primary span,
button.disabled.cta-rounded.cta-light span,
input.disabled[type="button"].cta-rounded.cta-light span,
a.disabled.cta-rounded.cta-light span {
  color: #d1d1d1;
}
button.cta-squared.cta-light.cta-primary:disabled:hover,
input[type="button"].cta-squared.cta-light.cta-primary:disabled:hover,
a.cta-squared.cta-light.cta-primary:disabled:hover,
button.cta-rounded.cta-light:disabled:hover,
input[type="button"].cta-rounded.cta-light:disabled:hover,
a.cta-rounded.cta-light:disabled:hover,
button.cta-squared.cta-light.cta-primary:disabled:focus,
input[type="button"].cta-squared.cta-light.cta-primary:disabled:focus,
a.cta-squared.cta-light.cta-primary:disabled:focus,
button.cta-rounded.cta-light:disabled:focus,
input[type="button"].cta-rounded.cta-light:disabled:focus,
a.cta-rounded.cta-light:disabled:focus,
button.disabled.cta-squared.cta-light.cta-primary:hover,
input.disabled[type="button"].cta-squared.cta-light.cta-primary:hover,
a.disabled.cta-squared.cta-light.cta-primary:hover,
button.disabled.cta-rounded.cta-light:hover,
input.disabled[type="button"].cta-rounded.cta-light:hover,
a.disabled.cta-rounded.cta-light:hover,
button.disabled.cta-squared.cta-light.cta-primary:focus,
input.disabled[type="button"].cta-squared.cta-light.cta-primary:focus,
a.disabled.cta-squared.cta-light.cta-primary:focus,
button.disabled.cta-rounded.cta-light:focus,
input.disabled[type="button"].cta-rounded.cta-light:focus,
a.disabled.cta-rounded.cta-light:focus {
  background-color: #f8f6f5;
}
button.cta-plus-icon.cta-squared.cta-light.cta-primary:before,
input.cta-plus-icon[type="button"].cta-squared.cta-light.cta-primary:before,
a.cta-plus-icon.cta-squared.cta-light.cta-primary:before,
button.cta-plus-icon.cta-rounded.cta-light:before,
input.cta-plus-icon[type="button"].cta-rounded.cta-light:before,
a.cta-plus-icon.cta-rounded.cta-light:before {
  content: "";
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/plus-icon-black.svg) center no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  background-size: cover;
}
button.cta-plus-icon.cta-squared.cta-light.cta-primary span,
input.cta-plus-icon[type="button"].cta-squared.cta-light.cta-primary span,
a.cta-plus-icon.cta-squared.cta-light.cta-primary span,
button.cta-plus-icon.cta-rounded.cta-light span,
input.cta-plus-icon[type="button"].cta-rounded.cta-light span,
a.cta-plus-icon.cta-rounded.cta-light span {
  text-align: left;
  max-width: 80%;
}

button.cta-squared.cta-dark.cta-primary,
input[type="button"].cta-squared.cta-dark.cta-primary,
a[role="button"].cta-squared.cta-dark.cta-primary,
a.cta-squared.cta-dark.cta-primary,
button.cta-rounded.cta-dark,
input[type="button"].cta-rounded.cta-dark,
a[role="button"].cta-rounded.cta-dark,
a.cta-rounded.cta-dark,
#cupra-offer-page button[type="submit"],
.dynamic-form-multi-step .newBookTestDrive .btn-continue,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary {
  background-color: #1b1b1b;
  color: white;
}
button.cta-squared.cta-dark.cta-primary span,
input[type="button"].cta-squared.cta-dark.cta-primary span,
a[role="button"].cta-squared.cta-dark.cta-primary span,
a.cta-squared.cta-dark.cta-primary span,
button.cta-rounded.cta-dark span,
input[type="button"].cta-rounded.cta-dark span,
a[role="button"].cta-rounded.cta-dark span,
a.cta-rounded.cta-dark span,
#cupra-offer-page button[type="submit"] span,
.dynamic-form-multi-step .newBookTestDrive .btn-continue span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary span {
  color: white;
}
button.cta-squared.cta-dark.cta-primary:hover,
input[type="button"].cta-squared.cta-dark.cta-primary:hover,
a.cta-squared.cta-dark.cta-primary:hover,
button.cta-rounded.cta-dark:hover,
input[type="button"].cta-rounded.cta-dark:hover,
a.cta-rounded.cta-dark:hover,
#cupra-offer-page button[type="submit"]:hover,
.dynamic-form-multi-step .newBookTestDrive .btn-continue:hover,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:hover {
  background-color: #494949;
}
button.cta-squared.cta-dark.cta-primary:disabled,
input[type="button"].cta-squared.cta-dark.cta-primary:disabled,
a.cta-squared.cta-dark.cta-primary:disabled,
button.cta-rounded.cta-dark:disabled,
input[type="button"].cta-rounded.cta-dark:disabled,
a.cta-rounded.cta-dark:disabled,
#cupra-offer-page button[type="submit"]:disabled,
.dynamic-form-multi-step .newBookTestDrive .btn-continue:disabled,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:disabled,
button.disabled.cta-squared.cta-dark.cta-primary,
input.disabled[type="button"].cta-squared.cta-dark.cta-primary,
a.disabled.cta-squared.cta-dark.cta-primary,
button.disabled.cta-rounded.cta-dark,
input.disabled[type="button"].cta-rounded.cta-dark,
a.disabled.cta-rounded.cta-dark,
#cupra-offer-page button.disabled[type="submit"],
.dynamic-form-multi-step .newBookTestDrive .disabled.btn-continue,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem.cta-primary {
  background-color: #d1d1d1;
  color: white;
  cursor: not-allowed;
}
button.cta-squared.cta-dark.cta-primary:disabled span,
input[type="button"].cta-squared.cta-dark.cta-primary:disabled span,
a.cta-squared.cta-dark.cta-primary:disabled span,
button.cta-rounded.cta-dark:disabled span,
input[type="button"].cta-rounded.cta-dark:disabled span,
a.cta-rounded.cta-dark:disabled span,
#cupra-offer-page button[type="submit"]:disabled span,
.dynamic-form-multi-step .newBookTestDrive .btn-continue:disabled span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:disabled span,
button.disabled.cta-squared.cta-dark.cta-primary span,
input.disabled[type="button"].cta-squared.cta-dark.cta-primary span,
a.disabled.cta-squared.cta-dark.cta-primary span,
button.disabled.cta-rounded.cta-dark span,
input.disabled[type="button"].cta-rounded.cta-dark span,
a.disabled.cta-rounded.cta-dark span,
#cupra-offer-page button.disabled[type="submit"] span,
.dynamic-form-multi-step .newBookTestDrive .disabled.btn-continue span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem.cta-primary span {
  color: white;
}
button.cta-squared.cta-dark.cta-primary:disabled:hover,
input[type="button"].cta-squared.cta-dark.cta-primary:disabled:hover,
a.cta-squared.cta-dark.cta-primary:disabled:hover,
button.cta-rounded.cta-dark:disabled:hover,
input[type="button"].cta-rounded.cta-dark:disabled:hover,
a.cta-rounded.cta-dark:disabled:hover,
#cupra-offer-page button[type="submit"]:disabled:hover,
.dynamic-form-multi-step .newBookTestDrive .btn-continue:disabled:hover,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:disabled:hover,
button.cta-squared.cta-dark.cta-primary:disabled:focus,
input[type="button"].cta-squared.cta-dark.cta-primary:disabled:focus,
a.cta-squared.cta-dark.cta-primary:disabled:focus,
button.cta-rounded.cta-dark:disabled:focus,
input[type="button"].cta-rounded.cta-dark:disabled:focus,
a.cta-rounded.cta-dark:disabled:focus,
#cupra-offer-page button[type="submit"]:disabled:focus,
.dynamic-form-multi-step .newBookTestDrive .btn-continue:disabled:focus,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary:disabled:focus,
button.disabled.cta-squared.cta-dark.cta-primary:hover,
input.disabled[type="button"].cta-squared.cta-dark.cta-primary:hover,
a.disabled.cta-squared.cta-dark.cta-primary:hover,
button.disabled.cta-rounded.cta-dark:hover,
input.disabled[type="button"].cta-rounded.cta-dark:hover,
a.disabled.cta-rounded.cta-dark:hover,
#cupra-offer-page button.disabled[type="submit"]:hover,
.dynamic-form-multi-step .newBookTestDrive .disabled.btn-continue:hover,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem.cta-primary:hover,
button.disabled.cta-squared.cta-dark.cta-primary:focus,
input.disabled[type="button"].cta-squared.cta-dark.cta-primary:focus,
a.disabled.cta-squared.cta-dark.cta-primary:focus,
button.disabled.cta-rounded.cta-dark:focus,
input.disabled[type="button"].cta-rounded.cta-dark:focus,
a.disabled.cta-rounded.cta-dark:focus,
#cupra-offer-page button.disabled[type="submit"]:focus,
.dynamic-form-multi-step .newBookTestDrive .disabled.btn-continue:focus,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem.cta-primary:focus {
  background-color: #d1d1d1;
}
button.cta-plus-icon.cta-squared.cta-dark.cta-primary:before,
input.cta-plus-icon[type="button"].cta-squared.cta-dark.cta-primary:before,
a.cta-plus-icon.cta-squared.cta-dark.cta-primary:before,
button.cta-plus-icon.cta-rounded.cta-dark:before,
input.cta-plus-icon[type="button"].cta-rounded.cta-dark:before,
a.cta-plus-icon.cta-rounded.cta-dark:before,
#cupra-offer-page button.cta-plus-icon[type="submit"]:before,
.dynamic-form-multi-step .newBookTestDrive .cta-plus-icon.btn-continue:before,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-plus-icon.ctaItem.cta-primary:before {
  content: "";
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/plus-icon-white.png) center no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  background-size: cover;
}
button.cta-plus-icon.cta-squared.cta-dark.cta-primary span,
input.cta-plus-icon[type="button"].cta-squared.cta-dark.cta-primary span,
a.cta-plus-icon.cta-squared.cta-dark.cta-primary span,
button.cta-plus-icon.cta-rounded.cta-dark span,
input.cta-plus-icon[type="button"].cta-rounded.cta-dark span,
a.cta-plus-icon.cta-rounded.cta-dark span,
#cupra-offer-page button.cta-plus-icon[type="submit"] span,
.dynamic-form-multi-step .newBookTestDrive .cta-plus-icon.btn-continue span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .cta-plus-icon.ctaItem.cta-primary span {
  text-align: left;
  max-width: 80%;
}

button.cta-squared.cta-light.cta-secondary,
input[type="button"].cta-squared.cta-light.cta-secondary,
a[role="button"].cta-squared.cta-light.cta-secondary,
a.cta-squared.cta-light.cta-secondary {
  background-color: transparent;
  color: white;
  outline: solid 1px #dbd3cb;
}
button.cta-squared.cta-light.cta-secondary span,
input[type="button"].cta-squared.cta-light.cta-secondary span,
a[role="button"].cta-squared.cta-light.cta-secondary span,
a.cta-squared.cta-light.cta-secondary span {
  color: white;
}
button.cta-squared.cta-light.cta-secondary:hover,
input[type="button"].cta-squared.cta-light.cta-secondary:hover,
a.cta-squared.cta-light.cta-secondary:hover,
button.cta-squared.cta-light.cta-secondary:focus,
input[type="button"].cta-squared.cta-light.cta-secondary:focus,
a.cta-squared.cta-light.cta-secondary:focus {
  outline: solid 2px white;
}
button.cta-squared.cta-light.cta-secondary:disabled,
input[type="button"].cta-squared.cta-light.cta-secondary:disabled,
a.cta-squared.cta-light.cta-secondary:disabled,
button.disabled.cta-squared.cta-light.cta-secondary,
input.disabled[type="button"].cta-squared.cta-light.cta-secondary,
a.disabled.cta-squared.cta-light.cta-secondary {
  background-color: white;
  color: #666666;
  cursor: not-allowed;
}
button.cta-squared.cta-light.cta-secondary:disabled span,
input[type="button"].cta-squared.cta-light.cta-secondary:disabled span,
a.cta-squared.cta-light.cta-secondary:disabled span,
button.disabled.cta-squared.cta-light.cta-secondary span,
input.disabled[type="button"].cta-squared.cta-light.cta-secondary span,
a.disabled.cta-squared.cta-light.cta-secondary span {
  color: #666666;
}
button.cta-squared.cta-light.cta-secondary:disabled:hover,
input[type="button"].cta-squared.cta-light.cta-secondary:disabled:hover,
a.cta-squared.cta-light.cta-secondary:disabled:hover,
button.cta-squared.cta-light.cta-secondary:disabled:focus,
input[type="button"].cta-squared.cta-light.cta-secondary:disabled:focus,
a.cta-squared.cta-light.cta-secondary:disabled:focus,
button.disabled.cta-squared.cta-light.cta-secondary:hover,
input.disabled[type="button"].cta-squared.cta-light.cta-secondary:hover,
a.disabled.cta-squared.cta-light.cta-secondary:hover,
button.disabled.cta-squared.cta-light.cta-secondary:focus,
input.disabled[type="button"].cta-squared.cta-light.cta-secondary:focus,
a.disabled.cta-squared.cta-light.cta-secondary:focus {
  outline: solid 1px #dbd3cb;
}

button.cta-squared.cta-dark.cta-secondary,
input[type="button"].cta-squared.cta-dark.cta-secondary,
a[role="button"].cta-squared.cta-dark.cta-secondary,
a.cta-squared.cta-dark.cta-secondary,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
  background-color: transparent;
  color: #000000;
  outline: solid 1px #000000;
}
button.cta-squared.cta-dark.cta-secondary span,
input[type="button"].cta-squared.cta-dark.cta-secondary span,
a[role="button"].cta-squared.cta-dark.cta-secondary span,
a.cta-squared.cta-dark.cta-secondary span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem span {
  color: #000000;
}
button.cta-squared.cta-dark.cta-secondary:hover,
input[type="button"].cta-squared.cta-dark.cta-secondary:hover,
a.cta-squared.cta-dark.cta-secondary:hover,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:hover,
button.cta-squared.cta-dark.cta-secondary:focus,
input[type="button"].cta-squared.cta-dark.cta-secondary:focus,
a.cta-squared.cta-dark.cta-secondary:focus,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:focus {
  outline: solid 2px #000000;
}
button.cta-squared.cta-dark.cta-secondary:disabled,
input[type="button"].cta-squared.cta-dark.cta-secondary:disabled,
a.cta-squared.cta-dark.cta-secondary:disabled,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:disabled,
button.disabled.cta-squared.cta-dark.cta-secondary,
input.disabled[type="button"].cta-squared.cta-dark.cta-secondary,
a.disabled.cta-squared.cta-dark.cta-secondary,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem {
  background-color: transparent;
  color: #d1d1d1;
  cursor: not-allowed;
}
button.cta-squared.cta-dark.cta-secondary:disabled span,
input[type="button"].cta-squared.cta-dark.cta-secondary:disabled span,
a.cta-squared.cta-dark.cta-secondary:disabled span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:disabled span,
button.disabled.cta-squared.cta-dark.cta-secondary span,
input.disabled[type="button"].cta-squared.cta-dark.cta-secondary span,
a.disabled.cta-squared.cta-dark.cta-secondary span,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem span {
  color: #d1d1d1;
}
button.cta-squared.cta-dark.cta-secondary:disabled:hover,
input[type="button"].cta-squared.cta-dark.cta-secondary:disabled:hover,
a.cta-squared.cta-dark.cta-secondary:disabled:hover,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:disabled:hover,
button.cta-squared.cta-dark.cta-secondary:disabled:focus,
input[type="button"].cta-squared.cta-dark.cta-secondary:disabled:focus,
a.cta-squared.cta-dark.cta-secondary:disabled:focus,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:disabled:focus,
button.disabled.cta-squared.cta-dark.cta-secondary:hover,
input.disabled[type="button"].cta-squared.cta-dark.cta-secondary:hover,
a.disabled.cta-squared.cta-dark.cta-secondary:hover,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem:hover,
button.disabled.cta-squared.cta-dark.cta-secondary:focus,
input.disabled[type="button"].cta-squared.cta-dark.cta-secondary:focus,
a.disabled.cta-squared.cta-dark.cta-secondary:focus,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .disabled.ctaItem:focus {
  outline: solid 1px #000000;
}

button.cta-squared,
input[type="button"].cta-squared,
a[role="button"].cta-squared,
a.cta-squared {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
button.cta-rounded,
input[type="button"].cta-rounded,
a[role="button"].cta-rounded,
a.cta-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px 13px 16px;
  border-radius: 24px;
}
@media (min-width: 1016px) {
  button.cta-rounded,
  input[type="button"].cta-rounded,
  a[role="button"].cta-rounded,
  a.cta-rounded {
    padding: 13px 16px 15px 16px;
    border-radius: 24px;
  }
}
button.cta-tertiary,
input[type="button"].cta-tertiary,
a[role="button"].cta-tertiary,
a.cta-tertiary {
  text-align: left;
  min-width: unset;
  padding: 0;
  padding-right: 24px;
  transition: unset;
  position: relative;
  background: none;
}
button.cta-tertiary:after,
input[type="button"].cta-tertiary:after,
a[role="button"].cta-tertiary:after,
a.cta-tertiary:after {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -2px;
  right: 0;
}
button.cta-tertiary.cta-light,
input[type="button"].cta-tertiary.cta-light,
a[role="button"].cta-tertiary.cta-light,
a.cta-tertiary.cta-light {
  color: white;
}
button.cta-tertiary.cta-light span,
input[type="button"].cta-tertiary.cta-light span,
a[role="button"].cta-tertiary.cta-light span,
a.cta-tertiary.cta-light span {
  color: white;
}
button.cta-tertiary.cta-light:after,
input[type="button"].cta-tertiary.cta-light:after,
a[role="button"].cta-tertiary.cta-light:after,
a.cta-tertiary.cta-light:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
}
button.cta-tertiary.cta-light:hover,
input[type="button"].cta-tertiary.cta-light:hover,
a[role="button"].cta-tertiary.cta-light:hover,
a.cta-tertiary.cta-light:hover {
  color: #a3a3a3;
}
button.cta-tertiary.cta-light:hover span,
input[type="button"].cta-tertiary.cta-light:hover span,
a[role="button"].cta-tertiary.cta-light:hover span,
a.cta-tertiary.cta-light:hover span {
  color: #a3a3a3;
}
button.cta-tertiary.cta-light:hover:after,
input[type="button"].cta-tertiary.cta-light:hover:after,
a[role="button"].cta-tertiary.cta-light:hover:after,
a.cta-tertiary.cta-light:hover:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23A3A3A3%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
button.cta-tertiary.cta-light:disabled,
button.cta-tertiary.cta-light.disabled,
input[type="button"].cta-tertiary.cta-light:disabled,
input[type="button"].cta-tertiary.cta-light.disabled,
a[role="button"].cta-tertiary.cta-light:disabled,
a[role="button"].cta-tertiary.cta-light.disabled,
a.cta-tertiary.cta-light:disabled,
a.cta-tertiary.cta-light.disabled {
  color: #f8f6f5;
}
button.cta-tertiary.cta-light:disabled span,
button.cta-tertiary.cta-light.disabled span,
input[type="button"].cta-tertiary.cta-light:disabled span,
input[type="button"].cta-tertiary.cta-light.disabled span,
a[role="button"].cta-tertiary.cta-light:disabled span,
a[role="button"].cta-tertiary.cta-light.disabled span,
a.cta-tertiary.cta-light:disabled span,
a.cta-tertiary.cta-light.disabled span {
  color: #f8f6f5;
}
button.cta-tertiary.cta-light:disabled:after,
button.cta-tertiary.cta-light.disabled:after,
input[type="button"].cta-tertiary.cta-light:disabled:after,
input[type="button"].cta-tertiary.cta-light.disabled:after,
a[role="button"].cta-tertiary.cta-light:disabled:after,
a[role="button"].cta-tertiary.cta-light.disabled:after,
a.cta-tertiary.cta-light:disabled:after,
a.cta-tertiary.cta-light.disabled:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23f8f6f5%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
button.cta-tertiary.cta-dark,
input[type="button"].cta-tertiary.cta-dark,
a[role="button"].cta-tertiary.cta-dark,
a.cta-tertiary.cta-dark {
  color: #000000;
}
button.cta-tertiary.cta-dark span,
input[type="button"].cta-tertiary.cta-dark span,
a[role="button"].cta-tertiary.cta-dark span,
a.cta-tertiary.cta-dark span {
  color: #000000;
}
button.cta-tertiary.cta-dark:after,
input[type="button"].cta-tertiary.cta-dark:after,
a[role="button"].cta-tertiary.cta-dark:after,
a.cta-tertiary.cta-dark:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
button.cta-tertiary.cta-dark:hover,
input[type="button"].cta-tertiary.cta-dark:hover,
a[role="button"].cta-tertiary.cta-dark:hover,
a.cta-tertiary.cta-dark:hover {
  color: #494949;
}
button.cta-tertiary.cta-dark:hover span,
input[type="button"].cta-tertiary.cta-dark:hover span,
a[role="button"].cta-tertiary.cta-dark:hover span,
a.cta-tertiary.cta-dark:hover span {
  color: #494949;
}
button.cta-tertiary.cta-dark:hover:after,
input[type="button"].cta-tertiary.cta-dark:hover:after,
a[role="button"].cta-tertiary.cta-dark:hover:after,
a.cta-tertiary.cta-dark:hover:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23494949%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
button.cta-tertiary.cta-dark:disabled,
button.cta-tertiary.cta-dark.disabled,
input[type="button"].cta-tertiary.cta-dark:disabled,
input[type="button"].cta-tertiary.cta-dark.disabled,
a[role="button"].cta-tertiary.cta-dark:disabled,
a[role="button"].cta-tertiary.cta-dark.disabled,
a.cta-tertiary.cta-dark:disabled,
a.cta-tertiary.cta-dark.disabled {
  color: #d1d1d1;
}
button.cta-tertiary.cta-dark:disabled span,
button.cta-tertiary.cta-dark.disabled span,
input[type="button"].cta-tertiary.cta-dark:disabled span,
input[type="button"].cta-tertiary.cta-dark.disabled span,
a[role="button"].cta-tertiary.cta-dark:disabled span,
a[role="button"].cta-tertiary.cta-dark.disabled span,
a.cta-tertiary.cta-dark:disabled span,
a.cta-tertiary.cta-dark.disabled span {
  color: #d1d1d1;
}
button.cta-tertiary.cta-dark:disabled:after,
button.cta-tertiary.cta-dark.disabled:after,
input[type="button"].cta-tertiary.cta-dark:disabled:after,
input[type="button"].cta-tertiary.cta-dark.disabled:after,
a[role="button"].cta-tertiary.cta-dark:disabled:after,
a[role="button"].cta-tertiary.cta-dark.disabled:after,
a.cta-tertiary.cta-dark:disabled:after,
a.cta-tertiary.cta-dark.disabled:after {
  content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23D1D1D1%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill-opacity%3D%220%22%20rx%3D%2210%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.257%2016L13%2015.403%208.396%2010%2013%204.597%2012.257%204%207%209.881%207%2010.119z%22%20transform%3D%22matrix%28-1%200%200%201%2020%200%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}

#cupra-offer-page button[type="submit"] {
  border-radius: 0;
}

.seatComponents-grid-container .card.section {
  border-radius: 3px;
  border: none;
  margin: 0;
  overflow: hidden;
  background-color: #f4f4f3;
  height: 100%;
}
.seatComponents-grid-container .card.section:hover {
  border: solid 1px black;
  margin: -1px;
  cursor: pointer;
}
.seatComponents-grid-container .card.section .image-container {
  position: relative;
}
.seatComponents-grid-container .card.section .image-container .badge {
  position: absolute;
  top: 0;
  left: 0;
  margin: 16px;
  background: black;
  color: white;
  padding: 3px 8px 5px 8px;
  border-radius: 0;
}
.seatComponents-grid-container .card.section .image-container .badge p {
  font-family: "CupraRegular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: white;
  margin: 0;
}

.seatComponents-secondary-navigation {
  height: 56px;
  display: flex;
  justify-content: space-between;
  transition: all none;
  border-top: 1px solid #dbd3cb;
}
.seatComponents-secondary-navigation .dropdown-menu {
  background-color: #f5f5f5;
}
.seatComponents-secondary-navigation .title,
.seatComponents-secondary-navigation a.dropdown-toggle,
.seatComponents-secondary-navigation li.anchor > a {
  color: #ffffff;
}
.seatComponents-secondary-navigation .visible-lg,
.seatComponents-secondary-navigation .visible-lg-clone {
  display: none;
}
.seatComponents-secondary-navigation .hidden-lg {
  display: inline-block;
  width: 100%;
  transition: top 0.3s linear;
}
.seatComponents-secondary-navigation .hidden-lg a.dropdown-toggle {
  font-family: "CupraMedium", serif;
  color: #1b1b1b;
  line-height: 16px;
  font-size: 14px;
  margin-left: 16px;
}
.seatComponents-secondary-navigation .hidden-lg .base {
  padding-left: 0;
  justify-content: space-around;
}
.seatComponents-secondary-navigation .hidden-lg .base .dropdown {
  text-align: left !important;
}
.seatComponents-secondary-navigation .hidden-lg .base .dropdown .dropdown-toggle {
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  overflow: hidden;
  max-height: 20px;
  padding-bottom: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
  text-align: left;
}
.seatComponents-secondary-navigation .hidden-lg .base .dropdown .dropdown-toggle::after {
  padding-bottom: 17px;
  margin-left: 0px;
  border-top: none;
  border-right: 1.5em solid transparent;
  border-left: none;
  background-image: url("../../../../content/dam/react-cupra/icons/arrow-down-small.svg");
}
.seatComponents-secondary-navigation .hidden-lg .base .ctaList {
  margin-right: 16px;
}
.seatComponents-secondary-navigation .hidden-lg .base .ctaList a {
  width: 42.5vw;
  white-space: normal;
}
.seatComponents-secondary-navigation .hidden-lg .base .ctaList a span {
  max-height: 16px;
  display: block;
  overflow: hidden;
}
.seatComponents-secondary-navigation .hidden-lg .base .ctaList a.secondary {
  display: none;
}
.seatComponents-secondary-navigation .hidden-lg .dropdown-menu {
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  position: fixed !important;
  max-height: 100vh !important;
  will-change: unset !important;
  transform: translate3d(0px, 0px, 0px) !important;
  padding-top: 56px !important;
  background-color: #f5f5f5;
}
.seatComponents-secondary-navigation .hidden-lg .dropdown-menu .secondary-close-button {
  height: 42px;
  width: 42px;
  border-radius: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
  margin: 16px;
  background-image: url("../../../../content/dam/react-cupra/icons/close_black.svg");
}
.seatComponents-secondary-navigation .hidden-lg .anchor {
  height: 25px;
  margin-top: 32px;
  margin-left: 16px;
  margin-right: 16px;
}
.seatComponents-secondary-navigation .hidden-lg .anchor a {
  font-family: "CupraBook", serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
}
.seatComponents-secondary-navigation .hidden-lg .anchor.activeLink > a {
  font-family: "CupraMedium", serif;
}
.seatComponents-secondary-navigation .hidden-lg > .ctaList {
  display: none;
}
.seatComponents-secondary-navigation .hidden-lg.light {
  border-bottom: 1px solid #dbd3cb;
  background-color: #f5f5f5;
}
.seatComponents-secondary-navigation .hidden-lg.light .dropdown-menu {
  background-color: #f5f5f5;
}
.seatComponents-secondary-navigation .hidden-lg.light .title,
.seatComponents-secondary-navigation .hidden-lg.light a.dropdown-toggle,
.seatComponents-secondary-navigation .hidden-lg.light li.anchor > a {
  color: #000000;
}
.seatComponents-secondary-navigation .hidden-lg.light .base .dropdown .dropdown-toggle::after {
  background-repeat: no-repeat;
  background-image: url("../../../../content/dam/react-cupra/icons/arrow-down-small-black.svg");
}
.seatComponents-secondary-navigation .hidden-lg.dark {
  border-bottom: 1px solid #dbd3cb33;
  background-color: #1b1b1b;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .seatComponents-secondary-navigation .hidden-lg.dark {
    border-bottom: 1px solid #75787b;
  }
}
.seatComponents-secondary-navigation .hidden-lg.dark .dropdown-menu {
  background-color: #1b1b1b;
}
.seatComponents-secondary-navigation .hidden-lg.dark .dropdown-menu .secondary-close-button {
  background-image: url("../../../../content/dam/react-cupra/icons/close_white.svg");
}
.seatComponents-secondary-navigation .hidden-lg.dark .title,
.seatComponents-secondary-navigation .hidden-lg.dark a.dropdown-toggle,
.seatComponents-secondary-navigation .hidden-lg.dark li.anchor > a {
  color: #ffffff;
}
.seatComponents-secondary-navigation .hidden-lg.dark .base .dropdown .dropdown-toggle::after {
  background-repeat: no-repeat;
  background-image: url("../../../../content/dam/react-cupra/icons/arrow-down-small-white.svg");
}
.seatComponents-secondary-navigation .hidden-lg.transparent .dropdown-menu {
  background-color: #1b1b1b;
}
.seatComponents-secondary-navigation .hidden-lg.transparent .dropdown-menu .secondary-close-button {
  background-image: url("../../../../content/dam/react-cupra/icons/close_white.svg");
}
.seatComponents-secondary-navigation .hidden-lg.transparent .title,
.seatComponents-secondary-navigation .hidden-lg.transparent a.dropdown-toggle,
.seatComponents-secondary-navigation .hidden-lg.transparent li.anchor > a {
  color: #f5f5f5;
}
.seatComponents-secondary-navigation .sticky {
  top: 0px;
  height: 56px;
  z-index: 913;
}
.seatComponents-secondary-navigation .black-overlay {
  display: none;
}
@media (min-width: 764px) {
  .seatComponents-secondary-navigation {
    height: 74px;
  }
  .seatComponents-secondary-navigation .hidden-lg a.dropdown-toggle {
    margin-left: 32px;
  }
  .seatComponents-secondary-navigation .hidden-lg .dropdown-menu .secondary-close-button {
    margin: 32px;
  }
  .seatComponents-secondary-navigation .hidden-lg .base .dropdown .dropdown-toggle {
    max-height: 16px;
    width: 200px;
  }
  .seatComponents-secondary-navigation .hidden-lg .base .ctaList {
    margin-right: 32px;
  }
  .seatComponents-secondary-navigation .hidden-lg .base .ctaList a {
    width: 27.75vw;
  }
  .seatComponents-secondary-navigation .hidden-lg .anchor {
    margin-left: 32px;
    width: 334px;
  }
  .seatComponents-secondary-navigation .hidden-lg.sticky.transparent {
    border-bottom: 0;
    background-color: transparent;
  }
  .seatComponents-secondary-navigation .hidden-lg.sticky.transparent .dropdown-menu {
    background-color: #1b1b1b;
  }
  .seatComponents-secondary-navigation .hidden-lg.sticky.transparent .dropdown-menu .secondary-close-button {
    background-image: url("../../../../content/dam/react-cupra/icons/close_white.svg");
  }
  .seatComponents-secondary-navigation .hidden-lg.sticky.transparent .title,
  .seatComponents-secondary-navigation .hidden-lg.sticky.transparent a.dropdown-toggle,
  .seatComponents-secondary-navigation .hidden-lg.sticky.transparent li.anchor > a {
    color: #f5f5f5;
  }
  .seatComponents-secondary-navigation .sticky {
    height: 74px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-secondary-navigation {
    height: 80px;
    display: block;
  }
  .seatComponents-secondary-navigation .visible-lg,
  .seatComponents-secondary-navigation .visible-lg-clone {
    width: 100%;
    height: inherit;
    position: fixed;
    display: block;
    z-index: 913;
  }
  .seatComponents-secondary-navigation .visible-lg.light,
  .seatComponents-secondary-navigation .visible-lg-clone.light {
    border-top: 1px solid #dbd3cb;
    border-bottom: 1px solid #dbd3cb;
    background-color: #f5f5f5;
  }
  .seatComponents-secondary-navigation .visible-lg.light .dropdown-menu,
  .seatComponents-secondary-navigation .visible-lg-clone.light .dropdown-menu {
    background-color: #f5f5f5;
  }
  .seatComponents-secondary-navigation .visible-lg.light .title,
  .seatComponents-secondary-navigation .visible-lg.light a.dropdown-toggle,
  .seatComponents-secondary-navigation .visible-lg-clone.light .title,
  .seatComponents-secondary-navigation .visible-lg-clone.light a.dropdown-toggle {
    color: #000000;
  }
  .seatComponents-secondary-navigation .visible-lg.dark,
  .seatComponents-secondary-navigation .visible-lg-clone.dark {
    border-top: 1px solid #dbd3cb33;
    border-bottom: 1px solid #dbd3cb33;
    background-color: #1b1b1b;
  }
}
@media screen and (min-width: 1016px) and (-ms-high-contrast: active), (min-width: 1016px) and (-ms-high-contrast: none) {
  .seatComponents-secondary-navigation .visible-lg.dark,
  .seatComponents-secondary-navigation .visible-lg-clone.dark {
    border-top: 1px solid #75787b;
    border-bottom: 1px solid #75787b;
  }
}
@media (min-width: 1016px) {
  .seatComponents-secondary-navigation .visible-lg.dark .dropdown-menu,
  .seatComponents-secondary-navigation .visible-lg-clone.dark .dropdown-menu {
    background-color: #1b1b1b;
  }
  .seatComponents-secondary-navigation .visible-lg.dark .title,
  .seatComponents-secondary-navigation .visible-lg.dark a.dropdown-toggle,
  .seatComponents-secondary-navigation .visible-lg-clone.dark .title,
  .seatComponents-secondary-navigation .visible-lg-clone.dark a.dropdown-toggle {
    color: #ffffff;
  }
  .seatComponents-secondary-navigation .visible-lg.hidden-lateral li,
  .seatComponents-secondary-navigation .visible-lg-clone.hidden-lateral li {
    display: none;
  }
  .seatComponents-secondary-navigation .visible-lg.hidden-clone,
  .seatComponents-secondary-navigation .visible-lg-clone.hidden-clone {
    display: none;
  }
  .seatComponents-secondary-navigation .visible-lg .base,
  .seatComponents-secondary-navigation .visible-lg-clone .base {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 32px !important;
  }
  .seatComponents-secondary-navigation .visible-lg .base .title,
  .seatComponents-secondary-navigation .visible-lg .base .ctaList,
  .seatComponents-secondary-navigation .visible-lg-clone .base .title,
  .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList {
    display: inline-block;
  }
  .seatComponents-secondary-navigation .visible-lg .base h2.title,
  .seatComponents-secondary-navigation .visible-lg-clone .base h2.title {
    font-family: "CupraMedium", serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 460px;
    overflow: hidden;
    max-height: 20px;
  }
  .seatComponents-secondary-navigation .visible-lg .base .ctaList,
  .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList {
    right: 32px;
  }
  .seatComponents-secondary-navigation .visible-lg .base .ctaList a,
  .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList a {
    width: 13vw;
    margin-right: 32px;
    white-space: normal;
  }
  .seatComponents-secondary-navigation .visible-lg .base .ctaList a.secondary,
  .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList a.secondary {
    display: inline-block;
  }
  .seatComponents-secondary-navigation .visible-lg .base .ctaList a:last-child,
  .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList a:last-child {
    margin-right: 0;
  }
  .seatComponents-secondary-navigation .visible-lg .base .ctaList a span,
  .seatComponents-secondary-navigation .visible-lg-clone .base .ctaList a span {
    display: block;
    max-height: 19px;
    overflow: hidden;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav {
    width: calc(19.2913386% - 32px);
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 105px;
    left: 32px;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li {
    margin-bottom: 8px;
    width: calc(100% - 32px);
    height: 28px;
    padding: 4px 0 !important;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li a {
    vertical-align: middle;
    font-family: "CupraBook", serif;
    font-size: 16px;
    line-height: 20px;
    padding-left: 12px;
    color: #000000;
    opacity: 0.6;
    transition: all 0s;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light {
    border-left: 2px solid #00000033;
  }
}
@media screen and (min-width: 1016px) and (-ms-high-contrast: active), (min-width: 1016px) and (-ms-high-contrast: none) {
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light {
    border-left: 2px solid #75787b;
  }
}
@media (min-width: 1016px) {
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light:hover a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light:hover a {
    color: #000000;
    opacity: 0.6;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light.anchor.activeLink,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light.anchor.activeLink {
    border-left: 2px solid #000000;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light.anchor.activeLink a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light.anchor.activeLink a {
    color: #000000;
    font-family: "CupraMedium", serif;
    opacity: 1;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.light.anchor.activeLink:hover a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.light.anchor.activeLink:hover a {
    opacity: 1;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark {
    border-left: 2px solid #ffffff33;
  }
}
@media screen and (min-width: 1016px) and (-ms-high-contrast: active), (min-width: 1016px) and (-ms-high-contrast: none) {
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark {
    border-left: 2px solid #75787b;
  }
}
@media (min-width: 1016px) {
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark:hover a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark:hover a {
    color: #ffffff;
    opacity: 0.6;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark.anchor.activeLink,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark.anchor.activeLink {
    border-left: 2px solid #ffffff;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark.anchor.activeLink a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark.anchor.activeLink a {
    color: #ffffff;
    font-family: "CupraMedium", serif;
    opacity: 1;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.dark.anchor.activeLink:hover a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.dark.anchor.activeLink:hover a {
    opacity: 1;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.transparent,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.transparent {
    color: transparent;
    border-left: 2px solid transparent;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.transparent a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.transparent a {
    color: transparent;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.transparent:hover a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.transparent:hover a {
    color: transparent;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav li.transparent.anchor.activeLink a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav li.transparent.anchor.activeLink a {
    color: transparent;
    font-family: "CupraMedium", serif;
  }
  .seatComponents-secondary-navigation .visible-lg .base ul.nav.hiddenAnchor li > a,
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav.hiddenAnchor li > a {
    opacity: 0;
    transition: opacity 0.3 ease-in;
  }
  .seatComponents-secondary-navigation .hidden-lg {
    display: none;
  }
  .seatComponents-secondary-navigation .sticky {
    top: 84px;
    width: 100%;
    min-height: 80px;
    z-index: none;
  }
  .seatComponents-secondary-navigation .visible-lg-clone {
    position: absolute;
  }
  .seatComponents-secondary-navigation .visible-lg-clone .base {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav > li {
    border-left: 2px solid #00000033;
  }
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav > li a {
    color: #000000;
    opacity: 0.6;
  }
}
@media screen and (min-width: 1016px) and (-ms-high-contrast: active), (min-width: 1016px) and (-ms-high-contrast: none) {
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav > li {
    border-left: 2px solid #75787b;
  }
}
@media (min-width: 1016px) {
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav > li.anchor.activeLink {
    border-left: 2px solid #000000;
  }
  .seatComponents-secondary-navigation .visible-lg-clone .base ul.nav > li.anchor.activeLink a {
    color: #000000;
    opacity: 1;
    font-family: "CupraMedium", serif;
  }
}
@media (min-width: 1436px) {
  .seatComponents-secondary-navigation .base.container-fluid h2.title {
    width: 670px;
  }
  .seatComponents-secondary-navigation .base.container-fluid .ctaList a {
    width: 14.1vw;
    max-width: 202px;
  }
  .seatComponents-secondary-navigation .base.container-fluid ul.nav {
    width: calc(18.5236769% - 32px);
  }
}

.seatComponents-content-landing {
  width: 100%;
  position: relative;
}
.seatComponents-content-landing.light-gray {
  background-color: #f4f4f3;
}
.seatComponents-content-landing.white {
  background-color: #ffffff;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .title-wrapper > h2,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .title-wrapper > h2,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .title-wrapper > h2,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .title-wrapper > h2,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .title-wrapper > h2,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .title-wrapper > h2,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .title-wrapper > h2,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .title-wrapper > h2 {
  color: #000000;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .title-wrapper > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .title-wrapper > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .title-wrapper > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .title-wrapper > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .title-wrapper > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .title-wrapper > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .title-wrapper > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .title-wrapper > p {
  color: #666666;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block h4 {
  color: #000000;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .block p {
  color: #666666;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4 {
  color: #000000;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block > .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block > .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block > .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block > .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block > .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block > .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block > .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets-block > .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .four-features-block-text p {
  color: #666666;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li h4 {
  color: #000000;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li p {
  color: #666666;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li:before,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li:before,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li:before,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li:before,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li:before,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li:before,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li:before,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-sequence ol > li:before {
  color: #000000;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets h4 {
  color: #000000;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets > ul > li,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets > ul > li,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets > ul > li,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets > ul > li,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets > ul > li,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets > ul > li,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets > ul > li,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-bullets > ul > li {
  color: #666666;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text h4 {
  color: #000000;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p {
  color: #666666;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p a,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p a,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p a,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p a,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p a,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p a,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p a,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p a,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p a,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p a,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p a,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p a,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p a,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p a,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > p a,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-block-text > p a {
  color: #666666;
  border-bottom: 1px solid #666666;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .features-wrapper .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .features-wrapper .four-features-block-text p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .features-wrapper .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .features-wrapper .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper .four-features-block-text p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .features-wrapper .four-features-block-text p {
  color: #666666;
}
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.four-features > .one-paragraph-paragraph > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-12.one-paragraph > .one-paragraph-paragraph > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.four-features > .one-paragraph-paragraph > p,
.seatComponents-content-landing.white > .content-landing-wrapper.col-10.one-paragraph > .one-paragraph-paragraph > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.four-features > .one-paragraph-paragraph > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-12.one-paragraph > .one-paragraph-paragraph > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .one-paragraph-paragraph > p,
.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.one-paragraph > .one-paragraph-paragraph > p {
  color: #666666;
}
.seatComponents-content-landing .content-landing-wrapper {
  padding: 64px 16px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper {
    padding: 64px 32px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.col-10 {
    padding: 104px 32px 104px 19.3%;
    max-width: 100%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.col-10 {
    padding: 104px 32px 104px 266px;
    max-width: 1440px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.col-12 {
    padding: 104px 32px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.col-12 {
    padding: 104px 32px;
    max-width: 1440px;
  }
}
.seatComponents-content-landing .content-landing-wrapper .title-wrapper h2 {
  max-height: 64px;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper .title-wrapper h2 {
    max-height: 88px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper .title-wrapper h2 {
    max-height: 104px;
  }
}
.seatComponents-content-landing .title-wrapper > h2 {
  font-family: "CupraBook";
  font-size: 30px;
  line-height: 1.07;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  max-height: 128px;
  overflow: hidden;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .title-wrapper > h2 {
    font-family: "CupraLight";
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
    max-height: 172px;
    overflow: hidden;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .title-wrapper > h2 {
    font-size: 48px;
    line-height: 1.08;
    max-height: 104px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .title-wrapper > h2 {
    font-size: 60px;
    line-height: 1.07;
    max-height: 128px;
  }
}
.seatComponents-content-landing .title-wrapper > p {
  font-family: "CupraBook";
  font-size: 16px;
  line-height: 1.25;
  margin: 16px 0 0 0;
  color: #666666;
  max-height: 80px;
  overflow: hidden;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .title-wrapper > p {
    max-height: 40px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .title-wrapper > p {
    font-size: 20px;
    line-height: 1.2;
    max-height: 72px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .title-wrapper > p {
    max-height: 48px;
  }
}

.seatComponents-content-landing .title-wrapper.one-paragraph {
  max-width: 90vw;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .title-wrapper.one-paragraph {
    max-width: 75.66vw;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .title-wrapper.one-paragraph {
    max-width: 45.2vw;
  }
  .seatComponents-content-landing .title-wrapper.one-paragraph > h2 {
    margin-bottom: 16px;
  }
  .seatComponents-content-landing .title-wrapper.one-paragraph > p {
    margin-top: 0px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .one-paragraph-image {
    position: relative;
    bottom: 460px;
  }
}
.seatComponents-content-landing .one-paragraph-image img {
  margin: 40px 0 16px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .one-paragraph-image img {
    margin: 0 0 0 0;
    float: right;
    display: flex;
  }
}
.seatComponents-content-landing .one-paragraph-paragraph {
  overflow: hidden;
  max-height: 180px;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .one-paragraph-paragraph {
    max-width: 45.2vw;
  }
}
@media (min-width: 764px) {
  .seatComponents-content-landing .one-paragraph-paragraph {
    width: 75.66vw;
    max-height: 100px;
  }
}
.seatComponents-content-landing .one-paragraph-paragraph.small-media {
  display: block;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .one-paragraph-paragraph.small-media {
    display: none;
  }
}
.seatComponents-content-landing .one-paragraph-paragraph.large-media {
  display: none;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .one-paragraph-paragraph.large-media {
    display: block;
  }
}
.seatComponents-content-landing .one-paragraph-paragraph > p {
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 1.43;
  color: #666666;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .one-paragraph-paragraph > p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.seatComponents-content-landing .one-paragraph-paragraph > p a {
  color: #000000;
  border-bottom: #000000 1px solid;
}
.seatComponents-content-landing .one-paragraph-paragraph > p a:hover {
  border-bottom: #d1d1d1 1px solid;
}
.seatComponents-content-landing .one-paragraph-cta {
  margin-top: 40px;
  width: 100%;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .one-paragraph-cta {
    width: 212px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .col-10.content-landing-wrapper.one-paragraph {
    height: 744px;
    display: flex;
    flex-direction: column;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.one-paragraph {
    margin-top: auto;
    padding-top: 0;
    width: 37.2vw;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.one-paragraph h2 {
    max-height: 156px;
  }
  .seatComponents-content-landing .col-10 .one-paragraph-paragraph {
    max-height: 144px;
    width: 37.2vw;
  }
  .seatComponents-content-landing .col-10 .one-paragraph-image {
    right: 32px;
    bottom: 104px;
    position: absolute;
  }
  .seatComponents-content-landing .col-10 .one-paragraph-image img {
    width: 378px;
    height: 520px;
    padding: 0px;
    margin: 0px;
  }
  .seatComponents-content-landing .col-10 .one-paragraph-cta {
    width: 214px;
    padding: 13px 11px 15px 11px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .col-10.content-landing-wrapper.one-paragraph {
    height: 968px;
    display: flex;
    flex-direction: column;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.one-paragraph > h2,
  .seatComponents-content-landing .col-10 .title-wrapper.one-paragraph > p {
    max-width: 436px;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.one-paragraph > p {
    max-height: 72px;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.one-paragraph > h2 {
    max-height: 193px;
  }
  .seatComponents-content-landing .col-10 .one-paragraph-paragraph {
    max-height: 144px;
    max-width: 436px;
    width: 30.36vw;
  }
  .seatComponents-content-landing .col-10 .one-paragraph-image {
    right: 32px;
    bottom: 104px;
    position: absolute;
  }
  .seatComponents-content-landing .col-10 .one-paragraph-image img {
    width: 553px;
    height: 760px;
    padding: 0px;
    margin: 0px;
  }
  .seatComponents-content-landing .col-10 .one-paragraph-cta {
    width: 319px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .col-12 {
    display: block;
  }
  .seatComponents-content-landing .col-12.content-landing-wrapper.one-paragraph {
    height: 758px;
    display: flex;
    flex-direction: column;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.one-paragraph {
    margin-top: auto;
    padding-top: 0;
  }
  .seatComponents-content-landing .col-12 > h2,
  .seatComponents-content-landing .col-12 > p {
    max-width: 45.2vw;
  }
  .seatComponents-content-landing .col-12 h2 {
    max-height: 156px;
  }
  .seatComponents-content-landing .col-12 .one-paragraph-paragraph {
    max-height: 144px;
  }
  .seatComponents-content-landing .col-12 .one-paragraph-image {
    right: 32px;
    bottom: 104px;
    position: absolute;
  }
  .seatComponents-content-landing .col-12 .one-paragraph-image img {
    width: 460px;
    height: 550px;
    padding: 0px;
    margin: 0px;
  }
  .seatComponents-content-landing .col-12 .one-paragraph-cta {
    width: 214px;
    padding: 13px 11px 15px 11px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .col-12.content-landing-wrapper.one-paragraph {
    height: 1008px;
    display: flex;
    flex-direction: column;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.one-paragraph > h2,
  .seatComponents-content-landing .col-12 .title-wrapper.one-paragraph > p {
    max-width: 553px;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.one-paragraph > p {
    max-height: 72px;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.one-paragraph > h2 {
    max-height: 193px;
  }
  .seatComponents-content-landing .col-12 .one-paragraph-paragraph {
    max-height: 144px;
    max-width: 553px;
  }
  .seatComponents-content-landing .col-12 .one-paragraph-image {
    right: 32px;
    bottom: 104px;
    position: absolute;
  }
  .seatComponents-content-landing .col-12 .one-paragraph-image img {
    width: 670px;
    height: 800px;
    padding: 0px;
    margin: 0px;
  }
  .seatComponents-content-landing .col-12 .one-paragraph-cta {
    width: 319px;
  }
}

@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features {
    display: flex;
  }
}
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper.image-right {
    flex-direction: row-reverse;
  }
}
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper.image-right.basic-features .four-features-texts-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper.image-right.basic-features .four-features-texts-wrapper {
    margin-left: 0;
    margin-right: 32px;
  }
}
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper h4 {
  font-family: "CupraRegular";
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  margin: 24px 0 0 0;
  max-height: 20px;
  overflow: hidden;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper h4 {
    margin: 32px 0 0 0;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper h4 {
    font-size: 20px;
    line-height: 1.2;
    max-height: 24px;
  }
}
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > p,
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > p a,
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-block-text > p,
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-block-text > p a {
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 1.43;
  color: #666666;
  margin: 8px 0 0 0;
  overflow: hidden;
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > p,
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > p a,
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-block-text > p,
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-block-text > p a {
    font-size: 16px;
    line-height: 1.5;
  }
}
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > p a,
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-block-text > p a {
  border-bottom: 1px solid #666;
  text-decoration: none;
}
.seatComponents-content-landing .title-wrapper.four-features {
  width: 90vw;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .title-wrapper.four-features {
    width: 75.66vw;
  }
}
.seatComponents-content-landing .four-features-image img {
  width: 90vw;
  height: auto;
  margin: 40px 0 16px;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .four-features-image img {
    width: 43.7vw;
    margin: 40px 0 0 0;
  }
}
.seatComponents-content-landing .four-features-texts-wrapper {
  width: 90vw;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .four-features-texts-wrapper {
    width: 43.7vw;
    margin-left: 4.1vw;
    margin-top: 8px;
  }
}
.seatComponents-content-landing .four-features-texts-wrapper .four-features-only-texts-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.seatComponents-content-landing .four-features-texts-wrapper .four-features-features {
  width: 100%;
}
.seatComponents-content-landing .four-features-texts-wrapper .four-features-cta {
  margin-top: 40px;
  width: 100%;
  max-height: 40px;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .four-features-texts-wrapper .four-features-cta {
    max-height: 48px;
  }
}
.seatComponents-content-landing .four-features-texts-wrapper .four-features-cta > span {
  display: inline-block;
  max-height: 16px;
  overflow: hidden;
  max-width: 80%;
  line-height: 16px;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .four-features-texts-wrapper .four-features-cta > span {
    max-width: 84%;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .four-features-texts-wrapper .four-features-cta > span {
    line-height: 20px;
    max-height: 20px;
    max-width: 89%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .four-features-texts-wrapper .four-features-cta > span {
    max-width: 82%;
  }
}
.seatComponents-content-landing .col-10 {
  max-width: 100%;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .col-10 .title-wrapper.four-features {
    width: 100%;
    display: block;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.four-features > h2,
  .seatComponents-content-landing .col-10 .title-wrapper.four-features > p {
    width: 45.27vw;
  }
  .seatComponents-content-landing .col-10 .four-features-image img {
    width: 29.13vw;
    margin-top: 40px;
  }
  .seatComponents-content-landing .col-10 .four-features-texts-wrapper {
    margin-left: 3.15vw;
    margin-top: 40px;
    max-width: 45.27vw;
    width: auto;
  }
  .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-features {
    width: 21.06vw;
  }
  .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-features:nth-child(odd) {
    margin-right: 3.15vw;
  }
  .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-cta {
    width: 29.13vw;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .col-10 {
    margin: 0 auto;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.four-features {
    width: 100%;
    display: block;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.four-features h2 {
    max-height: 128px;
  }
  .seatComponents-content-landing .col-10 .title-wrapper.four-features > h2,
  .seatComponents-content-landing .col-10 .title-wrapper.four-features p {
    width: 670px;
  }
  .seatComponents-content-landing .col-10 .four-features-image img {
    width: 436px;
    margin-top: 64px;
  }
  .seatComponents-content-landing .col-10 .four-features-texts-wrapper {
    margin-left: 32px;
    margin-top: 24px;
    max-width: 670px;
  }
  .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-features {
    width: 319px;
  }
  .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-features:nth-child(odd) {
    margin-right: 32px;
  }
  .seatComponents-content-landing .col-10 .four-features-texts-wrapper .four-features-cta {
    width: 319px;
    margin-top: 64px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .col-12 .title-wrapper.four-features {
    width: 93.69vw;
    display: block;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.four-features > h2,
  .seatComponents-content-landing .col-12 .title-wrapper.four-features > p {
    width: 61.41vw;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.four-features > h2 {
    max-height: 104px;
  }
  .seatComponents-content-landing .col-12 .four-features-image img {
    width: 29.13vw;
    margin-top: 40px;
  }
  .seatComponents-content-landing .col-12 .four-features-texts-wrapper {
    margin-left: 3.15vw;
    margin-top: 16px;
    max-width: 61.41vw;
    width: auto;
  }
  .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-features {
    width: 29.13vw;
  }
  .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-features:nth-child(odd) {
    margin-right: 3.15vw;
  }
  .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-cta {
    width: 29.13vw;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .col-12 {
    margin: 0 auto;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.four-features {
    width: 100%;
    display: block;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.four-features h2 {
    max-height: 128px;
    width: 904px;
  }
  .seatComponents-content-landing .col-12 .title-wrapper.four-features > p {
    width: 904px;
  }
  .seatComponents-content-landing .col-12 .four-features-image img {
    width: 436px;
    margin-top: 64px;
  }
  .seatComponents-content-landing .col-12 .four-features-texts-wrapper {
    margin-left: 32px;
    margin-top: 24px;
    max-width: 904px;
  }
  .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-features {
    width: 436px;
  }
  .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-features:nth-child(odd) {
    margin-right: 32px;
  }
  .seatComponents-content-landing .col-12 .four-features-texts-wrapper .four-features-cta {
    margin-top: 64px;
    width: 319px;
  }
}

@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-texts-wrapper {
    margin-top: 8px;
    position: relative;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-only-texts-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-block-text {
  margin-bottom: 8px;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-block-text {
    margin-bottom: 0;
  }
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-block-text > p {
  max-height: unset;
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-block-text > p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul > li {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #666666;
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 22px;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul > li {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul > li:before {
  content: "\00B7";
  font-size: 40px;
  position: absolute;
  left: 6px;
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul > li:first-child {
  margin-top: 8px;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul > li:first-child {
    margin-top: 12px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul > li:first-child {
    margin-top: 8px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul > li:first-child {
    margin-top: 16px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .features-wrapper .four-features-bullets > ul > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .title-wrapper > h2 {
    max-width: 542px;
    width: 542px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .title-wrapper > h2 {
    max-width: 670px;
    width: 670px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .title-wrapper > p {
    max-width: 542px;
    width: 542px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .title-wrapper > p {
    max-height: 72px;
    max-width: 670px;
    width: 670px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-texts-wrapper {
    margin-top: 92px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-only-texts-wrapper > div {
  max-width: 100%;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-only-texts-wrapper > div {
    flex: 46.5% 0;
    max-width: 50%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-only-texts-wrapper > div {
    flex: 47.6% 0;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-10 .features-wrapper .four-features-cta {
    margin-top: 64px;
    bottom: 0;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .title-wrapper > h2 {
    max-width: 624px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .title-wrapper > h2 {
    max-width: 904px;
    max-height: 128px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .title-wrapper > p {
    max-width: 624px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .title-wrapper > p {
    max-width: 904px;
    max-height: 48px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-texts-wrapper {
    margin-top: 116px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-only-texts-wrapper > div {
  max-width: 100%;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-only-texts-wrapper > div {
    flex: 47.5% 0;
    max-width: 50%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-only-texts-wrapper > div {
    flex: 48.2% 0;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets.col-12 .features-wrapper .four-features-cta {
    bottom: 0;
  }
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.four-features.text-bullets .image-right.text-bullets .four-features-texts-wrapper {
    margin-left: 0;
    margin-right: 32px;
  }
}

.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-image img {
  margin: 40px 0 8px;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-image img {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-image img {
    margin: 64px 0 0 0;
  }
}
.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  margin-left: 0;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper {
    align-content: flex-start;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper {
    align-content: flex-end;
  }
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper {
    justify-content: space-between;
  }
}
.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block h4 {
  margin: 32px 0 0 0;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block h4 {
    margin: 0 0 0 0;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    max-height: 24px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 1.43;
  color: #666666;
  margin: 8px 0 0 0;
  max-height: none;
  overflow: hidden;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
    max-height: none;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.double-block .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features > p {
  max-height: inherit;
  margin: 0 0 0 0;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features > h2,
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features > p {
    width: 68.79%;
    max-width: 68.79%;
  }
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features > h2 > p,
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features > p > p {
    max-height: 72px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features > h2,
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features > p {
    width: 670px;
    max-width: 670px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .title-wrapper.four-features > p {
    max-height: 72px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper {
    width: 58.37%;
    max-width: 58.37%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper {
    margin-top: 64px;
    width: 670px;
    max-width: 670px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block {
    width: 46.52%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block {
    width: 319px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
    max-height: none;
    width: 100%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
    max-height: none;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features h2 {
    max-height: 128px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features > h2,
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features > p {
    width: 65.55%;
    max-width: 65.55%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features > h2,
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .title-wrapper.four-features > p {
    width: 904px;
    max-width: 904px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper {
    width: 65.546%;
    max-width: 65.546%;
    margin-top: 40px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper {
    width: 904px;
    max-width: 904px;
    margin-top: 64px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block {
    width: 47.436%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block {
    width: 436px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
    max-height: none;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.double-block.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .block .four-features-features {
    max-height: none;
  }
}

.seatComponents-content-landing.dark {
  background-color: #1b1b1b;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .title-wrapper > h2,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .title-wrapper > h2 {
  color: #ffffff;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .title-wrapper > p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .title-wrapper > p {
  color: #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence ol > li h4,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence ol > li h4 {
  color: #ffffff;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence ol > li p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence ol > li p {
  color: #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence ol > li:before,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence ol > li:before {
  color: #ffffff;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper > .four-features-features h4,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper > .four-features-features h4 {
  color: #ffffff;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper > .four-features-features p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper > .four-features-features p {
  color: #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper > .four-features-features p a,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper > .four-features-features p a {
  color: #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-bullets .four-features-bullets-title,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-bullets .four-features-bullets-title {
  color: #ffffff;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-bullets > ul > li,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-bullets > ul > li {
  color: #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-bullets-block h4,
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .block h4,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-bullets-block h4,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .block h4 {
  color: #ffffff;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-bullets-block p,
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .block p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-bullets-block p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .block p {
  color: #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-bullets-block .four-features-block-text > p,
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .block .four-features-block-text > p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-bullets-block .four-features-block-text > p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .block .four-features-block-text > p {
  color: #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper > .four-features-features > p,
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-block-text > p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper > .four-features-features > p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-block-text > p {
  color: #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper > .four-features-features > p a,
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features > .features-wrapper .four-features-block-text > p a,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper > .four-features-features > p a,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph > .features-wrapper .four-features-block-text > p a {
  color: #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}
.seatComponents-content-landing.dark > .content-landing-wrapper.four-features .one-paragraph-paragraph > p,
.seatComponents-content-landing.dark > .content-landing-wrapper.one-paragraph .one-paragraph-paragraph > p {
  color: #a3a3a3;
}

.seatComponents-content-landing .content-landing-wrapper.sequence .title-wrapper.four-features > h2,
.seatComponents-content-landing .content-landing-wrapper.sequence .title-wrapper.four-features > p {
  max-width: fit-content;
  width: fit-content;
  max-height: 128px;
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .title-wrapper.four-features > p {
    max-height: 72px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-image img {
  margin: 40px 0 0;
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-image img {
    margin: 64px 0 0;
  }
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-left: 0;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper {
    align-content: flex-end;
  }
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence {
  width: 100%;
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol {
  counter-reset: listOptions;
  list-style: none;
  padding-left: 0px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 0;
}
@media (min-width: 764px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol {
    margin-top: 40px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol {
    margin-top: 64px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li {
  counter-increment: listOptions;
  margin-top: 24px;
  display: flex;
  flex-flow: wrap;
  width: 100%;
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li {
    margin-top: 32px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li h4 {
  margin: 0px;
  display: inline-block;
  align-self: flex-end;
  max-width: calc(100% - 43px);
  width: calc(100% - 43px);
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li h4 {
    line-height: 24px;
    max-height: 24px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li p {
  margin-top: 12px;
  max-height: 40px;
  color: #666666;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li p {
    margin-top: 4px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li p {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    margin-top: 12px;
  }
}
.seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:before {
  content: counter(listOptions);
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 64px;
  font-family: "CupraLight";
  width: 43px;
  align-self: center;
  margin-bottom: -4px;
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:before {
    position: absolute;
    display: block;
    width: 4.93%;
    text-align: right;
    margin-bottom: 0px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:before {
    font-size: 76px;
    line-height: 80px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:first-child {
    margin-top: 30px;
  }
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:first-child h4,
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:first-child p {
    margin-left: 123px;
  }
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:first-child:before {
    margin-left: -11px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li.point-1 h4,
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li.point-1 p {
    margin-left: 123px;
  }
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li.point-1:before {
    margin-left: -5px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li.point-2 h4,
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li.point-2 p {
    margin-left: 125px;
  }
  .seatComponents-content-landing .content-landing-wrapper.sequence .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li.point-2:before {
    margin-left: -7px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .title-wrapper.four-features {
    max-width: 68.78%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .title-wrapper.four-features {
    max-width: 670px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-image img {
    width: 553px;
    max-width: 553px;
    height: auto;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper {
    max-width: 58.37%;
    width: 58.37%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper {
    max-width: 553px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li h4,
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li p {
    margin-left: 17.88%;
    width: calc(100% - 17.88%);
    max-width: calc(100% - 17.88%);
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li h4,
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li p {
    margin-left: 118px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:before {
    width: 4.93%;
    margin-top: -1px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:before {
    width: 85px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-cta {
    margin-left: 17.38%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-10 .features-wrapper .four-features-texts-wrapper .four-features-cta {
    margin-left: 118px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .title-wrapper.four-features {
    max-width: 65.56%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .title-wrapper.four-features {
    max-width: 670px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper {
    justify-content: flex-start;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-image {
    max-width: 39.705%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-image {
    width: 670px;
    max-width: 670px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-image img {
    width: 100%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-image img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper {
    max-width: 56.93%;
    width: 56.93%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper {
    align-content: flex-end;
    margin-left: 32px;
    max-width: 553px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li h4,
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li p {
    margin-left: 15.13%;
    max-width: calc(100% - 15.13%);
    width: calc(100% - 15.13%);
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li h4,
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li p {
    margin-left: 118px;
    max-width: 436px;
    width: 436px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:before {
    width: 4.93%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-only-texts-wrapper .four-features-sequence > ol > li:before {
    width: 85px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-cta {
    margin-left: 15.13%;
  }
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper.sequence.col-12 .features-wrapper .four-features-texts-wrapper .four-features-cta {
    margin-left: 118px;
  }
}

.seatComponents-data-table.aplyGo table.dataTable thead .sorting_asc::after,
.seatComponents-data-table.aplyGo table.dataTable thead .sorting_desc::after,
.seatComponents-data-table.aplyGo table.dataTable thead .sorting::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 27px;
  position: absolute;
  top: 50%;
  margin-left: 16px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo table.dataTable thead .sorting_asc::after,
  .seatComponents-data-table.aplyGo table.dataTable thead .sorting_desc::after,
  .seatComponents-data-table.aplyGo table.dataTable thead .sorting::after {
    height: 31px;
  }
}

.seatComponents-data-table.aplyGo {
  width: 100%;
  position: relative;
}
.seatComponents-data-table.aplyGo .aply-go-wrapper {
  padding: 64px 16px 80px 16px;
  background-color: #f4f4f3;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo .aply-go-wrapper {
    padding: 64px 32px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo .aply-go-wrapper {
    padding: 104px 32px;
  }
}
.seatComponents-data-table.aplyGo .title-wrapper h2 {
  width: 90vw;
  font-family: "CupraBook";
  font-size: 30px;
  line-height: 1.07;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  max-height: 64.2px;
  overflow: hidden;
}
.seatComponents-data-table.aplyGo .title-wrapper p {
  width: 90vw;
  font-family: "CupraBook";
  font-size: 16px;
  line-height: 1.25;
  margin: 16px 0 0 0;
  color: #666666;
  font-weight: normal;
  max-height: 60px;
  overflow: hidden;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo .title-wrapper h2 {
    width: 75.66vw;
    font-family: "CupraLight";
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
    max-height: 88px;
  }
  .seatComponents-data-table.aplyGo .title-wrapper p {
    width: 75.66vw;
    max-height: 40px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo .title-wrapper h2 {
    width: 61.41vw;
    font-size: 48px;
    line-height: 1.08;
    max-height: 104px;
  }
  .seatComponents-data-table.aplyGo .title-wrapper p {
    width: 61.41vw;
    font-size: 20px;
    line-height: 1.2;
    max-height: 48px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-data-table.aplyGo .title-wrapper h2 {
    width: 54.82vw;
    font-size: 60px;
    line-height: 1.07;
    max-height: 128px;
  }
  .seatComponents-data-table.aplyGo .title-wrapper p {
    width: 54.82vw;
  }
}
.seatComponents-data-table.aplyGo table.dataTable {
  margin-top: 24px;
  display: block;
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable {
    display: table;
    border-collapse: collapse;
  }
  .seatComponents-data-table.aplyGo table.dataTable th,
  .seatComponents-data-table.aplyGo table.dataTable td {
    box-sizing: border-box;
  }
}
.seatComponents-data-table.aplyGo table.dataTable.dataTable_empty thead tr {
  border-bottom: transparent 1px solid;
}
.seatComponents-data-table.aplyGo table.dataTable.dataTable_empty tbody tr {
  background-color: transparent;
  text-transform: uppercase;
}
.seatComponents-data-table.aplyGo table.dataTable.dataTable_empty tbody tr td {
  text-align: left;
}
@media (min-width: 764px) and (max-width: 1015px) {
  .seatComponents-data-table.aplyGo table.dataTable.dataTable_empty tbody tr td:nth-child(1) {
    max-height: 20px;
  }
}
.seatComponents-data-table.aplyGo table.dataTable thead {
  font-family: "CupraRegular";
  max-height: 16px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
}
.seatComponents-data-table.aplyGo table.dataTable thead tr {
  display: block;
  line-height: 1.14;
  border-bottom: #d1d1d1 1px solid;
  position: sticky;
  top: 60px;
  transition: top 0.3s linear;
  background-color: #f4f4f3;
  margin-left: -24px;
  padding: 24px;
  margin-bottom: 0;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo table.dataTable thead tr {
    line-height: 1.25;
    padding: 32px;
    margin-bottom: 0;
    margin-left: -32px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable thead tr {
    display: flex;
    font-size: 16px;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 46px 0;
    top: 84px;
  }
  .seatComponents-data-table.aplyGo table.dataTable thead tr :nth-child(1) {
    width: 51.16%;
    padding-left: 16px;
    padding-right: 32px;
  }
  .seatComponents-data-table.aplyGo table.dataTable thead tr :nth-child(2) {
    width: 17.05%;
    padding-right: 32px;
  }
  .seatComponents-data-table.aplyGo table.dataTable thead tr :nth-child(3) {
    width: 17.05%;
    padding-right: 32px;
  }
}
.seatComponents-data-table.aplyGo table.dataTable thead tr th {
  display: block;
  width: 90vw;
  padding: 0;
  border-bottom: none;
  position: relative;
  overflow: hidden;
  max-height: 18px;
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable thead tr th {
    max-height: 23px;
    width: 14.2%;
  }
}
.seatComponents-data-table.aplyGo table.dataTable thead .sorting_asc::after {
  background-image: url("../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/down-table-icon.svg");
}
.seatComponents-data-table.aplyGo table.dataTable thead .sorting_desc::after {
  background-image: url("../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/up-table-icon.svg");
}
.seatComponents-data-table.aplyGo table.dataTable thead .sorting::after {
  background-image: url("../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/sort-table-icon.svg");
}
.seatComponents-data-table.aplyGo table.dataTable thead .sorting_asc,
.seatComponents-data-table.aplyGo table.dataTable thead .sorting_desc {
  color: #000000;
}
.seatComponents-data-table.aplyGo table.dataTable tbody {
  cursor: pointer;
}
.seatComponents-data-table.aplyGo table.dataTable tbody tr {
  display: block;
  width: 100vw;
  margin-left: -16px;
  padding-bottom: 24px;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr {
    margin-left: -32px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr {
    display: flex;
    padding: 32px 0px;
    width: 100%;
    margin-left: 0px;
    min-height: 84px;
    max-height: 104px;
    line-height: 1.25;
  }
}
@media (min-width: 1436px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr {
    min-height: 88px;
    max-height: 112px;
  }
}
.seatComponents-data-table.aplyGo table.dataTable tbody tr td {
  display: block;
  padding: 0 16px;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td {
    padding: 0 32px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
  }
}
.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(1) {
  max-height: 60px;
  font-family: "CupraMedium";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  padding-top: 24px;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(1) {
    max-height: 40px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(1) {
    padding: 0px;
    margin: 0px;
    width: 51.68%;
    padding-left: 16px;
    padding-right: 32px;
    max-height: 48px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(1) {
    font-size: 20px;
    width: 51.16%;
  }
}
.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n + 2),
.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n + 3) {
  max-height: 48px;
  font-family: "CupraBook";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n + 2),
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n + 3) {
    max-height: 48px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n + 2),
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n + 3) {
    padding: 0px;
    margin: 0px;
    line-height: 1.25;
  }
}
@media (min-width: 1436px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n + 2),
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4n + 3) {
    font-size: 20px;
  }
}
.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(2) {
  margin-top: 16px;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(2) {
    margin-top: 8px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(2) {
    padding: 0px;
    margin: 0px;
    width: 17.22%;
    padding-right: 32px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(2) {
    font-size: 20px;
    width: 17.05%;
  }
}
.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(3) {
  margin-top: 8px;
  max-height: 16px;
}
@media (min-width: 764px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(3) {
    max-height: 24px;
  }
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(3) {
    padding: 0px;
    margin: 0px;
    width: 17.22%;
    padding-right: 32px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(3) {
    font-size: 20px;
    width: 17.05%;
  }
}
.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) {
  max-height: 16px;
  font-family: "CupraRegular";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  margin-top: 16px;
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 1.25;
    max-height: 20px;
    width: 13.86%;
    padding-right: 16px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) {
    width: 14.72%;
  }
}
.seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) a {
  font-family: "CupraRegular";
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
  padding: 0;
  min-width: unset;
  pointer-events: none;
}
@media (min-width: 1016px) {
  .seatComponents-data-table.aplyGo table.dataTable tbody tr td:nth-child(4) a {
    font-size: 16px;
  }
}
.seatComponents-data-table.aplyGo table.dataTable tbody .odd {
  background-color: #ffffff;
}
.seatComponents-data-table.aplyGo table.dataTable tbody .even {
  background-color: #f4f4f3;
}
.seatComponents-data-table.aplyGo table.dataTable.no-footer {
  border-bottom: none;
}

.cupra-modal .general-modal .fullWidthModal {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: #1b1b1b;
}
.cupra-modal .general-modal .fullWidthModal::-webkit-scrollbar {
  display: none;
}
@media (min-width: 764px) {
  .cupra-modal .general-modal .fullWidthModal {
    overflow: hidden;
  }
}
.cupra-modal .general-modal .fullWidthModal .icon-close {
  position: fixed;
  right: 16px;
  top: 16px;
  margin-right: 0px;
  margin-top: 0px;
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-white.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 764px) {
  .cupra-modal .general-modal .fullWidthModal .icon-close {
    right: 32px;
    top: 32px;
  }
}
.cupra-modal .general-modal .fullWidthModal.video-mode .icon-close {
  width: 20px;
  height: 20px;
}
@media (min-width: 764px) {
  .cupra-modal .general-modal .fullWidthModal.video-mode .icon-close {
    width: 32px;
    height: 32px;
  }
}
.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video {
  height: 100%;
  display: flex;
}
@media (min-width: 1436px) {
  .cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video {
    max-width: 1436px;
    margin: 0 auto;
  }
}
.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__video-wrapper {
  width: 100%;
  align-self: center;
}
.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__control--overlaid,
.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__control--overlaid:hover,
.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__control--overlaid:focus,
.cupra-modal .general-modal .fullWidthModal.video-mode .plyr--video .plyr__control:hover {
  background-color: #dbd3cb;
}
.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (min-width: 764px) {
  .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal {
    justify-content: center;
  }
}
.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal img {
  width: auto;
  height: 100vh;
}
@media (min-width: 764px) {
  .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal img {
    width: 100vw;
    height: auto;
    max-height: 100vh;
    object-fit: contain;
  }
}
@media (min-width: 1436px) {
  .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-horizontal img {
    max-width: 1436px;
    margin: 0 auto;
  }
}
.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-vertical img {
  width: auto;
  height: 100vh;
  right: 32px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 764px) {
  .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-vertical img {
    max-width: 100vw;
    object-fit: contain;
  }
}
.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (min-width: 1016px) {
  .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square {
    justify-content: center;
  }
}
.cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square img {
  width: auto;
  height: 100vh;
}
@media (min-width: 764px) {
  .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square img {
    width: 100vw;
    height: auto;
    max-height: 100vh;
    object-fit: contain;
  }
}
@media (min-width: 1016px) {
  .cupra-modal .general-modal .fullWidthModal .imageAdapter.img-square img {
    width: auto;
    max-width: 100vw;
    height: 100vh;
  }
}

.icon-fullscreen {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 8px;
  top: 8px;
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/full-screen-icon.svg);
  background-size: cover;
  background-repeat: center no-repeat;
}
@media (min-width: 764px) {
  .icon-fullscreen {
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1436px) {
  .icon-fullscreen {
    width: 48px;
    height: 48px;
  }
}

.img-with-fullscreen,
.isVideo {
  cursor: pointer;
}

.cupra-gallery .icon-video.isVideo {
  width: 32px;
  height: 32px;
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/video-play-icon.svg);
  background-size: cover;
}
@media (min-width: 764px) {
  .cupra-gallery .icon-video.isVideo {
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1016px) {
  .cupra-gallery .icon-video.isVideo {
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1436px) {
  .cupra-gallery .icon-video.isVideo {
    left: calc(50% - 28px);
    top: calc(50% - 28px);
    width: 56px;
    height: 56px;
  }
}

.seatComponents-banner {
  background-color: #dbd3cb;
}
.seatComponents-banner .wrapper .banner-icon {
  margin-left: 36px;
  margin-right: 16px;
  height: 32px;
  width: 32px;
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/info-signal-32px.png);
}
@media (min-width: 1436px) {
  .seatComponents-banner .wrapper .banner-icon {
    margin-left: 36px;
    height: 40px;
    width: 40px;
    margin-right: 16px;
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/info-signal-40px.png);
  }
}
.seatComponents-banner .wrapper .notice {
  font-family: "CupraMedium";
  color: black;
  max-width: 199px;
}
@media (min-width: 1436px) {
  .seatComponents-banner .wrapper .notice {
    max-width: 228px;
  }
}
.seatComponents-banner .wrapper .descriptionNotice {
  font-family: "CupraRegular";
  color: black;
}
@media (min-width: 1436px) {
  .seatComponents-banner .wrapper .descriptionNotice {
    max-width: 539px;
  }
}
.seatComponents-banner .wrapper .banner-browsers a.browser-choice p {
  font-family: "CupraRegular";
  color: #190f14;
  max-height: 12px;
  overflow: hidden;
}
.seatComponents-banner .wrapper .banner-close {
  background-size: contain;
  right: 24px;
  height: 24px;
  width: 24px;
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-banner-24px.png);
  top: 16px;
}
@media (min-width: 1436px) {
  .seatComponents-banner .wrapper .banner-close {
    right: 32px;
    height: 32px;
    width: 32px;
    background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-banner-32px.png);
  }
}

#smartbanner {
  font-family: "CupraRegular", sans-serif;
}
#smartbanner .sbi2,
#smartbanner .sbi3,
#smartbanner .sb-button span {
  font-family: "CupraRegular", sans-serif;
}

.seat-components-card .card-item.card-offer {
  margin: 0;
}
.seat-components-card .card-item.card-offer .image-container {
  position: relative;
}
.seat-components-card .card-item.card-offer .image-container .card-image {
  margin: 0;
}
.seat-components-card .card-item.card-offer .image-container .card-image img {
  height: 188px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-offer .image-container .card-image img {
    height: 207px;
  }
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-offer .image-container .card-image img {
    height: 213px;
  }
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-offer .image-container .card-image img {
    height: 256px;
  }
}
.seat-components-card .card-item.card-offer .card-body {
  margin: 0;
  padding: 16px;
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-offer .card-body {
    padding: 24px;
  }
}
.seat-components-card .card-item.card-offer .card-body .offer-header {
  margin-bottom: 24px;
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-offer .card-body .offer-header {
    margin-bottom: 32px;
  }
}
.seat-components-card .card-item.card-offer .card-body .offer-header .offer-eyebrow {
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #666666;
  text-transform: uppercase;
  overflow: hidden;
  max-height: 16px;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-offer .card-body .offer-header .offer-eyebrow {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-offer .card-body .offer-header .offer-eyebrow {
    font-size: 16px;
    max-height: 20px;
    line-height: 1.25;
  }
}
.seat-components-card .card-item.card-offer .card-body .offer-header .offer-title {
  font-family: "CupraMedium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 4px;
  overflow: hidden;
  max-height: 48px;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-offer .card-body .offer-header .offer-title {
    margin-bottom: 8px;
    font-size: 24px;
    max-height: 56px;
  }
}
.seat-components-card .card-item.card-offer .card-body .offer-header .offer-subtitle {
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 32px;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-offer .card-body .offer-header .offer-subtitle {
    font-size: 16px;
    max-height: 40px;
    line-height: 1.25;
  }
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-offer .card-body .offer-header .offer-subtitle {
    font-size: 20px;
    max-height: 48px;
    line-height: 1.2;
  }
}
.seat-components-card .card-item.card-offer .card-body .offer-middle {
  display: grid;
  margin-bottom: 4px;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-gap: 16px;
  align-items: end;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-offer .card-body .offer-middle {
    margin-bottom: 12px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1.12fr) minmax(0, 1fr));
  }
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-offer .card-body .offer-middle {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr) minmax(0, 1.13fr));
  }
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-offer .card-body .offer-middle {
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-label {
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
  max-height: 16px;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-label {
    font-size: 14px;
  }
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-label {
    font-size: 16px;
    line-height: 1.25;
    max-height: 20px;
  }
}
.seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-amount {
  font-family: "CupraRegular", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  max-height: 28px;
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-offer .card-body .offer-middle .offer-fee .offer-fee-amount {
    font-size: 30px;
    max-height: 32px;
    line-height: 1.07;
  }
}
.seat-components-card .card-item.card-offer .card-body .offer-middle .offer-cta {
  display: block;
  max-height: 36px;
  text-align: right;
  overflow: hidden;
}
.seat-components-card .card-item.card-offer .card-body .offer-middle .offer-cta button {
  text-align: right;
  height: 18px;
}
.seat-components-card .card-item.card-offer .card-body .offer-disclaimer {
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
  max-height: 48px;
}

.specs-card-variant.s-slider-cupra .row {
  margin-bottom: 98px;
}
@media (min-width: 764px) {
  .specs-card-variant.s-slider-cupra .row {
    margin-bottom: 32px;
  }
}
@media (min-width: 1016px) {
  .specs-card-variant.s-slider-cupra .row {
    margin-bottom: 72px;
  }
}
.specs-card-variant.s-slider-cupra .row .slick-dots {
  bottom: -39px;
}
.specs-card-variant .card.section {
  border-radius: 0;
}
.specs-card-variant .card.section:hover {
  border: none;
  margin: 0;
  cursor: auto;
}

.seat-components-card .card-item.card-prebook {
  margin: 0;
}
.seat-components-card .card-item.card-prebook .image-container {
  position: relative;
}
.seat-components-card .card-item.card-prebook .image-container .card-image {
  margin: 0;
}
.seat-components-card .card-item.card-prebook .image-container .card-image img {
  height: 152px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-prebook .image-container .card-image img {
    height: 255px;
  }
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook .image-container .card-image img {
    height: 211px;
  }
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-prebook .image-container .card-image img {
    height: 309px;
  }
}
.seat-components-card .card-item.card-prebook .card-body {
  margin: 0;
  padding: 0;
}
.seat-components-card .card-item.card-prebook .card-body .prebook-header {
  margin: 24px 0;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-header {
    margin: 40px 0 24px 0;
  }
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-header {
    margin: 48px 0 40px 0;
  }
}
.seat-components-card .card-item.card-prebook .card-body .prebook-header .prebook-title {
  font-family: "CupraMedium", serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  overflow: hidden;
  max-height: 56px;
  margin-bottom: 4px;
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-header .prebook-title {
    font-size: 30px;
    line-height: 1.07;
    max-height: 64px;
    margin-bottom: 8px;
  }
}
.seat-components-card .card-item.card-prebook .card-body .prebook-header .prebook-subtitle {
  font-family: "CupraBook", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  overflow: hidden;
  max-height: 48px;
  margin: 0;
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-header .prebook-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
}
.seat-components-card .card-item.card-prebook .card-body .prebook-middle {
  margin-bottom: 32px;
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-middle {
    margin-bottom: 40px;
  }
}
.seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-label-prop {
  font-family: "CupraMedium";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  max-height: 20px;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-label-prop {
    margin-bottom: 16px;
  }
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-label-prop {
    max-height: 24px;
    line-height: 1.2;
    font-size: 20px;
  }
}
.seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-value-prop {
  font-family: "CupraBook";
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-value-prop {
    max-height: 28px;
  }
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-value-prop {
    max-height: 64px;
    font-size: 30px;
    line-height: 1.07;
  }
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-value-prop {
    max-height: 32px;
  }
}
.seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-subtitle-prop {
  font-family: "CupraBook", serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #666666;
  max-height: 20px;
  overflow: hidden;
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-prebook .card-body .prebook-middle .prebook-subtitle-prop {
    max-width: 319px;
  }
}
.seat-components-card .card-item.card-prebook a.btn {
  width: 100%;
}
@media (min-width: 764px) {
  .seat-components-card .card-item.card-prebook a.btn {
    width: 73.02%;
  }
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook a.btn {
    width: 78.31%;
  }
}
@media (min-width: 1436px) {
  .seat-components-card .card-item.card-prebook a.btn {
    width: 57.68%;
  }
}
.seat-components-card .card-item.card-prebook a.btn span {
  max-height: 16px;
}
@media (min-width: 1016px) {
  .seat-components-card .card-item.card-prebook a.btn span {
    max-height: 20px;
  }
}

.grid-container.section .seatComponents-grid-container.two-columns-cupra,
.specs-card-variant {
  background-color: #f4f4f3;
}
.grid-container.section .seatComponents-grid-container.two-columns-cupra .row,
.specs-card-variant .row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px 0;
  padding: 16px;
  margin: 0;
}
@media (min-width: 764px) {
  .grid-container.section .seatComponents-grid-container.two-columns-cupra .row,
  .specs-card-variant .row {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 32px 32px 32px;
    grid-gap: 32px;
  }
}
@media (min-width: 1016px) {
  .grid-container.section .seatComponents-grid-container.two-columns-cupra .row,
  .specs-card-variant .row {
    grid-template-columns: repeat(2, 1fr);
    padding: 32px;
  }
}
.grid-container.section .seatComponents-grid-container.two-columns-cupra .row .col,
.specs-card-variant .row .col {
  padding: 0;
  display: grid;
}
.grid-container.section .seatComponents-grid-container.two-columns-cupra .slick-initialized,
.specs-card-variant .slick-initialized {
  padding: 0;
}
.grid-container.section .seatComponents-grid-container.two-columns-cupra .slick-initialized .col,
.specs-card-variant .slick-initialized .col {
  width: calc(90vw - 16px);
  margin-left: 16px;
}

.grid-container.section .seatComponents-grid-container.left-margin-cupra,
.specs-card-variant {
  background-color: #f4f4f3;
}
@media (min-width: 1016px) {
  .grid-container.section .seatComponents-grid-container.left-margin-cupra .row,
  .specs-card-variant .row {
    margin-left: 16.14%;
  }
}
@media (min-width: 1436px) {
  .grid-container.section .seatComponents-grid-container.left-margin-cupra .row,
  .specs-card-variant .row {
    margin-left: 16.29%;
  }
}

.grid-container.section {
  background-color: white;
}
.grid-container.section .seatComponents-grid-container.three-columns-cupra .row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px 0;
  padding: 16px;
  margin: 0;
}
@media (min-width: 764px) {
  .grid-container.section .seatComponents-grid-container.three-columns-cupra .row {
    grid-template-columns: repeat(2, 1fr);
    padding: 16px 32px 32px 32px;
    grid-gap: 32px;
  }
}
@media (min-width: 1016px) {
  .grid-container.section .seatComponents-grid-container.three-columns-cupra .row {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    padding: 32px;
  }
}
.grid-container.section .seatComponents-grid-container.three-columns-cupra .row .col {
  padding: 0;
  display: grid;
}

.pac-container.pac-logo {
  z-index: 9999999 !important;
  top: 56px !important;
  left: 0px !important;
  padding: 0px;
  margin-left: 0px;
}

.homepage_stock {
  padding: 40px 16px;
  background-color: #ffffff;
  display: grid;
  grid-gap: 16px;
  grid-template: "title" auto "filters " auto "legal" auto / 1fr;
}
@media (min-width: 764px) {
  .homepage_stock {
    margin: 0px 32px;
    padding: 16px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock {
    grid-gap: 24px;
    padding: 24px 24px 16px 24px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock {
    grid-column-gap: 32px;
    grid-template: "title filters" auto "legal legal" auto / 412px 1fr;
  }
}
.homepage_stock .sl-home-title {
  grid-area: title;
  text-align: start;
}
.homepage_stock .sl-home-title .title {
  font-family: "CupraMedium";
  font-size: 24px;
  font-stretch: normal;
  line-height: 28px;
  margin-bottom: 4px;
  color: #000000;
}
@media (min-width: 1016px) {
  .homepage_stock .sl-home-title .title {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock .sl-home-title .title {
    font-size: 40px;
    line-height: 44px;
  }
}
.homepage_stock .sl-home-title .subtitle {
  font-size: 14px;
  line-height: 20px;
  font-family: "CupraRegular";
  color: #666666;
}
@media (min-width: 1016px) {
  .homepage_stock .sl-home-title .subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.homepage_stock .sl-home-filters {
  grid-area: filters;
  align-items: start;
  overflow: hidden;
}
@media (min-width: 764px) {
  .homepage_stock .sl-home-filters {
    display: flex;
    align-items: flex-end;
    margin: 0px;
    overflow: visible;
  }
}
@media (min-width: 1436px) {
  .homepage_stock .sl-home-filters {
    justify-content: flex-end;
  }
}
.homepage_stock .sl-home-filters .title-filter {
  position: relative;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #d1d1d1;
}
.homepage_stock .sl-home-filters .title-filter .control-label {
  position: absolute;
  top: 4px;
  margin-bottom: 0;
  font-family: "CupraRegular";
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 24px);
  color: #666666;
  pointer-events: none;
}
.homepage_stock .sl-home-filters .title-filter .selectpicker {
  border: none;
}
.homepage_stock .sl-home-filters .title-filter .selectpicker::-ms-expand {
  display: none;
}
.homepage_stock .sl-home-filters .title-filter .selectpicker .option {
  font-family: "CupraBook";
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
.homepage_stock .sl-home-filters .title-filter select.form-control {
  margin-right: 8px;
  padding: 20px 24px 8px 0px;
  font-family: "CupraBook";
  font-size: 16px;
  line-height: 20px;
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 100%;
  color: #000000;
}
.homepage_stock .sl-home-filters .title-filter .form-control:focus {
  box-shadow: none;
}
.homepage_stock .sl-home-filters .sl-loc-msg {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location {
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #d1d1d1;
  width: 100%;
  height: 48px;
  margin-right: 8px;
  position: relative;
  align-items: center;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .group-location {
  width: 100%;
  height: 100%;
  margin-right: 8px;
  border-left: 1px solid #d1d1d1;
  padding-left: 8px;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .group-location .label-location {
  font-family: "CupraRegular";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  transition: all 0.5s ease-in-out;
  max-width: calc(100% - 78px);
  color: #666666;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .group-location .option-location {
  display: flex;
  font-family: "CupraBook";
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 50%;
  transform: translate(0%, 50%);
  max-width: calc(100% - 78px);
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .titleFilter {
  display: inline;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location input {
  background: transparent;
  border: 0;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location input:focus {
  outline: none;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location input.buttonGPS[type="button"] {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/location-icon-black.svg) center center no-repeat;
  margin: 0 12px 0 10px;
  padding: 0px;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  cursor: pointer;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin-right: 8px;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location.vertical {
  margin-right: 16px;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location.vertical .searchButton {
  display: none;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location .clearButton {
  width: 12px;
  height: 12px;
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 12px;
  cursor: pointer;
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location .clearButton > div {
  width: 100%;
  height: 1px;
  background: #6f6f6f;
  position: absolute;
  transform: rotate(45deg);
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location .clearButton > div:first-child {
  transform: rotate(-45deg);
}
.homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location input.searchButton[type="button"] {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/search.svg) center center no-repeat;
  width: 16px;
  height: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  flex: 0 0 16px;
}
@media (min-width: 764px) {
  .homepage_stock .sl-home-filters .sl-loc-msg .location .sl-btn-location {
    padding-left: 0px;
  }
}
.homepage_stock .sl-home-filters .sl-loc-msg.validated .location {
  border-color: none;
}
@media (min-width: 764px) {
  .homepage_stock .sl-home-filters .sl-loc-msg.error {
    margin-bottom: 0px;
  }
}
.homepage_stock .sl-home-filters .sl-loc-msg.error .location {
  border-color: #e34343;
}
.homepage_stock .sl-home-filters .sl-loc-msg.active .location .group-location .label-location {
  top: 4px;
  transform: none;
  font-size: 12px;
  line-height: 16px;
}
.homepage_stock .sl-home-filters .sl-loc-msg.show-label .location .group-location .option-location {
  bottom: 8px;
  transform: none;
}
.homepage_stock .sl-home-filters .sl-loc-msg .sl-error-msg {
  color: #e34343;
  font-size: 12px;
  line-height: 16px;
  font-family: "CupraBook";
  position: absolute;
  bottom: -20px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.homepage_stock .sl-home-filters .sl-home-btn {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #1b1b1b;
  background-color: #1b1b1b;
  min-width: 125px;
  width: 100%;
  cursor: pointer;
  margin-top: 16px;
  padding: 0px 16px;
}
@media (min-width: 764px) {
  .homepage_stock .sl-home-filters .sl-home-btn {
    margin-top: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock .sl-home-filters .sl-home-btn {
    height: 48px;
  }
}
.homepage_stock .sl-home-filters .sl-home-btn a {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  font-family: "CupraRegular";
}
@media (min-width: 1016px) {
  .homepage_stock .sl-home-filters .sl-home-btn a {
    font-size: 16px;
    line-height: 20px;
  }
}
.homepage_stock .sl-home-filters .sl-home-btn:hover {
  color: #ffffff;
  background-color: #a3a3a3;
  border: 1px solid #a3a3a3;
  outline: none;
  border-radius: 0;
  box-shadow: 0 0 0 0;
}
.homepage_stock .sl-home-filters .sl-filter {
  margin-top: 8px;
}
.homepage_stock .sl-home-filters .sl-filter:first-child {
  margin-top: 0px;
}
@media (min-width: 764px) {
  .homepage_stock .sl-home-filters .sl-filter {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.homepage_stock .sl-home-filters .sl-filter .icon-select {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/arrow-down.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 8px;
  right: 0px;
  pointer-events: none;
}
.homepage_stock .sl-home-footer {
  grid-area: legal;
  text-align: start;
}
@media (min-width: 764px) {
  .homepage_stock .sl-home-footer {
    margin-top: 8px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock .sl-home-footer {
    margin-top: 0px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock .sl-home-footer {
    text-align: right;
  }
}
.homepage_stock .sl-home-footer .sl-home-legal {
  font-family: "CupraBook";
  font-size: 12px;
  font-stretch: normal;
  line-height: 16px;
  color: #666666;
}
@media (min-width: 764px) {
  .homepage_stock.show-0 .sl-home-filters .sl-home-btn {
    max-width: 212px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock.show-0 .sl-home-filters .sl-home-btn {
    max-width: 214px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock.show-0 .sl-home-filters .sl-home-btn {
    max-width: 202px;
  }
}
@media (min-width: 764px) {
  .homepage_stock.show-1 .sl-home-filters .sl-filter {
    max-width: 196px;
    margin-right: 32px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock.show-1 .sl-home-filters .sl-filter {
    max-width: 272px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock.show-1 .sl-home-filters .sl-filter {
    max-width: 202px;
  }
}
@media (min-width: 764px) {
  .homepage_stock.show-1 .sl-home-filters .sl-home-btn {
    max-width: 212px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock.show-1 .sl-home-filters .sl-home-btn {
    max-width: 214px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock.show-1 .sl-home-filters .sl-home-btn {
    max-width: 202px;
  }
}
@media (min-width: 764px) {
  .homepage_stock.show-2 .sl-home-filters .sl-filter {
    max-width: 196px;
    margin-right: 32px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock.show-2 .sl-home-filters .sl-filter {
    max-width: 272px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock.show-2 .sl-home-filters .sl-filter {
    max-width: 202px;
  }
}
@media (min-width: 764px) {
  .homepage_stock.show-2 .sl-home-filters .sl-home-btn {
    max-width: 196px;
  }
  .homepage_stock.show-2 .sl-home-filters .sl-home-btn:not(:only-child) {
    margin-left: 16px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock.show-2 .sl-home-filters .sl-home-btn {
    max-width: 214px;
  }
  .homepage_stock.show-2 .sl-home-filters .sl-home-btn:not(:only-child) {
    margin-left: 24px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock.show-2 .sl-home-filters .sl-home-btn {
    max-width: 202px;
  }
  .homepage_stock.show-2 .sl-home-filters .sl-home-btn:not(:only-child) {
    margin-left: 0px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock.show-3 .sl-home-filters {
    justify-content: flex-end;
  }
}
@media (min-width: 764px) {
  .homepage_stock.show-3 .sl-home-filters .sl-filter {
    max-width: 168px;
    margin-right: 8px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock.show-3 .sl-home-filters .sl-filter {
    max-width: 194px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock.show-3 .sl-home-filters .sl-filter {
    max-width: 202px;
  }
}
@media (min-width: 764px) {
  .homepage_stock.show-3 .sl-home-filters .sl-home-btn {
    max-width: 132px;
  }
  .homepage_stock.show-3 .sl-home-filters .sl-home-btn:not(:only-child) {
    margin-left: 8px;
  }
}
@media (min-width: 1016px) {
  .homepage_stock.show-3 .sl-home-filters .sl-home-btn {
    max-width: 259px;
  }
  .homepage_stock.show-3 .sl-home-filters .sl-home-btn:not(:only-child) {
    margin-left: 40px;
  }
}
@media (min-width: 1436px) {
  .homepage_stock.show-3 .sl-home-filters .sl-home-btn {
    max-width: 210px;
  }
  .homepage_stock.show-3 .sl-home-filters .sl-home-btn:not(:only-child) {
    margin-left: 16px;
  }
}

.dynamic-form-builder .panel-body .section:first-child,
.dynamic-form-builder .panel-body .section:not(:first-child) {
  min-height: unset;
  margin: 8px 0;
  padding: 0;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .panel-body .section:first-child,
  .dynamic-form-builder .panel-body .section:not(:first-child) {
    margin: 16px 0;
  }
}
.dynamic-form-builder .panel-body .section.seatComponentField.col-12:first-child,
.dynamic-form-builder .panel-body .section.seatComponentField.col-12:not(:first-child),
.dynamic-form-builder .panel-body .section.col-12.col-md-6 {
  padding: 0;
}
.dynamic-form-builder .formStates .question {
  font-family: "CupraRegular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #666666;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .question {
    font-size: 16px;
    line-height: 1.25;
  }
}
.dynamic-form-builder .formStates textarea.form-control {
  padding: 16px 16px 4px 16px;
}
.dynamic-form-builder .formStates .richtext {
  margin-bottom: 32px;
}
.dynamic-form-builder .formStates .richtext p {
  font-family: "CupraRegular", serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 24px;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .richtext p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.dynamic-form-builder .formStates .richtext:last-child {
  margin-bottom: 0;
}
.dynamic-form-builder .formStates .error {
  font-family: "CupraBook", sans-serif;
  color: #e34343;
  line-height: 1.33;
  margin-top: 4px;
  position: relative;
}
.dynamic-form-builder .formStates .valid {
  color: #008a96;
}
.dynamic-form-builder .formStates .findDealerFieldComponent .input-group label {
  top: 6px;
  margin-left: 45px;
  max-width: 54.7%;
  overflow: hidden;
}
@media (min-width: 764px) {
  .dynamic-form-builder .formStates .findDealerFieldComponent .input-group label {
    max-width: 82.3%;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .findDealerFieldComponent .input-group label {
    max-width: 83.4%;
  }
}
@media (min-width: 1436px) {
  .dynamic-form-builder .formStates .findDealerFieldComponent .input-group label {
    max-width: 85.7%;
  }
}
.dynamic-form-builder .formStates .form-group label {
  top: 22px;
}
.dynamic-form-builder .formStates .form-group,
.dynamic-form-builder .formStates .input-group {
  margin-bottom: 32px;
  min-height: 45px;
  max-height: 65px;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .form-group,
  .dynamic-form-builder .formStates .input-group {
    min-height: 49px;
    max-height: 69px;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .form-group,
  .dynamic-form-builder .formStates .input-group {
    margin-bottom: 40px;
  }
}
.dynamic-form-builder .formStates .form-group label,
.dynamic-form-builder .formStates .input-group label {
  max-height: 20px;
  font-family: "CupraRegular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #666666;
  top: 22px;
  overflow: hidden;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .form-group label,
  .dynamic-form-builder .formStates .input-group label {
    font-size: 16px;
    line-height: 1.14;
  }
}
.dynamic-form-builder .formStates .form-group label.active,
.dynamic-form-builder .formStates .form-group label.fixed,
.dynamic-form-builder .formStates .form-group label.lc--active,
.dynamic-form-builder .formStates .input-group label.active,
.dynamic-form-builder .formStates .input-group label.fixed,
.dynamic-form-builder .formStates .input-group label.lc--active {
  font-size: 12px;
  line-height: 1.33;
  top: 0;
  max-height: 16px;
  overflow: hidden;
}
.dynamic-form-builder .formStates .form-group input,
.dynamic-form-builder .formStates .input-group input {
  padding-top: 20px;
  margin-top: 0;
}
.dynamic-form-builder .formStates .form-group .input-group-addon,
.dynamic-form-builder .formStates .input-group .input-group-addon {
  height: auto;
  right: 0;
  top: 20px;
}
.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span img,
.dynamic-form-builder .formStates .input-group .input-group-addon button.btn span img {
  width: 20px;
  height: 20px;
  display: flex;
}
.dynamic-form-builder .formStates .form-group .input-group-btn,
.dynamic-form-builder .formStates .input-group .input-group-btn {
  top: 20px;
}
.dynamic-form-builder .formStates .form-group .input-group-btn button,
.dynamic-form-builder .formStates .input-group .input-group-btn button {
  height: auto;
}
.dynamic-form-builder .formStates .form-group .input-group-btn button span.eye,
.dynamic-form-builder .formStates .input-group .input-group-btn button span.eye {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.dynamic-form-builder .formStates .form-group .inputDescription,
.dynamic-form-builder .formStates .input-group .inputDescription {
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #666666;
  margin-top: 4px;
  max-height: 16px;
  overflow: hidden;
}
.dynamic-form-builder .formStates .form-control {
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #000000;
  border-bottom: 1px solid #d1d1d1;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .form-control {
    font-size: 16px;
    line-height: 1.25;
  }
}
.dynamic-form-builder .formStates .form-control.error {
  color: #000000;
  border-bottom: 1px solid #e34343;
}
.dynamic-form-builder .formStates .form-control.valid {
  color: #000000;
  border-bottom: 1px solid #008a96;
}
.dynamic-form-builder .formStates .form-control-feedback {
  width: 20px;
  height: 20px;
  top: 20px;
}
.dynamic-form-builder .formStates .form-control-feedback .icon-ok {
  height: 20px;
  width: 20px;
  bottom: 0;
  right: 0;
  background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/check-icon-black.svg) center center no-repeat;
}
.dynamic-form-builder .formStates legend {
  font-family: "CupraRegular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  max-height: 20px;
  overflow: hidden;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates legend {
    margin-bottom: 8px;
  }
}

.seatComponent-dynamic-form .seatComponentField .textareaComponent .form-group {
  max-height: none;
}
.seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent {
  margin-bottom: 56px;
  max-width: 90vw;
}
.seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList {
  margin-top: 24px;
  margin-bottom: 56px;
}
.seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList .dealerItem .dealerBox {
  height: auto;
  border-radius: 0;
}
.seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList .dealerItem .dealerBox .dealerTitle {
  font-family: "CupraMedium", sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
}
.seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList .dealerItem .dealerBox .dealerTitle .dealerDistance {
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  line-height: 1.33;
}
.seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .dealersList .dealerItem .dealerBox .dealerBody {
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  line-height: 1.43;
}
.seatComponent-dynamic-form .seatComponentField .findDealerFieldComponent .delete {
  right: 48px;
  top: 6px;
}
.seatComponent-dynamic-form .seatComponentField .input-group.find-dealer-input {
  margin-bottom: 0;
}
.seatComponent-dynamic-form .seatComponentField .input-group .location-dealer.geolocated {
  height: 32px;
  padding-top: 18px;
}
.seatComponent-dynamic-form .radio-inline .inputDescription {
  max-height: 24px;
  overflow: hidden;
}

.dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading {
  cursor: auto;
  pointer-events: none;
  padding: 0;
  border: none;
}
.dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title {
  left: 0;
  max-height: unset;
  width: 100%;
}
.dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title > span {
  display: block;
}
.dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title .panel-span-title {
  width: 100%;
  font-family: "CupraBook", sans-serif;
  font-size: 30px;
  line-height: 1.07;
  text-transform: uppercase;
}
.dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title .panel-subtitle {
  font-family: "CupraBook", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  margin-top: 24px;
  width: 100%;
}
.dynamic-form-multi-step .newBookTestDrive .single-step .panel-heading .panel-title.hide-arrow > span:before {
  background: none;
  width: 0;
  height: 0;
}
.dynamic-form-multi-step .newBookTestDrive .panel-heading {
  margin: 0 auto;
}
@media (min-width: 764px) {
  .dynamic-form-multi-step .newBookTestDrive .panel-heading {
    max-width: 456px;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-multi-step .newBookTestDrive .panel-heading {
    max-width: 624px;
  }
}
@media (min-width: 1436px) {
  .dynamic-form-multi-step .newBookTestDrive .panel-heading {
    max-width: 670px;
  }
}
.dynamic-form-multi-step .newBookTestDrive .panel-body {
  padding: 0;
}
.dynamic-form-multi-step .newBookTestDrive .panel-body > .container-form-elements {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 0;
}
@media (min-width: 1016px) {
  .dynamic-form-multi-step .newBookTestDrive .panel-body > .container-form-elements {
    grid-column-gap: 48px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr) minmax(0, 1fr));
  }
}
.dynamic-form-multi-step .newBookTestDrive .panel-body .column.section {
  width: 100%;
  margin: 0;
}
@media (min-width: 764px) {
  .dynamic-form-multi-step .newBookTestDrive .panel-body .column.section {
    max-width: 456px;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-multi-step .newBookTestDrive .panel-body .column.section {
    max-width: 624px;
  }
}
@media (min-width: 1436px) {
  .dynamic-form-multi-step .newBookTestDrive .panel-body .column.section {
    max-width: 670px;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-multi-step .newBookTestDrive .panel-body .col-12 {
    padding: 0 16px;
  }
}
.dynamic-form-multi-step .newBookTestDrive .options {
  margin: 0 auto;
}
@media (min-width: 764px) {
  .dynamic-form-multi-step .newBookTestDrive .options {
    max-width: 456px;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-multi-step .newBookTestDrive .options {
    max-width: 624px;
  }
}
@media (min-width: 1436px) {
  .dynamic-form-multi-step .newBookTestDrive .options {
    max-width: 670px;
  }
}
.dynamic-form-multi-step .newBookTestDrive .btn-continue {
  margin-top: 64px;
  border-radius: 0;
  max-width: unset;
  width: 100%;
}
@media (min-width: 764px) {
  .dynamic-form-multi-step .newBookTestDrive .btn-continue {
    min-width: 212px;
    margin-top: 72px;
    width: auto;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-multi-step .newBookTestDrive .btn-continue {
    max-height: 48px;
    margin-top: 64px;
  }
}
@media (min-width: 1436px) {
  .dynamic-form-multi-step .newBookTestDrive .btn-continue {
    margin-top: 72px;
  }
}

.dynamic-form-multi-step.edit-mode .newBookTestDrive .panel-body > .container-form-elements {
  display: initial;
}

.dynamic-form-builder .character-required-hidden .formStates .dynamic-form-label::after {
  content: none;
}
.dynamic-form-builder .formStates .dynamic-form-label::after {
  content: "*";
}

.dynamic-form-builder .panel-body .seatComponentField .dateandtimeComponent,
.dynamic-form-builder .panel-body .seatComponentField .emailFieldComponent,
.dynamic-form-builder .panel-body .seatComponentField .passwordFieldComponent,
.dynamic-form-builder .panel-body .seatComponentField .phoneNumberFieldComponent,
.dynamic-form-builder .panel-body .seatComponentField .textFieldComponent,
.dynamic-form-builder .panel-body .seatComponentField .zipcodeComponent {
  min-height: 45px;
  max-height: 65px;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .panel-body .seatComponentField .dateandtimeComponent,
  .dynamic-form-builder .panel-body .seatComponentField .emailFieldComponent,
  .dynamic-form-builder .panel-body .seatComponentField .passwordFieldComponent,
  .dynamic-form-builder .panel-body .seatComponentField .phoneNumberFieldComponent,
  .dynamic-form-builder .panel-body .seatComponentField .textFieldComponent,
  .dynamic-form-builder .panel-body .seatComponentField .zipcodeComponent {
    min-height: 49px;
    max-height: 69px;
  }
}
.dynamic-form-builder .panel-body .seatComponentField .textLabelComponent {
  padding-top: 48px;
  margin-bottom: 24px;
}
.dynamic-form-builder .panel-body .seatComponentField .textLabelComponent h4 {
  font-family: "CupraBook", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .panel-body .seatComponentField .textLabelComponent h4 {
    font-size: 24px;
    line-height: 1.17;
  }
}
.dynamic-form-builder .panel-body .seatComponentField .textLabelComponent h4.subtitle {
  color: #666666;
}
.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d5d5d5;
}
.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll {
  max-height: 139px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (min-width: 764px) {
  .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll {
    max-height: 200px;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll {
    max-height: 60px;
  }
}
@media (min-width: 1436px) {
  .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll {
    max-height: 103px;
  }
}
@media (min-width: 764px) {
  .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.has-scroll .richtext {
    margin-right: 24px;
  }
}
.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent.richtext-light p {
  color: #666666;
}
.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent h4 {
  font-family: "CupraMedium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  color: #000000;
  margin-bottom: 24px;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent h4 {
    font-size: 16px;
    line-height: 1.25;
  }
}
.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent p {
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  line-height: 1.33;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent p {
    font-size: 14px;
    line-height: 1.43;
  }
}
.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent p b {
  color: #000000;
}
.dynamic-form-builder .panel-body .seatComponentField .richTextFieldComponent .richtext-separator {
  display: none;
}
.dynamic-form-builder .formStates .form-group .input-group-btn .icon-calendar,
.dynamic-form-builder .formStates .input-group .input-group-btn .icon-calendar {
  width: 20px;
  height: 20px;
  background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/calendar-icon-black.svg) no-repeat scroll top left;
  background-size: 20px 20px;
}
.dynamic-form-builder .formStates .form-group .input-group-btn .icon-time,
.dynamic-form-builder .formStates .form-group .input-group-btn .geolocating,
.dynamic-form-builder .formStates .input-group .input-group-btn .icon-time,
.dynamic-form-builder .formStates .input-group .input-group-btn .geolocating {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
.dynamic-form-builder .formStates .form-group .input-group-btn .icon-time,
.dynamic-form-builder .formStates .input-group .input-group-btn .icon-time {
  background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/time-icon-black.svg) no-repeat scroll top left;
  margin: 0;
}
.dynamic-form-builder .formStates .form-group .input-group-btn .eye,
.dynamic-form-builder .formStates .input-group .input-group-btn .eye {
  background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/password-hide-icon-black.svg) no-repeat scroll top left;
  margin: 0;
  margin-bottom: -4px;
}
.dynamic-form-builder .formStates .form-group .input-group-btn .eye.open,
.dynamic-form-builder .formStates .input-group .input-group-btn .eye.open {
  background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/password-show-icon-black.svg) no-repeat scroll top left;
}
.dynamic-form-builder .formStates .form-group .input-group-btn .geolocating,
.dynamic-form-builder .formStates .input-group .input-group-btn .geolocating {
  background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/location-icon-black.svg) no-repeat scroll top left;
}
.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-calendar,
.dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-calendar {
  background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/calendar-icon-black.svg) no-repeat scroll top left;
}
.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-time,
.dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-time {
  background: transparent url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/time-icon-black.svg) no-repeat scroll top left;
}
.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-calendar,
.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-time,
.dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-calendar,
.dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-time {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: block;
}
.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-calendar img,
.dynamic-form-builder .formStates .form-group .input-group-addon button.btn span.icon-time img,
.dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-calendar img,
.dynamic-form-builder .formStates .input-group .input-group-addon button.btn span.icon-time img {
  display: none;
}
.dynamic-form-builder input[type="date"]::-webkit-calendar-picker-indicator {
  background: none;
}
.dynamic-form-builder input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.dynamic-form-builder .panel-body .section .radioGroupComponent {
  padding: 8px 0;
  margin-bottom: 32px;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .panel-body .section .radioGroupComponent {
    padding: 16px 0px;
    margin-bottom: 40px;
  }
}
.dynamic-form-builder .formStates .radio input[type="radio"]:disabled:checked + label::after {
  background: #75787b;
}
.dynamic-form-builder .formStates .radio input[type="radio"]:disabled:not(:checked) + label {
  font-family: "CupraBook", sans-serif;
  color: #666666;
}
.dynamic-form-builder .formStates .radio-inline {
  margin-bottom: 0;
}
.dynamic-form-builder .formStates .radio-inline .radio {
  margin-bottom: 8px;
}
.dynamic-form-builder .formStates .radio-inline .radio input[type="radio"]:not(:checked) + label::before,
.dynamic-form-builder .formStates .radio-inline .radio input[type="radio"]:checked + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #75787b;
  font-size: 20px;
}
.dynamic-form-builder .formStates .radio-inline .radio input[type="radio"]:not(:checked) + label::after,
.dynamic-form-builder .formStates .radio-inline .radio input[type="radio"]:checked + label::after {
  top: 2px;
  left: 0px;
  border: 6px solid #fff;
}
.dynamic-form-builder .formStates .radio-inline .radio label {
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #666666;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .radio-inline .radio label {
    font-size: 16px;
    line-height: 1.5;
  }
}
.dynamic-form-builder .formStates .radio-inline .inputDescription {
  margin-top: 4px;
}
.dynamic-form-builder .formStates .seatComponents-code-check-form .code_check_form {
  padding-top: 0;
}
.dynamic-form-builder .formStates .seatComponents-code-check-form .code_check_form .codeInput {
  margin: 0;
}

.dynamic-form-builder .panel-body .seatComponentField .checkbox-inline,
.dynamic-form-builder .panel-body .seatComponentField .checkboxPopupComponentGroup {
  min-height: 20px;
  margin: 0;
  margin-bottom: 18px;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .panel-body .seatComponentField .checkbox-inline,
  .dynamic-form-builder .panel-body .seatComponentField .checkboxPopupComponentGroup {
    min-height: 24px;
  }
}
.dynamic-form-builder .panel-body .seatComponentField .checkbox-inline .form-control-feedback-2 span,
.dynamic-form-builder .panel-body .seatComponentField .checkboxPopupComponentGroup .form-control-feedback-2 span {
  padding-left: 32px;
}
.dynamic-form-builder .formStates .checkbox {
  margin: 0;
}
.dynamic-form-builder .formStates .checkbox label,
.dynamic-form-builder .formStates .checkbox a {
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .checkbox label,
  .dynamic-form-builder .formStates .checkbox a {
    font-size: 16px;
    line-height: 1.5;
  }
}
.dynamic-form-builder .formStates .checkbox label {
  color: #666666;
  padding-left: 32px;
}
.dynamic-form-builder .formStates .checkbox a {
  color: #1b1b1b;
}
.dynamic-form-builder .formStates .checkbox input[type="checkbox"]:checked + label:after {
  background: #1b1b1b url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/check-icon-white.svg) left center no-repeat;
}
.dynamic-form-builder .formStates .checkbox input[type="checkbox"]:not(:checked) + label:before {
  border: 1px solid #75787b;
}
.dynamic-form-builder .formStates .checkbox input[type="checkbox"]:disabled:not(:checked) + label,
.dynamic-form-builder .formStates .checkbox input[type="checkbox"]:disabled:checked + label {
  opacity: 0.4;
  color: #666666;
  font-family: "CupraBook", sans-serif;
}
.dynamic-form-builder .formStates .checkbox input[type="checkbox"]:disabled:not(:checked) + label a,
.dynamic-form-builder .formStates .checkbox input[type="checkbox"]:disabled:checked + label a {
  color: #1b1b1b;
}
.dynamic-form-builder .formStates .checkbox input[type="checkbox"]:indeterminate + label:after {
  opacity: 1;
  background: #1b1b1b url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/indeterminate-checkbox-icon-white.svg) left center no-repeat;
}
.dynamic-form-builder .formStates .checkbox input[type="checkbox"].error + label:before {
  border: 1px solid #e34343;
}

.simple-contentbox.top-banner-sticky + .simple-contentbox.top-banner-sticky {
  margin-left: 0;
}

.top-banner-sticky {
  position: sticky;
  z-index: 50;
  top: 0;
}
@media (min-width: 1016px) {
  .top-banner-sticky {
    top: 84px;
  }
}
.top-banner-sticky.scrollDown {
  top: 55px;
}
@media (min-width: 764px) {
  .top-banner-sticky.scrollDown {
    top: 74px;
  }
}
.top-banner-sticky.scrollUp {
  top: 115px;
}
@media (min-width: 764px) {
  .top-banner-sticky.scrollUp {
    top: 134px;
  }
}
@media (min-width: 1016px) {
  .top-banner-sticky.scrollUp,
  .top-banner-sticky.scrollDown {
    top: 164px;
  }
}

.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic {
  padding: 16px;
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1.87fr) minmax(0, 1fr));
    padding: 24px 32px;
  }
}
@media (min-width: 1016px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic {
    grid-template-columns: repeat(auto-fit, minmax(0, 2.87fr) minmax(0, 1fr));
  }
}
@media (min-width: 1436px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic {
    grid-template-columns: repeat(auto-fit, minmax(0, 2.9fr) minmax(0, 1fr));
  }
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic.basic-banner-no-cta {
    padding: 32px;
  }
}
@media (min-width: 1016px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic.basic-banner-no-cta {
    padding: 30px 32px;
  }
}
@media (min-width: 1436px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic.basic-banner-no-cta {
    padding: 28px 32px;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-text-wrapper {
  overflow: hidden;
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-text-wrapper {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper {
  font-family: "CupraMedium", sans-serif;
  font-size: 14px;
  line-height: 16px;
  max-height: 48px;
  margin: 0;
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper {
    max-height: 32px;
  }
}
@media (min-width: 1016px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media (min-width: 1436px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper {
    font-size: 20px;
    line-height: 24px;
    max-height: 24px;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper .simple-contentbox-title {
  font-family: "CupraMedium", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}
@media (min-width: 1016px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper .simple-contentbox-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1436px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-title-wrapper .simple-contentbox-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper {
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  line-height: 16px;
  max-height: 64px;
  margin-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper {
    max-height: 48px;
  }
}
@media (min-width: 1016px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media (min-width: 1436px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    margin-top: 12px;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper .simple-contentbox-subtitle {
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
@media (min-width: 1016px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper .simple-contentbox-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1436px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-subtitle-wrapper .simple-contentbox-subtitle {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
  }
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body {
    grid-column: 2/3;
    align-self: start;
    grid-row: 1/3;
    margin-left: 32px;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .simple-contentbox-wrapper {
  display: none;
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList {
  display: flex;
  grid-area: buttons;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList {
    flex-direction: column;
    margin-top: 0;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
  flex: 1 47.22%;
  height: unset;
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem {
    width: 100%;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:hover,
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:focus {
  border: none;
  padding: 8px 16px;
}
@media (min-width: 1016px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:hover,
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:focus {
    padding: 8px 16px;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem.cta-primary {
  border: none;
  outline: none;
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem + .ctaItem {
  margin: 0;
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:nth-child(2) {
  margin-left: 16px;
}
@media (min-width: 764px) {
  .simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:nth-child(2) {
    margin-top: 16px;
    margin-left: 0;
  }
}
.simple-contentbox .seatComponents-simple-contentbox.top-banner .simple-contentbox-content .simple-contentbox-view-basic .simple-contentbox-content-body .ctaList .ctaItem:nth-child(n + 3) {
  display: none;
}

.dynamic-form-builder .formStates .filterContainer .special-drop {
  display: none;
}
.dynamic-form-builder .formStates .filterContainer select.form-control {
  display: block;
  font-family: "CupraRegular", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #666666;
  height: unset;
  padding: 20px 0 8px 0;
  background-position-x: 100%;
  background-position-y: 24px;
  background-size: 16px 7px;
  background-color: transparent;
}
@-moz-document url-prefix() {
  .dynamic-form-builder .formStates .filterContainer select.form-control {
    text-indent: -2px;
  }
}
@media (min-width: 1016px) {
  .dynamic-form-builder .formStates .filterContainer select.form-control {
    font-size: 16px;
    line-height: 1.25;
    background-position-y: 28px;
  }
}
.dynamic-form-builder .formStates .filterContainer select.form-control.active {
  color: #000000;
  font-family: "CupraBook", sans-serif;
}
.dynamic-form-builder .formStates .filterContainer select.form-control.valid {
  border-bottom: 1px solid #008a96;
}
.dynamic-form-builder .formStates .filterContainer label.dropdown-menu-label {
  display: block;
}

body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content {
  overflow: initial;
}
body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal {
  height: 100vh;
  display: flex;
  justify-content: center;
}
body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content {
  border-radius: 0;
  align-self: center;
  position: absolute;
  width: 100.7%;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content {
    width: 110.8%;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content {
    width: 144.4%;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content {
    width: 768px;
  }
}
body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body {
  padding: 16px 16px 0px 16px;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body {
    padding: 48px 48px 0px 48px;
  }
}
body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-icon img {
  margin-bottom: 24px;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-icon img {
    height: 64px;
    width: 64px;
    margin-bottom: 40px;
  }
}
body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-title {
  text-transform: uppercase;
  font-family: "CupraBook";
  font-size: 24px;
  line-height: 1.17;
  color: #000000;
  margin-bottom: 24px;
  max-height: 56px;
  overflow: hidden;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-title {
    font-size: 30px;
    line-height: 1.07;
    margin-bottom: 40px;
    max-height: 32px;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-title {
    font-size: 24px;
    line-height: 1.17;
    max-height: 28px;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-title {
    font-size: 30px;
    line-height: 1.07;
    max-height: 32px;
  }
}
body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-message {
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 1.43;
  color: #717171;
  margin-bottom: 8px;
}
@media (min-width: 1016px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-body .error-message {
    font-size: 16px;
    line-height: 1.5;
  }
}
body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer {
  padding: 16px;
  border-top: none;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer {
    padding: 32px 48px 48px 48px;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer {
    padding: 40px 48px 48px 48px;
  }
}
body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer a.btn-standard {
  background-color: #1b1b1b;
  color: #ffffff;
  font-family: "CupraRegular";
  font-size: 14px;
  line-height: 16px;
  border-radius: 0px;
  width: 100%;
  padding: 10px 16px 14px 16px;
  border-bottom: 0px;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer a.btn-standard {
    width: 46.52%;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer a.btn-standard {
    padding: 16px;
    font-size: 16px;
    width: 32.42%;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay.modal-view-open .errorResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-errorModal .modal-content .modal-footer a.btn-standard {
    width: 202px;
  }
}

body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content {
  overflow: initial;
}
body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .col-12.col-lg-10.col-xl-8 {
  padding: 0;
  max-width: unset;
}
body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module {
  background: white;
  padding: 16px;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module {
    width: 552px;
    padding: 48px;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module {
    width: 720px;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module {
    width: 766px;
  }
}
body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .success-icon img {
  margin-bottom: 24px;
  height: 48px;
  width: 48px;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .success-icon img {
    height: 64px;
    width: 64px;
    margin-bottom: 40px;
  }
}
body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .title {
  text-transform: uppercase;
  font-family: "CupraBook";
  font-size: 24px;
  line-height: 1.17;
  color: #000000;
  margin-bottom: 24px;
  max-height: 112px;
  overflow: hidden;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .title {
    font-size: 30px;
    line-height: 1.07;
    margin-bottom: 40px;
    max-height: 64px;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .title {
    font-size: 24px;
    line-height: 1.17;
    max-height: 28px;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .title {
    font-size: 30px;
    line-height: 1.07;
    max-height: 32px;
  }
}
body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .message {
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 1.43;
  color: #717171;
  margin-bottom: 8px;
}
@media (min-width: 1016px) {
  body .modal-view-overlay.modal-view-open .successResponse .modal-view-dialog.modal-load-content .dynamicFormBuilder-successModal .content-module .message {
    font-size: 16px;
    line-height: 1.5;
  }
}

.cupraDealerCard {
  font-family: CupraRegular, serif;
  font-size: 16px;
  background-color: white;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1015px) {
  .cupraDealerCard {
    padding: 12px;
  }
}
@media (min-width: 1016px) and (max-width: 1435px) {
  .cupraDealerCard {
    padding: 16px;
    justify-content: space-between;
  }
}
@media (min-width: 1436px) {
  .cupraDealerCard {
    padding: 24px;
    justify-content: space-between;
  }
}
.cupraDealerCard .information {
  width: 100%;
}
.cupraDealerCard .information p {
  margin: 0;
}
.cupraDealerCard .information .contactInfo {
  background-color: white;
  text-align: center;
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cupraDealerCard .information .contactInfo .card-images {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .card-images {
    width: 80px;
    height: 56px;
    display: inline-flex;
  }
}
.cupraDealerCard .information .contactInfo .card-images .primary-card-image,
.cupraDealerCard .information .contactInfo .card-images .secondary-card-image {
  border-radius: 50%;
  background-size: contain;
}
.cupraDealerCard .information .contactInfo .card-images .primary-card-image {
  width: 96px;
  height: 96px;
}
.cupraDealerCard .information .contactInfo .card-images .primary-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #1b1b1b;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .card-images .primary-card-image {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .card-images .primary-card-image {
    width: 56px;
    height: 56px;
    left: 50%;
  }
}
.cupraDealerCard .information .contactInfo .card-images .secondary-card-image {
  width: 80px;
  height: 80px;
  margin-top: 1.85%;
}
.cupraDealerCard .information .contactInfo .card-images .secondary-card-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 1px #1b1b1b;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .card-images .secondary-card-image img {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .card-images .secondary-card-image img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .card-images .secondary-card-image {
    width: 56px;
    height: 56px;
    margin-top: 3.85%;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .card-images .secondary-card-image {
    width: 40px;
    height: 40px;
    margin-top: 7.85%;
  }
}
.cupraDealerCard .information .contactInfo .personInfo {
  display: inline-block;
  margin-top: 24px;
  width: 100%;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .personInfo {
    margin-top: 20px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .personInfo {
    width: calc(100% - 91px);
    text-align: initial;
    margin-top: 20px;
  }
}
.cupraDealerCard .information .contactInfo .personInfo .personName {
  font-size: 20px;
  line-height: 1.2;
  max-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #000000;
  font-family: CupraRegular, serif;
  text-transform: capitalize;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .personInfo .personName {
    font-size: 16px;
    line-height: 20px;
    max-height: 20px;
    height: 20px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .personInfo .personName {
    width: 100%;
  }
}
.cupraDealerCard .information .contactInfo .personInfo .personPosition {
  font-size: 14px;
  line-height: 1.14;
  max-height: 16px;
  height: 16px;
  color: #666666;
  font-family: CupraBook, serif;
  overflow: hidden;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .personInfo .personPosition {
    font-size: 12px;
    line-height: 16px;
    max-height: 16px;
    height: 16px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .personInfo .personPosition {
    width: 100%;
  }
}
.cupraDealerCard .information .contactInfo .infoData {
  margin-top: 9px;
  width: 100%;
}
@media (max-width: 1015px) {
  .cupraDealerCard .information .contactInfo .infoData {
    height: 57px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .infoData {
    margin-top: 15px;
    height: auto;
  }
}
.cupraDealerCard .information .contactInfo .infoData .phone,
.cupraDealerCard .information .contactInfo .infoData .whatsapp {
  display: inline;
  width: calc(50% - 16px);
  font-size: 0px;
}
@media (max-width: 1015px) {
  .cupraDealerCard .information .contactInfo .infoData .phone,
  .cupraDealerCard .information .contactInfo .infoData .whatsapp {
    display: block;
    width: 100%;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .infoData .phone,
  .cupraDealerCard .information .contactInfo .infoData .whatsapp {
    display: inline;
    width: calc(50% - 8px);
  }
}
.cupraDealerCard .information .contactInfo .infoData .phone a,
.cupraDealerCard .information .contactInfo .infoData .whatsapp a {
  border-bottom: 1px solid black;
  color: #000000;
  display: none;
  font-size: 16px;
  line-height: 20px;
  max-height: 20px;
  max-width: 89px;
  overflow: hidden;
  vertical-align: bottom;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .infoData .phone a,
  .cupraDealerCard .information .contactInfo .infoData .whatsapp a {
    font-size: 14px;
    line-height: 16px;
    max-height: 16px;
    max-width: 78px;
  }
}
.cupraDealerCard .information .contactInfo .infoData .phone span,
.cupraDealerCard .information .contactInfo .infoData .whatsapp span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  max-height: 20px;
  max-width: 160px;
  vertical-align: bottom;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .infoData .phone span,
  .cupraDealerCard .information .contactInfo .infoData .whatsapp span {
    font-size: 14px;
    line-height: 16px;
    max-height: 16px;
    max-width: 29.92%;
  }
}
@media (max-width: 1015px) {
  .cupraDealerCard .information .contactInfo .infoData .phone span,
  .cupraDealerCard .information .contactInfo .infoData .whatsapp span {
    max-width: 43.88%;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .infoData .phone span,
  .cupraDealerCard .information .contactInfo .infoData .whatsapp span {
    max-width: 29.92%;
  }
}
.cupraDealerCard .information .contactInfo .infoData .phone .dealerPhone,
.cupraDealerCard .information .contactInfo .infoData .phone .dealerWhatsapp,
.cupraDealerCard .information .contactInfo .infoData .whatsapp .dealerPhone,
.cupraDealerCard .information .contactInfo .infoData .whatsapp .dealerWhatsapp {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
}
.cupraDealerCard .information .contactInfo .infoData .phone .dealerPhone,
.cupraDealerCard .information .contactInfo .infoData .whatsapp .dealerPhone {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/phone.svg) no-repeat center;
}
.cupraDealerCard .information .contactInfo .infoData .phone .dealerWhatsapp,
.cupraDealerCard .information .contactInfo .infoData .whatsapp .dealerWhatsapp {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/whatsapp.svg) no-repeat center;
}
.cupraDealerCard .information .contactInfo .infoData .whatsapp {
  margin-left: 32px;
}
.cupraDealerCard .information .contactInfo .infoData .whatsapp a {
  max-width: 101px;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .infoData .whatsapp a {
    max-width: 89px;
  }
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .infoData .whatsapp {
    margin-left: 20px;
  }
}
@media (max-width: 1015px) {
  .cupraDealerCard .information .contactInfo .infoData .whatsapp {
    margin-left: 0px;
    margin-top: 9px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .infoData .whatsapp {
    margin-left: 16px;
    margin-top: 0px;
  }
}
.cupraDealerCard .information .contactInfo .name {
  font-family: CupraRegular;
  font-size: 16px;
  color: #000000;
  line-height: 1.25;
  max-height: 20px;
  margin-top: 25px;
  overflow: hidden;
  width: 100%;
  text-transform: capitalize;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .name {
    margin-top: 18px;
    font-size: 14px;
    line-height: 16px;
    max-height: 16px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .name {
    margin-top: 14px;
  }
}
.cupraDealerCard .information .contactInfo .cupraDealerStarRating {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .cupraDealerStarRating {
    height: 20px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .cupraDealerStarRating {
    margin-top: 0px;
  }
}
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingEmpty,
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingFull,
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingHalf {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingEmpty,
  .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingFull,
  .cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingHalf {
    margin-top: 0px;
    height: 20px;
    width: 20px;
  }
}
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingEmpty:last-child,
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingFull:last-child,
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingHalf:last-child {
  margin-right: 0px;
}
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingFull {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/full-star.svg) no-repeat;
}
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingHalf {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/half-star.svg) no-repeat;
}
.cupraDealerCard .information .contactInfo .cupraDealerStarRating .starRatingEmpty {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/empty-star.svg) no-repeat;
}
.cupraDealerCard .information .contactInfo .address {
  font-family: CupraBook, serif;
  font-size: 14px;
  color: #666666;
  line-height: 1.43;
  margin-top: 8px;
  max-height: 20px;
  text-transform: capitalize;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
@media (max-width: 1435px) {
  .cupraDealerCard .information .contactInfo .address {
    max-height: 32px;
    font-size: 12px;
    line-height: 16px;
    word-break: break-word;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .information .contactInfo .address {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    max-height: 16px;
  }
}
.cupraDealerCard .buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 763px) {
  .cupraDealerCard .buttons {
    margin-top: 12px;
  }
}
@media (max-width: 1435px) {
  .cupraDealerCard .buttons {
    margin-top: 16px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .buttons .cupraDealerButton {
    font-size: 12px;
    height: 32px;
  }
}
.cupraDealerCard .buttons .button-outlined {
  width: 47.94%;
}
@media (max-width: 1435px) {
  .cupraDealerCard .buttons .button-outlined {
    width: 100%;
  }
  .cupraDealerCard .buttons .button-outlined:nth-child(2) {
    margin-top: 8px;
  }
}
@media (max-width: 763px) {
  .cupraDealerCard .buttons .button-outlined {
    width: calc(50% - 8px);
  }
  .cupraDealerCard .buttons .button-outlined:nth-child(2) {
    margin-top: 0px;
  }
}

.cupraDealerInputMaps {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #1b1b1b;
  padding: 16px 16px;
}
@media (max-width: 1435px) {
  .cupraDealerInputMaps {
    padding: 14px 16px;
  }
}
@media (max-width: 1015px) {
  .cupraDealerInputMaps {
    padding: 14px 8px;
  }
}
@media (max-width: 763px) {
  .cupraDealerInputMaps {
    padding: 12px 8px;
  }
}
.cupraDealerInputMaps .cupraDealerInputText {
  background-color: #f4f4f3;
  width: 100%;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  font-family: CupraRegular, serif;
  color: #000;
  border: none;
}
@media (max-width: 1435px) {
  .cupraDealerInputMaps .cupraDealerInputText {
    font-family: CupraBook, serif;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 763px) {
  .cupraDealerInputMaps .cupraDealerInputText {
    font-size: 14px;
    line-height: 16px;
    height: auto;
    margin: 4px 0px;
  }
}
.cupraDealerInputMaps .cupraDealerInputText:focus {
  outline: none;
}
.cupraDealerInputMaps .cupraDealerInputText.disabled {
  color: rgba(102, 102, 102, 0.7);
  cursor: default;
}
.cupraDealerInputMaps .my-location-button {
  border: none;
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/location-icon-black.svg) no-repeat;
  background-color: #f4f4f3;
  background-size: contain;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  margin-left: 24px;
  padding: 0;
  width: 32px;
}
@media (max-width: 1435px) {
  .cupraDealerInputMaps .my-location-button {
    height: 24px;
    margin-left: 0px;
    width: 28px;
  }
}
.cupraDealerInputMaps .my-location-button:focus {
  outline: none;
}

.pac-container-default {
  background: transparent;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border: none;
  border-radius: 2px;
  font-family: Arial, sans-serif;
  margin-top: 12px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (min-width: 1436px) {
  .pac-container-default {
    margin-top: 16px;
    margin-left: -16px;
    width: 30% !important;
  }
}
@media (min-width: 1016px) and (max-width: 1435px) {
  .pac-container-default {
    margin-top: 14px;
    margin-left: -16px;
    width: 29% !important;
  }
}
@media (min-width: 764px) and (max-width: 1015px) {
  .pac-container-default {
    margin-top: 14px;
    margin-left: -16px;
    width: 28.2% !important;
  }
}
@media (max-width: 763px) {
  .pac-container-default {
    width: 89.5% !important;
    margin-left: -8px;
  }
}
.pac-container-default .pac-item {
  background-position-x: 24px !important;
  padding: 8px 8px 8px 40px;
  list-style: none;
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/icon-location.svg) 16px 15px no-repeat #fff !important;
  background-size: 10px 15px !important;
  border: none;
  cursor: pointer;
  min-height: 48px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  font-size: 11px;
  color: #999;
}
.pac-container-default .pac-item .pac-icon {
  display: none;
}
.pac-container-default .pac-item .pac-item-query .pac-matched {
  font-weight: 700 !important;
}
.pac-container-default .pac-item span {
  font-weight: 100;
  font-size: 16px;
  line-height: 26px;
  font-family: "CupraLight", serif;
  margin: 0;
  color: #242221;
  overflow: hidden;
  padding-right: 3px;
  transition: all 0.3s ease-in;
}
.pac-container-default .pac-item:hover,
.pac-container-default .pac-item .pac-item-selected {
  background-color: #dedad4 !important;
}

.cupraDealerCardsList {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  background-color: #f4f4f3;
  max-height: 680px;
  scrollbar-width: thin;
  scrollbar-color: #1b1b1b #e1e1e1;
  /* Chrome, Edge, and Safari */
}
@media (max-width: 763px) {
  .cupraDealerCardsList {
    display: block;
    margin-left: 0px;
    position: absolute;
    z-index: 2;
    background-color: transparent;
    width: 90%;
  }
  .cupraDealerCardsList .slick-slide.slick-active.slick-center.slick-current {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 764px) {
  .cupraDealerCardsList {
    padding-right: 24px;
  }
}
.cupraDealerCardsList::-webkit-scrollbar {
  width: 3px;
}
.cupraDealerCardsList::-webkit-scrollbar-track {
  background: #e1e1e1;
}
.cupraDealerCardsList::-webkit-scrollbar-thumb {
  background-color: #1b1b1b;
  border-radius: 12px;
}

.cupraDealerButton {
  width: 88px;
  height: 40px;
  text-align: center;
  font-family: CupraRegular, serif;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.14;
}
@media (min-width: 764px) {
  .cupraDealerButton {
    width: 214px;
    height: 48px;
  }
}
@media (min-width: 1436px) {
  .cupraDealerButton {
    width: 202px;
    height: 56px;
  }
}
.cupraDealerButton span {
  overflow: hidden;
  max-height: 16px;
  display: block;
  word-break: break-all;
}
.cupraDealerButton:focus {
  outline: 0;
}
.cupraDealerButton.primary {
  border: solid 1px #1b1b1b;
}
.cupraDealerButton.primary.fullwidth {
  width: 100%;
}
.cupraDealerButton.primary.filled {
  background-color: #1b1b1b;
  color: #ffffff;
}
.cupraDealerButton.primary.filled:hover {
  background-color: #494949;
}
.cupraDealerButton.primary.outlined {
  background-color: #ffffff;
  color: #000000;
}
.cupraDealerButton.primary.outlined:hover {
  border: solid 2px #1b1b1b;
}
.cupraDealerButton.primary.text {
  border: none;
  background: none;
}

.dealer-search-wrapper .results-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 8px;
  margin-left: 32px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 763px) {
  .dealer-search-wrapper .results-wrapper {
    display: flex;
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap-reverse;
  }
}
.dealer-search-wrapper .results-wrapper .cupraDealerCardsList {
  width: 100%;
}
.dealer-search-wrapper .results-wrapper ::-webkit-scrollbar {
  width: 3px;
}
@media (max-width: 763px) {
  .dealer-search-wrapper .results-wrapper ::-webkit-scrollbar {
    width: 0px;
  }
}
.dealer-search-wrapper .results-wrapper ::-webkit-scrollbar-track {
  background: #f4f4f3;
}
.dealer-search-wrapper .results-wrapper ::-webkit-scrollbar-thumb {
  background: #000;
}
.dealer-search-wrapper .results-wrapper ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dealer-search-wrapper .results-wrapper .map {
  width: 100%;
}

.dealer-directory.section {
  margin-top: 88px;
}
.dealer-directory.section .dealer-search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: CupraRegular, serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  background-color: #f4f4f3;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper {
  padding: 32px 32px 0px 32px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper {
    padding: 12px 16px 16px 16px;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .title {
  width: 79.2%;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: normal;
  color: #000;
  font-family: CupraLight, serif;
  height: 46px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1435px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .title {
    width: 100%;
    font-size: 30px;
    line-height: 32px;
    height: 35px;
    font-family: CupraBook, serif;
    margin-bottom: 32px;
  }
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .title {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerCheckbox {
  display: none;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons {
  width: 31.78%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons {
    width: 100%;
    justify-content: center;
    margin-bottom: 8px;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer {
  display: grid;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-family: CupraBook, serif;
  line-height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 50%;
  color: #666666;
}
@media (max-width: 1435px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer {
    font-size: 14px;
    line-height: 16px;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input:checked ~ .checkmark {
  background-color: #f4f4f3;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer input:checked ~ .checkmark:after {
  display: block;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark {
  grid-column: 1;
  position: relative;
  display: block;
  height: 24px;
  width: 24px;
  margin-top: auto;
  margin-right: 6px;
  margin-bottom: auto;
  background-color: #f4f4f3;
  border-radius: 50%;
  border: solid #75787b 1px;
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark {
    height: 20px;
    width: 20px;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  background-color: black;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 6px;
  left: 6px;
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer .checkmark:after {
    width: 7px;
    height: 7px;
    top: 5px;
    left: 5px;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer span:last-child {
  grid-column: 2;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer:nth-child(2) {
  margin-left: 40px;
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .dealerRadioContainer:nth-child(2) {
    margin-left: 24px;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .color-label-grey {
  color: #666666;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerRadioButtons .color-label-black {
  color: #000000;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .location {
  width: 31.78%;
}
@media (max-width: 1435px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .location {
    width: 31.09%;
  }
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .location {
    width: 66.67%;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .location .cupraDealerInputMaps {
  width: 100%;
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit {
  width: 31.78%;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1435px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit {
    width: 31.09%;
  }
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit {
    width: 30.56%;
  }
}
.dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span {
  font-family: cupraRegular;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  max-height: 24px;
}
@media (max-width: 1435px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    max-height: 20px;
  }
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .dealer-search-filter-wrapper .dealerSubmit .cupraDealerButton.primary.filled span {
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    max-height: 16px;
  }
}
.dealer-directory.section .dealer-search-wrapper .countResults {
  margin-top: 24px;
  font-family: cupraBook;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 1435px) {
  .dealer-directory.section .dealer-search-wrapper .countResults {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 763px) {
  .dealer-directory.section .dealer-search-wrapper .countResults {
    display: none;
  }
}

.dealers-navbar.section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 10;
  color: #666666;
}
.dealers-navbar.section .dealers-navbar-content {
  background-color: #ffffff;
  text-align: -webkit-center;
}
.dealers-navbar.section .dealers-navbar-content.homepage {
  background-color: transparent;
}
.dealers-navbar.section .dealers-navbar-content.homepage .logo-title .logo {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(104%) contrast(104%);
}
.dealers-navbar.section .dealers-navbar-content.homepage .logo-title .title {
  color: #ffffff;
}
.dealers-navbar.section .dealers-navbar-content.homepage .hamburger {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(252deg) brightness(104%) contrast(104%);
}
.dealers-navbar.section .dealers-navbar-content.homepage .link-list .navbar-link:hover {
  color: #ffffff;
}
.dealers-navbar.section .dealers-navbar-content .content-wrapper {
  padding: 12px 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.7s;
  max-width: 1436px;
}
.dealers-navbar.section .dealers-navbar-content .logo-title {
  display: flex;
  align-items: center;
}
.dealers-navbar.section .dealers-navbar-content .logo-title .logo {
  height: 24px;
  margin-right: 8px;
  text-decoration: none;
}
.dealers-navbar.section .dealers-navbar-content .logo-title .logo img {
  height: 100%;
}
.dealers-navbar.section .dealers-navbar-content .logo-title .title {
  font-family: "CupraBook";
  font-style: italic;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  height: 24px;
  padding: 3px 0 5px;
}
.dealers-navbar.section .dealers-navbar-content .hamburger {
  width: 32px;
  height: 32px;
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/hamburger.svg);
  background-size: cover;
  background-repeat: center no-repeat;
}
.dealers-navbar.section .dealers-navbar-content .hamburger.is-active {
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/cross.svg);
}
.dealers-navbar.section .dealers-navbar-content .link-list {
  display: none;
}
.dealers-navbar.section .dealers-navbar-content .link-list .navbar-link {
  color: #666666;
  text-decoration: none;
  font-family: "CupraBook";
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.dealers-navbar.section .dealers-navbar-content .link-list .navbar-link:hover {
  color: #000000;
}
.dealers-navbar.section .mobile-link-list-container {
  background-color: #ffffff;
  width: 68%;
  height: 100vh;
  overflow: auto;
  transition: 0.6s;
  float: right;
}
.dealers-navbar.section .mobile-link-list-container.hide {
  width: 0;
}
.dealers-navbar.section .mobile-link-list-container .mobile-link-list {
  padding: 32px 24px;
  display: grid;
  grid-row-gap: 40px;
}
.dealers-navbar.section .mobile-link-list-container .navbar-link {
  color: #666666;
  text-decoration: none;
  font-family: "CupraBook";
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
}
@media (min-width: 764px) {
  .dealers-navbar.section {
    height: 88px;
  }
  .dealers-navbar.section .dealers-navbar-content .content-wrapper {
    padding: 20px 32px;
  }
  .dealers-navbar.section .dealers-navbar-content .logo-title .logo {
    height: 40px;
    margin-right: 16px;
  }
  .dealers-navbar.section .dealers-navbar-content .logo-title .title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    padding: 10px 0;
  }
  .dealers-navbar.section .dealers-navbar-content .hamburger {
    width: 48px;
    height: 48px;
  }
  .dealers-navbar.section .mobile-link-list-container {
    width: 52%;
  }
  .dealers-navbar.section .mobile-link-list-container .mobile-link-list {
    padding: 56px 32px;
    grid-row-gap: 48px;
  }
  .dealers-navbar.section .mobile-link-list-container .navbar-link {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1016px) {
  .dealers-navbar.section .dealers-navbar-content.homepage .link-list .navbar-link {
    color: #a3a3a3;
  }
  .dealers-navbar.section .dealers-navbar-content .content-wrapper {
    padding: 24px 32px;
  }
  .dealers-navbar.section .dealers-navbar-content .hamburger {
    display: none;
  }
  .dealers-navbar.section .dealers-navbar-content .link-list {
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 32px;
  }
  .dealers-navbar.section .mobile-link-list-container {
    display: none;
  }
}
@media (min-width: 1436px) {
  .dealers-navbar.section .dealers-navbar-content .logo-title .logo {
    margin-right: 24px;
  }
  .dealers-navbar.section .dealers-navbar-content .link-list {
    grid-column-gap: 56px;
  }
}

.dealers-homepage.section {
  position: relative;
}
.dealers-homepage.section .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.dealers-homepage.section .image-background .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background-color: #1b1b1b;
}
.dealers-homepage.section .image-background .background-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.dealers-homepage.section .dealers-homepage-container {
  position: relative;
  text-align: center;
  padding: 88px 16px 172px;
}
.dealers-homepage.section .dealers-homepage-container .title {
  font-family: "CupraBook";
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
}
.dealers-homepage.section .dealers-homepage-container .subtitle {
  font-family: "CupraRegular";
  font-size: 16px;
  line-height: 20px;
  color: #a3a3a3;
  margin-top: 20px;
  margin-bottom: 0;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio {
  flex: 1 1 0px;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio.first {
  margin-right: 32px;
  display: flex;
  justify-content: flex-end;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  background: transparent;
  border: solid 1px #d1d1d1;
  cursor: pointer;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label .text {
  color: #a3a3a3;
  font-family: "CupraBook";
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"]:checked + .radio-label:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 8px;
  height: 8px;
  margin: 6px;
  border-radius: 50%;
  cursor: pointer;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"]:checked + .radio-label .text {
  color: #ffffff;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #ffffff;
}
.dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #ffffff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.dealers-homepage.section .dealers-homepage-container .search-section {
  margin-top: 24px;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form {
  width: 100%;
  height: 48px;
  margin-bottom: 12px;
  position: relative;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form input {
  width: 100%;
  display: flex;
  border: solid 1px #ffffff;
  border-radius: 0;
  background-color: rgba(27, 27, 27, 0.6);
  outline: none;
  padding: 16px 36px 16px 12px;
  color: #ffffff;
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 16px;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 16px;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form input::-moz-placeholder {
  color: #ffffff;
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 16px;
  opacity: 1;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form input.active {
  border-bottom: none;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form input.active::after {
  content: "";
  position: absolute;
  top: 0;
  padding: 12px;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .geolocation-button {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/location-icon-white.svg) no-repeat;
  background-size: cover;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .bottom-border-wrapper {
  position: absolute;
  z-index: 13;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  padding: 0 12px;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .bottom-border-wrapper .bottom-border {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container {
  position: relative !important;
  top: -13px !important;
  width: 100% !important;
  background: none !important;
  background-color: rgba(27, 27, 27, 0.9) !important;
  border: solid 1px #ffffff !important;
  border-radius: 0 !important;
  border-top: none !important;
  padding: 8px 0 !important;
  z-index: 12 !important;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item {
  padding: 8px 12px !important;
  color: #a3a3a3 !important;
  background: none !important;
  background-color: transparent !important;
  display: flex !important;
  align-items: center !important;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item .pac-item-query {
  min-width: fit-content !important;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item * {
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  font-family: "CupraBook" !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #a3a3a3 !important;
  transition: none !important;
  min-width: 0;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item.pac-item-selected,
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item:hover {
  background-color: #75787b !important;
}
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item.pac-item-selected span,
.dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item:hover span {
  color: #ffffff !important;
}
.dealers-homepage.section .dealers-homepage-container .search-section .search-button {
  text-align: center;
  width: 100%;
  height: 40px;
  padding: 12px 16px;
  background-color: #ffffff;
  font-family: "CupraRegular";
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dealers-homepage.section .dealers-homepage-container .search-section .search-button:hover {
  opacity: 0.6;
}
.dealers-homepage.section .dealers-homepage-container .scroll-down-section {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.dealers-homepage.section .dealers-homepage-container .scroll-down-section .text {
  font-family: "CupraRegular";
  font-size: 14px;
  line-height: 16px;
  color: #a3a3a3;
  margin-bottom: 8px;
}
.dealers-homepage.section .dealers-homepage-container .scroll-down-section .line {
  width: 1px;
  height: 48px;
  background-color: #75787b;
}
@media (min-width: 764px) {
  .dealers-homepage.section .dealers-homepage-container {
    padding: 200px 32px 416px;
  }
  .dealers-homepage.section .dealers-homepage-container .title {
    font-family: "CupraLight";
    font-size: 48px;
    line-height: 52px;
    color: #ffffff;
  }
  .dealers-homepage.section .dealers-homepage-container .subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 32px;
  }
  .dealers-homepage.section .dealers-homepage-container .radio-buttons {
    margin-top: 56px;
  }
  .dealers-homepage.section .dealers-homepage-container .radio-buttons .radio.first {
    margin-right: 40px;
  }
  .dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label:before {
    min-width: 24px;
    height: 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
  }
  .dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"] + .radio-label .text {
    font-size: 20px;
    line-height: 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .radio-buttons .radio input[type="radio"]:checked + .radio-label:after {
    width: 10px;
    height: 10px;
    margin: 7px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    padding: 0 24px;
    height: 64px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form {
    width: 57.6vw;
    height: 100%;
    margin-bottom: 0;
    margin-right: 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form input {
    font-family: "CupraBook";
    font-size: 20px;
    line-height: 24px;
    padding: 20px 84px 20px 20px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form input::-webkit-input-placeholder {
    font-family: "CupraBook";
    font-size: 20px;
    line-height: 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form input::-moz-placeholder {
    font-family: "CupraBook";
    font-size: 20px;
    line-height: 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form .geolocation-button {
    width: 32px;
    height: 32px;
    top: 16px;
    right: 20px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form .bottom-border-wrapper {
    padding: 0 20px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container {
    top: -1px !important;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item {
    padding: 8px 19px !important;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item * {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .search-button {
    width: 24.6vw;
    height: 100%;
    padding: 20px 16px;
    font-size: 20px;
    line-height: 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .scroll-down-section .text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .dealers-homepage.section .dealers-homepage-container .scroll-down-section .line {
    height: 56px;
  }
}
@media (min-width: 1016px) {
  .dealers-homepage.section .dealers-homepage-container {
    padding: 144px 32px 264px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .dealers-homepage.section .dealers-homepage-container .subtitle {
    margin-top: 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .radio-buttons {
    margin-top: 32px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section {
    padding: 0 24px;
    height: 64px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form {
    width: 38vw;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form input {
    padding: 20px 60px 20px 20px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .search-button {
    width: 21.1vw;
  }
}
@media (min-width: 1436px) {
  .dealers-homepage.section .dealers-homepage-container {
    padding: 207px 266px 328px;
  }
  .dealers-homepage.section .dealers-homepage-container .title {
    font-size: 60px;
    line-height: 64px;
    width: 63vw;
  }
  .dealers-homepage.section .dealers-homepage-container .subtitle {
    margin-top: 16px;
    width: 63vw;
  }
  .dealers-homepage.section .dealers-homepage-container .radio-buttons {
    width: 63vw;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section {
    margin-top: 32px;
    height: 72px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form {
    width: 30.9vw;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form input {
    padding: 24px 76px 24px 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form .geolocation-button {
    top: 20px;
    right: 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form .bottom-border-wrapper {
    padding: 0 24px;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .location-form .pac-container .pac-item {
    padding: 8px 22px 8px 24px !important;
  }
  .dealers-homepage.section .dealers-homepage-container .search-section .search-button {
    width: 14.1vw;
    padding: 24px 16px;
  }
  .dealers-homepage.section .dealers-homepage-container .scroll-down-section .text {
    width: 46.7vw;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
  }
}

.dealers-steps.section .dealers-steps-container {
  width: 100%;
  height: 100%;
  padding: 40px 16px;
  background-color: #ffffff;
  color: #000000;
}
.dealers-steps.section .dealers-steps-container .title {
  font-family: "CupraBook";
  color: #000000;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
}
.dealers-steps.section .dealers-steps-container .steps-cards {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 40px;
}
.dealers-steps.section .dealers-steps-container .steps-cards .steps-card {
  width: 100%;
}
.dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container {
  width: 100%;
  height: 66.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container {
  display: flex;
  align-content: center;
  font-family: "CupraRegular";
  font-size: 20px;
  line-height: 24px;
}
.dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container .checkbox {
  min-width: 20px;
  height: 17px;
  margin: 3px 8px 4px;
  background-image: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/checked-box-black.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container .card-title {
  width: 100%;
  margin-bottom: 0;
}
.dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-content {
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 8px;
}
@media (min-width: 764px) {
  .dealers-steps.section .dealers-steps-container {
    padding: 80px 32px;
  }
  .dealers-steps.section .dealers-steps-container .title {
    font-family: "CupraLight";
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 48px;
    text-align: center;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0;
    grid-column-gap: 32px;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container {
    height: 20.42vw;
    margin-bottom: 24px;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-content {
    margin-top: 16px;
  }
}
@media (min-width: 1016px) {
  .dealers-steps.section .dealers-steps-container {
    padding: 51px 32px;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container {
    height: 21.35vw;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container {
    font-size: 24px;
    line-height: 28px;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container .checkbox {
    min-width: 23px;
    height: 20px;
    margin: 4px 8px;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-content {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
}
@media (min-width: 1436px) {
  .dealers-steps.section .dealers-steps-container {
    padding: 96px 32px;
  }
  .dealers-steps.section .dealers-steps-container .title-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 32px;
  }
  .dealers-steps.section .dealers-steps-container .title-wrapper .title {
    grid-column: 2 / 11;
  }
  .dealers-steps.section .dealers-steps-container .title {
    font-size: 48px;
    line-height: 52px;
    margin: 0 auto 56px;
    width: 79.2vw;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .image-container {
    height: 22.28vw;
    margin-bottom: 32px;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container {
    font-size: 30px;
    line-height: 32px;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-title-container .checkbox {
    min-width: 26px;
    height: 23px;
    margin: 4px 8px 5px;
  }
  .dealers-steps.section .dealers-steps-container .steps-cards .steps-card .card-content {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
  }
}

.dealersLocationCupra {
  font-family: "CupraRegular", sans-serif;
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
  padding-top: 32px;
  background: #f7f7f7;
}
.dealersLocationCupra .container-fluid {
  max-width: 1436px;
  margin: auto;
}
.dealersLocationCupra .col-12 {
  text-align: center;
}
.dealersLocationCupra .col-12 .card-locator {
  text-align: left;
}
.dealersLocationCupra #map-dl {
  width: 100%;
  height: 536px;
}
.dealersLocationCupra .mapposition {
  width: 100%;
  height: auto;
  min-height: 540px;
  padding: 16px;
  position: relative;
  max-width: 440px;
  margin: auto;
}
@media (max-width: 763px) {
  .dealersLocationCupra .mapposition.none {
    display: none;
  }
}
.dealersLocationCupra .btn {
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f0f0f;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 0 24px;
}
.dealersLocationCupra .listsvg {
  position: absolute;
  bottom: 24px;
}
.dealersLocationCupra .worldsvg {
  position: absolute;
  bottom: 4px;
}
.dealersLocationCupra .eyebrow {
  font-family: "CupraLight";
  font-size: 16px;
  color: #242221;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
}
.dealersLocationCupra .title {
  font-family: "CupraLight";
  font-size: 28px;
  color: #0f0f0f;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin-bottom: 25px;
}
.dealersLocationCupra .eyebrow,
.dealersLocationCupra .title {
  display: inline-block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 764px) {
  .dealersLocationCupra .eyebrow,
  .dealersLocationCupra .title {
    max-width: 700px;
  }
}
@media (min-width: 1016px) {
  .dealersLocationCupra .eyebrow,
  .dealersLocationCupra .title {
    max-width: 788px;
  }
}
@media (min-width: 1436px) {
  .dealersLocationCupra .eyebrow,
  .dealersLocationCupra .title {
    max-width: 904px;
  }
}
.dealersLocationCupra .car-icon {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/fd-icon_car.svg) no-repeat 0px center;
  padding-left: 32px;
  background-size: 25px 20px;
}
.dealersLocationCupra .taller-icon {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/fd-icon_services.svg) no-repeat 0px center;
  padding-left: 30px;
  background-size: 22px 22px;
}
.dealersLocationCupra .rlj-icon {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/fd-icon_express_services.svg) no-repeat 0px center;
  padding-left: 24px;
  background-size: 16px 16px;
}
.dealersLocationCupra .tlf-icon {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/dealers-location/fd-icon_telephone.svg) no-repeat 0px center;
  padding-left: 24px;
  background-size: 16px 16px;
}
.dealersLocationCupra .list {
  max-width: 440px;
  margin: auto;
  box-shadow: 0 2px 4px 0 rgba(15, 15, 15, 0.2);
}
.dealersLocationCupra .card-locator {
  padding: 16px;
  background: #fff;
}
.dealersLocationCupra .card-locator:last-child .separator {
  display: none;
}
.dealersLocationCupra .card-locator.active {
  background: rgba(222, 218, 212, 0.2);
}
.dealersLocationCupra .card-locator .name {
  font-family: "CupraRegular";
  font-size: 14px;
  color: #242221;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 8px;
}
.dealersLocationCupra .card-locator .direction {
  font-family: "CupraLight";
  font-size: 12px;
  color: #242221;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 8px;
}
.dealersLocationCupra .card-locator .direction .d1,
.dealersLocationCupra .card-locator .direction .d2 {
  display: block;
}
.dealersLocationCupra .card-locator .link-container {
  margin-bottom: 8px;
}
.dealersLocationCupra .card-locator .maplink {
  font-family: "CupraRegular";
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  min-width: unset;
  padding: 0;
  padding-right: 24px;
  transition: unset;
  position: relative;
  background: 0;
  cursor: pointer;
}
.dealersLocationCupra .card-locator .maplink::after {
  content: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/right-black-arrow.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -2px;
  right: 0;
}
@media (min-width: 1016px) {
  .dealersLocationCupra .card-locator .maplink {
    font-size: 16px;
    line-height: 20px;
  }
}
.dealersLocationCupra .card-locator .tel-container {
  margin-bottom: 8px;
}
.dealersLocationCupra .card-locator .tel-container a {
  font-family: "CupraLight";
  font-size: 12px;
  line-height: 20px;
  color: #242221;
}
@media (min-width: 764px) {
  .dealersLocationCupra .card-locator .tel-container a {
    font-size: 14px;
    line-height: 24px;
  }
}
.dealersLocationCupra .card-locator .schedule h4 {
  font-size: 14px;
  color: #0f0f0f;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: bold;
}
.dealersLocationCupra .card-locator .schedule p {
  font-size: 14px;
  color: rgba(15, 15, 15, 0.6);
  letter-spacing: 0;
  line-height: 26px;
  padding-left: 24px;
}
.dealersLocationCupra .card-locator .separator {
  background: #d8d8d8;
  height: 1px;
  width: 100%;
  display: block;
  margin-top: 16px;
  margin-bottom: -16px;
}
.dealersLocationCupra .mobileinfo {
  display: none;
  position: absolute;
  width: calc(100% - 32px);
  height: 93px;
  padding: 8px;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  bottom: 16px;
  right: 16px;
}
.dealersLocationCupra .mobileinfo .direction {
  font-family: "CupraLight";
  font-size: 12px;
  color: #242221;
  letter-spacing: 0;
  line-height: 20px;
  flex: 1 1 100%;
}
.dealersLocationCupra .mobileinfo .tlf {
  font-family: "CupraLight";
  font-size: 12px;
  line-height: 20px;
  color: #242221;
}
@media (min-width: 764px) {
  .dealersLocationCupra .mobileinfo .tlf {
    font-size: 14px;
    line-height: 24px;
  }
}
.dealersLocationCupra .mobileinfo.show {
  display: flex;
}
.dealersLocationCupra .mobileinfo .divFooter {
  display: flex;
  justify-content: space-between;
}
.dealersLocationCupra .mobileinfo .divFooter .see-details {
  font-family: "CupraRegular";
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
  align-self: center;
  text-align: left;
  min-width: unset;
  padding: 0;
  padding-right: 24px;
  transition: unset;
  position: relative;
  background: 0;
  cursor: pointer;
}
.dealersLocationCupra .mobileinfo .divFooter .see-details::after {
  content: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/right-black-arrow.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -2px;
  right: 0;
}
@media (min-width: 1016px) {
  .dealersLocationCupra .mobileinfo .divFooter .see-details {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 764px) {
  .dealersLocationCupra {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .dealersLocationCupra .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
  .dealersLocationCupra .eyebrow {
    text-align: center;
    line-height: 26px;
  }
  .dealersLocationCupra .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .dealersLocationCupra .mapposition {
    display: block;
    height: 752px;
    padding: 0px 16px 0px 0px;
    max-width: none;
  }
}
@media (min-width: 764px) and (min-width: 1016px) {
  .dealersLocationCupra .mapposition {
    padding: 0px 16px 0px 16px;
  }
}
@media (min-width: 764px) {
  .dealersLocationCupra #map-dl {
    height: 100%;
  }
  .dealersLocationCupra .listsvg {
    display: none;
  }
  .dealersLocationCupra .worldsvg {
    display: none;
  }
  .dealersLocationCupra .list {
    height: auto;
    max-height: 752px;
    overflow-y: auto;
    max-width: none;
  }
  .dealersLocationCupra .card-locator .name {
    font-size: 16px;
    line-height: 26px;
  }
  .dealersLocationCupra .card-locator .direction {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .dealersLocationCupra .card-locator .link-container {
    margin-bottom: 8px;
  }
  .dealersLocationCupra .card-locator .tel-container {
    display: block;
  }
  .dealersLocationCupra .mobileinfo {
    display: none;
  }
}
@media (min-width: 1016px) {
  .dealersLocationCupra .title {
    font-size: 48px;
    color: #0f0f0f;
    text-align: center;
    line-height: 65px;
    margin-bottom: 50px;
  }
  .dealersLocationCupra .eyebrow {
    color: #242221;
    text-align: center;
    margin-bottom: 16px;
  }
  .dealersLocationCupra .card-locator {
    padding: 24px;
  }
  .dealersLocationCupra .card-locator .name {
    font-size: 16px;
    color: #242221;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .dealersLocationCupra .card-locator .direction {
    font-size: 14px;
    color: #242221;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .dealersLocationCupra .card-locator .link-container {
    margin-bottom: 16px;
  }
  .dealersLocationCupra .card-locator .maplink {
    font-size: 14px;
    line-height: 26px;
  }
  .dealersLocationCupra .card-locator .tel-container {
    margin-bottom: 16px;
  }
  .dealersLocationCupra .card-locator .tel-container a {
    font-size: 14px;
    line-height: 24px;
  }
  .dealersLocationCupra .card-locator .schedule h4 {
    font-size: 14px;
    line-height: 26px;
  }
  .dealersLocationCupra .card-locator .schedule p {
    font-size: 14px;
    color: #242221;
    line-height: 26px;
  }
  .dealersLocationCupra .card-locator .separator {
    margin-bottom: -24px;
  }
}
@media (min-width: 1436px) {
  .dealersLocationCupra .title {
    line-height: 58px;
  }
  .dealersLocationCupra .card-locator .direction {
    line-height: 24px;
  }
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-icon-close {
  background: url(../../../../etc.clientlibs/seatComponents/globalStyles/cupra-code/clientlibs/resources/images/close-icon-white.svg) center no-repeat;
  width: 32px;
  height: 32px;
  transition: unset;
  position: absolute;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-icon-close {
    visibility: hidden;
  }
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content {
  overflow: visible;
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div {
  height: 100vh;
  display: flex;
  justify-content: center;
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module {
  background-color: #1b1b1b;
  align-self: center;
  position: fixed;
  padding: 168px 16px 8px 16px;
  width: 100%;
  height: 100vh;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module {
    position: relative;
    width: 68.27%;
    padding: 110px 90px 8px 90px;
    top: 8px;
    height: auto;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module {
    width: 47.28%;
    padding: 110px 32px 8px 32px;
    top: 11px;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module {
    width: 436px;
    padding: 110px 85px 8px 85px;
    top: 5px;
  }
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .title {
  color: #ffffff;
  font-family: "CupraLight";
  font-size: 40px;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 16px;
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .message {
  color: #a3a3a3;
  font-family: "CupraBook";
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 156px;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .message {
    margin-bottom: 72px;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .message {
    margin-bottom: 80px;
  }
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .btn-standard {
  line-height: 20px;
  padding: 11px 16px 15px;
  margin-bottom: 16px;
  font-family: "CupraRegular";
  border-radius: 0px;
  font-size: 16px;
  position: fixed;
  width: 90%;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .btn-standard {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
  }
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .btn-standard:nth-child(4) {
  color: white;
  border-color: #dbd3cb;
  bottom: 72px;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .btn-standard:nth-child(4) {
    bottom: 0px;
  }
}
body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .btn-standard:nth-child(5) {
  color: #000000;
  background-color: #dbd3cb;
  bottom: 8px;
}
@media (min-width: 764px) {
  body .modal-view-overlay.modal-view-open .OffersSuccessResponse .modal-view-dialog.modal-load-content .container-fluid .row > div .content-module .btn-standard:nth-child(5) {
    bottom: 0px;
  }
}

#cupra-offer-page .seatComponent-dynamic-form {
  padding: 32px 0;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form {
    padding: 40px 0 0 0;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form {
    padding-top: 64px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form > .col-12 {
  padding: 0 16px;
}
#cupra-offer-page .seatComponent-dynamic-form .panel-body,
#cupra-offer-page .seatComponent-dynamic-form .container-fluid.container-form-elements {
  padding: 0;
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form > .container-fluid {
    padding: 0 16px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form > .container-fluid .row > .col-12.col-lg-10 {
    flex: 0 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form > .container-fluid .row > .col-12.col-lg-10 {
    padding: 0 32px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form > .container-fluid .panel-body .col-12 {
    padding: 0 16px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .panel-group > .seatComponentField.section {
  padding: 0;
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-group > .seatComponentField.section {
    margin-top: 24px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-group > .seatComponentField.section {
    margin-top: 40px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .panel-heading {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 {
  margin-bottom: 16px;
  max-height: none;
  left: 0;
  width: 100%;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 {
    margin-bottom: 80px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 span {
  width: 100%;
  display: blocK;
  margin-bottom: 16px;
  border-bottom: none;
  font-family: "CupraBook", sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  overflow: hidden;
  max-height: 28px;
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 span {
    font-family: "CupraRegular", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
    max-height: 24px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 span {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 16px;
    max-height: 28px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 span ::before {
  background: none;
  width: 100%;
  height: 100%;
}
#cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-subtitle {
  font-family: "CupraBook", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  max-height: 24px;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
    max-height: 24px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-subtitle {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 8px;
    max-height: 28px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-subtitle:before {
  background: none;
  width: 100%;
  height: 100%;
}
#cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description {
  font-family: "CupraBook", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #666666;
  max-height: 40px;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description {
    margin-bottom: 20px;
    max-height: 20px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description {
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 10px;
    height: 32px;
    max-height: 32px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description {
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 0;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .panel-heading h3 .panel-description:before {
  background: none;
  width: 100%;
  height: 100%;
}
#cupra-offer-page .seatComponent-dynamic-form .seatComponentField {
  min-height: unset;
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .seatComponentField:not(:first-child) {
    margin-top: 32px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .seatComponentField:not(:first-child) {
    margin-top: 32px;
  }
}
@media (min-width: 1016px) and (max-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .seatComponentField:nth-child(n + 3) {
    margin-top: 16px;
  }
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12 {
    padding: 0;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12.section {
    padding: 0 16px 0 0;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12.section {
    padding: 0;
    margin-bottom: 16px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12 .form-group {
  margin-top: 4px;
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .seatComponentField.col-12 .form-group {
    margin-bottom: 8px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .container-form-elements h4 {
  font-family: "CupraRegular", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  margin-bottom: 8px;
  margin-top: 0;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .container-form-elements h4 {
    margin-bottom: 4px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .container-form-elements h4 {
    margin-top: 0;
    margin-bottom: 4px;
    height: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .container-form-elements h4 {
    height: 24px;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .container-form-elements .nativeDatePicker .icon-time {
  background: none;
}
#cupra-offer-page .seatComponent-dynamic-form .options {
  position: relative;
  text-align: center;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .options {
    position: inherit;
    background: none;
    text-align: left;
    padding: 0;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .options.fixed {
  position: fixed;
  background-color: white;
  bottom: 0;
  width: 100vw;
  left: 0;
  z-index: 1;
  padding: 8px 16px;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .options.fixed {
    position: inherit;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .options button[type="submit"] {
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .options button[type="submit"] {
    width: 47.7%;
    max-width: unset;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .options button[type="submit"] {
    width: 100%;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .seatComponent-dynamic-form .options button[type="submit"] {
    margin-bottom: 8px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent .richtext-block {
    margin-bottom: 0;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent.richtext-light p {
  color: #666666;
}
#cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent p {
  margin-bottom: 14px;
  font-family: "CupraBook", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  color: #000000;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent p {
    margin-bottom: 16px;
  }
}
#cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent + hr.richtext-separator {
  height: 1px;
  width: 100%;
  border-color: #d1d1d1;
  margin: 32px 0;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent + hr.richtext-separator {
    margin: 40px 0;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .seatComponent-dynamic-form .richTextFieldComponent + hr.richtext-separator {
    height: 0;
    margin: 24px 0 0 0;
    border-color: transparent;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .richtext-dark .richtext.richtext-block.rhr-parent-black p {
    font-size: 14px;
    line-height: 1.43;
  }
}
#cupra-offer-page .richtext.richtext-block.rhr-parent-black {
  margin-bottom: 48px;
  margin-top: 32px;
}
@media (min-width: 764px) {
  #cupra-offer-page .richtext.richtext-block.rhr-parent-black {
    margin-bottom: 40px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .richtext.richtext-block.rhr-parent-black {
    margin-bottom: 24px;
    margin-top: 16px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .richtext.richtext-block.rhr-parent-black {
    margin-top: 32px;
    margin-bottom: 56px;
  }
}
#cupra-offer-page .dynamic-form-builder .panel-body .section:first-child {
  margin-bottom: 0;
  margin-top: 0;
}
#cupra-offer-page .dynamic-form-multi-step {
  background-color: white;
}

#cupra-offer-page h2 {
  color: #000000;
  font-family: "CupraRegular", "sans-serif";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 1016px) {
  #cupra-offer-page h2 {
    font-size: 24px;
    line-height: 1.17;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page h2 {
    font-size: 30px;
    line-height: 1.07;
  }
}
#cupra-offer-page h3 {
  color: #000000;
  font-family: "CupraRegular", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  overflow: hidden;
}
@media (min-width: 1016px) {
  #cupra-offer-page h3 {
    width: 246px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page h3 {
    width: 317px;
    font-size: 20px;
    line-height: 1.2;
  }
}
#cupra-offer-page ul {
  overflow: hidden;
  margin-left: -40px;
  max-height: 184px;
}
#cupra-offer-page ul li {
  color: #666666;
  font-family: "CupraBook", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  list-style-type: none;
  list-style-position: inside;
}
@media (min-width: 1016px) {
  #cupra-offer-page ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
#cupra-offer-page ul li:before {
  content: "\00B7";
  font-size: 20pt;
  margin-right: 4px;
  vertical-align: top;
}
#cupra-offer-page .seatComponents-advanced-richtext p {
  font-family: "CupraRegular", "sans-serif";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #666666;
}

.seatComponents-advanced-richtext.offers-result {
  margin: 0 auto;
  padding: 0 16px;
  background: white;
}
@media (min-width: 764px) {
  .seatComponents-advanced-richtext.offers-result {
    padding: 0 32px;
  }
}
.seatComponents-advanced-richtext.offers-result div {
  width: 288px;
}
@media (min-width: 1016px) {
  .seatComponents-advanced-richtext.offers-result div {
    width: 460px;
  }
}
@media (min-width: 1436px) {
  .seatComponents-advanced-richtext.offers-result div {
    width: 670px;
  }
}
.seatComponents-advanced-richtext.offers-result p {
  font-family: "CupraMedium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
  display: flex;
}
@media (min-width: 1016px) {
  .seatComponents-advanced-richtext.offers-result p {
    font-size: 20px;
  }
}
.seatComponents-advanced-richtext.offers-result p b {
  color: white;
  background-color: #000000;
  border-radius: 50%;
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  font-size: 14px;
  justify-content: space-around;
  align-items: center;
  margin-right: 8px;
}
@media (min-width: 1016px) {
  .seatComponents-advanced-richtext.offers-result p b {
    font-size: 16px;
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
}

#cupra-offer-page .equipment-highlights {
  padding: 24px 16px 40px;
}
@media (min-width: 764px) {
  #cupra-offer-page .equipment-highlights {
    padding: 32px 32px 48px 32px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .equipment-highlights {
    padding: 32px 32px 56px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .equipment-highlights {
    padding: 40px 32px 56px;
  }
}
#cupra-offer-page .equipment-highlights .col:first-child {
  width: 100%;
  flex: 1 100%;
  max-height: 48px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (min-width: 1016px) {
  #cupra-offer-page .equipment-highlights .col:first-child {
    margin-bottom: 24px;
    max-height: 56px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .equipment-highlights .col:first-child {
    max-height: 68px;
  }
}
#cupra-offer-page .equipment-highlights .col {
  width: 100%;
  flex: 1 100%;
  padding-bottom: 24px;
}
@media (min-width: 764px) {
  #cupra-offer-page .equipment-highlights .col {
    width: 50%;
    flex: 1 50%;
    padding-bottom: 0;
  }
}
#cupra-offer-page .equipment-highlights .col:last-child {
  padding-bottom: 0;
}

#cupra-offer-page .seatComponents-separator-bar .separator-bar {
  margin: 0 16px;
}
@media (min-width: 764px) {
  #cupra-offer-page .seatComponents-separator-bar .separator-bar {
    margin: 0 32px;
  }
}
#cupra-offer-page .rich-text-description h2 {
  margin: 32px 16px 16px;
}
@media (min-width: 764px) {
  #cupra-offer-page .rich-text-description h2 {
    margin: 40px 32px 16px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .rich-text-description h2 {
    margin: 56px 32px 16px;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .rich-text-description h2 {
    margin: 64px 32px 24px;
  }
}
#cupra-offer-page .rich-text-description p {
  font-size: 14px;
  line-height: 1.43;
  margin: 0px 16px 24px;
}
@media (min-width: 764px) {
  #cupra-offer-page .rich-text-description p {
    padding-bottom: 0;
    margin: 0px 32px 32px;
  }
}
@media (min-width: 1016px) {
  #cupra-offer-page .rich-text-description p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1436px) {
  #cupra-offer-page .rich-text-description p {
    margin: 0px 32px 40px;
  }
}

.lead-generator {
  background-color: #f5f5f5;
}
.lead-generator .col-12,
.lead-generator .row,
.lead-generator .col {
  margin: 0;
  padding: 0;
}
.lead-generator > div > .row > .col.item-0 {
  position: sticky;
  height: 100%;
  top: 0;
  z-index: 15;
  flex: 100%;
}
@media (min-width: 1016px) {
  .lead-generator > div > .row > .col.item-0 {
    flex: 1.3;
    top: 84px;
  }
}
@media (min-width: 1436px) {
  .lead-generator > div > .row > .col.item-0 {
    flex: 1;
  }
}
.lead-generator > div > .row > .col.item-1 {
  flex: 100%;
}
@media (min-width: 1016px) {
  .lead-generator > div > .row > .col.item-1 {
    flex: 1;
  }
}
@media (min-width: 1436px) {
  .lead-generator > div > .row > .col.item-1 {
    flex: 1.045;
  }
}
.lead-generator .container-fluid {
  margin: 0;
  padding: 0;
}
.lead-generator .row.justify-content-center .col-12,
.lead-generator .row.justify-content-center .col-lg-10,
.lead-generator .row.justify-content-center .col-xl-8 {
  flex: 1;
  max-width: unset;
  margin: 0;
  padding: 0;
}
.lead-generator .dynamic-form-multi-step {
  padding: 24px 16px;
}
@media (min-width: 764px) {
  .lead-generator .dynamic-form-multi-step {
    padding: 72px 154px;
  }
}
@media (min-width: 1016px) {
  .lead-generator .dynamic-form-multi-step {
    padding: 32px;
  }
}
@media (min-width: 1436px) {
  .lead-generator .dynamic-form-multi-step {
    padding: 80px 149px;
  }
}
.lead-generator .dynamic-form-multi-step .newBookTestDrive .panel-body {
  padding: 0;
}
.lead-generator .dynamic-form-multi-step .newBookTestDrive .panel-body .section:first-child {
  margin: 0;
}
.lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading {
  padding: 0;
  border: none;
}
.lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-title {
  left: 0;
  max-height: unset;
  width: 100%;
}
.lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-span-title {
  display: block;
  width: 100%;
  font-family: "CupraBook", sans-serif;
  font-size: 30px;
  line-height: 1.07;
  color: #000000;
  margin-bottom: 24px;
  max-height: 96px;
  overflow: hidden;
}
@media (min-width: 764px) {
  .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-span-title {
    font-family: "CupraLight", sans-serif;
    font-size: 40px;
    line-height: 1.1;
    max-height: 88px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1016px) {
  .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-span-title {
    max-height: 132px;
  }
}
@media (min-width: 1436px) {
  .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-span-title {
    font-size: 48px;
    line-height: 1.08;
    max-height: 156px;
  }
}
.lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-description {
  display: block;
  font-family: "CupraBook", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  max-height: 192px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 764px) {
  .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-description {
    max-height: 120px;
  }
}
@media (min-width: 1016px) {
  .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-description {
    max-height: 144px;
  }
}
@media (min-width: 1436px) {
  .lead-generator .dynamic-form-multi-step .newBookTestDrive .form-step .panel-heading .panel-description {
    max-height: 120px;
  }
}
.lead-generator .dynamic-form-multi-step .newBookTestDrive .container-fluid.container-form-elements,
.lead-generator .dynamic-form-multi-step .newBookTestDrive .col-12 {
  margin: 0;
  padding: 0;
}

body .modal-view-overlay .modal-view-centered .modal-engine-details .category-title {
  font-family: "CupraMedium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #242221;
  max-height: 20px;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-engine-details .category-title {
    font-size: 16px;
    line-height: 1.63;
    max-height: 26px;
  }
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-title:first-child {
  margin-top: 24px;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-engine-details .category-title:first-child {
    margin-top: 40px;
  }
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list {
  padding-left: 0;
  display: grid;
  grid-row-gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.6);
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list:last-child {
  margin: 0;
  border: none;
  padding: 0;
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li {
  display: grid;
  grid-template-columns: 1fr;
  align-items: baseline;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 32px;
  }
}
@media (min-width: 1016px) {
  body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li {
    grid-template-columns: 1fr 1.76fr;
  }
}
@media (min-width: 1436px) {
  body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li {
    grid-template-columns: 1fr 2.15fr;
  }
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li span {
  font-family: "CupraRegular", sans-serif;
  font-size: 12px;
  line-height: 1.67;
  color: #242221;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li span {
    font-size: 14px;
    line-height: 1.71;
  }
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li div {
  display: grid;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li div p {
  font-family: "CupraLight", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33;
  color: #242221;
  margin: 0;
  max-height: 34px;
  overflow: hidden;
  flex: auto 0;
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li div p:nth-child(2) {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  margin-left: 4px;
  max-height: 24px;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li div p:nth-child(2) {
    font-size: 16px;
    line-height: 1.5;
  }
}
body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li img {
  grid-column: 1;
  height: 104px;
  margin-top: 8px;
  max-width: 158px;
  object-fit: contain;
}
@media (min-width: 764px) {
  body .modal-view-overlay .modal-view-centered .modal-engine-details .category-column-list li img {
    grid-column: 2;
  }
}

.seatComponents-content-landing.light-gray > .content-landing-wrapper.col-10.four-features > .features-wrapper > .four-features-texts-wrapper > .four-features-only-texts-wrapper > .four-features-features > .p {
  color: #666666;
  font-family: "CupraBook";
  font-size: 14px;
  line-height: 1.43;
  color: #666666;
  margin: 8px 0 0 0;
  overflow: hidden;
}

.seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > .p ul {
  margin: 0;
  font-size: 14px;
}
.seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > .p p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.43;
}
@media (min-width: 1436px) {
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > .p {
    font-size: 16px;
    line-height: 1.5;
  }
  .seatComponents-content-landing .content-landing-wrapper > .features-wrapper .four-features-features > .p p {
    font-size: 16px;
    line-height: 1.5;
  }
}
