@font-face {
  font-display: block;
  font-family: master-v10;
  font-style: normal;
  font-weight: 400;
  src: url(http://d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/fonts/icons/master-v10-3-glyph.woff2);
}
.icon {
  font-size: 18px;
}
.icon,
.icon:before {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  speak: none;
  line-height: normal;
}
.icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  font-size: 16px;
  line-height: 1.6;
  overflow: initial;

/* Pre-footer alignment styles - Privacy Policy/Site Map/Careers on left, Social icons on right */
#pre-footer-wrap .row-fluid.row-r2gei {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}

#pre-footer-wrap .row-fluid.row-r2gei .layout-5 {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
}

/* First container (social media icons) - move to RIGHT using order */
#pre-footer-wrap .span12.col-lg-6:first-child {
  width: auto !important;
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  order: 2 !important;
}

/* Second container (site links) - move to LEFT using order */
#pre-footer-wrap .span12.col-lg-6:last-child {
  width: auto !important;
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  order: 1 !important;
}

/* Reset all padding and margins for consistent alignment */
#pre-footer-wrap .site-links.module,
#pre-footer-wrap .social-icons.module {
  padding: 0 !important;
  margin: 0 !important;
}

/* Social icons styling */
#pre-footer-wrap .social-icons ul {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 1 !important;
}

#pre-footer-wrap .social-icons li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

#pre-footer-wrap .social-icons a {
  line-height: 1 !important;
  vertical-align: baseline !important;
}

/* Site links styling */
#pre-footer-wrap .site-links ul {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 1 !important; /* Ensure consistent line height */
}

#pre-footer-wrap .site-links li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

#pre-footer-wrap .site-links a {
  text-decoration: none !important;
  color: inherit !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  vertical-align: baseline !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  #pre-footer-wrap .row-fluid.row-r2gei .layout-5 {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  #pre-footer-wrap .span12.col-lg-6:first-child,
  #pre-footer-wrap .span12.col-lg-6:last-child {
    width: 100% !important;
    justify-content: center !important;
    order: unset !important;
  }
}
}
body,
html {
  height: 100%;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #464646;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: normal;
}
body > iframe,
body > img {
  display: none;
}
img {
  max-width: 100%;
}
.image img,
.thumb img {
  display: block;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
q {
  font-style: italic;
}
small {
  font-size: 80%;
  line-height: normal;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #d05;
  font-family: Consolas, monospace, serif;
  font-size: 12px;
  padding: 0 4px;
  white-space: nowrap;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  padding: 0;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
blockquote {
  border-left: 5px solid #757575;
  font-size: 1rem;
  font-style: italic;
  padding-left: 0.9375rem;
}
#nd-modals #nd-modal-module-settings .span6.span6 {
  margin: 0 !important;
}
img[src*="auto-client/placeholder"] {
  width: 100%;
}
div.loading {
  align-items: center;
  background: hsla(0, 0%, 88%, 0.3);
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 1500;
}
img.loading {
  background: #fff;
  border-radius: 100%;
  height: 64px !important;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px !important;
  z-index: 100;
}
.loading > .icon {
  height: 2.2857em;
  position: relative;
}
.cssanimations .loading > .icon:before {
  border: 0.2em solid rgba(0, 0, 0, 0.25);
  border-radius: 500rem;
  content: " ";
  height: 2.2857em;
  margin: 0 0 0 -1.14285em;
  position: absolute;
  width: 2.2857em;
}
.loading > .icon:after {
  content: " ";
  left: 50%;
  position: absolute;
  top: 0;
}
.cssanimations .loading > .icon:after {
  animation: button-spin 1.2s linear;
  animation-iteration-count: infinite;
  border: 0.2em solid transparent;
  border-radius: 500rem;
  border-top-color: #fff;
  box-shadow: 0 0 0 1px transparent;
  height: 2.2857em;
  margin: 0 0 0 -1.14285em;
  width: 2.2857em;
}
label[for] {
  cursor: pointer;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  min-height: 45px;
  outline: none;
  padding: 0 0.83333333em;
  transition:
    background-color 0.3s ease-out,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  width: 100%;
}
select[multiple],
select[size],
textarea {
  height: auto;
}
textarea {
  padding: 0.83333333em;
  resize: vertical;
}
input::placeholder {
  color: #aaa;
  font-style: italic;
  opacity: 1;
}
select {
  height: 45px;
  padding-right: 0;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #2f6690;
  box-shadow: inset 0 0 5px 0 #2f6690;
}
input:disabled,
select:disabled,
textarea:disabled {
  background: #f1f1f1;
  color: rgba(0, 0, 0, 0.7);
  cursor: default;
  opacity: 0.75;
}
:first-child {
  margin-top: 0;
}
.h1,
h1 {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
.h1,
.h2,
h1,
h2 {
  color: #000;
  font-style: normal;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: revert;
  margin-top: 0;
  text-transform: uppercase;
}
.h2,
h2 {
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.h3,
h3 {
  font-size: 1.125rem;
}
.h3,
.h4,
h3,
h4 {
  color: #464646;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: revert;
  margin-top: 0;
  text-transform: none;
}
.h4,
h4 {
  font-size: 0.875rem;
}
.h5,
h5 {
  font-size: 0.8125rem;
}
.h5,
.h6,
h5,
h6 {
  color: #464646;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: revert;
  margin-top: 0;
  text-transform: none;
}
.h6,
h6 {
  font-size: 0.625rem;
}
p {
  margin-bottom: revert;
  margin-top: 0;
}
a,
a:hover {
  color: initial;
}
a:hover {
  text-decoration: none;
}
.fontsize-xsmall {
  font-size: 0.75rem;
}
.fontsize-small {
  font-size: 0.875rem;
}
.fontsize-large {
  font-size: 1.375rem;
}
.fontsize-xlarge {
  font-size: 1.625rem;
}
.lcp-cover {
  background: #fff;
}
.container {
  margin: 0 10px;
}
#page-wrap {
  height: 100%;
  position: relative;
}
.row-fluid,
[class*="layout"] {
  margin-inline: -10px;
}
.row-fluid:after,
[class*="layout"]:after {
  clear: both;
  content: " ";
  display: table;
}
.row-fluid > [class*="layout"] {
  margin: 0;
}
#page-wrap .container-modal {
  height: 0;
  margin: 0;
  min-height: 0;
  padding: 0;
}
.container + .container,
.container-wrap + .container-wrap,
.row-fluid + .row-fluid {
  margin-top: 1.875rem;
}
.container + .container:after,
.container-wrap + .container-wrap:after,
.row-fluid + .row-fluid:after {
  clear: both;
  content: " ";
  display: table;
}
#content-wrap {
  padding-bottom: 0;
}
[class*="span"],
[class^="col-"] {
  min-height: 1px;
}
.module,
.tabs,
[class*="span"],
[class^="col-"] {
  padding-inline: 10px;
  width: 100%;
}
[class*="span"] > .module {
  padding-inline: 0;
}
.button {
  width: auto;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
[class*="col-xs"] {
  float: left;
}
.listing.module .row-fluid,
.listing.module [class*="layout"] {
  margin: 0;
}
.listing.module [class*="span"] {
  padding: 0;
}
.listing.module .module {
  padding-inline: 0;
}
.box-list.listing {
  font-size: 0;
}
.box-list.listing .list-item {
  display: inline-block;
  vertical-align: top;
}
.box-list.listing > .inner {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.box-list.listing.align-center > .inner {
  justify-content: center;
}
.box-list.listing .list-item {
  padding: 10px;
  width: 50%;
}
.box-list.listing .list-item .inset {
  font-size: 1.125rem;
}
#__ndcc_footerPlaceholder #__ndcc_footerContainer {
  margin-bottom: 10px;
  width: auto;
}
.no-cycle .controls,
.off .controls {
  display: none;
}
.reset-font .item {
  font-size: 18px;
}
.cyclr-container {
  position: relative;
}
.js-auto-height .item,
.tab-has-auto-height-cycles .jumps-cycle .item {
  height: 100% !important;
}
.js-auto-height .item.cycle-sentinel,
.tab-has-auto-height-cycles .jumps-cycle .item.cycle-sentinel {
  height: auto !important;
}
[class*=" cycle"],
[class*=" cycle"] > .item,
[class^="cycle"],
[class^="cycle"] > .item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
[class*=" cycle"] > .item,
[class^="cycle"] > .item {
  direction: ltr;
  left: 0;
  position: absolute;
  top: 0;
}
.no-cycle[class*=" cycle"] > .item,
.no-cycle[class^="cycle"] > .item,
.off[class*=" cycle"] > .item,
.off[class^="cycle"] > .item {
  display: inline-block;
  position: static;
}
[class*=" cycle"] > .item:first-child,
[class^="cycle"] > .item:first-child {
  position: relative !important;
  z-index: 99;
}
[class*=" cycle"] img.loading,
[class^="cycle"] img.loading {
  width: auto;
}
[class*=" cycle"] img:not(.loading),
[class^="cycle"] img:not(.loading) {
  display: block;
  height: auto;
  width: 100%;
}
[data-cycle-fx="carousel"] {
  font-size: 0;
  text-align: center;
}
[data-cycle-fx="carousel"] .cycle-sentinel,
[data-cycle-fx="carousel"] .item {
  display: inline-block;
  font-size: 1.125rem;
  position: static;
  text-align: left;
  vertical-align: top;
  width: 85%;
}
[data-cycle-fx="carousel"] .cycle-sentinel + .cycle-sentinel {
  display: none !important;
}
[data-cycle-fx="carousel"] .inset {
  display: block;
  position: relative;
  white-space: normal;
}
[data-cycle-fx="carousel"]:not([data-cycle-vertical="true"])
  .cycle-sentinel
  + .cycle-carousel-wrap {
  bottom: 0;
}
[data-cycle-fx="carousel"]:not([data-cycle-vertical="true"])
  .cycle-sentinel
  + .cycle-carousel-wrap
  .inset,
[data-cycle-fx="carousel"]:not([data-cycle-vertical="true"])
  .cycle-sentinel
  + .cycle-carousel-wrap
  .item {
  height: 100%;
}
.cycle-next,
.cycle-prev {
  cursor: pointer;
  display: block;
  font-size: 25px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 200;
}
.module-cycle.module-cycle.has-arrows .cycle-next,
.module-cycle.module-cycle.has-arrows .cycle-prev {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
  height: 58px;
  left: 0;
  margin-top: -26px;
  opacity: 1;
  right: auto;
  text-align: center;
  transform: none;
  transition: all 0.4s ease-in-out;
  width: 58px;
}
.module-cycle.module-cycle.has-arrows .cycle-next:before,
.module-cycle.module-cycle.has-arrows .cycle-prev:before {
  content: "\c001";
  padding-right: 2px;
}
.has-arrows-white.module-cycle.module-cycle.has-arrows .cycle-next,
.has-arrows-white.module-cycle.module-cycle.has-arrows .cycle-prev {
  background: transparent;
  border: 2px solid #fff;
}
.has-arrows-white.module-cycle.module-cycle.has-arrows .cycle-next:hover,
.has-arrows-white.module-cycle.module-cycle.has-arrows .cycle-prev:hover {
  background: #fff;
  color: #000;
}
.cycle-next:before,
.cycle-prev:before {
  content: "\e074";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cycle-next span,
.cycle-prev span {
  height: 0;
  overflow: hidden;
  width: 0;
}
.no-touch .cycle-next:hover,
.no-touch .cycle-prev:hover {
  opacity: 1;
}
.cycle-next.disabled,
.cycle-prev.disabled {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.cycle-next {
  left: auto;
  right: 0;
}
.module-cycle.module-cycle.has-arrows .cycle-next {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  color: #fff;
  left: auto;
  right: 0;
}
.module-cycle.module-cycle.has-arrows .cycle-next:before {
  content: "\c002";
  padding-left: 2px;
}
.cycle-next:before {
  content: "\e075";
}
.cycle-next span,
.cycle-next.disabled,
.cycle-prev span {
  display: none;
}
.cycle-progress {
  background: #000;
  height: 0.3125em;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 100;
}
[class*="-cycle-pager"],
[class*="cycle-pager-container"] {
  bottom: -40px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: auto;
}
[class*="-cycle-pager"] ul,
[class*="cycle-pager-container"] ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 150;
}
[class*="-cycle-pager"] ul li,
[class*="cycle-pager-container"] ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  width: auto;
}
[class*="-cycle-pager"] ul li a,
[class*="cycle-pager-container"] ul li a {
  background: #a7a7a7;
  border: none;
  border-radius: 100%;
  box-shadow: none;
  display: block;
  height: 11px;
  overflow: hidden;
  pointer-events: auto;
  transition:
    transform 0.3s ease 0s,
    background-color 0.3s ease 0s;
  width: 11px;
}
[class*="-cycle-pager"] ul li span,
[class*="cycle-pager-container"] ul li span {
  display: none;
}
[class*="-cycle-pager"] ul .cycle-pager-active a,
[class*="cycle-pager-container"] ul .cycle-pager-active a {
  background: #d2232a;
  transform: scale(1.5);
}
.no-touch [class*="-cycle-pager"] ul a:hover,
.no-touch [class*="cycle-pager-container"] ul a:hover {
  background: #d2232a;
}
.cycle-pager-white [class*="-cycle-pager"] ul li:not(.cycle-pager-active) a,
.cycle-pager-white
  [class*="cycle-pager-container"]
  ul
  li:not(.cycle-pager-active)
  a {
  background: #fff;
}
.module-cycle.reset a {
  color: inherit;
  text-decoration: none;
}
.control-group {
  line-height: normal;
}
.control-group + .control-group {
  margin-top: 0.75em;
}
.control-group .control-label {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.control-group .control-label.u-inline {
  margin: 0 0.25em 0 0;
}
.controls:after {
  clear: both;
  content: " ";
  display: table;
}
.controls input {
  display: block;
}
.controls .geo-locator a {
  color: rgba(0, 0, 0, 0.7);
}
.add-on {
  align-items: center;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  min-width: 40px;
}
[class*="-prepend"] {
  align-items: stretch;
  display: flex;
}
[class*="-prepend"] .add-on {
  border-radius: 0 0 0 0;
  border-right: none;
  order: -1;
}
[class*="-append"] {
  align-items: stretch;
  display: flex;
  position: relative;
}
[class*="-append"] .add-on {
  border-left: none;
  border-radius: 0 0 0 0;
  order: 2;
}
.input-prepend .add-on {
  background: #efefef;
  color: #000;
  line-height: 45px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  width: 2em;
}
.controls.has-action:after {
  clear: both;
  content: " ";
  display: table;
}
.controls.has-action.m-append input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  float: left;
  width: auto;
}
.controls.has-action.m-append .button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  float: left;
  padding: 0.05555556px 0.88888889em;
}
.controls.has-action.m-prepend input {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
  width: auto;
}
.controls.has-action.m-prepend .button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  float: left;
  padding: 0.05555556px 0.88888889em;
}
.control-group.is-disabled .label {
  opacity: 0.7;
}
.control-group.is-loading {
  position: relative;
}
.control-group.is-loading:before {
  background: hsla(0, 0%, 100%, 0.5);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.control-group.is-loading:after {
  border-style: solid;
  content: " ";
  left: 50%;
  position: absolute;
  top: 50%;
  visibility: visible;
  z-index: 101;
}
.cssanimations .control-group.is-loading:after {
  animation: field-spin 1.2s linear;
  animation-iteration-count: infinite;
  border-color: #aaa rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-radius: 500rem;
  border-width: 0.2em;
  box-shadow: 0 0 0 1px transparent;
  height: 1.5em;
  margin: -0.75em 0 0 -0.75em;
  width: 1.5em;
}
@keyframes field-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.option:not(.radio),
.tick-box {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: normal;
  position: relative;
}
.option:not(.radio) input,
.tick-box input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: 1;
}
.option.disabled:not(.radio) input,
.tick-box .control-label.disabled input {
  cursor: default;
  pointer-events: none;
}
.option.disabled:not(.radio) .label,
.tick-box span {
  display: inline-block;
  vertical-align: middle;
}
.option:not(.radio) .icon,
.tick-box .control-label {
  display: inline-block;
  height: 20px;
  line-height: 1;
  margin: 0 5px 0 0;
  padding-left: 17px;
  position: relative;
  vertical-align: middle;
}
.option:not(.radio) .icon > span,
.tick-box .control-label > span {
  min-height: calc(17px);
}
.option.disabled:not(.radio),
.tick-box .control-label.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.option:not(.radio) .icon:before,
.tick-box .control-label:before {
  background-color: #fdfdfd;
  background-image: linear-gradient(180deg, #fcfcfc, #fff);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  content: " ";
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}
.option:not(.radio) .icon:after,
.tick-box .control-label:after {
  background: transparent;
  border: 2px solid #d4d4d4;
  border-right: none;
  border-top: none;
  content: "";
  height: 5px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transform: rotate(-45deg) scale(0);
  transition:
    visibility 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
  width: 9px;
}
.option:hover:not(.radio) .icon:after,
.tick-box .control-label:hover:after {
  border-color: 2px solid #d4d4d4;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  visibility: visible;
}
.option.active:not(.radio) .icon:after,
.tick-box .control-label.active:after {
  border-color: #444;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  visibility: visible;
}
.option.active:not(.radio) .icon:before,
.tick-box .control-label.active:before {
  background-color: #fdfdfd;
  background-image: linear-gradient(180deg, #fcfcfc, #fff);
  background-repeat: repeat-x;
  border-color: 1px solid #d4d4d4;
}
.option.disabled.active:not(.radio) .icon:before,
.option.disabled:not(.radio) .icon:before,
.tick-box .control-label.disabled.active:before,
.tick-box .control-label.disabled:before {
  border-color: #f1f1f1;
}
.option.disabled:hover:not(.radio) .icon:after,
.tick-box .control-label.disabled:hover:after {
  opacity: 0;
  transform: rotate(-45deg) scale(0);
  visibility: hidden;
}
.option.disabled.active:not(.radio) .icon:after,
.tick-box .control-label.disabled.active:after {
  background: #bbb;
  opacity: 1;
  transform: rotate(-45deg) scale(1);
  visibility: visible;
}
.option.radio,
.radio-btn {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: normal;
  position: relative;
}
.option.radio input,
.radio-btn input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
  z-index: 1;
}
.option.radio.disabled input .radio-btn .control-label.disabled input {
  cursor: default;
  pointer-events: none;
}
.option.radio .label,
.radio-btn .control-label span {
  display: inline-block;
  vertical-align: middle;
}
.option.radio .icon,
.radio-btn .control-label {
  display: inline-block;
  height: 17px;
  line-height: 1;
  margin: 0 5px 0 0;
  padding-left: 17px;
  position: relative;
  vertical-align: middle;
}
.option.radio .icon > span,
.radio-btn .control-label > span {
  min-height: calc(17px);
}
.option.radio.disabled,
.radio-btn .control-label.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.option.radio .icon:before,
.radio-btn .control-label:before {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  content: " ";
  height: 17px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}
.option.radio .icon:after,
.radio-btn .control-label:after {
  background: #d4d4d4;
  border-radius: 100%;
  content: " ";
  height: 0;
  left: 0;
  margin: 5px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  visibility: hidden;
  width: 0;
}
.option.radio:hover .icon:after,
.radio-btn .control-label:hover:after {
  height: 7px;
  opacity: 1;
  visibility: visible;
  width: 7px;
}
.option.radio.active .icon:after,
.radio-btn .control-label.active:after {
  background: #444;
  height: 7px;
  opacity: 1;
  visibility: visible;
  width: 7px;
}
.option.radio.active .icon:before,
.radio-btn .control-label.active:before {
  border-color: #d4d4d4;
}
.option.radio.disabled .icon:before,
.option.radio.disabled.active .icon:before,
.radio-btn .control-label.disabled.active:before,
.radio-btn .control-label.disabled:before {
  background: #f1f1f1;
}
.option.radio.disabled:hover .icon:after,
.radio-btn .control-label.disabled:hover:after {
  opacity: 0;
  visibility: hidden;
}
.option.radio.disabled.active .icon:after,
.radio-btn .control-label.disabled.active:after {
  background: #bbb;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu:not(.inner) {
  background: #fff;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 100%;
}
.dropdown-menu .inner {
  margin: 0;
  padding: 0;
}
.dropdown-menu > li {
  display: inline;
  float: none;
}
.dropdown-menu > li.disabled a {
  opacity: 0.3;
}
.dropdown-menu > li a {
  background: #fff;
  color: #000;
  display: block;
  padding: 0.0297619em;
  text-decoration: none;
}
.dropdown-menu > li a > img {
  max-width: none;
}
.dropdown-menu > li a:focus,
.dropdown-menu > li a:hover,
.dropdown-menu > li.current > a,
.dropdown-menu > li.current > a:hover {
  background: #e6e6e6;
  color: #000;
}
.nav > .dropdown a {
  position: relative;
}
.nav > .dropdown .icon {
  background: none;
  border: none;
  bottom: -1px;
  color: contrast(none);
  font-size: 16px;
  position: absolute;
  right: -1px;
  text-align: center;
  top: -1px;
  width: 32px;
  width: 55px;
}
.nav > .dropdown .icon:before {
  content: "\c011";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav > .dropdown.active > a {
  color: inherit;
}
.nav > .dropdown.active .icon {
  background: #efefef;
  background: none;
  color: inherit;
}
.nav > .dropdown.active .icon:before {
  content: "\c010";
}
.nav {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-weight: 700;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  position: static;
  text-align: left;
  text-transform: uppercase;
}
.nav li[class*="new-cars"] img {
  background-color: #d2232a;
  max-width: 100%;
}
.nav li[class*="new-cars"] .dropdown-menu {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 5px;
}
.nav li[class*="new-cars"] .dropdown-menu:after {
  clear: both;
  content: " ";
  display: table;
}
.nav li[class*="new-cars"] .dropdown-menu li {
  background: #fff;
  box-sizing: border-box;
  padding: 5px;
  text-align: left;
  width: 50%;
}
.nav li[class*="new-cars"] .dropdown-menu li a {
  background: #fff;
  border: 1px solid #efefef;
  height: 100%;
  padding: 0;
  text-transform: none;
}
.nav li[class*="new-cars"] .dropdown-menu li a span {
  color: #d2232a;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 2px 10px 5px;
}
.nav li[class*="new-cars"] .dropdown-menu li a span > span {
  color: #464646;
  font-size: 12px;
  padding: 0;
}
.nav li[class*="new-cars"] .dropdown-menu li img {
  width: 100%;
}
.nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav > li > a {
  background: #fff;
  border-bottom: 1px solid #efefef;
  color: #000;
  display: block;
  font-size: 21px;
  padding: 17px 20px 19px;
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > li.current > a,
.nav > li.current > a:hover {
  background: #e6e6e6;
  color: #000;
  text-decoration: none;
}
.nav .dropdown-menu img {
  width: 100%;
}
.nav .dropdown-menu li > a {
  border-bottom: 1px solid #efefef;
  color: rgba(0, 0, 0, 0.75);
  padding: 15px 20px;
}
.nav .dropdown-menu li > a {
  font-size: 21px;
}
.nav > .nav .icon {
  display: none;
}
.navbar {
  overflow: visible;
  padding: 0;
  position: relative;
}
.navbar:after {
  clear: both;
  content: " ";
  display: table;
}
.nav-collapse {
  display: none;
}
.nav-collapse.active,
.toggle-nav {
  display: block;
}
.toggle-nav {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.toggle-nav:after {
  display: inline-block;
}
.toggle-nav .icon {
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  transform: translateZ(0);
  transition: background 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.toggle-nav .icon,
.toggle-nav .icon:before {
  background: currentColor;
  border-radius: 0;
  height: 2px;
  width: 22px;
}
.toggle-nav .icon:before {
  top: -5px;
}
.toggle-nav .icon:after,
.toggle-nav .icon:before {
  content: " ";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.toggle-nav .icon:after {
  background: currentColor;
  border-radius: 0;
  height: 2px;
  top: 5px;
  width: 22px;
}
.toggle-nav.active .icon {
  background: none;
  transform: none;
}
.toggle-nav.active .icon:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.toggle-nav.active .icon:after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center;
}
.module [class*="-sash"] {
  background: #d2232a;
  border-radius: 3px;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  left: 9px;
  max-width: 100%;
  overflow: hidden;
  padding: 3px 10px;
  position: absolute;
  text-overflow: ellipsis;
  top: 9px;
  white-space: nowrap;
  z-index: 105;
}
.pagination {
  list-style: none;
  padding: 0;
  text-align: center;
}
.pagination .pages {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination .pages li {
  color: #464646;
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}
.pagination .pages li > a,
.pagination .pages li > span {
  color: inherit;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
.pagination .pages li > a:focus,
.pagination .pages li > a:hover {
  color: #d2232a;
  outline: none;
}
.pagination .pages li.active > a,
.pagination .pages li.active > span {
  color: #d2232a;
  cursor: default;
}
.pagination .pages li.disabled > a,
.pagination .pages li.disabled > span {
  cursor: default;
  opacity: 0.6;
}
.pagination .pages li.btn-first > a {
  background: #fff;
  border: 1px solid #757575;
  color: #000;
  font-size: 16px;
  height: 42px;
  margin-right: 10px;
  padding: 0;
  width: auto;
  width: 42px;
}
.pagination .pages li.btn-first > a:hover {
  color: #d2232a;
}
.pagination .pages li.btn-first > a:after,
.pagination .pages li.btn-first > a:before {
  content: "\e074";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination .pages li.btn-first > a:after {
  margin-left: -8px;
}
.pagination .pages li.btn-first span {
  display: none;
}
.pagination .pages li.btn-prev > a {
  background: #fff;
  border: 1px solid #757575;
  color: #000;
  font-size: 16px;
  height: 42px;
  margin-right: 10px;
  padding: 0;
  width: auto;
  width: 42px;
}
.pagination .pages li.btn-prev > a:hover {
  color: #d2232a;
}
.pagination .pages li.btn-prev > a:before {
  content: "\e074";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination .pages li.btn-prev span {
  display: none;
}
.pagination .pages li.btn-next > a {
  background: #fff;
  border: 1px solid #757575;
  color: #000;
  font-size: 16px;
  height: 42px;
  margin-left: 10px;
  padding: 0;
  width: auto;
  width: 42px;
}
.pagination .pages li.btn-next > a:hover {
  color: #d2232a;
}
.pagination .pages li.btn-next > a:before {
  content: "\e075";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination .pages li.btn-next span {
  display: none;
}
.pagination .pages li.btn-last > a {
  background: #fff;
  border: 1px solid #757575;
  color: #000;
  font-size: 16px;
  height: 42px;
  margin-left: 10px;
  padding: 0;
  width: auto;
  width: 42px;
}
.pagination .pages li.btn-last > a:hover {
  color: #d2232a;
}
.pagination .pages li.btn-last > a:after,
.pagination .pages li.btn-last > a:before {
  content: "\e075";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pagination .pages li.btn-last > a:after {
  margin-left: -8px;
}
.pagination .pages li.btn-last span {
  display: none;
}
.pagination .pages li.ellipsis > span {
  background: none;
  border: none;
}
#dialog-loading {
  background: #000;
  border-radius: 5px;
  left: 50%;
  margin-left: -105px;
  min-height: 20px;
  opacity: 0.7;
  padding: 20px 10px 40px;
  position: fixed;
  top: 40%;
  width: 190px;
  z-index: 25;
}
#dialog-loading img {
  margin: 0 63px;
}
#dialog-loading span {
  color: #fff;
  display: block;
  font-size: 16px;
  left: 45px;
  position: absolute;
  top: 90px;
}
.vt-play-screen {
  display: none;
}
.vt-replay .vt-play-screen {
  background-color: #000;
  display: block;
  inset: 0;
  position: absolute;
}
.vt-flash-container {
  height: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 56.25%;
  position: relative !important;
  width: 100% !important;
}
.vt-flash-container iframe {
  border: none;
  height: 100% !important;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100% !important;
}
.vt--overlay-controls .vt-flash-container {
  margin-bottom: 0;
}
.vt-control-close {
  background: #000;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  position: absolute !important;
  right: 0;
  text-align: center;
  top: -35px;
  width: 35px;
  z-index: 10;
}
.vt-control-close:before {
  color: #fff;
  content: "\e08b";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vt-controls {
  background: #1b1b1b;
  bottom: -40px;
  display: block;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute !important;
  width: 100%;
  z-index: 10;
}
.vt-progress-bar {
  background: #250016;
  bottom: 100%;
  cursor: pointer;
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}
.vt-control-div:hover .vt-progress-bar,
.vt-control-div:hover .vt-progress-bar .ui-slider-range,
.vt-control-div:hover .vt-progress-bar .vt-buffer {
  height: 10px;
}
.vt-progress-bar-time {
  background: #fff;
  color: #000;
  display: none;
  font-size: 10px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -15px;
  position: absolute !important;
  text-align: center;
  top: -30px;
  width: 30px;
}
.vt-progress-bar-time:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute !important;
  width: 0;
}
.vt-elapsed-slider {
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.vt-elapsed-slider .ui-slider-range {
  background: #d2232a;
  height: 4px;
  width: 0;
}
.vt-buffer {
  background: #777;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.vt-control-div {
  z-index: 10;
}
.vt-control-play {
  background: #d2232a;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 0;
  height: 116px;
  left: 50%;
  position: absolute !important;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
  z-index: 10;
}
.span3 .vt-control-play {
  height: 50px;
  width: 50px;
}
.span3 .vt-control-play:before {
  font-size: 27px;
}
.vt-play .vt-control-play,
.vt-replay .vt-control-play {
  display: block;
}
.vt-control-play:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 65px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-left: 5px;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vt-control-play:after {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vt-play .vt-control-play:before {
  content: "\e07b";
}
.vt-replay .vt-control-play:before {
  content: "\e07d";
}
.vt-control-btn {
  cursor: pointer;
  float: left;
  height: 28px;
  margin: 6px;
  width: 28px;
}
.vt-control-btn:before {
  color: #fff;
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 27px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}
.vt-play .vt-control-btn:before {
  content: "\e07b";
}
.vt-replay .vt-control-btn:before {
  content: "\e07d";
}
.vt-pause .vt-control-btn:before {
  content: "\e07a";
}
.vt-volume {
  float: right;
  font-size: 0;
  margin-right: 20px;
  width: 165px;
}
.vt-volume:before {
  color: #fff;
  content: "\e086";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 5px;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vt-volume.vt-unmute:before {
  content: "\e088";
}
.vt-volume.vt-half:before {
  content: "\e086";
}
.vt-volume.vt-mute:before {
  content: "\e087";
}
.vt-volume .vt-volume-controls {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vt-volume .vt-volume-controls .vt-volume-slider {
  background: #8a8a8a;
  cursor: pointer;
  display: inline-block;
  height: 4px;
  vertical-align: middle;
  width: 130px;
}
.vt-volume .vt-volume-controls .vt-volume-slider:hover,
.vt-volume .vt-volume-controls .vt-volume-slider:hover .ui-slider-range {
  height: 10px;
}
.vt-volume .vt-volume-controls .vt-volume-slider .ui-slider-range {
  background: #d2232a;
  height: 4px;
  width: 0;
}
.vt-time {
  color: #fff;
  float: left;
  font-size: 12px;
  padding: 0 15px;
}
.vt-time .vt-current:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.yt-player-video-thumbnail {
  margin-top: 0 !important;
}
.tooltip {
  position: relative;
}
.tooltip .icon:before {
  content: "\e078";
}
.tooltip .tooltip-content {
  background: #737373;
  border: none;
  border-radius: 3px;
  bottom: 50%;
  color: #fff;
  display: none;
  font-size: 11px;
  left: 50%;
  line-height: 16px;
  margin-bottom: 10px;
  margin-left: -100px;
  padding: 10px;
  position: absolute;
  width: 200px;
  z-index: 1000;
}
.tooltip .tooltip-content .tooltip-arrow {
  border-inline: 10px solid transparent;
  border-top: 10px solid #737373;
  bottom: -10px;
  height: 0;
  left: 50%;
  margin-left: -17px;
  position: absolute;
  width: 0;
}
.tooltip .tooltip-content ul {
  padding-left: 15px;
}
.tooltip .tooltip-content a {
  color: #fff;
}
.tooltip .tooltip-content p {
  padding-bottom: 5px;
}
.tooltip.tooltip-left .tooltip-content {
  bottom: 50%;
  left: -13px;
  margin-left: 0;
}
.tooltip.tooltip-left .tooltip-content .tooltip-arrow {
  bottom: -10px;
  left: 10px;
  margin-left: 0;
}
.tooltip.tooltip-right .tooltip-content {
  bottom: 50%;
  left: auto;
  margin-left: 0;
  right: -13px;
}
.tooltip.tooltip-right .tooltip-content .tooltip-arrow {
  left: auto;
  right: 12px;
}
.tooltip.tooltip-bottom .tooltip-content {
  bottom: auto;
  margin-bottom: 0;
  margin-top: 10px;
  top: 50%;
}
.tooltip.tooltip-bottom .tooltip-content .tooltip-arrow {
  border-bottom: 10px solid #737373;
  border-inline: 10px solid transparent;
  border-top: none;
  bottom: auto;
  top: -10px;
}
.tooltip-mobile {
  animation-duration: 1s;
  animation-fill-mode: both;
  backface-visibility: hidden;
  background: hsla(0, 0%, 40%, 0.85);
  border-radius: 10px;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  left: 50%;
  line-height: normal;
  max-width: 164px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  z-index: 100;
}
.tooltip-mobile.is-hidden {
  animation-name: tooltipOut;
}
.tooltip-mobile.is-visible {
  animation-name: tooltipIn;
}
.tooltip-mobile > span {
  display: block;
}
.tooltip-mobile > span:last-child {
  margin-top: 5px;
}
@keyframes tooltipOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes tooltipIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.control-group.warning .checkbox,
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #e67e22;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #e67e22;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #bf6516;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #f0b37e;
}
.control-group.warning .input-append .add-on,
.control-group.warning .input-prepend .add-on {
  background-color: #fbe9d9;
  border-color: #e67e22;
  color: #e67e22;
}
.control-group.warning .bootstrap-select .btn {
  border-color: #e67e22;
}
.control-group.error .checkbox,
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #e74c3c;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #e74c3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #d62c1a;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #f29f97;
}
.control-group.error .input-append .add-on,
.control-group.error .input-prepend .add-on {
  background-color: #fdf3f2;
  border-color: #e74c3c;
  color: #e74c3c;
}
.control-group.error .bootstrap-select .btn {
  border-color: #e74c3c;
}
.control-group.success .checkbox,
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #8cc14c;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #8cc14c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #72a238;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #bddb98;
}
.control-group.success .input-append .add-on,
.control-group.success .input-prepend .add-on {
  background-color: #edf5e4;
  border-color: #8cc14c;
  color: #8cc14c;
}
.control-group.success .bootstrap-select .btn {
  border-color: #8cc14c;
}
.control-group.info .checkbox,
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #2f6690;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #2f6690;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #224b6a;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #5b9aca;
}
.control-group.info .input-append .add-on,
.control-group.info .input-prepend .add-on {
  background-color: #a8c9e3;
  border-color: #2f6690;
  color: #2f6690;
}
.control-group.info .bootstrap-select .btn {
  border-color: #2f6690;
}
.form-module.form-module {
  background: #fff;
  color: #000;
  position: relative;
}
.form-module.form-module:before {
  content: "Loading...";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.form-module.form-module.form-transparent {
  background: none;
}
.form-module.form-module.form-transparent:before {
  display: none;
}
.form-module.form-module.form-transparent form {
  background: none;
}
.form-module.form-module.form-transparent form .control-group {
  background: none;
  border-bottom: 0;
}
.form-module.form-module.color-white {
  color: #fff;
}
.form-module.form-module.form-condensed .control-group {
  padding: 5px 0;
}
.form-module.form-module .inner,
.form-module.form-module form {
  min-height: 100px;
  position: relative;
}
.form-module.form-module .control-enquiry-location-hash .inner {
  min-height: 0;
}
.form-module.form-module form {
  background: #fff;
  padding: 0 0 20px;
}
.form-module.form-module fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.form-module.form-module select {
  height: 45px;
}
.form-module.form-module .header {
  font-size: 24px;
}
.form-module.form-module .divider {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 10px;
  padding-top: 10px;
}
.form-module.form-module .heading {
  border-bottom: 1px dotted #bfbfbf;
  padding: 0 20px 20px;
}
.form-module.form-module .title {
  font-size: 25px;
}
.form-module.form-module .sub-title {
  font-size: 13px;
}
.form-module.form-module .sub-title .required {
  float: right;
}
.form-module.form-module .select-picker .bootstrap-select .btn,
.form-module.form-module .select-picker .bootstrap-select .caret {
  display: none;
}
.form-module.form-module .select-picker .bootstrap-select .dropdown-menu {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: none;
  display: block;
  float: none;
  max-height: 174px !important;
  min-height: 0 !important;
  min-width: 0;
  position: static;
  width: auto;
}
.form-module.form-module .select-picker .bootstrap-select .dropdown-menu li {
  border-top: 1px solid #d6d6d6;
}
.form-module.form-module
  .select-picker
  .bootstrap-select
  .dropdown-menu
  li:first-child {
  border: none;
}
.form-module.form-module
  .select-picker
  .bootstrap-select
  .dropdown-menu
  li
  > a {
  padding: 7px 20px;
}
.form-module.form-module .file-upload .file-hidden {
  left: -9999px;
  position: absolute;
}
.form-module.form-module .file-upload .icon:after {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e09e";
  font-size: 20px;
}
.form-module.form-module .file-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.form-module.form-module .file-list .item {
  display: flex;
  font-size: 12px;
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}
.form-module.form-module .file-list .thumb {
  margin-right: 5px;
  max-width: 50px;
}
.form-module.form-module .file-list .label,
.form-module.form-module .file-list .size {
  margin-right: 5px;
}
.form-module.form-module .file-list .remove {
  background: #d93939;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-family: Arial;
  font-size: 8px;
  height: 15px;
  line-height: 16px;
  margin-left: auto;
  text-align: center;
  width: 15px;
}
.form-module.form-module .file-progress {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  height: 18px;
  margin-top: 10px;
  position: relative;
}
.form-module.form-module .file-progress:before {
  background: #d9d9d9;
  border-radius: 10px;
  content: " ";
  display: block;
  height: 6px;
  left: 10px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
}
.form-module.form-module .file-progress .value {
  display: block;
  height: 6px;
  left: 10px;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
}
.form-module.form-module .file-progress .value .percentage {
  background: #000831;
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 0;
}
.form-module.form-module .vehicle-information .vehicle-details {
  margin: 0;
}
.form-module.form-module .vehicle-information .cell {
  display: block;
  padding-bottom: 3px;
}
.form-module.form-module .vehicle-information .label,
.form-module.form-module .vehicle-information .value {
  display: inline-block;
  font-family: Arial;
  font-size: 13px;
  vertical-align: top;
}
.form-module.form-module .vehicle-information .label {
  width: 120px;
}
.form-module.form-module .vehicle-information .thumb {
  float: right;
  width: 110px;
}
.form-module.form-module .vehicle-information .controls {
  background: #fff;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  padding: 15px;
}
.form-module.form-module .date-picker .icon:after {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0b6";
  font-size: 25px;
}
.form-module.form-module .radio-btn {
  overflow: hidden;
}
.form-module.form-module .radio-btn .control-label {
  height: auto;
  line-height: normal;
  width: auto;
}
.form-module.form-module .radio-btn .control-label span {
  margin-left: 5px;
  vertical-align: top;
}
.form-module.form-module .radio-btn .control-label:after {
  left: 0;
  right: auto;
}
.form-module.form-module .radio-btn .controls {
  clear: left;
  float: left;
  padding-top: 7px;
}
.form-module.form-module .tick-box {
  overflow: hidden;
}
.form-module.form-module .tick-box .control-label {
  height: auto !important;
  line-height: normal !important;
  width: auto !important;
}
.form-module.form-module .tick-box .control-label span {
  margin-left: 5px;
  vertical-align: top;
}
.form-module.form-module .tick-box .controls {
  clear: left;
  float: left;
  padding-top: 7px;
}
.form-module.form-module .actions {
  margin-top: 10px;
  overflow: hidden;
}
.form-module.form-module .actions .btn {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
}
.form-module.form-module .actions .btn:after,
.form-module.form-module .actions .btn:before {
  display: none;
}
.form-module.form-module .control-group {
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.form-module.form-module .control-group + .control-group {
  margin-top: 1px;
}
.form-module.form-module .control-group.terms-and-conditions {
  border: 0;
  box-shadow: none;
  clear: both;
}
.form-module.form-module
  .control-group.terms-and-conditions
  .accordian-content {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff);
  background-repeat: repeat-x;
  color: rgba(0, 0, 0, 0.7);
}
.form-module.form-module
  .control-group.terms-and-conditions
  .accordian-content
  .toggle-heading {
  background: #d4d4d4;
  color: rgba(0, 0, 0, 0.7);
  padding: 14px;
}
.form-module.form-module
  .control-group.terms-and-conditions
  .accordian-content
  .toggle-heading
  h4 {
  font-size: 18px;
  font-weight: 700;
}
.form-module.form-module
  .control-group.terms-and-conditions
  .accordian-content
  h1 {
  color: rgba(0, 0, 0, 0.7);
}
.form-module.form-module
  .control-group.terms-and-conditions
  .accordian-content
  .toggle-body {
  word-break: break-word;
}
.form-module.form-module .control-group.is-checkbox {
  overflow: hidden;
}
.form-module.form-module
  .control-group[class*="control-customer-agreement"]:after {
  clear: both;
  content: " ";
  display: table;
}
.form-module.form-module
  .control-group[class*="control-customer-agreement"]
  .control-label
  span {
  vertical-align: middle;
}
.form-module.form-module
  .control-group.control-customer-preferred-contact-method:after {
  clear: both;
  content: " ";
  display: table;
}
.form-module.form-module
  .control-group.control-privacy-statement
  .controls
  input {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.form-module.form-module
  .control-group.control-marketing-preferences
  .control-label {
  padding-right: 20px;
}
.form-module.form-module
  .control-group.control-marketing-preferences
  .control-label
  input {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.form-module.form-module fieldset > label:not(.control-label) {
  display: block;
  margin: 10px 0;
  padding: 20px 20px 0 50px;
  position: relative;
}
.form-module.form-module fieldset > label:not(.control-label) input {
  left: 30px;
  position: absolute;
  top: 25px;
}
.form-module.form-module
  .controls
  input.field-name-customer-country-code-phone-number,
.form-module.form-module .controls input.field-name-customer-phone-number {
  float: left !important;
  margin-right: 1% !important;
  width: 39% !important;
}
.form-module.form-module .controls input.field-name-customer-phone-number {
  margin-right: 0 !important;
  width: 100% !important;
}
.form-module.form-module
  .controls
  input.field-name-customer-country-code-phone-number
  + input.field-name-customer-phone-number {
  width: 60% !important;
}
.form-module.form-module
  .controls
  label.field-name-customer-country-code-phone-number,
.form-module.form-module .controls label.field-name-customer-phone-number {
  float: left !important;
  margin-bottom: 5px;
  margin-right: 1% !important;
  padding-left: 0 !important;
  width: 39% !important;
}
.form-module.form-module .controls label.field-name-customer-phone-number {
  margin-right: 0 !important;
  width: 60% !important;
}
.form-module.form-module .form-actions {
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}
.form-module.form-module .form-actions .btn {
  font-size: 14px;
  min-width: 240px;
  width: auto;
}
.form-module.form-module .dpp .tick-box {
  padding-top: 10px;
}
.form-module.form-module .dpp .title {
  font-size: 18px;
  font-weight: 700;
}
.form-module.form-module .dpp strong {
  display: inline;
}
.form-module.form-module [class*="agreement"] .tick-box .control-label {
  min-height: 20px;
}
.form-module.form-module strong {
  display: block;
}
.form-module.form-module strong + span {
  display: block;
  padding: 0 18px;
}
.form-module.form-module .toggle-pane strong {
  display: inline;
  padding: 0;
}
.form-module.form-module span p {
  margin: 0;
  padding: 4px 0 10px;
}
.form-module.form-module label:not(.control-label) {
  display: inline-block;
  font-weight: 700;
  padding: 0 0 0 36px;
  width: auto;
}
.form-module.form-module label:not(.control-label) input {
  height: 13px;
  left: 18px;
  top: 5px;
  width: 13px;
}
.form-module.form-module .accordion-content {
  margin: 10px 18px 0;
  word-break: break-word;
}
.form-module.form-module .control-group {
  border: none;
}
.form-module.form-module .control-group + .control-group {
  margin-top: 0;
}
.form-module.form-module.form-vertical .form-actions .btn {
  width: 100%;
}
.mCustomScrollbar {
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}
.mCustomScrollBox {
  direction: ltr;
  height: 100%;
  max-width: 100%;
  outline: none;
  overflow: hidden;
  position: relative;
}
.mCSB_container {
  height: auto;
  overflow: hidden;
  width: auto;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCSB_inside > .mCSB_container,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 8px;
}
.mCustomScrollBox > .mCSB_scrollTools {
  bottom: 0;
  height: auto;
  left: auto;
  position: absolute;
  right: 1px;
  top: 0;
  width: 8px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  bottom: 1px;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 5px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  width: 8px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  height: 30px;
  width: 100%;
  z-index: 5;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 8px;
}
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-bottom: 30px;
  margin-right: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 30px;
  margin-right: 0;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  bottom: 0;
  height: 16px;
  left: 0;
  overflow: hidden;
  right: auto;
  top: auto;
  width: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 5px;
  height: 2px;
  margin: 7px 0;
  width: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  height: 100%;
  width: 30px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  height: 4px;
  margin: 6px auto;
  width: 100%;
}
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
}
.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #333;
  background: rgba(51, 51, 51, 0.5);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f1f1f1;
  background: hsla(0, 0%, 95%, 0.75);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #f1f1f1;
  background: hsla(0, 0%, 95%, 0.85);
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #f1f1f1;
  background: hsla(0, 0%, 95%, 0.9);
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-repeat: no-repeat;
  opacity: 0.4;
}
.bootstrap-select {
  font-size: 1.125rem;
  position: relative;
  z-index: 950;
}
.bootstrap-select .bs-caret {
  position: static;
}
.bootstrap-select button.btn {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 43px;
  margin: 0;
  max-width: none;
  min-height: 0;
  outline: none;
  overflow: hidden;
  padding: 0 38px 0 0.83333333em;
  position: relative;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  transition:
    background-color 0.3s ease-out,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  white-space: nowrap;
  width: 100%;
}
.bootstrap-select button.btn span:after,
.bootstrap-select button.btn span:before,
.bootstrap-select button.btn:after,
.bootstrap-select button.btn:before {
  display: none;
}
.bootstrap-select button.btn .filter-option {
  display: inline-block;
  line-height: normal;
  padding: 3px 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.bootstrap-select button.btn:hover {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff);
  background-repeat: repeat-x;
  color: #000;
}
.bootstrap-select button.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.bootstrap-select button.btn:focus {
  background: #fff;
  border-color: #2f6690;
  box-shadow: inset 0 0 5px 0 #2f6690;
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap-select .filter-option {
  background: none;
  border: none;
  display: inline-block;
  float: none;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
}
.bootstrap-select .caret {
  bottom: 0;
  height: auto;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 41px;
}
.bootstrap-select .caret:after {
  background: none;
  display: block;
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 50%;
  margin-inline: 0;
  position: absolute;
  text-transform: none;
  top: 50%;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e076";
  content: "\c011";
  font-size: 20px;
  font-size: 11px;
  transform: translate(-50%, -50%);
}
.bootstrap-select button.btn .caret:after {
  display: block;
}
.open .caret:after {
  content: "\e073";
  content: "\c010";
}
.bootstrap-select .dropdown-menu:not(.inner) {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0 0 0 0;
  border-top: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #000;
  display: none;
  line-height: normal;
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 0;
}
.bootstrap-select .dropdown-menu:not(.inner) + select,
.bootstrap-select .dropdown-menu:not(.inner):after,
.bootstrap-select .dropdown-menu:not(.inner):before {
  display: none;
}
.bootstrap-select .inner {
  border-radius: 0 !important;
  -webkit-overflow-scrolling: touch;
}
.bootstrap-select .inner::-webkit-scrollbar {
  -webkit-appearance: none;
}
.bootstrap-select .inner::-webkit-scrollbar:vertical {
  width: 10px;
}
.bootstrap-select .inner::-webkit-scrollbar:horizontal {
  height: 10px;
}
.bootstrap-select .inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid hsla(0, 0%, 88%, 0);
  cursor: pointer;
}
.bootstrap-select .inner::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 88%, 0.5);
}
.bootstrap-select .dropdown-menu li {
  border: none;
  margin: 0;
  padding: 0;
}
.bootstrap-select .dropdown-menu li.selected {
  display: block;
}
.bootstrap-select .dropdown-menu li:last-child {
  margin-bottom: 10px;
}
.bootstrap-select .dropdown-menu li:after,
.bootstrap-select .dropdown-menu li:before {
  display: none;
}
.bootstrap-select .dropdown-menu li > a {
  background: none;
  clear: both;
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: normal;
  padding: 8px 0.83333333em;
  text-align: left;
}
.bootstrap-select .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.bootstrap-select .dropdown-menu li > a i.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li > a span.text {
  vertical-align: middle;
}
.bootstrap-select .dropdown-menu li > a small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu li > a:focus,
.bootstrap-select .dropdown-menu li > a:hover {
  background: #d2232a;
  color: #fff;
  text-decoration: none;
}
.bootstrap-select .dropdown-menu li > .text {
  display: block;
  padding: 8px 0.83333333em;
  text-align: left;
}
.bootstrap-select .dropdown-menu li.selected > a,
.bootstrap-select .dropdown-menu li.selected > a:focus,
.bootstrap-select .dropdown-menu li.selected > a:hover {
  background: #e0484e;
  color: #fff;
  outline: 0;
  text-decoration: none;
}
.bootstrap-select .dropdown-menu li.disabled > a,
.bootstrap-select .dropdown-menu li.disabled > a:focus,
.bootstrap-select .dropdown-menu li.disabled > a:hover {
  background-color: transparent;
  background-image: none;
  color: #000;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.bootstrap-select.open {
  z-index: 1019;
}
.bootstrap-select.open > .dropdown-menu {
  display: block;
}
.bootstrap-select.open .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.modal-backdrop {
  background-color: #000;
  height: 100%;
  inset: 0;
  position: fixed;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  color: #464646;
  left: 10px;
  outline: none;
  pointer-events: none;
  position: fixed;
  right: 10px;
  text-shadow: none;
  top: 10%;
  transition:
    opacity 0.3s linear,
    top 0.3s ease-out;
  z-index: 1050;
}
.cms .modal,
.modal.in {
  pointer-events: auto;
}
.modal.fade {
  top: -25%;
  transition:
    opacity 0.3s linear,
    top 0.3s ease-out;
}
.modal.fade.in {
  top: 10%;
}
.modal .container {
  width: auto;
}
.modal .thumbs {
  position: relative;
}
.modal .thumbs [class*="-sash"] {
  max-width: 90%;
}
.modal.fade.in {
  top: 5vh;
}
.modal .modal-header {
  background: #fff;
}
.modal .modal-header .close {
  align-items: center;
  background: #efefef;
  background: none;
  border-radius: 100%;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: flex;
  float: right;
  font-size: 18px;
  font-size: 0;
  height: auto;
  height: 25px;
  justify-content: center;
  line-height: normal;
  margin-top: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  right: 20px;
  text-decoration: none;
  top: 19px;
  top: 23px;
  width: auto;
  width: 25px;
  z-index: 10;
}
.modal .modal-header .close.button {
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 0 5px;
}
.modal .modal-header .close:before {
  display: none;
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e08b";
  font-size: 16px;
}
.modal .modal-header .close:hover {
  color: #000;
}
.modal .modal-header .close span {
  display: none;
}
.modal .modal-header .close:before {
  content: "\c012";
  font-size: 24px;
}
.modal-header h3,
.modal-title {
  border-bottom: 1px solid #efefef;
  color: #464646;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 25px;
  font-size: calc(20px + (25 - 20) * ((100vw - 768px) / (1600 - 768)));
  font-weight: 700;
  line-height: 40px;
  line-height: normal;
  margin: 0;
  padding: 20px 50px 20px 20px;
}
.modal-body .modal-header h3,
.modal-body .modal-title {
  border-bottom: none;
  padding: 0;
}
.modal-header h3:empty,
.modal-title:empty {
  display: none;
}
.modal-body,
.modal > .modal-content {
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  height: 50vh;
  height: 60vh;
  margin-inline: 0;
  max-height: 270px;
  max-height: none;
  padding: 20px;
}
.modal--body-collapsed .modal-body,
.modal--body-collapsed .modal > .modal-content {
  padding: 0 !important;
}
.modal--body-collapsed .modal-body .row-fluid,
.modal--body-collapsed .modal > .modal-content .row-fluid {
  margin-inline: 0;
}
.modal-footer {
  background-color: transparent;
  border-top: 1px solid #efefef;
  margin-bottom: 0;
  padding: 20px;
  text-align: right;
}
.modal-footer:after {
  clear: both;
  content: " ";
  display: table;
}
.modal-footer.container {
  margin: 0;
  width: 100%;
}
.modal-footer .row-fluid {
  margin-inline: 0;
}
.modal-footer button.btn {
  padding: 0 2.22222222em;
}
.modal-footer .button.btn,
.modal-footer button.btn {
  display: inline-block;
}
.modal-footer .button.btn:after,
.modal-footer button.btn:after {
  display: none !important;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in,
.modal-backdrop.fade.show {
  opacity: 0.46;
}
.modal-form {
  margin-bottom: 0;
}
.nd-edit .nd-module-btns {
  pointer-events: all;
}
#nd-website-editor-wrap ~ #page-wrap .modal--large {
  left: auto;
  transform: none;
}
#nd-website-editor-wrap
  ~ #page-wrap
  .modal.has-image
  .layout-4
  > div:last-child {
  height: auto;
}
.datepicker {
  background: #fff !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) !important;
  color: #333 !important;
  font-family: Arial !important;
  position: absolute !important;
  width: 238px !important;
  z-index: 1400 !important;
}
.datepicker-inline {
  width: 220px !important;
}
.datepicker-dropdown {
  left: 0;
  top: 0;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  border: none;
  height: 30px;
  text-align: center;
  width: 30px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day {
  background-color: #e6e6e6;
  background-image: linear-gradient(180deg, #ececec, #dedede);
  background-repeat: repeat-x;
  border: 1px solid #d1d2d2;
  box-shadow: inset 1px 1px 1px #f0f0f0;
  font-size: 12px;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #efefef;
  color: #000;
  cursor: pointer;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  background: #fff;
  color: #efefef;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #efefef;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #d2232a;
  box-shadow: none;
  color: #fff;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #efefef;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #e1938b;
  background-image: linear-gradient(180deg, #e1898d, #e1a389);
  background-repeat: repeat-x;
  border-radius: 0;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #eee;
  background-image: linear-gradient(180deg, #fff, #d6d6d6);
  background-repeat: repeat-x;
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #d2232a;
  box-shadow: none;
  color: #fff;
}
.datepicker table tr td span {
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.datepicker table tr td span:hover {
  background: #efefef;
  color: #000;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #efefef;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background: #d2232a;
  box-shadow: none;
  color: #fff;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #efefef;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
  background: #d2232a;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
}
.datepicker thead tr .dow {
  background: #f3f3f3;
  font-size: 9px;
  height: 22px;
}
.datepicker .cw {
  font-size: 10px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
  width: 12px;
}
.datepicker thead tr:first-child th.cw {
  background-color: transparent;
  cursor: default;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  background-color: #efefef;
  border: 1px solid #d4d4d4;
  display: inline-block;
  font-weight: 400;
  height: 1.6;
  line-height: 1.6;
  margin-inline: -5px;
  min-width: 16px;
  padding: 4px 5px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  width: auto;
}
.user-select {
  margin-top: 10px;
  max-width: 500px;
}
.slider {
  direction: ltr;
  padding: 15px 0;
  position: relative;
}
.slider .value {
  color: #464646;
  font-weight: 700;
}
.slider .current {
  bottom: 100%;
  position: absolute;
  right: 0;
}
.slider .ui-slider {
  background: #ef9fa2;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 5px;
  position: relative;
  width: 100%;
  width: calc(100% - 30px);
}
.slider .ui-slider:after {
  background-color: #ef9fa2;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  width: 30px;
}
.slider .ui-slider-range {
  background: #d2232a;
  border-radius: 5px;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
}
.slider .ui-slider-handle {
  background: #d2232a;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 30px;
  left: 0;
  margin-left: 0;
  position: absolute;
  top: -12.5px;
  -webkit-user-select: none;
  user-select: none;
  width: 30px;
  z-index: 5;
}
.slider .ui-slider-handle.ui-state-active,
.slider .ui-slider-handle:hover {
  background: #a61c21;
}
[class*="-slider"] input {
  display: none;
}
[class*="-slider"] .control-label span {
  float: none;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.cssanimate {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.cssanimate.infinite {
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0%,
  to {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes pulseOut {
  0%,
  to {
    transform: scale(1) translateZ(0);
  }
  50% {
    transform: scale(1.1) translateZ(0);
  }
}
@keyframes bounceLeft {
  0%,
  10%,
  20%,
  80%,
  to {
    transform: translate(0);
  }
  5% {
    transform: translate(-7px);
  }
  15% {
    transform: translate(-3px);
  }
}
.bounceLeft {
  animation-name: bounceLeft;
}
@keyframes bounceRight {
  0%,
  10%,
  20%,
  80%,
  to {
    transform: translate(0);
  }
  5% {
    transform: translate(7px);
  }
  15% {
    transform: translate(3px);
  }
}
.bounceRight {
  animation-name: bounceRight;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
img[src=""] {
  display: none;
}
.home-banner,
.internal-banner {
  background-image: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/logo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  min-height: 0;
}
.home-banner .adverts-container,
.home-banner > .container,
.internal-banner .adverts-container,
.internal-banner > .container {
  background: #fff;
}
.loading-height,
.loading-height .inner {
  min-height: 100px;
}
.fancybox-wrap {
  bottom: auto !important;
  left: 50% !important;
  margin-left: -20% !important;
  top: 10% !important;
  width: 40% !important;
}
.fancybox-wrap:not(.fancybox-type-iframe) .fancybox-inner,
.fancybox-wrap:not(.fancybox-type-iframe) .fancybox-outer {
  height: auto !important;
}
.fancybox-inner,
.fancybox-outer {
  width: 100% !important;
}
.tgl-item {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  margin-left: -80px;
  padding: 0.5em 0.8em;
  position: absolute !important;
  top: 10px;
}
.tgl-item .label {
  background: none;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
}
.tgl {
  display: none;
}
.tgl + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin: 0 2px;
  outline: 0;
  padding: 2px;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 2em;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  content: "";
  display: block;
  height: 100%;
  position: relative;
  width: 50%;
}
.tgl + .tgl-btn:after {
  background: #000;
  border-radius: 50%;
  left: 0;
  transition: left 0.2s ease;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.segment {
  background: #fff;
  border: 1px solid #efefef;
  display: block;
  margin-inline: 10px;
  padding: 20px;
  width: auto;
}
.segment:after {
  clear: both;
  content: " ";
  display: table;
}
.segment.has-header {
  margin-top: 20px;
  position: relative;
}
.segment .cms ol,
.segment .cms ul {
  padding-left: 10px;
}
.segment[class^="layout"] {
  margin-inline: 10px;
}
.segment.row-fluid {
  margin-inline: 0;
}
.segment.module {
  padding: 20px;
}
.segment.button {
  display: block;
  width: auto;
}
.segment.button + .button.segment {
  padding-left: 20px;
}
.segment + .segment,
.segment + .segment[class*="top attached"] {
  margin-top: 20px;
}
.segment.attached {
  border-block: none;
  margin-top: 0;
}
.segment[class*="top attached"] {
  border-bottom: none;
  border-top: 1px solid #efefef;
}
.segment[class*="bottom attached"] {
  border-bottom: 1px solid #efefef;
  border-top: none;
}
.segment.alternative {
  background: #757575;
}
.segment.inverted {
  background: #000;
  color: #fff;
}
.segment.inverted h1,
.segment.inverted h2,
.segment.inverted h3 {
  color: inherit;
}
.segment[class*="top collapsed"] {
  padding-top: 3px;
}
.segment[class*="bottom collapsed"] {
  padding-bottom: 3px;
}
.segment.tabs {
  padding-bottom: 0;
}
.segment .module,
.segment [class^="span"],
.segment.tabs {
  padding-inline: 0;
}
.segment__header {
  background: #fff;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: -10px;
}
.alternative .segment__header {
  background: #757575;
}
.inverted .segment__header {
  background: #000;
  color: #fff;
}
.print-only {
  display: none;
}
.sticky-module.is-hidden-top {
  height: 0 !important;
  overflow: hidden;
}
.sticky-module.is-hidden-top .sticky-module-inset {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.sticky-module.is-hidden-top .sticky-module-inset.fixed {
  opacity: 1;
}
.u-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.u-inline {
  display: inline-block !important;
  vertical-align: middle;
}
.u-inline.is-top {
  vertical-align: top;
}
.u-inline.is-bottom {
  vertical-align: bottom;
}
.block .btn,
.u-block {
  display: block !important;
}
.u-noscroll {
  overflow: hidden;
}
.u-hidden {
  visibility: hidden !important;
}
.hide,
.u-hide {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.hr {
  border: none;
  border-bottom: 1px solid #757575;
  clear: both;
  height: 1px;
  margin: 0 0 20px;
  padding: 20px 0 0;
}
.hr:first-child {
  padding-top: 0;
}
.responsive-iframe,
.responsive-video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.responsive-iframe .map,
.responsive-iframe iframe,
.responsive-video .map,
.responsive-video iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9 {
  padding-bottom: 42.85714286%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-3by2 {
  padding-bottom: 66.66666667%;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.reset {
  color: #464646;
}
.reset .inner {
  position: relative;
}
.reset .inner:after {
  clear: both;
  content: " ";
  display: table;
}
.reset .text span + span {
  padding-top: 20px;
}
.reset .text .text__inner > div + div {
  margin-top: 20px;
}
.reset .image,
.reset .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.reset .responsive-image,
.reset span {
  display: block;
}
.reset .inner > a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.reset .btn,
.reset .btn span {
  display: inline-block;
}
.reset.text-span-collapse .text span + span {
  padding-top: 0 !important;
}
.reset.text-span-collapse .text .text__inner > div + div {
  margin-top: 0 !important;
}
[class*="border-"] .inner:before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 15;
}
.thumb--scale-150 .thumb {
  overflow: hidden;
}
.thumb--scale-150 div.responsive-image {
  transform: scale(1.5);
}
.thumb--scale-150 img {
  transform: scale(0.6666);
}
.thumb--scale-200 .thumb {
  overflow: hidden;
}
.thumb--scale-200 div.responsive-image {
  transform: scale(2);
}
.thumb--scale-200 img {
  transform: scale(0.5);
}
.overflow-visible {
  overflow: visible !important;
}
#__ndcc_cookieImpliedConsent {
  background: #4b4c4b;
  border: none;
  color: #fff;
  left: 0;
  line-height: normal;
  right: 0;
}
#__ndcc_cookieImpliedConsent a.btn,
#__ndcc_cookieImpliedConsent a.btn:hover,
#__ndcc_cookieImpliedConsent a:not(.btn) {
  color: #fff;
}
#__ndcc_cookieImpliedConsent #__ndcc_popup_text,
#__ndcc_cookieImpliedConsent .btns {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#__ndcc_cookieImpliedConsent .btns {
  width: auto;
}
#__ndcc_cookieImpliedConsent .btns a {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#__ndcc_cookieImpliedConsent #__ndcc_changeSettings {
  background: none;
  color: #fff;
  padding: 0;
  text-decoration: underline;
  width: auto;
}
#__ndcc_cookieImpliedConsent #__ndcc_noThanks {
  background: #459323;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
#__ndcc_cookieImpliedConsent #__ndcc_privacyPolicyUrl {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#__ndcc_footerPlaceholder .row {
  margin: 0;
}
#__ndcc_footerPlaceholder a.cookieFooterInfo,
#__ndcc_footerPlaceholder a.cookieTooltipLink {
  display: none;
}
#__ndcc_footerPlaceholder a.cookieFooterSettings {
  background: #4b4c4b !important;
  border-radius: 5px;
  box-sizing: content-box;
  color: #fff;
  float: none;
  font-size: 0;
  line-height: 16px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  width: 158px;
}
#__ndcc_footerPlaceholder a.cookieFooterSettings:before {
  content: "Change Cookie Settings";
  font-size: 11px;
  font-weight: 400;
}
#__ndcc_popup {
  padding: 0 !important;
  top: 2% !important;
}
#__ndcc_popup * {
  text-align: left;
}
#__ndcc_popup .btnClosePopUp {
  height: 14px;
  right: 10px;
  top: 10px;
  width: 14px;
}
#__ndcc_popup .btnClosePopUp a {
  background: none;
  height: 14px;
  overflow: hidden;
  width: 14px;
}
#__ndcc_popup .btnClosePopUp a:after,
#__ndcc_popup .btnClosePopUp a:before {
  background: #454545;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
#__ndcc_popup .btnClosePopUp a:before {
  transform: rotate(45deg);
}
#__ndcc_popup .btnClosePopUp a:after {
  transform: rotate(-45deg);
}
#__ndcc_popup .cookieBorder {
  display: none;
}
#__ndcc_popup .cookieContent {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 20px !important;
}
#__ndcc_popup .cookieContent h2 {
  font-size: 15px;
  font-weight: 700;
}
#__ndcc_popup .cookieIntro {
  display: none;
}
#__ndcc_popup .cookieOptions {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}
#__ndcc_popup .cookieOptions .cookieOption {
  border: 0 !important;
  float: none;
  margin: 10px 0;
  min-height: 0;
  position: relative;
  width: auto;
}
#__ndcc_popup .cookieOptions .cookieOption a {
  min-height: 0;
  padding-left: 46px;
  width: auto;
}
#__ndcc_popup .cookieOptions .cookieOption .icon {
  background-image: none !important;
  height: auto !important;
  position: static;
  width: auto !important;
}
#__ndcc_popup .cookieOptions .cookieOption .title {
  margin-right: 20px !important;
  padding-bottom: 0;
}
#__ndcc_popup .cookieOptions .cookieOption .description {
  margin-right: 20px !important;
}
#__ndcc_popup .cookieOptions .cookieOption .selector {
  background-image: none;
  border: 2px solid #4ca235;
  border-radius: 100%;
  height: 27px;
  left: 4px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 27px;
}
#__ndcc_popup .cookieOptions .cookieOption .selector:after {
  border: solid #4ca235;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 13px;
  left: 9px;
  position: relative;
  top: 4px;
  transform: rotate(45deg);
  width: 6px;
}
#__ndcc_popup .cookieOptions .cookieOption.cookieOptionDeselected .selector,
#__ndcc_popup
  .cookieOptions
  .cookieOption.cookieOptionDeselected
  .selector:after {
  border-color: #c00;
}
#__ndcc_popup .cookieControls {
  font-size: 10px;
  padding: 15px 0 0 46px;
}
#__ndcc_popup .cookieControls .btns {
  height: auto;
  width: auto;
}
#__ndcc_popup .cookieControls .btns div {
  line-height: 51px;
  text-align: center;
  width: 132px;
}
#__ndcc_popup .cookieControls .btns div.btnGreen {
  background-color: #509a16;
  background-image: linear-gradient(180deg, #70b922, #1f6c04);
  background-repeat: repeat-x;
  border-radius: 5px;
  float: left;
}
#__ndcc_popup .cookieControls .btns div.btnGreen:hover {
  background: #1f6c04;
}
#__ndcc_popup .cookieControls .btns div.btnRed {
  background-color: #ce1b1b;
  background-image: linear-gradient(180deg, #e02929, #b30505);
  background-repeat: repeat-x;
  border-radius: 5px;
  float: right;
}
#__ndcc_popup .cookieControls .btns div.btnRed:hover {
  background: #b30505;
}
#__ndcc_popup .cookieControls .btns div a {
  background: none;
  display: inline-block;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
#__ndcc_popup .cookieControls .btn {
  font-size: 10px;
  height: auto;
  line-height: 25px;
  padding: 0;
  width: 110px;
}
#__ndcc_popup .cookieControls .btn:after,
#__ndcc_popup .cookieControls .btn:before {
  display: none;
}
#__ndcc_popup .cookieControls .btn a {
  height: auto;
  line-height: normal;
  text-align: center;
}
#__ndcc_popup .cookieControls .btn.btnGreen a {
  background: #4ca235;
}
#__ndcc_popup .cookieControls .btn.btnRed a {
  background: #c00;
}
#__ndcc_cookie_settings_v2 .modal-dialog {
  color: #000;
}
#__ndcc_cookie_settings_v2 .modal-dialog .modal-header {
  background: #fff;
}
#ctw-implied-consent {
  right: auto;
}
#ctw-implied-consent .button.btn-condensed .btn {
  font-family: Arial;
  padding-inline: 15px;
  transition: initial;
}
#ctw-implied-consent .button.btn-condensed .btn span {
  top: 0;
}
.alert {
  align-items: center;
  display: flex;
  font-size: 12px;
  padding: 10px;
}
.alert.align-center {
  justify-content: center;
}
.alert .icon {
  margin-right: 10px;
}
.alert .icon:before {
  font-size: 27px;
}
.alert-primary {
  background-color: #d2232a;
  color: #fff;
}
.alert-info {
  background-color: rgba(47, 102, 144, 0.1);
}
.alert-info .icon:before {
  content: "\e078";
}
.alert-warning {
  background-color: rgba(230, 126, 34, 0.1);
}
.alert-warning .icon:before {
  content: "\e078";
}
.alert--small {
  font-size: 12px;
  padding: 3px 10px;
}
.alert--large {
  font-size: 18px;
  padding: 30px 40px;
}
[class*="-placeholder"] img {
  width: 100%;
}
[class*="-placeholder"] img[src*="no-image"] {
  visibility: hidden;
}
.light-grey-placeholder figure.responsive-image {
  background-color: #efefef;
}
.dark-grey-placeholder figure.responsive-image {
  background-color: #292929;
}
.black-placeholder figure.responsive-image {
  background-color: #000;
}
.r0s6xIqJEJc-placeholder.overlay__image {
  min-height: 100%;
}
.r0s6xIqJEJc-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/r0s6xIqJEJc.jpg);
  background-position: bottom;
  background-size: cover;
}
.jITe62j1db-placeholder.overlay__image {
  min-height: 100%;
}
.jITe62j1db-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/jITe62j1db.jpg);
  background-position: bottom;
  background-size: cover;
}
.XoYknhTSng-placeholder {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/valuations/02.jpg);
  height: 100%;
}
.XoYknhTSng-placeholder * {
  height: 100%;
}
.XoYknhTSng-placeholder img {
  background: #fff;
  height: 100% !important;
}
.FNqxDJmhrM-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/valuations/01.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
}
.r0s6xIqJEJd-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/r0s6xIqJEJd.jpg);
}
.LHQOvKNQxC-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/new-detail/05/spec.jpg);
}
.LHQOvKNQxC-placeholder img[src*="no-image"] {
  padding-bottom: 50%;
}
.PYuOdzGRvh-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/new-detail/05/next-step.jpg);
  background-position: 50%;
}
.ZGGHDotSqN-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/new-detail/05/valuations.jpg);
  background-position: 50%;
  background-size: cover;
}
.hmLBgLloiu-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/new-detail/05/test-drive.jpg);
  background-position: 50%;
  background-size: cover;
}
.PYuOdzGRsh-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/PYuOdzGRsh.jpg);
  background-position: bottom;
  background-size: cover;
}
.RhHDKqEZnP-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/RhHDKqEZnP.jpg);
  background-position: top;
}
.zMVkYWbqAX-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/zMVkYWbqAX.jpg);
  background-position: top;
  background-size: 100% auto;
}
.fyoxcloytK-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/fyoxcloytK.jpg);
  background-position: top;
  background-size: 100% auto;
}
.Mgv4sDnEcX-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/Mgv4sDnEcX.jpg);
  background-position: top;
  background-size: 100% auto;
}
.vKdtXTsZNk-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/vKdtXTsZNk.jpg);
  background-position: top;
  background-size: 100% auto;
}
.fuPwxgULhC-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/fuPwxgULhC.jpg);
  background-position: top;
  background-size: cover;
}
.TyLcJbfuRf-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/TyLcJbfuRf.jpg);
  background-position: top;
  background-size: cover;
}
.xEJskMJYix-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/xEJskMJYix.jpg);
  background-position: 50%;
}
.XeG191GlSB-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/XeG191GlSB.jpg);
  background-position: 50%;
}
.txbMa55PJi-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/txbMa55PJi.jpg);
  background-position: 50%;
}
.stUVUmfhNr-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/stUVUmfhNr.jpg);
  background-position: top;
}
.in5Se6K2dZ-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/in5Se6K2dZ.jpg);
  background-position: top;
}
.fhYCKPqtge-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/fhYCKPqtge.png);
  background-position: 100%;
  background-size: cover;
}
.kdRkkueYPj-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/kdRkkueYPj.jpg);
  background-position: 50%;
  background-size: cover;
}
.dwjfZvj8zH-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/dwjfZvj8zH.jpg);
  background-position: 50%;
  background-size: cover;
}
.g3JOLat48T-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/g3JOLat48T.jpg);
  background-position: 50%;
  background-size: cover;
}
.i6OnVsY8FP-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/i6OnVsY8FP.jpg);
  background-position: 50%;
  background-size: cover;
}
.DOVXQAabta-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/valuations/DOVXQAabta.jpg);
  background-position: 50%;
  background-size: cover;
}
.OngQxBOhRy-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/valuations/OngQxBOhRy.jpg);
  background-position: 50%;
  background-size: cover;
}
.mPZuesNleo-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/valuations/mPZuesNleo.jpg);
  background-position: 50%;
  background-size: cover;
}
.HFJhDOMggt-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/buy-online/01/HFJhDOMggt.jpg);
  background-position: 50%;
  background-size: cover;
}
.uwqfvtrQCb-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/buy-online/01/uwqfvtrQCb.png);
  background-position: 50%;
  background-size: cover;
}
.eYbQIZWMzt-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/buy-online/01/eYbQIZWMzt.png);
  background-position: 50%;
  background-size: cover;
}
.VfegHOnGVb-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/buy-online/01/VfegHOnGVb.jpg);
  background-position: 50%;
  background-size: cover;
}
.wUpLHTpMOw-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/buy-online/01/wUpLHTpMOw.png);
  background-position: 50%;
  background-size: cover;
}
.XeXqhCBoxH-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/buy-online/01/XeXqhCBoxH.png);
  background-position: 50%;
  background-size: cover;
}
.WrRVnuehJM-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/buy-online/01/WrRVnuehJM.png);
  background-position: 50%;
  background-size: cover;
}
.gaiHAsVKic-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/gaiHAsVKic.jpg);
  background-position: 50% top;
}
.zgtu7WQhmM-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/zgtu7WQhmM.jpg);
  background-position: 50% top;
}
.lQPLEWRsul-placeholder figure.responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/placeholders/lQPLEWRsul.jpg);
  background-position: 50%;
}
.divider.horizontal {
  align-items: center;
  display: flex;
  font-size: 0.8rem;
  margin-bottom: 1em;
  margin-top: 1em;
  white-space: nowrap;
  width: 100%;
}
.divider.horizontal:after,
.divider.horizontal:before {
  border-bottom: 1px solid #e2e2e2;
  content: "";
  display: block;
  flex: 1 1 50%;
}
.divider.horizontal:after {
  margin-left: 10px;
}
.divider.horizontal:before {
  margin-right: 10px;
}
.stepper__header {
  height: 24px;
  margin-bottom: 30px;
  position: relative;
}
.stepper__bar {
  background: #fff;
  height: 4px;
  left: 7px;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.stepper__bar__scale {
  background: #d2232a;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s;
}
.stepper__steps {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stepper__step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}
.stepper__step:first-child {
  align-items: flex-start;
}
.stepper__step:last-child {
  align-items: flex-end;
}
.stepper__label {
  color: inherit;
  display: none;
  padding-top: 10px;
}
.stepper__step__pip {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 24px;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 24px;
}
.stepper__step--complete .stepper__step__pip {
  background: #d2232a;
  color: #fff;
}
.stepper__step--complete .stepper__label {
  color: #d2232a;
}
.stepper__step--complete:hover .stepper__step__pip {
  transform: scale(1.1);
}
.stepper__step--active {
  color: #d2232a;
}
.stepper__step--active .stepper__step__pip {
  background: #d2232a;
  color: #fff;
  transform: scale(1.3);
}
.stepper__step--active .stepper__label {
  color: #d2232a;
  display: block;
}
:root {
  --V10-Franchise-Name: "mg";
  --V10-Franchise-Version: "";
  --V10-Brand-Primary: #d2232a;
  --V10-Brand-Secondary: #000;
  --UI-Brand--Body-Bg: #fff;
  --UI-Brand--Base-Color: #464646;
  --UI-Brand--Primary: #d2232a;
  --UI-Brand--Secondary: #000;
  --UI-Brand--Tertiary-1-Custom: #efefef;
  --UI-Brand--Tertiary-2-Custom: #fff;
  --UI-Brand--Text-Primary: #000;
  --UI-Brand--Text-Secondary: #464646;
  --UI-Brand--Text-Accent-Highlight: #d2232a;
  --UI-Brand--Grey-Light: #efefef;
  --UI-Brand--Grey-Mid-Light: #b5b5b5;
  --UI-Brand--Grey: #757575;
  --UI-Brand--Grey-Mid-Dark: #4f4f4f;
  --UI-Brand--Grey-Dark: #292929;
  --UI-Brand--Font-Face:
    "bebas-neue-pro-semiexpanded", Arial, Verdana, Helvetica, sans-serif;
  --UI-Brand--Font-Family:
    "bebas-neue-pro-expanded", Arial, Verdana, Helvetica, sans-serif;
  --UI-Brand--Button-Font:
    "bebas-neue-pro-semiexpanded", Arial, Verdana, Helvetica, sans-serif;
  --UI-Brand--Button-Font-Size: 1.125rem;
  --UI-Brand--Button-Transform: uppercase;
  --UI-Brand--Button-Font-Weight: bold;
  --UI-Brand--Button-Border-Width: 1px;
  --UI-Brand--Button-Border-Radius: 5px;
  --UI-Brand--Button-Letter-Spacing: initial;
  --UI-Brand--Button-Primary-BG: #d2232a;
  --UI-Brand--Button-Primary-Color: #fff;
  --UI-Brand--Button-Primary-Border-Color: null;
  --UI-Brand--Button-Secondary-BG: #fff;
  --UI-Brand--Button-Secondary-Color: #000;
  --UI-Brand--Button-Secondary-Border-Color: #000;
  --UI-Brand--Button-Tertiary-BG: #000;
  --UI-Brand--Button-Tertiary-Color: #fff;
  --UI-Brand--Button-Tertiary-Border-Color: null;
  --UI-Brand--Border-Radius: 0;
  --UI-Brand--Icon-Font: "master-v10", "mg-middle-east-redesign-s";
}
#nd-website-editor-wrap ~ #page-wrap .header-container,
#nd-website-editor-wrap ~ #page-wrap header {
  position: static !important;
}
#nd-website-editor-wrap ~ #page-wrap .toggle {
  position: relative !important;
}
#nd-website-editor-wrap ~ #page-wrap .toggle .toggle-body,
#nd-website-editor-wrap ~ #page-wrap .toggle .toggle-heading {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  visibility: visible !important;
}
#nd-website-editor-wrap ~ #page-wrap .modal {
  position: relative !important;
}
#nd-website-editor-wrap ~ #page-wrap header:not(.nd-edit) .container-gnins {
  display: none !important;
}
#nd-website-editor-wrap ~ #page-wrap .hidden,
#nd-website-editor-wrap ~ #page-wrap .hide,
#nd-website-editor-wrap ~ #page-wrap .u-hidden,
#nd-website-editor-wrap ~ #page-wrap .u-hide {
  background: repeating-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.2),
    hsla(0, 0%, 100%, 0.2) 20px,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 40px
  );
  display: block !important;
  position: relative;
  visibility: visible !important;
}
#nd-website-editor-wrap ~ #page-wrap .hidden:before,
#nd-website-editor-wrap ~ #page-wrap .hide:before,
#nd-website-editor-wrap ~ #page-wrap .u-hidden:before,
#nd-website-editor-wrap ~ #page-wrap .u-hide:before {
  background: #000;
  color: #fff;
  content: "Hidden from Frontend";
  display: block;
  font-family: Arial;
  font-size: 10px;
  font-weight: 700;
  inset-block-start: 0;
  inset-inline-end: 0;
  line-height: 12px;
  padding-inline: 20px;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  text-align: left;
}
#nd-website-editor-wrap ~ .ctw-container .modal-backdrop,
#nd-website-editor-wrap ~ .ctw-container .modal-backdrop.fade.in {
  display: none !important;
}
.nd-edit .nd-module-btns {
  direction: ltr;
}
.autoconverse-widget {
  --autoconverse-main-chat-zindex: 9998;
}
vc-root::part(container) {
  z-index: 9998;
}
:root {
  --v-border-radius-root: 0;
  --v-font-color-root: #464646;
  --v-anchor-base: initial;
  --v-font-size-root: 18px;
  --v-line-height-root: 1.6;
  --v-body-font-family:
    "bebas-neue-pro-expanded", Arial, Verdana, Helvetica, sans-serif;
  --v-heading-font-family:
    "bebas-neue-pro-expanded", Arial, Verdana, Helvetica, sans-serif;
  --v-icon-active-color: #464646;
  --v-theme-dividers: #757575;
  --v-theme-text-fields-outlined: #757575;
  --v-theme-text-fields-outlined-disabled: #757575;
  --v-theme-cards: #fff;
  --v-theme-picker-body: #fff;
  --v-primary-base: 210, 35, 42;
  --v-secondary-base: 0, 0, 0;
  --v-accent-base: 210, 35, 42;
  --v-theme-text-primary: #464646;
  --v-primary-lighten1: 25.5, 25.5, 25.5;
  --v-primary-lighten2: 51, 51, 51;
  --v-primary-lighten3: 76.5, 76.5, 76.5;
  --v-primary-lighten4: 102, 102, 102;
  --v-primary-lighten5: 127.5, 127.5, 127.5;
  --v-primary-darken1: 0, 0, 0;
  --v-primary-darken2: 0, 0, 0;
  --v-primary-darken3: 0, 0, 0;
  --v-primary-darken4: 0, 0, 0;
  --v-primary-darken5: 0, 0, 0;
  --v-primary-base-contrast: 255, 255, 255;
  --v-btn-border-radius: 5px;
  --v-btn-font-size-default: 16px;
  --v-btn-font-size-large: 16px;
  --v-btn-toggle-border-color: #d2232a;
  --v-btn-text-transform: uppercase;
  --v-btn-letter-spacing: initial;
  --v-btn-font-weight: bold;
  --v-btn-toggle-btn-height: 45px;
  --v-btn-background-color: #fff;
  --v-btn-text-color: #000;
  --v-card-border-radius: 0;
  --v-card-text-font-size: 18px;
  --v-expansion-panel-header-font-size: 18px;
  --v-expansion-panel-header-font-weight: bold;
  --v-expansion-panel-background-color: #fff;
  --v-alert-border-radius: 0;
  --v-text-field-border-radius: 5px;
  --v-overflow-menu-content-select-list-border-radius: 5px;
  --v-menu-content-border-radius: 5px;
  --v-date-picker-table-active-date-color: #fff;
  --mdc-slider-handle-color: #d2232a;
  --mdc-slider-focus-handle-color: #d2232a;
  --mdc-slider-hover-handle-color: #d2232a;
  --mdc-slider-active-track-color: #d2232a;
  --mdc-slider-inactive-track-color: #d2232a;
  --mdc-slider-with-tick-marks-inactive-container-color: #d2232a;
  --mat-mdc-slider-ripple-color: #d2232a;
  --mat-mdc-slider-hover-ripple-color: rgba(210, 35, 42, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(210, 35, 42, 0.2);
}
.v-load-more-btn.v-size--default {
  --v-btn-border-radius: 5px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.v-load-more-btn.v-size--default:before {
  display: none !important;
}
.v-load-more-btn.v-size--default.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  background: none !important;
}
.v-search-vehicle-card {
  --v-card-border-radius: 0;
}
.ndfe-list-container-v1 .v-card {
  border-radius: var(--v-card-border-radius);
}
.v-expansion-panel-header {
  max-width: none;
}
.v-vehicle-search-listing {
  --v-anchor-base: #464646;
}
.v-dialog--active {
  z-index: var(--v-dialog-z-index);
}
.v-expansion-panel-header,
.v-icon.v-icon,
.v-picker--date button {
  box-shadow: none;
}
.v-input .v-select__selections input::placeholder {
  font-style: inherit;
}
.is-top .ndfe-sticky-nav {
  z-index: 1010;
}
.theme--light.v-chip.v-chip--outlined.v-chip.v-chip {
  --v-theme-bg-color: #fff;
}
.search-save
  .chip.chip-clickable.search-save-btn[data-v-fd413c74]:not(
    .search-save-btn--saved
  ) {
  border-color: var(--v-theme-bg-color) !important;
}
.chip.recommended-badge.recommended-badge {
  border-color: var(--v-theme-dividers) !important;
}
.ndfe-save-vehicle {
  border: none;
}
.search-recommended .white {
  --v-shades-white: 255, 255, 255;
}
.v-expansion-panel-header {
  border-radius: inherit;
}
.v-btn {
  --v-btn-font-size-default: 1.125rem;
  --v-btn-text-transform: none;
  --v-btn-letter-spacing: 0;
  --v-btn-font-weight: 400;
  --v-body-font-family:
    "bebas-neue-pro-semiexpanded", Arial, Verdana, Helvetica, sans-serif;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  --v-btn-font-weight: bold;
  --v-btn-text-transform: uppercase;
  --v-btn-letter-spacing: initial;
}
.v-component[name="checkout-reserve-button"] {
  --v-theme-app-bar: #d2232a;
  --v-primary-base: 255, 255, 255;
}
.gf-components.primary {
  --v-primary-base: 210, 35, 42;
  --v-shades-white: 255, 255, 255;
}
.gf-components.secondary {
  --v-primary-base: 255, 255, 255;
  --v-shades-white: 0, 0, 0;
}
.gf-components.tertiary {
  --v-primary-base: 0, 0, 0;
}
.gf-components.tertiary,
.primary.gf-components .v-btn:not(.v-btn--outlined).primary {
  --v-shades-white: 255, 255, 255;
}
.secondary.gf-components .v-btn:not(.v-btn--outlined).primary {
  --v-shades-white: 0, 0, 0;
}
.tertiary.gf-components .v-btn:not(.v-btn--outlined).primary {
  --v-shades-white: 255, 255, 255;
}
.v-dialog .v-card__title .v-btn--plain {
  background: none;
  border: none;
}
.ndc-primary-price {
  color: #d2232a;
}
.v-component .ndfe-filters-col .v-theme--light {
  --v-theme-surface: #fff;
}
.v-component .ndfe-filters-col .v-input .v-field--variant-outlined {
  --v-theme-bg-color: #fff;
}
.v-component .ndfe-filters-col .v-selection-control__input input:disabled {
  background: none;
  opacity: 0;
}
.v-component .ndfe-filters-col .v-chip.ndfe-chip-v3 {
  --v-shades-white: 255, 255, 255;
}
.v-component
  .ndfe-filters-col
  .v-search-filter--keyword-search
  .v-input
  .v-field--variant-outlined {
  background: var(--v-theme-surface);
}
.v-component
  .ndc-search-vehicle-card-v2-condition
  .content-wrapper
  .condition-content {
  color: rgb(var(--v-grey-darken-1));
}
.v-component .v-search-vehicle-card-v2:hover {
  --v-grey-lighten-2: 239, 239, 239;
}
.module.no-padding .btn {
  padding: 0;
  text-align: center !important;
}
.module.no-padding .btn:after,
.module.no-padding .btn:before {
  display: none;
}
.module.no-padding .btn span {
  padding-inline: 0;
}
.module.no-padding .btn span:after,
.module.no-padding .btn span:before {
  display: none;
}
.module.btn-condensed .btn {
  padding: 0 20px;
}
.module.btn-condensed .btn:after,
.module.btn-condensed .btn:before {
  display: none;
}
.module.btn-condensed .btn span {
  padding-inline: 0;
}
.module.btn-condensed .btn span:after,
.module.btn-condensed .btn span:before {
  display: none;
}
.module.btn-super-condensed .btn {
  padding: 0 8px;
}
.module.btn-super-condensed .btn:after,
.module.btn-super-condensed .btn:before {
  display: none;
}
.module.btn-super-condensed .btn span {
  padding-inline: 0;
}
.module.btn-super-condensed .btn span:after,
.module.btn-super-condensed .btn span:before {
  display: none;
}
.btn--reset-line-height .btn {
  line-height: normal;
}
@keyframes button-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.chat .btn,
.live-chat-btn .btn {
  position: relative;
}
.chat .btn > .bcStatic,
.live-chat-btn .btn > .bcStatic {
  display: block;
  inset: 0;
  position: absolute;
}
.chat .btn > .bcStatic a,
.live-chat-btn .btn > .bcStatic a {
  display: block;
  height: 100%;
}
@keyframes chatAnimation {
  0%,
  20%,
  40% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
}
.button {
  display: inline-block;
  vertical-align: top;
}
.button[class*="span"].module.block.align-center .btn .icon {
  display: inline;
}
.btn,
.media-exterior360 .btn-hotspot,
button,
input[type="button"],
input[type="submit"] {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #d2232a;
  border-radius: 5px;
  color: #fff;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 45px;
  margin: 0;
  min-height: 1em;
  overflow: hidden;
  padding: 0 2.22222222em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.btn a {
  color: inherit;
}
.btn span {
  display: inline-block;
  line-height: normal;
  padding: 3px 0;
  vertical-align: middle;
}
.btn span span {
  padding: 0;
  top: auto;
}
.btn .icon,
.btn span span {
  vertical-align: baseline;
}
.btn span {
  position: relative;
  top: -2px;
}
.btn:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.no-touch .btn:after {
  transition: width 0.4s ease-in-out;
}
.secondary .btn {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}
.secondary .btn:after {
  background: #d2232a;
}
.tertiary .btn {
  background-color: #000;
  color: #fff;
}
.tertiary .btn:after {
  background: #d2232a;
}
.button-white .btn {
  background: transparent !important;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
.button-white .btn:after,
.chat .btn {
  background: #fff;
}
.chat .btn {
  animation-delay: 1s;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-name: chatAnimation;
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  color: #000;
}
.chat .btn .icon {
  margin-right: 5px;
  margin-top: -2px;
}
.chat .btn .icon:before {
  content: "\e0a3";
  font-size: 23px;
}
.chat .btn:after,
.chat .btn:before {
  display: none;
}
.save-vehicle .btn {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.save-vehicle .btn .icon {
  vertical-align: initial;
}
.save-vehicle .btn:after,
.save-vehicle .btn:before {
  display: none;
}
.save-vehicle .btn .icon:before {
  content: "\e0b1";
  font-size: 21px;
  margin-right: 5px;
}
.animate-in.save-vehicle .btn,
.animate-out.save-vehicle .btn {
  animation-name: pulseOut;
}
.animated.save-vehicle .btn .icon:before {
  content: "\e0b0";
}
.small .btn {
  font-size: 0.8125rem;
  line-height: 40px;
}
.large .btn {
  font-size: 1.5625rem;
  line-height: 52px;
}
.large .btn .icon:before {
  font-size: calc(1.5625rem + 30px);
}
.link .btn {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #464646;
  color: #000;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  max-width: none;
  min-width: auto;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
}
.color-white.link .btn {
  color: #fff;
}
.color-primary.link .btn {
  color: #000;
}
.link-tertiary.link .btn {
  color: #d2232a;
}
.btn--no-padding.link .btn {
  padding: 0;
}
.link .btn:after {
  display: none;
}
.btn:hover {
  background: #000;
  background-color: #000;
  background: #d2232a;
  color: #fff;
}
.btn:hover:after {
  width: 100%;
}
.secondary .btn:hover {
  background-color: #d2232a;
  background: #fff;
  color: #fff;
}
.tertiary .btn:hover {
  background-color: #d2232a;
  background: #000;
  color: #fff;
}
.button-white .btn:hover {
  color: #000;
}
.chat .btn:hover {
  background: #e6e6e6;
  color: #000;
}
.link .btn:hover {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #464646;
  color: #000;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 auto;
  max-width: none;
  min-width: auto;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  text-transform: uppercase;
}
.color-white.link .btn:hover {
  color: #fff;
}
.color-primary.link .btn:hover {
  color: #000;
}
.link-tertiary.link .btn:hover {
  color: #d2232a;
}
.btn--no-padding.link .btn:hover {
  padding: 0;
}
.link .btn:hover:after {
  display: none;
}
.button.m-positive .btn {
  background-color: #8cc14c;
  background-image: none;
  border-color: #8cc14c;
  color: #fff;
}
.button.m-positive .btn:hover {
  background-color: #a4ce72;
  color: #fff;
}
.link.button.m-positive .btn {
  color: #fff;
}
.button.m-negative .btn {
  background-color: #e74c3c;
  background-image: none;
  border-color: #e74c3c;
  color: #fff;
}
.button.m-negative .btn:hover {
  background-color: #ed7669;
  color: #fff;
}
.link.button.m-negative .btn {
  color: #fff;
}
.button.is-disabled .btn {
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
}
.button.is-loading {
  cursor: default;
  pointer-events: none;
  position: relative;
}
.cssanimations .button.is-loading:before {
  border: 0.2em solid rgba(0, 0, 0, 0.15);
  border-radius: 500rem;
  height: 0.72222222em;
  margin: -0.36111111em 0 0 -0.36111111em;
  width: 0.72222222em;
}
.button.is-loading:after,
.cssanimations .button.is-loading:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.cssanimations .button.is-loading:after {
  animation: button-spin 1.2s linear;
  animation-iteration-count: infinite;
  border: 0.2em solid transparent;
  border-radius: 500rem;
  border-top-color: #fff;
  box-shadow: 0 0 0 1px transparent;
  height: 0.72222222em;
  margin: -0.36111111em 0 0 -0.36111111em;
  width: 0.72222222em;
}
.cyclr {
  position: relative;
}
.cyclr .image,
.cyclr .nd-module-settings {
  pointer-events: auto;
}
.cyclr img,
.cyclr span {
  display: block;
}
.cyclr .cycle-pager-container {
  bottom: 15px;
}
.cyclr .cycle-pager-container ul li a {
  border: 2px solid #fff;
}
.cyclr .cycle-pager-container ul li:not(.cycle-pager-active) a:not(:hover) {
  background: transparent;
}
.cyclr a {
  cursor: pointer;
  display: block;
  height: 100%;
  pointer-events: none;
  text-decoration: none;
  width: 100%;
}
.cyclr .caption {
  align-items: flex-end;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-align: center;
  top: 0;
  width: 100%;
}
.cyclr .caption .content {
  display: none;
  pointer-events: auto;
}
.cyclr .caption .caption-inset {
  font-size: 1.125rem;
  height: auto;
  max-width: none;
  padding: 1.22222222em 2.44444444em;
}
.cyclr .caption .btn {
  background: none;
  color: inherit;
  display: inline-block;
  line-height: normal;
  margin-top: 1.11111111em;
  padding: 0;
  pointer-events: auto;
  text-align: center;
}
.cyclr .caption .btn > span {
  display: inline-block;
  float: none;
  line-height: 45px;
  text-align: center;
}
.cyclr .caption .btn.term-and-condition-button,
.cyclr .caption .btn:after {
  display: none;
}
.cyclr .caption .btn span {
  line-height: normal;
  padding-bottom: 0;
  padding-top: 0;
  text-decoration: underline;
}
.cyclr .title span {
  font-size: 1em;
  font-weight: 500;
}
.cyclr .sub-title span,
.cyclr .title span {
  padding: 0 0 7px;
  pointer-events: auto;
  text-transform: uppercase;
}
.cyclr .sub-title span {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.77777778em;
  font-weight: 700;
}
.aftersales-widget > .inner {
  box-sizing: content-box;
}
.page-info {
  color: #e6e6e6;
  display: none;
}
.page-info .inner {
  display: flex;
  font-size: 0.625rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
}
.page-info .inner:after {
  clear: both;
  content: " ";
  display: table;
}
.page-info .back-btn {
  align-items: center;
  display: flex;
  float: left;
  margin-right: 12px;
}
.page-info .back-btn:after {
  background: #e6e6e6;
  content: "";
  display: inline-block;
  height: 50%;
  margin-left: 15px;
  right: 0;
  width: 1px;
}
.page-info .back-btn a {
  color: #fff;
}
.page-info .back-btn .icon {
  font-size: 0;
  padding-right: 3px;
}
.page-info .back-btn .icon:before {
  content: "\e074";
  font-size: 18px;
}
.breadcrumbs,
.breadcrumbs .label {
  float: left;
}
.breadcrumb {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}
.breadcrumb:after {
  clear: both;
  content: " ";
  display: table;
}
.breadcrumb > li {
  float: left;
}
.breadcrumb > li > .divider {
  float: left;
  font-size: 15px;
  margin: 0 4px 0 8px;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb > .active {
  color: #e6e6e6;
}
.breadcrumb a {
  color: #fff;
  float: left;
  font-size: 0.625rem;
  vertical-align: top;
}
.social-icons {
  line-height: normal;
  text-align: center;
}
.social-icons [data-social-type="like"] .icon {
  display: none;
}
.social-icons .dropdown {
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 200px;
}
.social-icons .is-active .dropdown {
  display: block;
}
.social-icons .dropdown .item {
  background: #fff;
  box-shadow: none;
  color: #333;
  display: block;
  padding: 8px;
  text-decoration: none;
}
.social-icons .dropdown .item:not([href]) {
  display: none !important;
}
.social-icons .dropdown .item .icon {
  margin-right: 10px;
}
.social-icons .dropdown .item:hover {
  background: #333 !important;
  color: #fff !important;
}
.social-icons .icon-social:before {
  font-size: 16px;
}
.social-icons .icon-telegram:before {
  content: "\e90a";
  display: block;
}
.social-icons .icon-tiktok:before {
  content: "\e903";
  display: block;
}
.social-icons .icon-threads:before {
  content: "\e902";
  display: block;
}
.social-icons .icon-snapchat:before {
  content: "\e0de";
  display: block;
}
.social-icons .icon-whatsapp:before {
  content: "\e0e0";
  display: block;
}
.social-icons .icon-sms:before {
  content: "\e0df";
  display: block;
}
.social-icons .icon-instagram:before {
  content: "\e06f";
  display: block;
}
.social-icons .icon-blogger:before {
  content: "\e06e";
  display: block;
}
.social-icons .icon-linkedin:before {
  content: "\e081";
  display: block;
}
.social-icons .icon-pinterest:before {
  content: "\e071";
  display: block;
}
.social-icons .icon-youtube:before {
  content: "\e070";
  display: block;
}
.social-icons .icon-google:before,
.social-icons .icon-googleplus:before {
  content: "\e072";
  display: block;
}
.social-icons .icon-twitter:before {
  content: "\e901";
  display: block;
}
.social-icons .icon-facebook:before {
  content: "\e083";
  display: block;
}
.social-icons .icon-email:before {
  content: "\e08d";
  display: block;
}
.social-icons li.telegram a,
.social-icons li.tiktok a {
  background: #ff0050;
  box-shadow: inset 0 -2px 0 0 #cc0040;
}
.social-icons li.threads a {
  background: #000;
  box-shadow: inset 0 -2px 0 0 #000;
}
.social-icons li.snapchat a {
  background: #2a5b83;
  box-shadow: inset 0 -2px 0 0 #1e405c;
}
.social-icons li.whatsapp a {
  background: #34af23;
  box-shadow: inset 0 -2px 0 0 #27851a;
}
.social-icons li.sms a {
  background: #d2232a;
  box-shadow: inset 0 -2px 0 0 #a61c21;
}
.social-icons li.instagram a {
  background: #2a5b83;
  box-shadow: inset 0 -2px 0 0 #1e405c;
}
.social-icons li.blogger a {
  background: #f2923c;
  box-shadow: inset 0 -2px 0 0 #eb7710;
}
.social-icons li.linkedin a {
  background: #0085ae;
  box-shadow: inset 0 -2px 0 0 #005e7b;
}
.social-icons li.pinterest a,
.social-icons li.youtube a {
  background: #e52d27;
  box-shadow: inset 0 -2px 0 0 #c21d17;
}
.social-icons li.google a,
.social-icons li.googleplus a {
  background: #da4835;
  box-shadow: inset 0 -2px 0 0 #ba3422;
}
.social-icons li.email a,
.social-icons li.sms a {
  color: #000;
}
.social-icons li.twitter a {
  background: #1dcaff;
  box-shadow: inset 0 -2px 0 0 #00b2e9;
}
.social-icons li.facebook a {
  background: #0b5998;
  box-shadow: inset 0 -2px 0 0 #083d68;
}
.social-icons li.email a,
.social-icons li.sms a {
  color: #fff;
}
.social-icons li.email a {
  background: #d2232a;
  box-shadow: inset 0 -2px 0 0 #a61c21;
}
.social-icons > .inner {
  font-size: 0;
}
.social-simple-icons.social-icons > .inner {
  display: flex;
  gap: 10px;
}
.social-simple-icons.social-icons > .inner:after {
  display: none;
}
.social-icons .title,
.social-icons ul {
  font-size: 1.125rem;
  vertical-align: middle;
}
.social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-icons ul:after {
  clear: both;
  content: " ";
  display: table;
}
.social-simple-icons.social-icons ul {
  display: flex;
  gap: 10px;
}
.social-simple-icons.social-icons ul:after {
  display: none;
}
.social-icons li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.social-icons li + li {
  margin-left: 0.3em;
}
.social-simple-icons.social-icons li + li {
  margin: 0;
}
.social-icons li a {
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: arial;
  margin: 0;
  padding: 0.35em 0.5em;
  text-decoration: none;
}
.social-simple-icons.social-icons li a {
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  padding: 0;
}
.social-icons.social-icons-block.has-large-icons ul {
  display: block;
}
.social-icons.social-icons-block li {
  display: block;
  float: none;
  text-align: left;
}
.social-icons.social-icons-block li + li {
  margin-left: 0;
}
.has-large-icons.social-icons.social-icons-block li {
  border-top: 1px solid #fff;
  padding: 20px;
}
.social-icons.social-icons-block li a {
  background: none;
  box-shadow: none;
  color: #464646;
  padding: 0.35em 0;
}
.social-icons.social-icons-block li a span {
  text-decoration: underline;
}
.has-large-icons.social-icons.social-icons-block li a span {
  text-decoration: none;
}
.social-icons.social-icons-block li a .icon {
  margin-right: 8px;
}
.social-icons.social-icons-block li a .icon:before {
  background: #d2232a;
  color: #fff;
  font-size: 25px;
  padding: 5px;
}
.sc-visible {
  display: block;
}
.sc-hidden {
  display: none;
}
.no_saved_vehicle_info {
  left: 0;
  margin: 0 auto;
  max-width: 420px;
  padding: 30px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.sc-editable {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
.sc-heading {
  color: #000;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: calc(32px + (32 - 32) * ((100vw - 768px) / (1600 - 768)));
  font-weight: 700;
  left: 0;
  line-height: normal;
  padding: 15px 30px 16px 20px;
  position: absolute;
  top: 0;
}
.sc-sort {
  padding-bottom: 0.625rem;
}
.sc-shortlist ul {
  list-style-type: none;
  margin: 0;
  min-height: 200px;
  padding: 0;
  position: relative;
}
.sc-shortlist ul:before {
  color: #000;
  content: "No Saved Vehicles";
  display: none;
  font-size: 20px;
  left: 36px;
  position: absolute;
  top: -50px;
}
.sc-shortlist ul li {
  border: 1px solid #757575;
  color: #000;
  display: block;
  font-size: 12px;
  list-style-type: none;
  margin: 30px auto 0;
  max-width: 420px;
  padding-bottom: 64px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.sc-trash {
  background: #fff;
  bottom: 10px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 12px;
  position: absolute;
  text-align: center;
  width: 34%;
}
.sc-trash:before {
  border: 1px solid #ccc;
  content: "Remove";
  display: inline-block;
  font-size: 13px;
  line-height: 44px;
  width: 100%;
}
.sc-trash:hover {
  color: #fff;
}
.sc-trash:hover,
.sc-trash:hover:before {
  background: #d2232a;
}
.sc-view {
  bottom: 10px;
  cursor: pointer;
  display: block;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  right: 12px;
  width: 55%;
}
.sc-view:before {
  background: #d2232a;
  border: 1px solid #ccc;
  color: #fff;
  content: "View";
  display: inline-block;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  width: 100%;
}
.sc-view:hover {
  color: #fff;
}
.sc-view:hover,
.sc-view:hover:before {
  background: #000;
}
.sc-action {
  display: none;
}
.sc-thumb {
  background: #fff;
  clear: both;
}
.sc-details,
.sc-thumb {
  border-bottom: 1px solid #757575;
  display: block;
}
.sc-details {
  padding: 0.27777778em 0.55555556em;
}
.sc-details span {
  display: block;
  font-weight: 700;
  min-height: 38px;
}
.sc-price {
  border-bottom: 1px solid #757575;
  color: #d2232a;
  display: block;
  font-size: 14px;
  padding: 0.27777778em 0.55555556em;
}
.sc-remove-all a {
  display: none;
}
#save-compare-container {
  color: #000;
  font-size: 1.125rem;
}
#save-compare-container .mCSB_container.mCS_no_scrollbar {
  margin: 0 0 5px !important;
  overflow-x: auto;
  white-space: nowrap;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}
#save-compare-container .mCSB_container.mCS_no_scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}
#save-compare-container
  .mCSB_container.mCS_no_scrollbar::-webkit-scrollbar:vertical {
  width: 10px;
}
#save-compare-container
  .mCSB_container.mCS_no_scrollbar::-webkit-scrollbar:horizontal {
  height: 10px;
}
#save-compare-container
  .mCSB_container.mCS_no_scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid hsla(0, 0%, 88%, 0);
  cursor: pointer;
}
#save-compare-container
  .mCSB_container.mCS_no_scrollbar::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 88%, 0.5);
}
#nd-widget-compare,
.fw-sticky {
  display: none;
}
.fw-widget-popups {
  color: #000;
  height: auto !important;
  overflow: visible !important;
  position: relative;
  width: 100%;
  z-index: 1030;
}
.fw-widget-popup {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100%;
  left: auto;
  max-width: 485px;
  padding: 76px 0;
  position: fixed;
  right: -100vw;
  text-align: left;
  top: 0;
  transition: right 0.4s ease-in-out;
  width: 90%;
  z-index: 1030;
}
.fw-widget-popup .inner {
  border-top: 1px solid #efefef;
  padding: 0 36px;
}
.fw-widget-popup.open {
  overflow-x: hidden;
  overflow-y: auto;
  right: 0;
}
.sc-controls {
  display: none;
}
.fw-widget-close-btn {
  align-items: center;
  background: #efefef;
  background: none;
  border-radius: 100%;
  border-radius: 0;
  color: #000;
  display: flex;
  font-size: 0;
  height: 25px;
  justify-content: center;
  line-height: normal;
  margin-top: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 19px;
  top: 23px;
  width: 25px;
  z-index: 10;
}
.fw-widget-close-btn:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e08b";
  font-size: 16px;
}
.fw-widget-close-btn:hover {
  color: #000;
}
.fw-widget-close-btn span {
  display: none;
}
.fw-widget-close-btn:before {
  content: "\c012";
  font-size: 24px;
}
#media-gallery .cycle-next,
#media-gallery .cycle-prev {
  background: none;
  border: none;
  color: #fff;
  height: auto;
  width: auto;
}
#media-gallery .cycle-next:before,
#media-gallery .cycle-prev:before {
  font-size: 60px;
}
.mg-toggle-media {
  text-align: center;
}
.mg-toggle-media a {
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  transition:
    color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
.mg-toggle-media a,
.mg-toggle-media a.active,
.mg-toggle-media a:hover {
  color: #fff;
  opacity: 1;
}
.mg-count {
  bottom: 20px;
  direction: ltr;
  font-size: 15px;
  left: 60px;
  position: absolute;
  right: 60px;
  text-align: center;
  text-shadow:
    -1px -1px 1px rgba(0, 0, 0, 0.5),
    1px -1px 0 rgba(0, 0, 0, 0.5),
    -1px 1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(0, 0, 0, 0.5);
  z-index: 150;
}
.mg-count span {
  display: inline-block;
}
#media-gallery .cycle-slide {
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#media-gallery .cycle-slide:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#media-gallery .cycle-slide img {
  display: inline-block;
  height: auto !important;
  margin: 0 auto;
  max-height: 100% !important;
  max-width: 100% !important;
  vertical-align: middle;
  width: auto !important;
}
#media-gallery .cycle-slide img.loading {
  height: 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  top: 50%;
  width: 64px;
}
.mg-thumbs {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  font-size: 0;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 35px;
  transition: height 0.2s ease-in-out;
  width: 100%;
  z-index: 150;
}
.mg-thumbs .mg-thumb {
  cursor: pointer;
  display: inline-block;
  height: auto;
  margin: 1px;
  position: relative;
  vertical-align: top;
  width: 70px;
}
.mg-thumbs .mg-thumb img {
  border: 6px solid transparent;
}
.mg-thumbs .mg-thumb.cycle-pager-active img {
  border: 6px solid #d2232a;
}
.mg-thumbs.active {
  height: 250px;
}
#media-gallery {
  background: #000;
  color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#media-gallery.mg-visible {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  visibility: visible;
  z-index: 1050;
}
#media-gallery.mg-hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  visibility: hidden;
  z-index: -1;
}
.mg-header {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  font-family: Arial, Verdana, Helvetica, sans-serif;
  height: 35px;
  left: 0;
  line-height: 35px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 150;
}
.mg-head-center {
  font-size: 16px;
  font-size: 15px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.mg-head-left {
  float: left;
}
.mg-head-right {
  float: right;
  position: relative;
  text-align: right;
  z-index: 10;
}
.mg-social a,
.mg-social i,
.mg-social span {
  display: inline-block;
  vertical-align: middle;
}
.mg-social .social-icons li a {
  background: none;
  box-shadow: none;
  color: #fff;
  padding: 0;
}
.mg-social .social-icons {
  width: auto;
}
.mg-social .icon:before {
  font-size: 16px;
}
.mg-close {
  display: inline-block;
  font-size: 15px;
  padding-right: 10px;
  text-decoration: none;
}
.mg-close,
.mg-close:hover {
  color: #fff;
}
.mg-close .icon {
  float: right;
  margin: 7px 0 0 5px;
}
.mg-close .icon:before {
  content: "\e08b";
  font-size: 15px;
}
.mg-progress,
.mg-status {
  position: absolute;
}
.mg-progress {
  background: #d2232a;
  height: 5px;
  left: 0;
  top: 0;
  width: 0;
}
#mg-cycle,
#mg-holder,
.mg-cycle,
.mg-cycle-container,
.mg-fullview,
.mg-fullview-container {
  height: 100%;
}
#mg-fullview {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#mg-videos .cycle-slide div,
#mg-videos .cycle-slide span {
  position: static;
}
#mg-videos .mg-count {
  bottom: 40px;
}
#media-gallery .vt-flash-container {
  display: inline-block;
  height: 100% !important;
  margin: 0;
  padding: 0;
}
.efficiency-data > .inner:after {
  clear: both;
  content: " ";
  display: table;
}
.efficiency-tax-band-graphic {
  padding-bottom: 1.125em;
}
.efficiency-tax-band-graphic .emissions {
  overflow: hidden;
  position: relative;
}
.efficiency-tax-band-graphic .band {
  background: #4d4d4f;
  color: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.875rem;
  height: 1.78571429em;
  line-height: normal;
  padding: 0.35714286em 0.57142857em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  transition: top 0.5s ease-in-out;
}
.efficiency-tax-band-graphic .band:before {
  background: #f7f7f7;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
}
.efficiency-tax-band-graphic .band:after {
  border-bottom: 0.85714286em solid transparent;
  border-right: 1em solid #4d4d4f;
  border-top: 0.92857143em solid transparent;
  content: " ";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
}
.efficiency-tax-band-graphic .band.resultM {
  top: 25.71428571em;
}
.efficiency-tax-band-graphic .band.resultL {
  top: 23.57142857em;
}
.efficiency-tax-band-graphic .band.resultK {
  top: 21.42857143em;
}
.efficiency-tax-band-graphic .band.resultJ {
  top: 19.28571429em;
}
.efficiency-tax-band-graphic .band.resultI {
  top: 17.14285714em;
}
.efficiency-tax-band-graphic .band.resultH {
  top: 15em;
}
.efficiency-tax-band-graphic .band.resultG {
  top: 12.85714286em;
}
.efficiency-tax-band-graphic .band.resultF {
  top: 10.71428571em;
}
.efficiency-tax-band-graphic .band.resultE {
  top: 8.57142857em;
}
.efficiency-tax-band-graphic .band.resultD {
  top: 6.42857143em;
}
.efficiency-tax-band-graphic .band.resultC {
  top: 4.28571429em;
}
.efficiency-tax-band-graphic .band.resultB {
  top: 2.14285714em;
}
.efficiency-tax-band-graphic .bar {
  background: #08fb01;
  box-shadow: none;
  color: #000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.875rem;
  height: 1.78571429em;
  line-height: normal;
  padding: 0.35714286em 0.57142857em;
  position: relative;
  text-align: right;
  width: 35%;
  z-index: 10;
}
.efficiency-tax-band-graphic .bar:after {
  clear: both;
  display: table;
}
.efficiency-tax-band-graphic .bar + .bar {
  margin-top: 0.35714286em;
}
.efficiency-tax-band-graphic .bar span {
  float: left;
}
.efficiency-tax-band-graphic .bar:after {
  border-bottom: 0.85714286em solid transparent;
  border-left: 1em solid #08fb01;
  border-top: 0.92857143em solid transparent;
  content: " ";
  display: block;
  left: 100%;
  position: absolute;
  top: 0;
}
.efficiency-tax-band-graphic .bar:hover {
  box-shadow: 0 1px 2px 0 rgba(212, 58, 58, 0.2);
}
.efficiency-tax-band-graphic .bar.bandM {
  background: #ba0100;
  color: #fff;
  width: 47%;
}
.efficiency-tax-band-graphic .bar.bandM:after {
  border-left-color: #ba0100;
}
.efficiency-tax-band-graphic .bar.bandL {
  background: #ed1b24;
  color: #fff;
  width: 46%;
}
.efficiency-tax-band-graphic .bar.bandL:after {
  border-left-color: #ed1b24;
}
.efficiency-tax-band-graphic .bar.bandK {
  background: #f84c00;
  color: #fff;
  width: 45%;
}
.efficiency-tax-band-graphic .bar.bandK:after {
  border-left-color: #f84c00;
}
.efficiency-tax-band-graphic .bar.bandJ {
  background: #f96f00;
  color: #fff;
  width: 44%;
}
.efficiency-tax-band-graphic .bar.bandJ:after {
  border-left-color: #f96f00;
}
.efficiency-tax-band-graphic .bar.bandI {
  background: #fa9800;
  color: #fff;
  width: 43%;
}
.efficiency-tax-band-graphic .bar.bandI:after {
  border-left-color: #fa9800;
}
.efficiency-tax-band-graphic .bar.bandH {
  background: #ecbe08;
  color: #000;
  width: 42%;
}
.efficiency-tax-band-graphic .bar.bandH:after {
  border-left-color: #ecbe08;
}
.efficiency-tax-band-graphic .bar.bandG {
  background: #fcef00;
  color: #000;
  width: 41%;
}
.efficiency-tax-band-graphic .bar.bandG:after {
  border-left-color: #fcef00;
}
.efficiency-tax-band-graphic .bar.bandF {
  background: #feff01;
  color: #000;
  width: 40%;
}
.efficiency-tax-band-graphic .bar.bandF:after {
  border-left-color: #feff01;
}
.efficiency-tax-band-graphic .bar.bandE {
  background: #d7ff00;
  color: #000;
  width: 39%;
}
.efficiency-tax-band-graphic .bar.bandE:after {
  border-left-color: #d7ff00;
}
.efficiency-tax-band-graphic .bar.bandD {
  background: #c1fe00;
  color: #000;
  width: 38%;
}
.efficiency-tax-band-graphic .bar.bandD:after {
  border-left-color: #c1fe00;
}
.efficiency-tax-band-graphic .bar.bandC {
  background: #8ffe01;
  color: #000;
  width: 37%;
}
.efficiency-tax-band-graphic .bar.bandC:after {
  border-left-color: #8ffe01;
}
.efficiency-tax-band-graphic .bar.bandB {
  background: #60fb09;
  color: #000;
  width: 36%;
}
.efficiency-tax-band-graphic .bar.bandB:after {
  border-left-color: #60fb09;
}
.total-monthly-cost .controls {
  padding-bottom: 5px;
}
.total-monthly-cost input {
  max-width: 199px;
}
.total-monthly-cost input::placeholder {
  font-size: 13px;
}
.total-monthly-cost .btn {
  display: block;
  font-size: 13px;
  line-height: calc(45px - 1px - 1px);
  max-width: 199px;
}
.total-monthly-cost .based-on {
  clear: both;
  padding-top: 20px;
}
.total-monthly-cost-container {
  padding-bottom: 1.125em;
}
.total-monthly-cost-container .total-monthly-cost {
  display: block;
  float: none;
  font-weight: 700;
  padding-bottom: 1.125em;
  width: auto;
}
.total-monthly-cost-container .total-monthly-cost-amount {
  font-size: 2.875rem;
  font-weight: 700;
}
.toggle {
  position: relative;
}
.toggle .close {
  position: absolute;
  text-decoration: none;
}
.toggle-heading {
  border: 1px solid #efefef;
  cursor: pointer;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 20px;
  text-transform: none;
  transition:
    background 0.4s,
    border-color 0.4s,
    color 0.4s;
}
.toggle-heading:empty {
  display: none;
}
.toggle-heading + .toggle-body {
  border-top: none;
}
.hide-toggle-heading .toggle-heading {
  display: none;
}
.toggle-heading h4 {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  text-transform: inherit;
}
.toggle-heading .icon {
  float: right;
  font-size: 0;
}
.toggle-heading .icon:before {
  content: "\e076";
  font-size: 17px;
  font-weight: inherit;
}
.toggle-heading.active,
.toggle-heading:hover {
  background: #fff;
  color: #000;
}
.toggle-heading.active {
  border-bottom: 1px solid #efefef !important;
}
.toggle-heading.active .icon:before {
  content: "\e073";
}
.toggle-body {
  background: none;
  border: 1px solid #efefef;
  display: none;
  margin: 0;
  padding: 1.5625em;
}
.toggle-body:after {
  clear: both;
  content: " ";
  display: table;
}
.toggle-body.active {
  display: block;
}
.basic-toggle .toggle-heading {
  background: none;
  border: none;
  font-size: 16px;
  padding: 0 50px 20px 0;
}
.basic-toggle .toggle-heading .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.basic-toggle .toggle-heading .icon:after {
  content: "Show";
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.basic-toggle .toggle-heading.active .icon:after {
  content: "Hide";
}
.basic-toggle .toggle-body {
  background: none;
  border: none;
  padding: 0;
}
.slide-out-toggle .toggle-heading {
  display: none !important;
}
.slide-out-toggle .toggle-pane {
  padding: 20px;
}
.slide-out-toggle .close {
  align-items: center;
  background: #efefef;
  background: none;
  border-radius: 100%;
  border-radius: 0;
  color: #000;
  display: flex;
  font-size: 0;
  height: 25px;
  justify-content: center;
  line-height: normal;
  margin-top: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 10px;
  top: 19px;
  top: 23px;
  width: 25px;
  z-index: 10;
}
.slide-out-toggle .close:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e08b";
  font-size: 16px;
}
.slide-out-toggle .close:hover {
  color: #000;
}
.slide-out-toggle .close span {
  display: none;
}
.slide-out-toggle .close:before {
  content: "\c012";
  font-size: 17px;
  font-size: 24px;
}
.slide-out-toggle .toggle-title {
  border-bottom: 1px solid #efefef;
  color: #000;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: calc(32px + (32 - 32) * ((100vw - 768px) / (1600 - 768)));
  font-weight: 700;
  left: 0;
  line-height: normal;
  min-height: 68px;
  padding: 15px 30px 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.slide-out-toggle > .toggle-body {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: block;
  display: block !important;
  height: 100%;
  height: 100% !important;
  left: auto;
  max-width: 485px;
  padding: 68px 0 0 !important;
  position: fixed;
  right: -100vw;
  text-align: left;
  top: 0;
  transition: right 0.4s ease-in-out;
  width: 90%;
  z-index: 2000;
}
.slide-out-toggle > .toggle-body.active {
  overflow-x: hidden;
  overflow-y: auto;
  right: 0;
}
.toggle-has-modals {
  margin-top: -1px;
}
.toggle-has-modals .toggle-heading {
  display: block;
}
.toggle-has-modals .close {
  display: none;
}
.toggle-has-modals .btn-toggle-heading {
  border-block: 1px solid #efefef;
}
.toggle-has-modals .btn-toggle-heading + .btn-toggle-heading {
  margin-top: -1px;
}
.toggle-has-modals .btn-toggle-heading a.btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 53px;
  text-align: left;
}
.toggle-has-modals .btn-toggle-heading a.btn .icon {
  float: right;
  line-height: 53px;
}
.toggle-has-modals .btn-toggle-heading a.btn .icon:before {
  content: "\e07c";
}
.toggle-has-modals .btn-toggle-heading a.btn:hover {
  color: #d2232a;
}
.tabs {
  position: relative;
}
.tab-has-toggles.tabs .row-fluid {
  margin-inline: 0;
}
.tab-has-toggles.tabs .close {
  display: none;
}
.tab-has-toggles.tabs .toggle {
  padding-inline: 0;
}
.tab-nav,
.tabs .toggle-body {
  padding: 0;
}
.tab-nav {
  background: #efefef;
  font-size: 0;
  list-style-type: none;
  margin: 0;
  position: relative;
  text-align: left;
  z-index: 10;
}
.tab-has-toggles .tab-nav {
  display: none;
}
.tab-nav-centered .tab-nav {
  text-align: center;
}
.table-tabs .tab-nav {
  display: table;
  width: 100%;
}
.tab-nav > li {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.tab-nav > li + li > a,
.table-tabs .tab-nav > li + li > a,
.vertical .tab-nav > li + li > a {
  margin-left: 0;
}
.tab-nav > li:not(.active) a {
  border-left: none;
  border-right: none;
}
.tab-nav > li.active {
  color: #000;
}
.tab-nav > li:last-child {
  border-right: 1px solid #efefef;
}
.table-tabs .tab-nav > li {
  display: table-cell;
}
.tab-nav > li > a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
}
.has-icons .tab-nav > li > a:before {
  content: "";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tab-nav > li > a span {
  position: relative;
  top: 0;
}
.vertical .tab-nav > li > a {
  border-bottom: 1px solid #000;
}
.tab-nav > li > a:after {
  border-right: 1px solid #efefef;
  content: "";
  height: calc(100% - 20px);
  margin-bottom: 10px;
  margin-top: 10px;
  position: absolute;
  right: -1px;
  top: 0;
}
.vertical .tab-nav > li > a:after {
  display: none;
}
.tab-nav > li > a:hover {
  background: #000;
  color: #fff;
}
.tab-nav > li.active > a,
.tab-nav > li.active > a:hover {
  background: #fff;
  box-shadow: inset 1px 1px 0 #efefef;
  color: #000;
}
.tab-basic .tab-nav > li.active > a,
.tab-basic .tab-nav > li.active > a:hover {
  border-bottom-color: #efefef;
}
.tab-nav > li.active > a:after,
.tab-nav > li.active > a:hover:after {
  display: none;
}
.vertical .tab-nav > li {
  display: block;
  text-align: left;
}
.vertical .tab-nav > li:first-child > a {
  border-top: 1px solid #d6d6d6;
  border-top: none;
}
.vertical .tab-nav > li:last-child {
  border-right: none;
}
.vertical .tab-nav > li > a {
  font-weight: 400;
}
.tab-basic .tab-content {
  margin-top: 0;
}
.tab-content .tab-pane {
  background: #fff;
  border: 1px solid #efefef;
  border-top: none;
  display: none;
  padding: 1.5625em;
}
.tab-content .tab-pane:after {
  clear: both;
  content: " ";
  display: table;
}
.tab-basic .tab-content .tab-pane {
  background: none;
  border: none;
  padding: 20px 0 0;
}
.vertical .tab-content .tab-pane {
  border-top: 1px solid #efefef;
}
.tab-reset .tab-content .tab-pane {
  border: 0;
  padding: 0;
}
.tab-content .tab-pane.active {
  display: block;
}
.tabs-left,
.tabs-right {
  cursor: pointer;
  display: block;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 150;
}
.tabs-left span,
.tabs-right span {
  display: none;
}
.tabs-left:hover,
.tabs-right:hover {
  opacity: 1;
}
.tabs-left.disabled,
.tabs-right.disabled {
  display: none;
}
.tabs-right {
  left: auto;
  right: 0;
}
.featured-offers.module {
  color: #000;
  font-size: 1.125rem;
  position: relative;
}
.featured-offers.module.scrollable .cycle-scroller {
  margin-bottom: 25px;
  margin-top: 15px;
  max-height: 920px;
  overflow-y: auto;
}
.featured-offers.module a:not(.btn) {
  color: #d2232a;
  display: block;
  text-decoration: none;
}
.featured-offers.module .item {
  position: static;
}
.featured-offers.module .item:first-child {
  margin-bottom: 20px;
}
.featured-offers.module .heading {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
.featured-offers.module .inset {
  border: 1px solid #757575;
  display: grid;
  grid-template-areas: "title title title" "price price price" "incentives incentives incentives" "content content content" "button button button";
  grid-template-columns: auto 1fr 1fr;
  min-height: 46px;
  padding: 20px;
  text-align: left;
  transition: box-shadow 0.5s ease;
}
.featured-offers.module .inset:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.featured-offers.module .inset .thumb {
  display: none;
  grid-area: thumb;
  position: relative;
}
.featured-offers.module .content {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: content;
}
.featured-offers.module .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  display: inline-block;
  grid-area: title;
  padding-bottom: 0;
  padding-top: 7px;
  vertical-align: top;
}
.featured-offers.module .title h3 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.featured-offers.module .title h3 a {
  color: #d2232a;
  font-size: 24px;
  font-weight: 700;
}
.featured-offers.module .price {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  color: #000;
  display: none;
  font-size: 21px;
  font-weight: 700;
  grid-area: price;
  vertical-align: top;
}
.featured-offers.module .price .label {
  padding-right: 4px;
}
.featured-offers.module .incentives {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: incentives;
}
.featured-offers.module .button {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  align-self: end;
  display: block;
  grid-area: button;
  justify-self: start;
  padding-top: 20px;
}
.features.module .title {
  font-size: 1.125rem;
  margin: 0;
  padding: 0 0 0.83333333rem;
}
.spec-data--details .row-fluid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-inline: 0;
}
.spec-data--details .row-fluid .item:nth-child(2) {
  border-top: none;
}
.spec-data--details .inner > .title {
  font-size: 1.125rem;
  font-weight: 700;
}
.spec-data--details .column {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
}
.spec-data--details .column .title {
  font-size: 21px;
  font-weight: inherit;
  left: 0;
  line-height: 57px;
  margin: 0;
  width: 100%;
}
.tech-data--details > .inner {
  font-size: 1.125rem;
  margin: 0 -0.83333333em;
}
.tech-data--details .inner > h2 {
  font-size: 1.25rem;
  padding: 0 0.75em;
}
.tech-data--details p {
  padding: 0 0.83333333em;
}
.tech-data--details .generated-tech {
  font-size: 0;
}
.tech-data--details .column {
  font-size: 1.125rem;
  padding: 0 0.83333333em;
}
.tech-data--details .tech-group {
  clear: both;
  margin-bottom: 1.38888889em;
}
.tech-data--details .tech-group:after {
  clear: both;
  content: " ";
  display: table;
}
.tech-data--details .tech-group .title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.9375em;
}
.tech-data--details .tech-group > .tech-item {
  border-bottom: 1px solid #efefef;
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
  padding: 9px 0 8px;
  width: 100%;
}
.tech-data--details .tech-group > .tech-item:nth-child(2) {
  border-top: 1px solid #efefef;
}
.tech-data--details .tech-heading {
  float: left;
  font-weight: 700;
  max-width: 70%;
}
.tech-data--details .tech-item .tech-item {
  clear: none;
  float: right;
  margin: 0;
}
.tech-data--details .tech-item .tech-item.no-rating {
  height: 35px;
  text-align: center;
  width: 35px;
}
.tech-data--details .ncap-logo img {
  background: #fff;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 8px;
  width: auto;
}
.overview-data {
  font-size: 1.125rem;
}
.overview-data .title {
  font-size: 1.125rem;
  margin: 0 0 0.83333333em;
  padding: 0 0.27777778em;
}
.overview-data .row {
  font-size: 0;
}
.overview-data .row + .title {
  margin-top: 0.83333333em;
}
.overview-data .cell {
  font-size: 1.125rem;
  padding: 0.27777778em 0.55555556em;
}
.overview-data .cell:after {
  clear: both;
  content: " ";
  display: table;
}
.overview-data .cell.engine-size .value {
  text-transform: uppercase;
}
.overview-data .value {
  float: right;
  font-weight: 700;
}
.overview-data .description-text {
  font-size: 0.875rem;
  margin-bottom: 1.07142857em;
  padding: 0 0.35714286em;
}
.overview-data .mpg-disclaimer {
  clear: both;
  display: block;
  opacity: 1;
  padding: 0.27777778em 0.55555556em;
}
.search {
  position: relative;
}
.search--expanded.search .filter-heading,
.search--expanded.search .search-header {
  display: none;
}
.search--expanded.search .filter-options {
  border: none;
  display: block !important;
  height: auto;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  visibility: visible !important;
  width: auto !important;
}
.search > .inner {
  position: relative;
}
.search--standard.search > .inner {
  border: 1px solid #757575;
  border-bottom: none;
}
.search .buttons {
  border-top: 1px solid #e6e6e6;
  clear: both;
  padding: 10px;
}
.search .buttons:after {
  clear: both;
  content: " ";
  display: table;
}
.search .buttons .btn {
  background-image: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 35px;
  margin: 0;
  padding: 0 0.66666667em;
  text-transform: none;
}
.search .buttons .btn:after,
.search .buttons .btn:before {
  display: none;
}
.search .buttons .btn span {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.search .buttons .cancel {
  float: left;
  margin-top: 0;
}
.search .buttons .cancel .btn {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #404040;
  font-size: 14px;
  padding: 0;
}
.search .buttons .cancel .btn span {
  display: inline-block;
  top: 0;
  vertical-align: middle;
}
.search .buttons .cancel .btn .icon {
  display: none;
}
.search .buttons .cancel .btn:hover {
  background-color: inherit;
}
.search .buttons .clear {
  clear: none;
  display: inline-block;
  float: left;
  margin-top: 0;
}
.search .buttons .clear .btn {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #404040;
  font-size: 14px;
  padding: 0 10px;
}
.search .buttons .clear .btn:hover {
  background-color: inherit;
  color: inherit;
}
.search .buttons .clear .btn span {
  display: inline-block;
  top: 0;
  vertical-align: middle;
}
.search .buttons .clear .btn .icon {
  display: none;
}
.search .buttons .update {
  float: right;
  margin-top: 0;
}
.search .buttons .update .icon {
  display: none;
}
.search .buttons .update .btn {
  font-size: 14px;
  padding: 0 10px;
}
.search .buttons .update .btn span {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.search .filters {
  height: 100%;
  position: relative;
}
.search .filter-inset {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-evenly;
  white-space: nowrap;
}
.search .filter-inset::-webkit-scrollbar {
  -webkit-appearance: none;
}
.search .filter-inset::-webkit-scrollbar:vertical {
  width: 10px;
}
.search .filter-inset::-webkit-scrollbar:horizontal {
  height: 10px;
}
.search .filter-inset::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid hsla(0, 0%, 88%, 0);
  cursor: pointer;
}
.search .filter-inset::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 88%, 0.5);
}
.search .filter {
  background: #fff;
  color: #000;
  cursor: pointer;
  flex: 1 1 auto;
  position: relative;
  width: 50%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.modal .search .filter {
  color: #000;
}
.search .filter.active {
  background: #e6e6e6;
  color: #000;
  z-index: 1040;
}
.modal .search .filter.active {
  color: #000;
}
.search .filter.active .filter-heading:after {
  content: "\e073";
}
.search .filter .buttons {
  display: none;
}
.search .filter-heading {
  border-bottom: 1px solid #757575;
  height: 100%;
  padding: 10px 20px;
  position: relative;
}
.search .filter-heading:after {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e076";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.search .filter-heading .label {
  cursor: pointer;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  z-index: 15;
}
.search .filter-heading .value {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search .filter-options {
  background: #fff;
  border: 1px solid #757575;
  color: #000;
  display: none;
  left: 0;
  position: absolute;
  right: -1px;
  top: 100%;
  white-space: normal;
  z-index: 5;
}
.search .filter-options .selected.is-empty {
  display: none;
}
.search .filter-options.active {
  display: block;
  z-index: 20;
}
.search .filter-options .inset {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search .filter-options .inset > .options {
  backface-visibility: hidden;
  flex-grow: 1;
  max-height: 200px;
  overflow: auto;
}
.search .filter-options .heading {
  display: none;
}
.search .filter-options .control-group {
  margin-top: 0;
}
.search .filter-options .control-group .control-label:empty {
  display: none;
}
.search .filter-distance .tab-inset,
.search .filter-distance .tab-pane,
.search .filter-distance .tabs {
  padding: 0;
}
.search .filter-distance .postcode input {
  text-transform: uppercase;
}
.search .filter-distance .filter-options {
  height: auto;
}
.search .filter-distance .filter-options .inset[data-name="distance"],
.search .filter-distance .filter-options .inset[data-name="region-town"] {
  padding: 10px;
}
.search .filter-distance .filter-options .inset {
  padding: 0;
}
.search .filter-distance .filter-options .control-group + .control-group {
  margin-top: 10px;
}
.search .filter-distance .buttons {
  display: block;
}
.search .filter-price [data-tab] {
  clear: both;
  padding: 10px;
  width: 100%;
}
.search .filter-price [data-tab]:after {
  clear: both;
  content: " ";
  display: table;
}
.search--expanded.search .filter-price [data-tab] {
  background: #fff;
  border: 1px solid #efefef;
  padding: 20px;
}
.search .filter-price .tabs {
  background: #efefef;
  display: flex;
  display: block;
  flex-wrap: wrap;
  padding-inline: 0;
}
.search .filter-price .tabs .filter-heading {
  display: none;
}
.search .filter-price .tabs .filter-options {
  position: static;
}
.search .filter-price .tabs > .option {
  border: none;
  flex: 1 1 auto;
  max-width: 50%;
}
.search .filter-price .tabs > .option + .option {
  border-right: 1px solid #efefef;
}
.search--expanded.search .filter-price .tabs > .option {
  background: #000;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  z-index: 5;
}
.has-icons .search--expanded.search .filter-price .tabs > .option:before {
  content: "";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.search--expanded.search .filter-price .tabs > .option span {
  position: relative;
  top: 0;
}
.vertical .search--expanded.search .filter-price .tabs > .option {
  border-bottom: 1px solid #000;
}
.search--expanded.search .filter-price .tabs > .option:not(.active) {
  border-left: none;
  border-right: none;
}
.search--expanded.search .filter-price .tabs > .option:last-child {
  border-right: 1px solid #000;
}
.search .filter-price .tabs > .option .icon {
  display: none;
}
.search--expanded.search .filter-price .tabs > .option:hover {
  background: #000;
  color: #fff;
}
.search--expanded.search .filter-price .tabs > .option.active {
  background: #fff;
  box-shadow: inset 1px 1px 0 #efefef;
  color: #000;
}
.tab-basic .search--expanded.search .filter-price .tabs > .option.active {
  border-bottom-color: #efefef;
}
.search--expanded.search .filter-price .inset > .heading {
  display: none;
}
.search .filter-price .user-select .heading {
  display: block;
  font-size: 12px;
}
.search .filter-price .slider .current {
  font-size: 12px;
  line-height: normal;
}
.search .filter-price .filter-options {
  height: auto;
}
.search--expanded.search .filter-price .filter-options {
  background: #fff;
  color: #000;
  overflow: visible;
}
.search .filter-price .filter-options .inset {
  display: block;
}
.search .filter-price > .option .bootstrap-select {
  margin: 0;
}
.search .filter-price > .option .bootstrap-select .dropdown-menu {
  height: 244px;
}
.search .filter-price .control-label {
  font-size: 12px;
  padding-top: 10px;
}
.search .filter-price .control-group {
  margin: 0;
}
.search .filter-price .annualMileage {
  clear: both;
}
.search .filter-price .monthly-budget .filter-options > .inset {
  -webkit-overflow-scrolling: auto;
}
.search .filter-price .term {
  float: left;
  float: none;
  width: 48%;
  width: auto;
}
.search .filter-price .deposit {
  float: right;
  float: none;
  width: 48%;
  width: auto;
}
.search .filter-price .min {
  float: left;
  float: none;
  width: 48%;
  width: auto;
}
.search .filter-price .max {
  float: right;
  float: none;
  width: 48%;
  width: auto;
}
.search .price-range-filters .buttons {
  display: none;
}
.search .filter-budget .heading {
  display: block;
  font-size: inherit;
}
.search .filter-budget .heading.heading {
  border: none;
  display: inline-block;
  font-size: inherit;
  padding: 0;
}
.search .filter-budget .heading .title {
  display: block;
}
.search .filter-budget .title {
  display: none;
}
.search .filter-budget .button {
  margin-top: 20px;
}
.search--expanded.search .filter-budget .button {
  display: none;
}
.search .filter-budget .finance-product-description {
  white-space: normal;
}
.search .filter-budget .tab-pane#tab-budget-hp .user-select.annual-mileage {
  display: none;
}
.search .filter-budget .tab-pane:only-child {
  border-top: 1px solid #efefef;
}
.search .filter-budget .tab-nav li:only-child a {
  display: none;
}
.search--expanded.search .filter-budget .filter-options {
  background: #fff;
  color: #000;
  overflow: visible;
}
.search .filter-budget .tabs {
  padding-inline: 0;
}
.search .option {
  align-items: center;
  border-bottom: 1px solid #757575;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  padding: 0.71428571em 1.07142857em;
}
.search .option.n\/a {
  display: none;
}
.search .option.radio.n\/a {
  display: block;
}
.is-inline.search .option,
.search .option.inline {
  border-top: none;
  float: left;
  line-height: 1.875rem;
  overflow: visible;
  padding: 0.21428571em 0.71428571em;
}
.search .option .icon {
  margin-right: 10px;
}
.search .option.active {
  background: #e0484e;
  color: #fff;
}
.is-inline.search .option.active {
  background: none;
  color: #000;
}
.search .option .label {
  display: flex;
  flex: 1;
  font-weight: 400;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.search .option .count {
  flex-shrink: 0;
  margin-left: auto;
}
.search .option .count:after {
  content: ")";
  display: inline-block;
}
.search .option .count:before {
  content: "(";
  display: inline-block;
}
.search .pre-selected {
  border-bottom: 1px solid #757575;
  border-top: 1px solid #757575;
  padding: 5px 0;
}
.search .options .no-make {
  padding: 0.71428571em 1.07142857em;
}
.search
  .options
  .padding
  > div:not(.options):not(.select-all):not(#custom-model-filter) {
  border-top: 1px solid #757575;
  opacity: 0.5;
  padding: 0.71428571em 1.07142857em;
}
.search .options + .options {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 10px;
}
.search .options .group .title {
  font-weight: 700;
}
.search .options .group .option {
  padding-left: 2.14285714em;
}
.search .selected {
  display: none;
  padding: 0.71428571em 1.07142857em;
}
.search .selected .option {
  background: #757575;
  border: none;
  border-radius: 0.25em;
  color: #fff;
  float: left;
  font-size: 0.75rem;
  line-height: 22px;
  margin: 0 0.41666667em 2px 0;
  min-height: 22px;
  padding: 0.25em 0.83333333em;
}
.search .selected .option:hover {
  background: #5c5c5c;
}
.search .selected .option:after {
  content: "\e08b";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search .selected .option .icon {
  display: none !important;
}
.search .selected .option .label {
  padding-right: 5px;
}
.search .inset > .options {
  overflow: auto;
}
.search .inset .options::-webkit-scrollbar {
  -webkit-appearance: none;
}
.search .inset .options::-webkit-scrollbar:vertical {
  width: 10px;
}
.search .inset .options::-webkit-scrollbar:horizontal {
  height: 10px;
}
.search .inset .options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid hsla(0, 0%, 88%, 0);
  cursor: pointer;
}
.search .inset .options::-webkit-scrollbar-track {
  background-color: hsla(0, 0%, 88%, 0.5);
}
.search .filter-make .buttons,
.search .filter-make .option .icon,
.search .filter-make .selected {
  display: block;
}
.search .filter-model .no-make {
  padding: 0.71428571em 1.07142857em;
}
.search .filter-model .no-make.hidden {
  display: none;
}
.search .filter-model .buttons,
.search .filter-model .option .icon,
.search .filter-model .selected {
  display: block;
}
.search .filter-variant .no-model {
  padding: 0.71428571em 1.07142857em;
  white-space: normal;
}
.search .filter-variant .no-model.hidden {
  display: none;
}
.search .filter-variant .options .options .padding > .select-all {
  padding: 0;
}
.search .filter.filter-keyword {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  float: none;
  margin-bottom: 15px;
  padding-left: 10px;
  width: 100%;
}
.search .filter.filter-keyword:after {
  clear: both;
  content: " ";
  display: table;
}
.search .filter.filter-keyword .title {
  display: none;
}
.search .filter.filter-keyword .control-label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.search .filter.filter-keyword .controls {
  flex: 1 1 auto;
  padding-left: 10px;
}
.search .filter.filter-keyword .control-group {
  align-items: center;
  border: none !important;
  display: flex;
  opacity: 1 !important;
  padding: 0 !important;
}
.search .filter.filter-keyword .control-group:before {
  content: "\e08f";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 23px;
  margin-right: 10px;
}
.search .filter.filter-keyword input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
.search .filter-options.advanced {
  background: none;
  clear: both;
  height: auto;
  margin: 0;
  max-width: none;
  padding: 0;
  position: static;
  width: auto;
}
.search .filter-options.advanced .inset {
  margin: 0;
  padding: 0;
}
.search .filter-options.advanced .tabs {
  clear: both;
  display: flex;
  padding: 0;
}
.search
  .filter-options.advanced
  .tabs.vertical
  .tab-nav
  > li:first-child:not(.active)
  > a {
  border-top: none;
}
.search .filter-options.advanced .tab-nav {
  flex-shrink: 0;
}
.search .filter-options.advanced .tab-nav > li > a {
  padding-inline: 20px;
}
.search .filter-options.advanced .tab-content {
  display: flex;
  flex: 1 1 auto;
  margin-left: 0;
}
.search .filter-options.advanced .tab-content .tab-pane {
  width: 100%;
}
.search .advanced-options {
  clear: both;
  margin: 0;
  padding: 0;
}
.search .advanced-options .heading {
  display: none;
}
.search .advanced-options .options .padding {
  display: flex;
  flex-wrap: wrap;
}
.search .advanced-options .options .padding:after {
  clear: both;
  content: " ";
  display: table;
}
.search .advanced-options .selected {
  float: none;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  margin-bottom: 0;
  padding: 10px 10px 0;
}
.search .advanced-options .selected .title {
  color: #000;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  width: 154px;
}
.search .advanced-options .selected .options {
  min-height: 40px;
}
.search .advanced-options .selected .option {
  border: 0;
  margin-bottom: 10px;
}
.search .advanced-options .selected .option .label {
  font-size: 13px;
}
.search .advanced-options .group {
  display: block;
  position: relative;
  vertical-align: top;
  width: auto;
}
.search .advanced-options .group.ncap-overall .options .option .label {
  margin-top: 0;
}
.search .advanced-options .group.ncap-overall .options .option .label img {
  display: inline-block;
  vertical-align: middle;
}
.search .advanced-options .group .title {
  color: #000;
}
.search .advanced-options .group .select-all {
  display: none;
}
.search .advanced-options .group .option {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  float: left;
  line-height: 64px;
  margin: 5px;
  min-height: 64px;
  padding: 0 10px;
  position: relative;
  width: calc(100% - 10px);
}
.search .advanced-options .group .option.active {
  background: rgba(0, 0, 0, 0.1);
}
.search .advanced-options .group .option.disabled {
  background: #f7f7f7;
  opacity: 0.5;
}
.search .advanced-options .group .option .icon {
  display: inline-block;
}
.search .advanced-options .group .option .icon:before {
  border-color: #999;
}
.search .advanced-options .group .option .label {
  color: #000;
  display: inline-block;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  overflow: hidden;
  padding: 0 40px 0 0;
  position: relative;
  width: calc(100% - 28px);
  z-index: 10;
}
.search .advanced-options .group .option .label .count {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search .advanced-footer,
.search .advanced-heading {
  display: none;
}
.search .filter-distance .filter-options .tab-nav {
  background: #e6e6e6;
  color: #000;
  display: flex;
}
.search .filter-distance .filter-options .tab-nav > li {
  flex: 1 0 auto;
}
.search .filter-distance .filter-options .tab-nav > li a {
  border-top: none;
}
.search .filter-distance .filter-options .tab-content .tab-pane {
  background: none;
  border: none;
}
.row-g1yb5 {
  margin-inline: 0;
}
.row-g1yb5 .search {
  padding-inline: 0;
}
.modal--search .modal-footer {
  padding-block: 20px;
}
.modal--search .modal-footer .vehicle-count {
  font-size: 16px;
}
.button__search-link .btn {
  color: #d2232a;
  padding-left: 0;
  padding-right: 0;
}
.button__search-link .btn:after,
.button__search-link .btn:before {
  background-image: none;
  display: none;
}
.button__search-link .btn span {
  text-decoration: underline;
}
.button__search-link .btn span:after,
.button__search-link .btn span:before {
  display: none;
}
.button__search {
  color: #000;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}
.button__search:after {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  pointer-events: none;
  text-transform: none;
  z-index: 5;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e076";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.button__search .btn {
  background: #fff;
  border: 1px solid #757575;
  border-radius: 0;
  border-top: none;
  box-shadow: none;
  color: #000;
  display: block;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  height: 100%;
  letter-spacing: 0;
  line-height: normal;
  max-width: none;
  min-height: 66px;
  padding: 10px 20px;
  text-align: left;
  text-transform: none;
}
.button__search .btn span {
  cursor: pointer;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 15;
}
.button__search .btn span:after,
.button__search .btn span:before,
.button__search .btn:after,
.button__search .btn:before {
  display: none;
}
.search__button.search__button-fill-height {
  padding: 0;
}
.search__button.search__button-fill-height .btn {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 66px;
}
.featured-stock.featured-stock a:not(.btn) {
  display: block;
  text-decoration: none;
}
.featured-stock.featured-stock .finance-price:empty:empty {
  display: none;
}
.featured-stock.featured-stock .thumb .exterior360-count {
  display: none;
}
.featured-stock.featured-stock .finance-price:empty {
  display: none;
}
.featured-stock.featured-stock .details .cell.engine-size .value {
  text-transform: uppercase;
}
.tour-360 .tab-nav {
  text-align: center;
}
.video-count {
  color: #000;
  display: block;
  font-size: 0.72222222rem;
}
.video-count .icon:before {
  content: "\e0ac";
  font-size: 25px;
}
.exterior360-count {
  color: #000;
  display: block;
  font-size: 0.72222222rem;
}
.exterior360-count .icon:before {
  content: "\e0dc";
  font-size: 25px;
}
.image-count {
  color: #000;
  display: block;
  font-size: 0.72222222rem;
}
.image-count .icon:before {
  content: "\e02e";
  font-size: 25px;
}
.module.media [data-ratio="4:3"] + img,
.used-media [data-ratio="4:3"] + img {
  aspect-ratio: 4/3;
}
.module.media [data-ratio="3:2"] + img,
.used-media [data-ratio="3:2"] + img {
  aspect-ratio: 3/2;
}
.module.media [data-ratio="16:9"] + img,
.module.media [data-ratio="9:3"] + img,
.used-media [data-ratio="9:3"] + img {
  aspect-ratio: 4/3;
}
.used-media [data-ratio="16:9"] + img {
  aspect-ratio: 16/9;
}
.module.media > .inner,
.used-media > .inner {
  position: relative;
}
.module.media .tab-nav > li,
.used-media .tab-nav > li {
  height: 100%;
}
.module.media img,
.used-media img {
  display: block;
}
.module.media a:not([class*="btn"]):not([class*="LOSButton"]),
.used-media a:not([class*="btn"]):not([class*="LOSButton"]) {
  color: inherit;
  display: block;
  text-decoration: none;
}
.module.media a:not([class*="btn"]):not([class*="LOSButton"]) img.loading,
.used-media a:not([class*="btn"]):not([class*="LOSButton"]) img.loading {
  height: 64px;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  width: 64px;
}
.module.media .videos .frame:after,
.module.media .videos .frame:before,
.used-media .videos .frame:after,
.used-media .videos .frame:before {
  content: "";
  cursor: pointer;
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.module.media .videos .frame:before,
.used-media .videos .frame:before {
  color: #fff;
  content: "\e07b";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 65px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-left: 3px;
  text-transform: none;
  z-index: 51;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.module.media .videos .frame:after,
.used-media .videos .frame:after {
  background-color: #d2232a;
  height: 89px;
  width: 89px;
  z-index: 50;
}
.module.media .gallery-icon,
.used-media .gallery-icon {
  color: #fff;
  cursor: pointer;
  font-size: 0.72222222rem;
  position: absolute;
  right: 10px;
  text-shadow: 0 0 5px #000;
  top: 10px;
  z-index: 200;
}
.module.media .gallery-icon .icon:before,
.used-media .gallery-icon .icon:before {
  content: "\e08f";
  font-size: 25px;
}
.module.media .gallery-icon .text,
.used-media .gallery-icon .text {
  display: none;
}
.module.media .tour360,
.used-media .tour360 {
  bottom: 10px;
  color: #fff;
  font-size: 0.72222222rem;
  left: 90px;
  position: absolute;
  text-shadow: 0 0 5px #000;
  z-index: 200;
}
.module.media .exterior360 .responive-iframe,
.used-media .exterior360 .responive-iframe {
  margin: 0 auto;
  max-width: 1080px;
}
.module.media .exterior360 .reel-annotation,
.used-media .exterior360 .reel-annotation {
  transform: translate(-50%, -50%);
}
.module.media .cycle-next,
.module.media .cycle-prev,
.used-media .cycle-next,
.used-media .cycle-prev {
  text-shadow: 0 0 0 #fff;
}
.ytembed-object .vt-flash-container {
  display: none;
}
.ytembed-image {
  position: relative;
}
.ytembed-image img {
  width: 100%;
}
.ytembed-play {
  background-color: #d2232a;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 89px;
  left: 50%;
  margin-left: -44.5px;
  margin-top: -44.5px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 89px;
  z-index: 50;
}
.ytembed-play:before {
  content: "\e07b";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 47px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-left: 5px;
  text-transform: none;
  speak: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ytembed-play:after,
.ytembed-play:before {
  display: inline-block;
  vertical-align: middle;
}
.ytembed-play:after {
  content: " ";
  height: 100%;
}
.no-touch .ytembed-play:hover {
  background-color: #a61c21;
}
.ytembed-object {
  position: relative;
}
.ytembed-object .text {
  line-height: normal;
  z-index: 15;
}
.ytembed-object .heading {
  display: block;
  overflow: hidden;
}
.ytembed-object .heading span {
  display: block;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  padding: 10px;
}
.ytembed-object .sub-heading {
  display: block;
  overflow: hidden;
}
.ytembed-object .sub-heading span {
  display: block;
  font-size: 1.11111111rem;
  padding: 0.5em;
}
.ytembed-object .btn {
  margin-top: 10px;
}
.vt-open .text {
  display: none !important;
}
.vt-open .ytembed-image {
  display: none;
}
.vt-open .vt-flash-container {
  display: block;
}
.vt-loading .vt-flash-container .vt-control-play {
  background: none;
}
.page-controls:after {
  clear: both;
  content: " ";
  display: table;
}
.page-controls .sort-order {
  margin-inline: auto;
  position: relative;
}
.page-controls .sort-order .control-label {
  background: #fff;
  color: #464646;
  left: 0;
  line-height: 28px;
  padding-left: 4px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 1006;
}
.page-controls .sort-order .control-label:after {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e076";
  display: block;
  font-size: 20px;
  margin-inline: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.location-search > .inner {
  background: #efefef;
  padding: 10px;
  position: relative;
}
.location-search form {
  margin: 0;
  padding: 0;
  position: relative;
}
.location-search form:after {
  clear: both;
  content: " ";
  display: table;
}
.location-search input {
  margin: 0;
}
.location-search .control-group {
  margin: 0;
  padding: 0;
}
.location-search .control-group:after {
  clear: both;
  content: " ";
  display: table;
}
.location-search .control-label {
  color: #404040;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0.28571429em 0 0;
}
.location-search .control-label span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.location-search .controls {
  margin: 0;
  padding: 0;
}
.location-search .btn:after,
.location-search .btn:before {
  display: none;
}
.location-search .geo-locator {
  position: absolute;
  right: 65px;
  top: 9px;
}
.location-search .view-all-locations a {
  clear: both;
  display: block;
  padding: 20px 0 5px;
  text-align: center;
}
.location-directions {
  font-size: 1.125rem;
}
.location-directions > .inner {
  background: #757575;
  padding: 0.55555556em;
  position: relative;
}
.location-directions form {
  margin: 0;
  position: relative;
}
.location-directions form:after {
  clear: both;
  content: " ";
  display: table;
}
.location-directions .control-group {
  margin: 0 60px 0 0;
}
.location-directions .control-group:after {
  clear: both;
  content: " ";
  display: table;
}
.location-directions .control-label {
  color: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0.76923077em 0 0;
  padding: 0;
}
.location-directions .control-label span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.location-directions .controls {
  margin: 0;
  padding: 0;
}
.location-directions .geo-locator {
  position: absolute;
  right: 65px;
  top: 9px;
}
.directions-table {
  clear: both;
  display: none;
  padding: 0 0 20px;
}
.directions-table > .inner {
  margin: 0 auto;
  max-width: 940px;
}
.directions-table .close-directions {
  padding: 10px 0;
}
.directions-table .foot .close-directions > .btn,
.directions-table .foot .print-directions > .btn,
.directions-table .foot .send-to-phone > .btn,
.directions-table .head .close-directions > .btn,
.directions-table .head .print-directions > .btn,
.directions-table .head .send-to-phone > .btn {
  background: none;
  border: none;
  color: initial;
}
.directions-table .foot .close-directions,
.directions-table .foot .print-directions,
.directions-table .foot .send-to-phone,
.directions-table .foot .view-in-maps,
.directions-table .head .close-directions,
.directions-table .head .print-directions,
.directions-table .head .send-to-phone,
.directions-table .head .view-in-maps {
  padding: 10px 0;
}
.directions-table .foot .send-to-phone .icon:before,
.directions-table .head .send-to-phone .icon:before {
  content: "\e0ca";
}
.directions-table .foot .print-directions .icon:before,
.directions-table .foot .send-to-phone .icon:before,
.directions-table .head .print-directions .icon:before,
.directions-table .head .send-to-phone .icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.directions-table .foot .print-directions .icon:before,
.directions-table .head .print-directions .icon:before {
  content: "\e0b2";
}
.directions-table .foot .close-directions .icon:before,
.directions-table .head .close-directions .icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e08b";
}
#directions-wrapper {
  position: relative;
}
#directionsResults {
  background: #fff;
  border: 1px solid #efefef;
  padding: 15px;
}
#directionsResults table {
  width: 100%;
}
#directionsResults .adp,
#directionsResults .adp table,
#directionsResults .adp-list {
  color: #000;
}
#directionsResults .adp-warnbox {
  margin: 5px 0 3px;
}
#directionsResults .warnbox-content {
  background: #e2af6c;
  padding: 5px 6px;
}
#directionsResults .warnbox-c1,
#directionsResults .warnbox-c2 {
  background: #e2af6c;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}
#directionsResults .warnbox-c1 {
  margin: 0 2px;
}
#directionsResults .warnbox-c2 {
  margin: 0 1px;
}
#directionsResults .adp-list {
  background: #fff;
  border: 1px solid #757575;
  cursor: pointer;
  padding: 4px;
}
#directionsResults .adp-fullwidth {
  width: 100%;
}
#directionsResults .adp-listsel {
  background: #757575;
  text-decoration: none;
}
#directionsResults .adp-listheader {
  padding: 4px;
}
#directionsResults img.adp-marker2 {
  max-width: none;
}
#directionsResults #directions-results .adp-placemark {
  background: #757575;
  border: 1px solid silver;
  cursor: pointer;
  margin: 10px 0;
  vertical-align: middle;
}
#directionsResults #directions-results .adp-placemark .adp-text {
  color: #fff;
}
#directionsResults img.adp-marker {
  height: 40px;
  max-width: none;
  width: 22px;
}
#directionsResults .classic img.adp-marker {
  height: 38px;
  width: 24px;
}
#directionsResults .adp-details,
#directionsResults .adp-legal {
  color: #464646;
}
#directionsResults .adp-summary {
  padding: 0 3px 3px;
}
#directionsResults .adp-step,
#directionsResults .adp-substep {
  border-top: #757575;
  margin: 0;
  padding: 0.3em 3px;
  vertical-align: top;
}
#directionsResults .adp-list img,
#directionsResults .adp-substep img {
  height: 15px;
  margin-right: 3px;
  position: relative;
  top: 2px;
  width: 15px;
}
#directionsResults .adp-distance {
  white-space: nowrap;
}
#directionsResults .adp-step,
#directionsResults .adp-text {
  width: 100%;
}
#directionsResults .adp-directions {
  border-collapse: collapse;
  cursor: pointer;
}
#directionsResults .adp-list .gm-arrow {
  height: 9px;
  margin: 5px 0 3px;
  width: 8px;
}
#directionsResults .adp-agencies {
  font-size: 80%;
  margin: 5px 0;
}
#directionsResults .adp-summary-duration {
  float: right;
  margin-left: 7px;
  white-space: nowrap;
}
#directionsResults .adp-substep .gm-line {
  margin-right: 4px;
}
.reevoo-badge a {
  color: inherit;
  text-decoration: none;
}
.reevoo-badge .inner,
.reevoo-badge > .reevoobox {
  background-color: #efefef;
  background-image: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/reevoo-bg.png);
  background-position: 93%;
  background-repeat: no-repeat;
  color: #000;
  line-height: normal;
  padding: 20px;
  position: relative;
}
.reevoo-badge .inner:after,
.reevoo-badge > .reevoobox:after {
  clear: both;
  content: " ";
  display: table;
}
.reevoo-badge .title {
  display: none;
}
.reevoo-badge .rating {
  border: 5px solid #ff7811;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 110px;
  margin: 0 auto 5%;
  width: 110px;
}
.reevoo-badge .rating:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.reevoo-badge .rating-inset {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.reevoo-badge .overall {
  color: #ff7811;
  display: block;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 8px;
}
.reevoo-badge .decimal {
  background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/icon-reevoo.png)
    right 2px no-repeat;
  display: inline-block;
  font-size: 25px;
  padding-right: 24px;
}
.reevoo-badge .caption {
  display: block;
  font-size: 15px;
  line-height: normal;
  margin-bottom: 4px;
  max-width: 280px;
  width: auto;
}
.reevoo-badge .caption:before {
  color: #ff7811;
  content: "Reviews";
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}
.reevoo-badge .caption span {
  font-weight: 700;
}
.reevoo-badge .badge {
  display: block;
  font-family: Arial;
  width: auto;
}
.reevoo-badge .badge img {
  max-width: 100%;
}
.reevoo-badge .button {
  display: block;
  width: auto;
}
.reevoo-badge .button .btn {
  background: #ff7811;
  border-radius: 40px;
  color: #fff;
  line-height: 40px;
  padding: 0 20px;
}
.reevoo-badge .button .btn:hover {
  background: #dd6000;
}
.reevoo-badge.small {
  padding-bottom: 0;
}
.reevoo-badge.small .rating {
  float: left;
  height: 90px;
  width: 90px;
}
.reevoo-badge.small .rating-inset {
  font-size: 14px;
}
.reevoo-badge.small .decimal {
  font-size: 18px;
}
.reevoo-badge.small .caption {
  font-size: 13px;
  line-height: 16px;
  margin-left: 115px;
  margin-right: 0;
  padding-top: 0;
}
.reevoo-badge.small .badge {
  margin-bottom: 0;
  margin-left: 115px;
  margin-right: 10%;
}
.reevoo-badge.simplified {
  padding-bottom: 0;
}
.reevoo-badge.simplified .inner,
.reevoo-badge.simplified > .reevoobox {
  background: none;
  padding: 0;
}
.reevoo-badge.simplified .caption {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 0 76px;
  position: relative;
}
.reevoo-badge.simplified .caption:before {
  display: none;
}
.reevoo-badge.simplified .caption:after {
  background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/reevoo/badge-simplified.png);
  content: "";
  display: block;
  height: 17px;
  width: 132px;
}
.reevoo-badge.simplified .rating {
  background: none;
  border: 0;
  float: left;
  height: 36px;
  margin-bottom: 0;
  width: 65px;
}
.reevoo-badge.simplified .rating-inset {
  font-size: 10px;
}
.reevoo-badge.simplified .decimal {
  background-position: right 1px;
  background-size: 11px auto;
  font-size: 13px;
  padding-right: 12px;
}
.reevoo-badge.simplified .overall {
  font-size: 20px;
  line-height: 20px;
}
.reevoo-badge.simplified .badge {
  display: none;
}
.vacancies-list .vacancies-table td[class*="job-reference"] span:before {
  content: "Job Reference";
}
.vacancies-list .vacancies-table td[class*="location"] span:before {
  content: "Location";
}
.vacancies-list .vacancies-table td[class*="working-hours"] span:before {
  content: "Working Hours";
}
.vacancies-list .vacancies-table td[class*="salary"] span:before {
  content: "Salary";
}
.vacancies-list .vacancies-table td[class*="closing_date"] span:before {
  content: "Closing Date";
}
.vacancies-list .vacancies-table tr {
  border: 1px solid #efefef;
}
.vacancies-list .vacancies-table tr td span {
  text-align: right;
}
.vacancies-list .vacancies-table tr td span:before {
  font-weight: 700;
}
.vacancies-list .vacancies-table tr td.job-title {
  border: 0;
  font-size: 21px;
  font-weight: 700;
  padding: 0 0 30px;
}
.vacancies-list .vacancies-table tr td.job-title span {
  text-align: left;
}
.job-details {
  border: 1px solid #efefef;
  text-align: right;
}
.job-details > .inner {
  background: transparent;
}
.job-details > .inner > div {
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  padding: 10px 20px;
}
.job-details > .inner > div:last-child {
  border-bottom: 0;
}
.job-details .heading {
  display: block;
  float: left;
  font-weight: 700;
}
.job-details .value {
  display: block;
}
.valuations__widget .icon:before {
  font-size: 40px;
}
.valuations__widget .icon.lock:before {
  content: "\e08e";
}
.valuations__widget .icon.vehicle:before {
  content: "\e003";
}
.valuations__widget .icon.car:before {
  content: "\e060";
}
.valuations__widget .icon.bike:before,
.valuations__widget .icon.van:before {
  content: "\e04a";
}
.valuations__widget .icon.mail:before {
  content: "\e08d";
}
.valuations__widget .icon.clipboard:before {
  content: "\e0a6";
}
.valuations__widget .icon.percent:before {
  content: "\e058";
}
.valuations__widget .valuation__navigation-bar {
  background: #efefef;
  flex-shrink: 0;
  margin-bottom: 30px;
  padding: 25px 30px;
  width: 100%;
}
.valuations__widget .valuation__navigation-bar .stepper__header .stepper__step {
  flex: 1 1 0;
}
.valuations__nav-bar--hide .valuations__widget .valuation__navigation-bar {
  display: none;
}
.valuations__widget .radio-btn .controls {
  margin-bottom: 10px;
}
.valuations__widget .radio-btn span {
  margin-left: 10px;
}
.valuations__widget .form-module.form-module .tick-box .control-label {
  width: auto;
}
.valuations__widget .form-actions {
  margin-top: 20px;
}
.valuations__widget .form-actions .button {
  display: block;
}
.valuations__widget .heading {
  padding-bottom: 20px;
}
.valuations__widget .heading .title {
  font-size: 21px;
  font-weight: 700;
}
.valuations__widget .heading.has-icon {
  display: grid;
  grid-template-areas: "icon title" "icon sub-title";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 15px;
}
.valuations__widget .heading.has-icon .icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  align-self: center;
  grid-area: icon;
}
.valuations__widget .heading.has-icon .title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: title;
}
.valuations__widget .heading.has-icon .sub-title {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: sub-title;
}
.valuations__widget .heading.has-icon .sub-title p {
  margin-bottom: 0;
}
.valuations__widget .heading + .hr {
  padding-top: 0;
}
.valuations__widget .valuations__info {
  display: none;
}
.valuations__widget .valuations__info .heading.has-icon {
  grid-template-areas: "icon sub-title" "icon sub-title";
  padding-bottom: 10px;
}
.valuations__widget .valuations__info .heading.has-icon .sub-title {
  align-self: center;
}
.valuations__widget .heading.heading__vehicle–details {
  grid-column-gap: 0;
}
.valuations__widget .heading__vehicle–details .icon {
  display: none;
}
.valuations__widget .heading__vehicle--title {
  display: flex;
}
.valuations__widget .heading__vehicle--title .icon {
  order: 2;
}
.valuations__widget .heading__vehicle--title .icon:before {
  content: "\e076";
}
.valuations__widget .heading__vehicle--title.is-open .icon:before {
  content: "\e073";
}
.valuations__widget .vehicle-details .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valuations__widget .vehicle-details .row + .row {
  padding-top: 5px;
}
.valuations__widget .vehicle-details .value {
  font-weight: 700;
}
.valuations__widget .valuations__lookup--manual {
  display: flex;
  flex-wrap: wrap;
}
.valuations__widget .valuations__lookup--manual > * {
  flex: 1;
}
.valuations__widget .valuations__lookup p {
  padding-top: 10px;
}
.valuations__widget .valuations__form--variant > * {
  flex: 1;
}
.valuations__widget .valuations__form--variant {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valuations__widget .valuations__form--variant > .control-group {
  padding-top: 5px;
}
.valuations__widget .valuations__form--variant .control-label {
  height: auto;
  line-height: normal;
  min-height: 17px;
}
.valuations__widget .valuations__form--variant .form-actions {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
.valuations__widget .valuations__form--lookup {
  flex-wrap: wrap;
}
.valuations__widget .valuations__form--lookup .control-group {
  flex: 1;
  margin-top: 0;
  min-width: 250px;
  position: relative;
}
.valuations__widget .valuations__form--lookup .form-actions {
  display: flex;
  min-width: 250px;
}
.valuations__widget .valuations__form--lookup .form-actions .button {
  flex: 1;
}
.valuations__widget .valuations__form--lookup .form-actions .btn {
  display: block;
  width: 100%;
}
.valuations__widget .valuations__form--lookup .control-group + .control-group {
  margin-top: 15px;
}
.valuations__widget .condition {
  margin-bottom: 20px;
}
.valuations__widget .condition_heading {
  display: grid;
  grid-template-areas: "icon-reward sub-title arrow" "icon-reward title arrow";
  grid-template-columns: auto 1fr;
  grid-column-gap: 15px;
  background: #d2232a;
  color: #fff;
  padding: 15px 10px;
}
.valuations__widget .condition__two .condition_heading {
  background: #a61c21;
}
.valuations__widget .condition__three .condition_heading {
  background: #7b1419;
}
.valuations__widget .condition_heading .icon.reward {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  align-self: center;
  background: #fff;
  border-radius: 100%;
  color: #d2232a;
  grid-area: icon-reward;
  padding: 10px;
}
.valuations__widget .condition_heading .icon.reward:before {
  content: "\e09b";
  line-height: 1;
}
.valuations__widget .condition_heading .icon.arrow {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  align-self: center;
  grid-area: arrow;
}
.valuations__widget .condition_heading .icon.arrow:before {
  content: "\e076";
}
.valuations__widget .condition_heading .title {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  font-size: 21px;
  font-weight: 700;
  grid-area: title;
}
.valuations__widget .condition_heading .sub-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  grid-area: sub-title;
}
.valuations__widget .condition_body {
  display: none;
}
.valuations__widget .is-open .condition_body {
  display: block;
  padding: 15px 10px;
}
.valuations__widget .mot-reminder {
  margin-bottom: 20px;
}
.valuations__widget .valuations__logos {
  margin-top: 20px;
}
.valuations__widget.valuations__step--01 {
  padding: 20px;
}
.valuations__widget.valuations__step--02 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.valuations__widget.valuations__step--02 > * {
  flex: 1 0 auto;
  width: 100%;
}
.cw-plugin.cw-plugin {
  color: #464646;
  line-height: normal;
  width: auto;
}
.cw-plugin.cw-plugin input,
.cw-plugin.cw-plugin select {
  font-size: 18px;
  height: 45px;
  line-height: 45px;
}
.cw-plugin.cw-plugin .cw-add-on {
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
}
.cw-plugin.cw-plugin .cw-results-error {
  min-height: 41px;
}
.cw-plugin.cw-plugin .cw-cfc-banner h2 {
  font-size: 1.25rem;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.cw-plugin.cw-plugin #cw-overlay {
  z-index: 1205;
}
.cw-plugin.cw-plugin .cw-radio {
  font-size: 12px;
}
.cw-plugin.cw-plugin .cw-radio input {
  height: auto;
  margin: 0 0 0 4px;
}
.cw-plugin.cw-plugin .cw-radio input,
.cw-plugin.cw-plugin .cw-radio span {
  display: inline-block;
  vertical-align: middle;
}
.cw-plugin.cw-plugin .cw-lightbox {
  color: #000;
  z-index: 1200;
}
.cw-plugin.cw-plugin .cw-button,
.cw-plugin.cw-plugin .cw-call-to-action {
  background-color: #d2232a;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: 0 5px;
  padding: 0 2.22222222em;
  text-decoration: none;
  transition:
    background-color 0.1s ease-in-out,
    color 0.1s ease-in-out;
  vertical-align: middle;
}
.cw-plugin.cw-plugin .cw-button:focus,
.cw-plugin.cw-plugin .cw-button:hover,
.cw-plugin.cw-plugin .cw-call-to-action:focus,
.cw-plugin.cw-plugin .cw-call-to-action:hover {
  background-color: #000;
  box-shadow: none;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.cw-plugin.cw-plugin .cw-calculate-button-container {
  padding-top: 20px;
}
.cw-plugin.cw-plugin .cw-calculate-button-container .cw-action {
  display: block;
}
.cw-plugin.cw-plugin .cw-finance-options {
  background: #757575;
  margin-top: 8px;
}
.cw-plugin.cw-plugin .cw-finance-options .cw-control-group {
  padding: 0;
}
.cw-plugin.cw-plugin
  .cw-finance-options
  .cw-calculation-form-row
  > .cw-control-group {
  padding-right: 10px;
}
.cw-plugin.cw-plugin .cw-finance-options .cw-control-label {
  color: #fff;
  font-size: 12px;
  margin-bottom: 6px;
}
.cw-plugin.cw-plugin .cw-finance-options .cw-radio {
  color: #fff;
}
.cw-plugin.cw-plugin .cw-product-header {
  background: #757575;
}
.cw-plugin.cw-plugin .cw-product-header h2,
.cw-plugin.cw-plugin .cw-product-header h3 {
  color: #fff;
  font-size: 1.25rem;
  padding: 0;
}
.cw-plugin.cw-plugin .cw-product-header h3 {
  font-size: inherit;
}
.cw-plugin.cw-plugin .cw-product {
  width: 50%;
}
.cw-plugin.cw-plugin .cw-product-inset {
  border-color: #757575;
  font-size: 18px;
}
.cw-plugin.cw-plugin #cw-email-success {
  padding: 0;
}
.cw-plugin.cw-plugin .cw-lightbox {
  height: auto;
}
.cw-plugin.cw-plugin .indemnity {
  color: #000;
}
.representative-finance-example .representative-finance-example {
  margin-left: 0;
}
.representative-finance-example.has-credit-check .inner {
  padding-bottom: 34px;
}
.representative-finance-example .inner {
  background: #fff;
  border: 1px solid #efefef;
  color: #404040;
  font-size: 14px;
  position: relative;
}
.representative-finance-example .toggle-button {
  cursor: pointer;
  float: right;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
.representative-finance-example .toggle-button .icon {
  float: none;
  margin-left: 5px;
}
.representative-finance-example .toggle-button .icon:before {
  border-bottom: 0;
  border-inline: 4px solid transparent;
  border-top: 5px solid #464646;
  font-size: 0;
  height: 0;
  width: 0;
}
.representative-finance-example .toggle-button:before {
  content: "Show";
  display: inline-block;
}
.representative-finance-example .toggle-button.active:before {
  content: "Hide";
}
.representative-finance-example .toggle-button.active .icon:before {
  border-bottom: 5px solid #464646;
  border-inline: 4px solid transparent;
  border-top: 0;
  font-size: 0;
  height: 0;
  width: 0;
}
.representative-finance-example .toggle-heading {
  border: 0;
  border-radius: 0;
  cursor: default;
  line-height: 40px;
  margin-bottom: 0;
  min-height: 40px;
  padding-block: 0;
  transition: background 0.5s;
}
.representative-finance-example .toggle-heading:after {
  clear: both;
  content: " ";
  display: table;
}
.representative-finance-example .toggle-heading:before {
  content: "Representative Example";
  display: inline-block;
}
.representative-finance-example .toggle-heading:hover {
  background: none;
}
.representative-finance-example .toggle-heading .excerpt {
  display: none;
}
.representative-finance-example .toggle-heading .button {
  bottom: 0;
  left: 0;
  line-height: 34px;
  position: absolute;
  width: 100%;
}
.representative-finance-example .toggle-heading .button:after {
  border-top: 1px solid #efefef;
  content: "";
  display: block;
  height: 0;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 0;
}
.representative-finance-example .toggle-heading .button .btn {
  color: #d2232a;
  line-height: 34px;
  padding-inline: 5px;
}
.representative-finance-example .toggle-heading .button .btn span {
  text-decoration: underline;
}
.representative-finance-example .toggle-body {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 0;
}
.representative-finance-example h2 {
  display: none;
}
.representative-finance-example .budget-summary-tables {
  border: 1px solid #efefef;
}
.representative-finance-example
  .budget-summary-tables
  .budget-summary-content:before {
  content: "Representative Example";
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
  padding-left: 10px;
}
.representative-finance-example .budget-summary {
  padding: 0;
}
.representative-finance-example .budget-summary table {
  width: 100%;
}
.representative-finance-example .budget-summary th {
  background: #fff;
  border-bottom: 0;
  border-left: 0;
  color: #000;
  display: flex;
  font-weight: 700;
  padding: 2px 10px 0;
  text-align: left;
}
.representative-finance-example .budget-summary th .tooltip {
  margin-left: 2px;
  order: 2;
}
.representative-finance-example .budget-summary th .tooltip .icon:before {
  position: relative;
  top: -2px;
}
.representative-finance-example .budget-summary th.first {
  border-left: none;
  text-align: left;
}
.representative-finance-example .budget-summary td {
  background: #fff;
  border-bottom: 0;
  border-left: 1px solid #e6e6e6;
  color: #000;
  font-weight: 400;
  padding: 0 10px 2px;
  text-align: left;
}
.representative-finance-example .price-apr-rate {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.representative-finance-example .price-apr-rate:after {
  clear: both;
  content: " ";
  display: table;
}
.representative-finance-example .price-apr-rate div {
  float: right;
  padding: 5px;
}
.representative-finance-example .finance-text {
  border: 1px solid #e6e6e6;
  clear: both;
  padding: 5px;
  text-align: right;
}
.representative-finance-example .finance-text p {
  padding: 0;
}
.gallery.module .cycle-scroller > .heading {
  color: #000;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  line-height: 1;
  margin-bottom: 0.8em;
  margin-top: 0;
  text-transform: uppercase;
}
.gallery.module > .inner {
  margin: 0;
  padding: 0;
  position: relative;
}
.gallery.module .controls {
  bottom: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.gallery.module .cycle-pager-container {
  display: none;
}
.gallery.module .cycle-next,
.gallery.module .cycle-prev {
  display: inline-block;
  position: static;
}
.gallery.module .disabled {
  display: none;
}
.gallery.module .cycle-sentinel,
.gallery.module .item {
  cursor: pointer;
  width: 100%;
}
.gallery.module .cycle-sentinel:after,
.gallery.module .item:after {
  clear: both;
  content: " ";
  display: table;
}
.gallery.module .last {
  display: none !important;
}
.gallery.module .column {
  float: left;
  width: 26.1%;
}
.gallery.module .column-1 {
  width: 39.1%;
}
.gallery.module .column-2 {
  width: 34.8%;
}
.gallery.module .image {
  cursor: pointer;
  position: relative;
}
.gallery.module .zoom {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.gallery.module .zoom .icon:before {
  color: #fff;
  content: "\e08f";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 25px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery.module .count {
  bottom: 100px;
  font-size: 20px;
  left: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 100%;
}
.gallery.module .count .heading:after {
  content: "-";
  display: inline-block;
  padding: 0 10px;
}
#modal-advert,
div[data-require-module-id="widgets/popin"] .modal {
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
}
#modal-advert .modal-header,
div[data-require-module-id="widgets/popin"] .modal .modal-header {
  background: none;
  border: none;
  padding: 0;
}
#modal-advert .modal-header:after,
div[data-require-module-id="widgets/popin"] .modal .modal-header:after {
  clear: both;
  content: " ";
  display: table;
}
#modal-advert .modal-header .close,
div[data-require-module-id="widgets/popin"] .modal .modal-header .close {
  font-size: 0;
  right: -10px;
  top: -10px;
}
#modal-advert .modal-header .close span,
div[data-require-module-id="widgets/popin"] .modal .modal-header .close span {
  display: none;
}
#modal-advert .modal-body,
div[data-require-module-id="widgets/popin"] .modal .modal-body {
  height: auto;
  max-height: none;
  overflow-y: visible;
  padding: 0;
}
#modal-advert .modal-body .inner,
div[data-require-module-id="widgets/popin"] .modal .modal-body .inner {
  margin: 0;
  padding: 0;
}
#modal-advert .modal-body .cyclr .item [data-ratio="4:3"] + img,
div[data-require-module-id="widgets/popin"]
  .modal
  .modal-body
  .cyclr
  .item
  [data-ratio="4:3"]
  + img {
  aspect-ratio: 4/3;
}
#modal-advert .modal-body .cyclr .item [data-ratio="3:2"] + img,
div[data-require-module-id="widgets/popin"]
  .modal
  .modal-body
  .cyclr
  .item
  [data-ratio="3:2"]
  + img {
  aspect-ratio: 3/2;
}
#modal-advert .modal-body .cyclr .item [data-ratio="16:9"] + img,
div[data-require-module-id="widgets/popin"]
  .modal
  .modal-body
  .cyclr
  .item
  [data-ratio="16:9"]
  + img {
  aspect-ratio: 16/9;
}
#modal-advert .modal-footer,
div[data-require-module-id="widgets/popin"] .modal .modal-footer {
  display: none;
}
#modal-finance-example .finance-calculator {
  padding-inline: 0;
}
#modal-finance-example .modal-header h3 {
  border-bottom: 1px solid #efefef;
  color: #464646;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 25px;
  font-size: calc(20px + (25 - 20) * ((100vw - 768px) / (1600 - 768)));
  font-weight: 700;
  line-height: 40px;
  line-height: normal;
  margin: 0;
  padding: 20px 50px 20px 20px;
}
.modal-body #modal-finance-example .modal-header h3 {
  border-bottom: none;
  padding: 0;
}
#modal-finance-example .modal-header h3:empty {
  display: none;
}
#modal-finance-example .finance-controls,
#modal-finance-example .finance-table {
  clear: none;
  float: left;
  margin: 0;
}
#modal-finance-example .modal-footer {
  font-size: 11px;
  text-align: left;
}
.motability-search {
  clear: both;
  color: #000;
}
.motability-search > .inner {
  background: #fafafc;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  padding: 22px;
}
.motability-search a {
  color: #000;
  text-decoration: none;
}
.motability-search p {
  background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/motability.png)
    0 0 no-repeat;
  font-size: 14px;
  font-weight: 700;
  padding: 30px 0 14px 295px;
}
.motability-search .range-slider {
  background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/motability-scale.png)
    0 0 no-repeat;
  background-size: 100% auto;
  margin-bottom: 55px;
  margin-top: 47px;
  padding-top: 23px;
}
.motability-search .range-slider .slider {
  padding: 10px;
}
.motability-search .range-slider .slider .ui-slider {
  background-color: #6e6e6e;
  background-image: linear-gradient(180deg, #4f4f4f, #9c9c9c);
  background-repeat: repeat-x;
  border: 1px solid #a1a1a1;
  border-radius: 7px;
  height: 10px;
}
.motability-search .range-slider .slider .ui-slider .ui-slider-handle {
  background: #a1a1a1;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #969698;
  height: 4px;
  margin-left: -9px;
  top: -6px;
  width: 4px;
}
.motability-search .range-slider .slider .ui-slider .ui-slider-handle .value {
  bottom: -20px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  left: -34px;
  position: relative;
  text-align: center;
  width: 75px;
}
.motability-search .range-slider .slider .ui-slider .ui-slider-handle label {
  display: none;
}
.motability-search .range-slider .slider .ui-slider .ui-slider-range {
  background-color: #fbc699;
  background-image: linear-gradient(180deg, #ffcdb0, #f4bb76);
  background-repeat: repeat-x;
  border: 1px solid #af5114;
  border-radius: 6px;
  border-radius: 7px;
  height: 10px;
  top: -1px;
}
.motability-search .range-slider .max-wrap,
.motability-search .range-slider .min-wrap {
  display: none;
}
.motability-search .filter-models:after {
  clear: both;
  content: " ";
  display: table;
}
.motability-search .filter-models .model {
  float: left;
  transition: width 0.4s ease-in-out;
  width: 20%;
}
.motability-search .filter-models .model img {
  width: 100%;
}
.motability-search .filter-models .title {
  min-height: 40px;
  padding: 10px 0;
}
.motability-search .filter-models .price,
.motability-search .filter-models .title {
  display: block;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
}
.offer-count {
  text-align: center;
}
.offer-count > .inner {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  height: 120px;
  padding: 10px;
  width: 120px;
}
.offer-count > .inner:before {
  content: " ";
  height: 100%;
}
.offer-count .count,
.offer-count > .inner:before {
  display: inline-block;
  vertical-align: middle;
}
.offer-count .value {
  display: block;
  font-size: 55px;
  line-height: normal;
}
.offer-count .label {
  display: block;
  font-size: 16px;
}
.offer-variants .item {
  border: 1px solid #efefef;
  margin-bottom: 10px;
  padding: 18px;
}
.offer-variants .item:after {
  clear: both;
  content: " ";
  display: table;
}
.offer-variants .title {
  color: #d2232a;
  padding: 0 0 15px;
}
.offer-variants .price,
.offer-variants .title {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 25px;
  line-height: normal;
}
.offer-variants .price {
  font-weight: 700;
  padding: 0 0 25px;
}
.offer-variants .button {
  clear: both;
  padding: 10px 0 0;
}
.offer-variants .button .btn {
  margin: 0 auto;
}
.social-widget {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}
.social-widget a {
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.social-widget .inner {
  background: #f1f5f8;
  border-radius: 0 0 5px 5px;
}
.social-widget .head {
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 20px;
  position: relative;
}
.social-widget .head a {
  color: #fff;
  text-decoration: none;
}
.facebook.social-widget .head {
  background: #0b5998;
}
.twitter.social-widget .head {
  background: #1dcaff;
}
.social-widget .head .username {
  font-weight: 700;
  padding-top: 5px;
}
.social-widget .head .action {
  float: right;
  line-height: 65px;
}
.social-widget .head div:first-of-type:not(.badge) {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.social-widget .badge {
  float: left;
  height: 65px;
  margin-right: 10px;
  width: 65px;
}
.social-widget .message {
  clear: both;
  min-height: 57px;
  word-wrap: break-word;
}
.social-widget .item {
  border-top: 2px solid #fff;
  color: #404040;
  padding: 20px;
}
.facebook.social-widget .item a {
  color: #0b5998;
}
.facebook.social-widget .item .icon:before {
  content: "\e083";
}
.twitter.social-widget .item a {
  color: #1dcaff;
}
.twitter.social-widget .item .icon:before {
  content: "\e901";
}
.social-widget .item .icon {
  float: left;
  height: 20px;
  margin: 0 10px 10px 0;
  width: 20px;
}
.social-widget .item .username a {
  color: #7d7d80;
  float: left;
  line-height: 25px;
  margin-bottom: 10px;
  text-decoration: none;
}
.social-widget .item .date {
  color: #7d7d80;
  float: right;
  line-height: 25px;
  margin-bottom: 10px;
}
.scroller > .inner {
  margin: 0 auto;
  max-width: 999px;
  position: relative;
}
.scroller ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.scroller li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 999px;
}
.scroller li a {
  color: #333;
}
.scroller .title {
  font-size: 0.9375rem;
  padding-bottom: 1em;
}
.scroller .controls {
  bottom: 0;
  font-size: 20px;
  position: absolute;
  right: 0;
}
.scroller .next {
  cursor: pointer;
  float: right;
}
.scroller .next:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e075";
}
.scroller .next span {
  display: none;
}
.scroller .prev {
  cursor: pointer;
  float: left;
}
.scroller .prev:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e074";
}
.scroller .prev span {
  display: none;
}
.scroller .control {
  cursor: pointer;
  float: left;
}
.scroller .control:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e07b";
}
.scroller .control span {
  display: none;
}
.scroller .control.pause:before {
  content: "\e07a";
}
.scroller .scroll {
  overflow: hidden;
  position: relative;
}
.scroller .scroll .inset {
  width: 999px;
}
.scroller .date {
  font-size: 0.9375rem;
}
.online-deposits-widget .container {
  width: auto;
}
.online-deposits-widget #loadingImg {
  border-radius: 5px;
  display: block;
  height: 64px;
  margin: 10px auto;
  opacity: 1;
  padding: 10px;
  width: 64px;
}
.online-deposits-widget #nd-online-vehicle-sales {
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
}
.online-deposits-widget #nd-online-vehicle-sales .ovs-content {
  background: #fff;
  border-top: 0;
}
.online-deposits-widget #nd-online-vehicle-sales .bg-white.desktop-summary {
  background: none;
}
.online-deposits-widget #nd-online-vehicle-sales .summary-section,
.online-deposits-widget
  #nd-online-vehicle-sales
  .summary-section-container.ovs-fixed {
  background: #fff;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  ovs-login-bar
  .ovs-login-bar-container {
  border: 0;
  box-shadow: none;
}
.online-deposits-widget #nd-online-vehicle-sales .text-primary {
  color: #d2232a;
}
.online-deposits-widget #nd-online-vehicle-sales .text-danger {
  color: #e74c3c;
}
.online-deposits-widget #nd-online-vehicle-sales .bg-primary {
  background: #d2232a;
}
.online-deposits-widget #nd-online-vehicle-sales .bg-white {
  background: #fff;
}
.online-deposits-widget #nd-online-vehicle-sales .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}
.online-deposits-widget #nd-online-vehicle-sales .title-large {
  color: #d2232a;
  font-size: 28px;
  font-weight: 500;
}
.online-deposits-widget #nd-online-vehicle-sales .link {
  color: #d2232a;
  font-weight: 400;
  text-decoration: none;
}
.online-deposits-widget .mat-select {
  color: #464646;
  font-family:
    bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif !important;
  font-size: 14px;
}
.mat-datepicker-popup .mat-calendar-body-selected {
  background: #d2232a;
}
.mat-datepicker-popup .mat-calendar-body-cell {
  padding-inline: 0;
}
.online-deposits-widget .mat-error,
.online-deposits-widget .mat-form-field-label {
  color: #d2232a;
  font-family:
    bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif !important;
}
.online-deposits-widget #nd-online-vehicle-sales .mat-icon-button,
.online-deposits-widget .cw__proposal-form .cw__tooltip--question-body {
  color: #d2232a;
}
.online-deposits-widget
  .cw__proposal-form
  .mat-focused
  .mat-form-field-placeholder {
  color: #464646;
}
.online-deposits-widget .cw__proposal-form .mat-form-field-ripple {
  background: #464646;
}
.online-deposits-widget .mat-expansion-panel-content {
  font-family:
    bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif !important;
}
.online-deposits-widget #nd-online-vehicle-sales [href="/account-summary"] {
  display: none;
}
.online-deposits-widget #nd-online-vehicle-sales .mat-form-field {
  line-height: 18px;
}
.online-deposits-widget #nd-online-vehicle-sales input,
.online-deposits-widget #nd-online-vehicle-sales select {
  background: transparent;
  border: none;
  color: inherit;
  font-family:
    bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  min-height: 0;
  padding: initial;
}
.online-deposits-widget #nd-online-vehicle-sales .checkmark-container input {
  opacity: 0;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  select:not([type="radio"]):focus {
  border-color: #d2232a;
}
.online-deposits-widget #nd-online-vehicle-sales .form_title {
  font-size: 16px;
}
.online-deposits-widget #nd-online-vehicle-sales .form_sub-title {
  font-weight: 400;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit,
.online-deposits-widget #nd-online-vehicle-sales .ovs-button {
  background-color: #d2232a;
  border-radius: 5px;
  border-radius: 5px !important;
  color: #fff;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-family:
    bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif !important;
  font-weight: 700;
  height: 45px !important;
  overflow: hidden;
  position: relative;
  text-align: center !important;
  text-transform: uppercase;
  z-index: 1;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit
  span,
.online-deposits-widget #nd-online-vehicle-sales .ovs-button span {
  position: relative;
  top: -2px;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit:after,
.online-deposits-widget #nd-online-vehicle-sales .ovs-button:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.no-touch
  .online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit:after,
.no-touch .online-deposits-widget #nd-online-vehicle-sales .ovs-button:after {
  transition: width 0.4s ease-in-out;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit
  span,
.online-deposits-widget #nd-online-vehicle-sales .ovs-button span {
  display: inline-block;
  line-height: normal;
  top: -1px;
  vertical-align: middle;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit
  span:after,
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit
  span:before,
.online-deposits-widget #nd-online-vehicle-sales .ovs-button span:after,
.online-deposits-widget #nd-online-vehicle-sales .ovs-button span:before {
  display: none !important;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit.ovs-button_outline,
.online-deposits-widget
  #nd-online-vehicle-sales
  .ovs-button.ovs-button_outline {
  background: transparent;
  border: 1px solid #d2232a;
  color: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit.ovs-button_outline:hover,
.online-deposits-widget
  #nd-online-vehicle-sales
  .ovs-button.ovs-button_outline:hover {
  background: transparent;
  color: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit.ovs-button_outline:after,
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit.ovs-button_outline:before,
.online-deposits-widget
  #nd-online-vehicle-sales
  .ovs-button.ovs-button_outline:after,
.online-deposits-widget
  #nd-online-vehicle-sales
  .ovs-button.ovs-button_outline:before {
  display: none;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit:hover,
.online-deposits-widget #nd-online-vehicle-sales .ovs-button:hover {
  background-color: #000;
  background: #d2232a;
  color: #fff;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  button.auth0-lock-submit:hover:after,
.online-deposits-widget #nd-online-vehicle-sales .ovs-button:hover:after {
  width: 100%;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .modal_container
  .ovs-button.ovs-ci-button-back,
.online-deposits-widget
  #nd-online-vehicle-sales
  .modal_container
  .ovs-button.ovs-ci-button-next {
  width: 40%;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  .auth0-lock-submit {
  background: #d2232a !important;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  .auth0-lock-submit
  .auth0-label-submit {
  height: auto;
  text-transform: inherit;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .auth0-lock.auth0-lock
  .auth0-lock-submit:hover {
  background: #000 !important;
}
.online-deposits-widget #nd-online-vehicle-sales .slider {
  direction: inherit;
}
.online-deposits-widget #nd-online-vehicle-sales .slider_label {
  justify-content: flex-start;
}
.online-deposits-widget #nd-online-vehicle-sales .mat-slider .mat-slider-thumb,
.online-deposits-widget
  #nd-online-vehicle-sales
  .mat-slider
  .mat-slider-track-fill {
  background: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .mat-slider
  .mat-slider-track-background {
  background: #efefef;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .mat-slider:hover
  .mat-slider-track-background {
  background: #757575;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .mat-slider.mat-slider-axis-inverted
  .mat-slider-track-fill {
  background: #efefef;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .mat-slider.mat-slider-axis-inverted
  .mat-slider-track-background {
  background: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .mat-slider.mat-slider-axis-inverted:hover
  .mat-slider-track-fill {
  background: #757575 !important;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .mat-slider.mat-slider-axis-inverted:hover
  .mat-slider-track-background {
  background: #d2232a !important;
}
.online-deposits-widget #nd-online-vehicle-sales .progress-bar_stage.active {
  color: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .progress-bar_stage.active
  .progress-bar_pip {
  background: #d2232a;
}
.online-deposits-widget #nd-online-vehicle-sales .progress-bar_stage.complete {
  color: #e0484e;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .progress-bar_stage.complete
  .progress-bar_pip {
  background: #e0484e;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .progress-bar_stage
  .progress-bar_stage-name {
  font-size: 13px;
}
.online-deposits-widget #nd-online-vehicle-sales .payment-method_tabs {
  font-size: 14px;
}
.online-deposits-widget #nd-online-vehicle-sales .finance-quote {
  font-size: 13px;
}
.online-deposits-widget #nd-online-vehicle-sales .payment-method_tab.active {
  color: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .payment-method_tab.active
  .payment-method_tab-link {
  border-color: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  .payment-method_tab.active:after {
  background: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  mat-expansion-panel.mat-expansion-panel
  .mat-expansion-panel-content
  .button-group
  .account-btn {
  border: 1px solid #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  mat-expansion-panel.mat-expansion-panel
  .mat-expansion-panel-content
  .icon {
  background: #d2232a;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  ovs-account-summary
  .my-account-header {
  max-width: 70%;
}
.online-deposits-widget
  #nd-online-vehicle-sales
  ovs-account-summary
  .my-account-header
  span
  p {
  line-height: normal;
}
[dir="rtl"] #nd-online-vehicle-sales .stage.payment-method .checkmark {
  right: 0;
}
.link-block h4.title {
  color: #464646;
  font-size: 1rem;
}
.link-block .link-group {
  float: left;
  padding: 30px 0;
}
.link-block .link-group .inner {
  background: transparent;
  overflow: hidden;
  padding: 0;
}
.link-block .link-ul {
  float: left;
  width: 100%;
}
.link-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.featured-cms-offers {
  color: #000;
  font-size: 1.125rem;
  position: relative;
}
.featured-cms-offers.scrollable .cycle-scroller {
  margin-bottom: 35px;
  margin-top: 15px;
  max-height: 920px;
  overflow-y: auto;
}
.featured-cms-offers .inner {
  padding: 0;
}
.featured-cms-offers .heading {
  color: #000;
  font-size: 31px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.featured-cms-offers .item {
  position: static;
}
.featured-cms-offers .item:first-child {
  margin-bottom: 30px;
}
.featured-cms-offers .inset {
  border: 1px solid #757575;
  display: grid;
  grid-template-areas: "title title title" "content content content" "btn btn btn";
  grid-template-columns: auto 1fr 1fr;
  min-height: 46px;
  padding: 30px 40px;
  text-align: left;
  transition: box-shadow 0.5s ease;
}
.featured-cms-offers .inset:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.featured-cms-offers .thumb {
  display: none;
  grid-area: thumb;
  position: relative;
}
.featured-cms-offers .title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  display: inline-block;
  grid-area: title;
  padding-bottom: 20px;
  vertical-align: top;
}
.featured-cms-offers .title h3 {
  color: #d2232a;
  margin-bottom: 0;
}
.featured-cms-offers .title a {
  color: #d2232a;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.featured-cms-offers .content {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: content;
}
.featured-cms-offers .btn {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  align-self: end;
  display: block;
  grid-area: btn;
  justify-self: end;
  margin-top: 20px;
}
.featured-cms-offers .social-share a {
  margin-right: 5px;
}
.featured-cms-offers .social-share .icon-twitter:before {
  content: "\e901";
}
.featured-cms-offers .social-share .icon-facebook:before {
  content: "\e083";
}
.featured-cms-offers .social-share .icon-google:before {
  content: "\e072";
}
.featured-cms-offers .social-share .text {
  display: none;
}
.cms ol,
.cms ul {
  margin: 0 0 20px;
  padding: 0 0 0 40px;
}
.cms.checklist .span12 {
  padding: 0;
}
.cms.checklist ul {
  margin-top: 15px;
  padding: 0;
}
.cms.checklist ul li {
  list-style: none;
  padding-bottom: 3px;
  padding-left: 32px;
  position: relative;
}
.cms.checklist ul li:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e08c";
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 3px;
}
.cms.checklist.checklist-center ul {
  text-align: center;
}
.cms.checklist.checklist-center ul li {
  padding-inline: 0;
}
.cms.checklist.checklist-center ul li:before {
  margin-right: 5px;
  margin-top: -2px;
  position: static;
}
.cms.table-borderless table {
  border: 0;
}
.cms.table-large table td,
.cms.table-large table th {
  padding: 16px 3px;
}
.cms.table-highlight-heading thead td {
  background-color: #757575;
}
.cms.table-ticks td i {
  font-size: 0;
}
.cms.table-ticks td i:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #d2232a;
  border-radius: 100%;
  color: #fff;
  content: "\e08c";
  font-size: 25px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.cms.media-rounded-none .media img {
  border-radius: 0 !important;
}
.cms.toggle-background .toggle-body,
.cms.toggle-background .toggle-heading {
  background: #fff;
}
.cms.toggle-margins .toggle-body + .toggle-heading {
  margin-top: 10px;
}
.cms img {
  display: block;
  width: 100%;
}
.cms table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  max-width: 100%;
  width: 100%;
}
.cms table td,
.cms table th {
  padding: 3px;
  vertical-align: top;
}
.cms table tbody tr:last-child td,
.cms table td,
.cms table th {
  border-bottom: 1px solid #eee;
}
.cms table thead td {
  font-weight: inherit;
}
.cms table tfoot td,
.cms table tfoot th {
  background: #f4f4f4;
}
.cms table.table-bordered td,
.cms table.table-bordered th {
  border: 1px solid #ddd;
}
.cms table.table-simple caption,
.cms table.table-simple td,
.cms table.table-simple th {
  border: 0;
  padding-left: 0;
}
.cms table.table-flat caption,
.cms table.table-flat td,
.cms table.table-flat th {
  border: 0;
  padding: 0;
}
.cms table.table-striped tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}
.cms table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}
.cms .mediaInner figcaption {
  display: block;
  font-family: Arial;
  font-size: 10px;
  padding: 5px 0;
  text-align: center;
}
.cms .mediaInner .responsive-video {
  height: auto;
  padding: 0;
  position: static;
}
.cms .responsive-table.scrollbar:before {
  content: " ";
  display: block;
  height: 64px;
  padding: 10px 0;
  text-align: center;
}
.no-touch .cms .responsive-table.scrollbar:before {
  display: none;
}
.cms .responsive-table {
  margin-bottom: 1.618em;
  overflow: auto;
  width: 100%;
}
.cms .responsive-table table {
  margin-bottom: 0;
}
.cms .responsive-table::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
}
.cms .responsive-table::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  border-radius: 8px;
}
.cms .media {
  padding-bottom: 20px;
}
.cms .media,
.cms .media .cycle.slideshow-image {
  position: relative;
}
.cms .row-fluid {
  clear: both;
}
.cms .sticky-module {
  background: none;
  min-height: 60px;
}
.cms .toggle {
  padding-inline: 0;
}
.cms .toggle .toggle-heading {
  margin-top: -1px;
}
.cms .toggle .close {
  display: none;
}
.cms.cms-collapsed .row-fluid + .row-fluid {
  margin-top: 0;
}
.cms.cms--row-margin .row-fluid {
  margin-inline: -10px;
}
.cms.p-collapsed p {
  margin-bottom: 0;
}
.valuation-widget-jump div:first-of-type.control-group input {
  appearance: none;
  background: #ffcf00;
  border-color: #ffcf00;
}
.valuation-widget-jump div:first-of-type.control-group input::placeholder {
  color: #000;
  font-style: italic;
  opacity: 1;
}
.valuation-widget-jump .btns {
  margin-top: 20px;
}
.incentives .incentive {
  font-size: 14px;
  font-weight: 400;
}
.incentives .incentive:before {
  background: currentColor;
  border-radius: 50%;
  content: "\A";
  display: inline-block;
  height: 5px;
  margin-right: 10px;
  vertical-align: middle;
  width: 5px;
}
.incentives .incentive .inset {
  display: inline;
}
.incentives.incentive--small .incentive {
  font-size: 14px;
}
.incentives.incentive--large .incentive {
  font-size: 20px;
}
.media-exterior360,
.media-exterior360 .exterior-container {
  position: relative;
}
.media-exterior360 img {
  height: auto !important;
  width: 100%;
}
.media-exterior360 .btn-hotspot {
  bottom: 15px;
  font-size: 12px;
  left: 15px;
  line-height: 30px;
  position: absolute;
}
.media-exterior360 #placeholder {
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.media-exterior360 #theStage {
  cursor: pointer;
}
.thumb-exterior .item div {
  float: none !important;
  width: auto !important;
}
.thumb-exterior .item div:last-of-type {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  font-size: 11px;
  left: 0;
  padding: 3px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 5;
}
#exterior-content .new-exterior {
  position: relative;
}
#exterior-content .new-exterior .main-title {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 15px;
  padding: 5px 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#exterior-content .new-exterior .btns.fullwidth {
  bottom: 5%;
  left: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
}
#exterior-content .new-exterior .btn-environments {
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 5px;
}
#exterior-content .new-exterior .btn-environments > span {
  display: none;
}
#exterior-content .new-exterior .btn-environments .btn-colour {
  display: block;
  padding: 5px 0;
}
#exterior-content .new-exterior .btn-environments .btn-colour .btn {
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 25px;
  padding: 0;
  width: 25px;
}
#exterior-content .new-exterior .btn-colours {
  display: inline-block;
}
#exterior-content .new-exterior .btn-colours .btn-colour {
  display: inline-block;
  position: relative;
}
#exterior-content .new-exterior .btn-colours .btn-colour > span {
  display: none;
}
#exterior-content .new-exterior .btn-colours .btn-colour:hover > span {
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid #999;
  border-radius: 10px;
  display: block;
  left: -30px;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 150px;
  z-index: 1;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn {
  background: none;
  border: 0;
  padding: 0 3px;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn:hover {
  background: none;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  height: 25px;
  width: 25px;
}
#exterior-content .terms {
  padding: 10px 0;
  text-align: center;
}
#exterior-content .new-exterior-loader {
  background: rgba(0, 0, 0, 0.5);
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 10;
}
#exterior-content .new-exterior-loader span {
  color: #fff;
  display: block;
  font-size: 17px;
  text-align: center;
  width: 100%;
}
#exterior-content .new-exterior-loader img {
  display: block;
  margin: 19% auto 0;
  width: 20%;
}
#exterior-content .reel-preloader {
  display: block !important;
}
.documents {
  padding: 0;
}
.documents .document,
.documents .item {
  border-bottom: 1px solid #efefef;
  line-height: 20px;
  padding: 10px;
  position: relative;
  text-align: left;
}
.documents .document:after,
.documents .item:after {
  clear: both;
  content: " ";
  display: table;
}
.documents .document > a,
.documents .document > span,
.documents .item > a,
.documents .item > span {
  display: inline-block;
  padding-inline: 20px;
  vertical-align: middle;
}
.documents .document a span,
.documents .item a span {
  text-decoration: underline;
}
.documents .document:hover,
.documents .item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.documents .document:hover span,
.documents .item:hover span {
  text-decoration: none;
}
.documents .document .icon,
.documents .item .icon {
  left: 10px;
  position: absolute;
  top: 10px;
  width: 20px;
}
.documents .image .icon:before,
.documents .jpg .icon:before,
.documents .png .icon:before {
  content: "\e0ae";
}
.documents .pdf .icon:before {
  content: "\e07e";
}
.documents .doc .icon:before {
  content: "\e0a6";
}
.documents .tooltip {
  position: absolute;
  right: 10px;
  top: 10px;
}
.documents .tooltip .icon {
  position: static;
}
.documents .tooltip .icon:before {
  content: "\e078";
}
#g .gg-btn-specials,
#g .gg-chat-bubble,
#g .gg-invite,
#g .gg-invite-mobile2__msg,
#g .gg-invite-mobile__img,
#g .gg-popup.gg-invite-mobile2,
#g .gg-tabs__item,
#g .gg-toolbar {
  z-index: 1016;
}
#g .gg-popup {
  z-index: 2500;
}
#g .gg-social:before {
  background: #d2232a;
}
#g .gg-btn-specials {
  background-color: #d2232a;
}
#g .gg-tabs .gg-tabs__item {
  background-color: #d2232a;
  opacity: 0.95;
}
#g .gg-tabs .gg-tabs__item:hover {
  background-color: #a61c21;
  opacity: 1;
}
#g .gg-chat-bubble,
#g .gg-chat-icon-wrapper:before,
#g .gg-chat-top {
  background: #d2232a;
}
#g .gg-chat-close {
  border-color: #fff;
}
#g .gg-chat-top__text {
  color: #fff;
}
#g .gg-message--visitor .gg-message__body {
  background: #d2232a;
  color: #fff;
}
#g .gg-message--visitor .gg-message__body a {
  color: inherit;
}
#g .gg-invite .gg-chat-reply {
  background: #fff;
  color: #000;
}
#g .gg-po {
  z-index: 99999999;
}
#g .gg-chat-reply__buttons .gg-chat-reply__text_us,
#g .gg-sms__submit {
  background: #d2232a;
  color: #fff;
}
.gm-box {
  background: #fff;
  overflow: hidden;
  padding: 20px;
}
.gm-box .heading {
  font-size: 18px !important;
  font-weight: 700 !important;
  padding-bottom: 10px;
}
.gm-box .address,
.gm-box .phone-numbers {
  margin-bottom: 10px;
}
.gm-box .thumb {
  float: right;
  height: auto !important;
  margin: 0 0 10px 10px;
  width: 140px;
}
.gm-box .description {
  float: left;
}
.gm-box .thumb img {
  max-width: 100% !important;
}
.gm-box .actions {
  border-top: 1px solid #ccc;
  clear: both;
  padding: 5px 0;
}
.gm-box ul {
  margin: 0;
}
.gm-box li,
.gm-box ul {
  list-style-type: none;
  padding: 0;
}
.gm-box li {
  background: #eee;
  float: left;
  height: 36px;
  margin: 0 10px 10px 0;
  width: 36px;
}
.gm-box li i {
  display: block;
  height: 36px;
  width: 36px;
}
.gm-box img {
  max-width: 100% !important;
}
#emac-service-plan-widget {
  background: transparent;
}
#emac-service-plan-widget .form-container {
  padding: 0;
}
#emac-service-plan-widget .section--inner {
  color: #000;
}
.search-tags .inner {
  display: flex;
  font-size: 0;
  padding-top: 5px;
}
.search-tags .inner.is-empty {
  display: none;
}
.search-tags .option {
  background: #d2232a;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 25px 5px 10px;
  position: relative;
}
.search-tags .option:after {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  content: "x";
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.search-tags .option .icon {
  display: none;
}
.search-tags .option .label {
  vertical-align: initial;
}
.search-tags .reset-all .icon {
  display: none;
}
.search-tags .reset-all a {
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px #757575;
  display: none;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-decoration: none;
}
.custom-html.payment-icons .title {
  font-size: 14px;
  font-weight: 700;
  width: 83px;
}
.custom-html.payment-icons .icon {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/modules/payment-icons/sprite-payment-icons.png);
  background-repeat: no-repeat;
  background-size: calc(100% * 7.04);
  height: 35px;
  margin: 0 2px;
  max-width: 45px;
  width: 28px;
}
.custom-html.payment-icons .icon.icon-visa {
  background-position: 0 50%;
}
.custom-html.payment-icons .icon.icon-mc {
  background-position: 16.666% 50%;
}
.custom-html.payment-icons .icon.icon-maestro {
  background-position: 33.333% 50%;
}
.custom-html.payment-icons .icon.icon-amex {
  background-position: 50% 50%;
}
.custom-html.payment-icons .icon.icon-apple-pay {
  background-position: 66.666% 50%;
}
.custom-html.payment-icons .icon.icon-google-pay {
  background-position: 83.333% 50%;
}
.custom-html.payment-icons .icon.icon-mada {
  background-position: 100% 38%;
  max-width: 100px;
  width: 65px;
}
.custom-html.payment-icons .flex-grow-1 .icon {
  width: calc((100% / 7) - 12px);
}
.custom-html.payment-icons .flex-grow-1 .icon.icon-mada {
  width: calc(26.28571% - 10px);
}
@media (max-width: 767px) {
  .theme--basic.module-cycle .inset {
    border: none;
  }
}
@media (min-width: 768px) {
  .theme--basic.module-cycle .inset {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.theme--simple.module-cycle .text {
  padding-left: 0;
  padding-right: 0;
}
.theme--standard.module-cycle .text {
  padding-bottom: 20px;
}
.theme--standard.module-cycle .thumb + .text {
  padding-top: 20px;
}
.theme--basic.module-cycle .date {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  padding-bottom: 20px;
}
.module-cycle .title a,
.module-cycle .title h3 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin: 0;
  text-decoration: none;
  text-transform: inherit;
}
.theme--basic.module-cycle .strapline,
.theme--basic.module-cycle .title {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: calc(17px + (21 - 17) * ((100vw - 768px) / (1600 - 768)));
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .theme--basic.module-cycle .strapline,
  .theme--basic.module-cycle .title {
    line-height: normal;
    min-height: 0;
  }
}
.theme--standard.module-cycle .strapline,
.theme--standard.module-cycle .title {
  display: block;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  padding-bottom: 10px;
  position: relative;
}
.theme--standard.module-cycle .strapline:after,
.theme--standard.module-cycle .title:after {
  background: #d2232a;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  min-width: 200px;
  position: absolute;
  transform: translateX(-50%);
}
.theme--basic.module-cycle .content {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.theme--standard.module-cycle .content {
  display: block;
  padding-bottom: 10px;
}
.theme--basic.jump .title,
.theme--standard.module-cycle .content {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
}
.theme--basic.jump .title {
  font-size: calc(21px + (23 - 21) * ((100vw - 768px) / (1600 - 768)));
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.theme--simple.jump .title {
  font-size: 24px;
  padding-left: 1px;
}
.theme--simple.jump .title,
.theme--standard.jump .title {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  line-height: 1;
}
.theme--standard.jump .title {
  display: block;
  font-size: 32px;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .theme--standard.jump .title {
    font-size: 50px;
    line-height: 75px;
  }
}
.theme--standard.jump .title:after {
  border-bottom: 1px solid #d2232a;
  content: "";
  display: none;
  height: 1px;
  min-width: 200px;
  padding-top: 10px;
}
.theme--basic.jump .sub-title {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
}
.theme--standard.jump .sub-title {
  font-size: 19px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 11px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .theme--standard.jump .sub-title {
    font-size: 30px;
    padding-bottom: 4px;
  }
}
.theme--basic.jump .strapline {
  font-size: 16px;
  font-weight: 700;
}
.theme--standard.jump .strapline {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}
.theme--basic.jump .content {
  font-size: 19px;
}
.theme--standard.jump .content {
  display: block;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 27px;
  padding-top: 8px;
}
.jump .content .u-inline {
  vertical-align: baseline;
}
.theme--standard.jump .button {
  padding-top: 26px;
}
.theme--simple.featured-stock .title a {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
}
.theme--internal-big.jumps-cycle .strapline {
  font-size: calc(22px + (28 - 22) * ((100vw - 768px) / (1600 - 768)));
  font-size: clamp(26px, 3vw, 50px);
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.theme--standard.jumps-cycle .strapline {
  font-size: 21px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.theme--standard.jumps-cycle .strapline:after {
  display: none;
}
.theme--simple.jumps-cycle .strapline {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .theme--simple.jumps-cycle .strapline {
    font-size: 40px;
    line-height: 36px;
  }
}
.theme--standard.jumps-cycle .content {
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
  padding: 0;
}
.theme--simple.jumps-cycle .content {
  line-height: 27px;
  padding-top: 10px;
}
.theme--simple.jumps-cycle .button {
  padding-top: 26px;
}
.theme--standard.valuation-widget-jump .text {
  padding-bottom: 20px;
}
.theme--basic.valuation-widget-jump .title {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.theme--simple.valuation-widget-jump .title {
  font-size: 24px;
}
.theme--simple.valuation-widget-jump .title,
.theme--standard.valuation-widget-jump .title {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  line-height: 1;
  padding-left: 1px;
}
.theme--standard.valuation-widget-jump .title {
  display: block;
  font-size: 20px;
  position: relative;
}
.theme--basic.valuation-widget-jump .content {
  font-size: 16px;
}
.theme--standard.valuation-widget-jump .content {
  display: block;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  padding-top: 10px;
}
.action-bar__wrap {
  background: #d2232a;
  padding-block: 10px;
  position: relative;
  top: auto !important;
}
.action-bar__wrap > [class*="layout-"] {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.action-bar__wrap > [class*="layout-"] > [class*="span"] {
  padding-inline: 0;
}
.action-bar__wrap .buying-online-jump-3 figure.responsive-image:before {
  content: "\e0e1";
}
.action-bar__wrap .buying-online-jump-2 figure.responsive-image:before {
  content: "\e08e";
}
.action-bar__wrap .buying-online-jump-1 figure.responsive-image:before {
  content: "\e091";
}
.action-bar__wrap .service-icon figure.responsive-image:before {
  content: "\e0b6";
}
.action-bar__wrap .tyre-icon figure.responsive-image:before {
  content: "\e0c5";
}
.action-bar__wrap .enquire-icon figure.responsive-image:before {
  content: "\e08d";
}
.action-bar__wrap .jump {
  position: relative;
  width: auto;
}
.action-bar__wrap .jump .inner:before {
  border-left-color: hsla(0, 0%, 100%, 0.25) !important;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.action-bar__wrap .jump a {
  align-items: center;
  display: flex;
  text-decoration: none;
}
.action-bar__wrap .jump a:after {
  clear: both;
  content: " ";
  display: table;
}
.action-bar__wrap .jump .thumb {
  float: left;
}
.action-bar__wrap .jump .thumb img {
  background: #d2232a;
  max-height: 25px;
}
.action-bar__wrap .jump .thumb [src*="no-image"] {
  visibility: hidden;
}
.action-bar__wrap .jump .thumb .responsive-image {
  position: relative;
}
.action-bar__wrap .jump .thumb figure.responsive-image:before {
  color: #fff;
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 50%;
  position: absolute;
  text-transform: none;
  top: 50%;
  transform: translate(-50%, -50%);
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.action-bar__wrap .jump .thumb + .title {
  padding-left: 10px;
}
.action-bar__wrap .jump .title {
  display: block;
  font-weight: 500;
}
.action-bar__wrap .jump .title,
.action-bar__wrap .module {
  color: #fff;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
}
.action-bar__wrap .module {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.action-bar__wrap .button.has-arrow .btn .icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e075";
  font-size: 16px;
  font-weight: inherit;
}
.action-bar__wrap .button.link .btn {
  font-size: 14px;
  line-height: normal;
  padding-inline: 0;
}
.action-bar__wrap .button.link .btn:after,
.action-bar__wrap .button.link .btn:before {
  display: none;
}
.action-bar__wrap .button.link .btn .icon {
  vertical-align: middle;
}
.action-bar__wrap .button .btn {
  background: transparent;
  border: none;
  color: #fff;
}
.action-bar__wrap .button .btn span:after,
.action-bar__wrap .button .btn span:before {
  display: none;
}
.action-bar__wrap .button .btn .icon {
  line-height: 0;
}
.container-50zg5 .container {
  width: auto;
}
.container-50zg5 .fixed {
  background: none;
  top: 80px;
}
.overlay__wrap {
  position: relative;
}
.overlay__wrap .row-fluid + .row-fluid {
  margin-top: 0;
}
.overlay__content {
  position: relative;
}
.overlay__row {
  background: #000;
  inset: 0 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.overlay__row--front {
  background: none;
  z-index: 15;
}
.overlay__image {
  background: #000;
  height: auto;
  left: 50%;
  min-width: 1920px;
  padding: 0;
  position: absolute;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.overlay__image--top {
  top: 0;
  transform: translate(-50%);
}
.overlay__image--top.overlay__image--fluid {
  transform: translate(0);
}
.overlay__image--fluid {
  left: 0;
  min-width: 100%;
  transform: translateY(-50%);
  width: 100%;
}
.overlay__image.fit-screen {
  min-width: 0;
}
.overlay__image img {
  width: 100%;
}
#nd-website-editor-wrap ~ #page-wrap .overlay__row .overlay__image {
  transform: none;
}
.social-share.toggle {
  margin-top: 0;
  padding: 0;
  position: relative;
  z-index: 12;
}
.social-share.toggle.social-share-condensed .toggle-heading {
  line-height: 21px;
}
.social-share.toggle .row-fluid {
  margin-inline: 0;
}
.social-share.toggle .social-icons {
  padding: 0;
}
.social-share.toggle.link {
  display: inline-block;
  font-size: 18px;
  width: auto;
}
.social-share.toggle.link .toggle-heading span {
  text-decoration: underline;
}
.social-share.toggle.link .toggle-heading:hover:hover {
  color: #000;
}
.social-share.toggle.link .toggle-heading:hover span {
  text-decoration: none;
}
.social-share.toggle.link .toggle-body {
  width: 300px;
}
.social-share.toggle.basic {
  font-size: 14px;
  font-weight: 700;
}
.social-share.toggle .toggle-heading {
  background: transparent;
  border: none;
  color: #000;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: 44px;
  padding: 0 5px;
  text-align: center;
}
.social-share.toggle .toggle-heading:before {
  content: "\e089";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 5px;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-share.toggle .toggle-heading .icon {
  display: none;
}
.social-share.toggle .toggle-heading h4 {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
}
.social-share.toggle .toggle-heading:hover {
  color: #d2232a;
}
.social-share.toggle .toggle-body {
  background: #fff;
  border: 1px solid #efefef;
  left: -1px;
  padding: 10px;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.align-right .social-share.toggle .toggle-body,
.align-right.social-share.toggle .toggle-body {
  left: auto;
  right: -1px;
}
.navbar {
  position: static;
}
@font-face {
  font-family: mg-middle-east-redesign-s;
  font-style: normal;
  font-weight: 400;
  src:
    url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/fonts/icons/mg-middle-east-redesign-s.woff)
      format("woff"),
    url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/fonts/icons/mg-middle-east-redesign-s.ttf)
      format("truetype");
}
.hook-responsive-lg .module-cycle.has-arrows-outside .cycle-next {
  right: 0 !important;
}
.hook-responsive-lg .module-cycle.has-arrows-outside .cycle-prev {
  left: 0 !important;
}
.container-wrap.light-grey.inverted {
  background-color: #efefef;
}
.container-wrap.mid-light-grey.inverted {
  background-color: #b5b5b5;
}
.container-wrap.grey.inverted {
  background-color: #757575;
}
.container-wrap.mid-dark-grey.inverted {
  background-color: #4f4f4f;
}
.container-wrap.dark-grey.inverted {
  background-color: #292929;
}
.container-wrap.highlight.inverted {
  background-color: #d2232a;
}
.fill-container-body-bg,
.fill-container-white {
  background-color: #fff !important;
}
.fill-container-black {
  background-color: #000 !important;
}
.fill-container-grey {
  background-color: #757575 !important;
}
.fill-container-light-grey {
  background-color: #efefef !important;
}
.fill-container-mid-light-grey {
  background-color: #b5b5b5 !important;
}
.fill-container-dark-grey {
  background-color: #121212 !important;
}
.fill-container-mid-dark-grey {
  background-color: #4f4f4f !important;
}
.fill-container-highlight {
  background-color: #d2232a !important;
}
.fill-container-highlight-alt {
  background-color: #000 !important;
}
.fill-container-transparent {
  background-color: transparent !important;
}
.fill-white .inner {
  background-color: #fff;
}
.fill-black .inner {
  background-color: #000;
}
.fill-grey .inner {
  background-color: #757575;
}
.fill-light-grey .inner {
  background-color: #efefef;
}
.fill-mid-light-grey .inner {
  background-color: #b5b5b5;
}
.fill-dark-grey .inner {
  background-color: #121212;
}
.fill-mid-dark-grey .inner {
  background-color: #4f4f4f;
}
.fill-highlight .inner {
  background-color: #d2232a;
}
.fill-highlight-alt .inner {
  background-color: #000;
}
.fill-transparent .inner {
  background-color: transparent;
}
.fill-body-bg .inner {
  background-color: #fff;
}
.fill-height,
.fill-height .inner,
.fill-height .inner > a {
  height: 100%;
}
[class*="flex"] > .fill-height {
  height: auto;
}
.module.slim {
  padding-inline: 1px;
}
.color-white,
.color-white .cms-link:not(.btn),
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h3 a,
.color-white h3.title,
.color-white.link .btn {
  color: #fff;
}
.color-black,
.color-black .cms-link:not(.btn),
.color-black h1,
.color-black h2,
.color-black h2.heading,
.color-black h3,
.color-black h3 a,
.color-black h3.title,
.color-black.link .btn {
  color: #000;
}
.color-invert,
.color-invert:not(.btn),
.color-invert.link .btn {
  color: #fff;
}
.color-primary,
.color-primary .cms-link:not(.btn),
.color-primary.link .btn {
  color: #000;
}
.color-secondary,
.color-secondary .cms-link:not(.btn),
.color-secondary.link .btn {
  color: #464646;
}
.color-tertiary,
.color-tertiary .cms-link:not(.btn),
.color-tertiary.link .btn {
  color: #d2232a;
}
.color-reset,
.color-reset .cms-link:not(.btn),
.color-reset.link .btn {
  color: #464646;
}
.light-grey.inverted [class*="border-"] .inner:before {
  border-color: #efefef !important;
}
.grey.inverted [class*="border-"] .inner:before {
  border-color: #757575 !important;
}
.dark-grey.inverted [class*="border-"] .inner:before {
  border-color: #292929 !important;
}
.mid-dark-grey.inverted [class*="border-"] .inner:before {
  border-color: #4f4f4f !important;
}
.mid-light-grey.inverted [class*="border-"] .inner:before {
  border-color: #b5b5b5 !important;
}
.highlight.inverted [class*="border-"] .inner:before {
  border-color: #d2232a !important;
}
.has-border .inner {
  border: 1px solid #efefef;
}
.border-none .inner,
.border-none .inner:before {
  border: none !important;
}
.border-top .inner:before {
  border-top: 1px solid #fff !important;
}
.border-bottom .inner:before {
  border-bottom: 1px solid #fff !important;
}
.border-right .inner:before {
  border-right: 1px solid #fff !important;
}
.border-left .inner:before {
  border-left: 1px solid #fff !important;
}
.rounded,
.rounded-inner > .inner {
  border-radius: 0;
  overflow: hidden;
}
.rounded-inner > .inner:before,
.rounded-none {
  border-radius: 0;
}
.rounded-inner-none .inner {
  border-radius: 0;
  overflow: visible;
}
.rounded-inner-none .inner figure.responsive-image:before,
.rounded-inner-none .inner:before {
  border-radius: 0 !important;
}
.rounded-top-left {
  border-top-left-radius: 0;
}
.rounded-inner-top-left > .inner {
  border-top-left-radius: 0;
  overflow: hidden;
}
.rounded-bottom-left {
  border-bottom-left-radius: 0;
}
.rounded-inner-bottom-left > .inner {
  border-bottom-left-radius: 0;
  overflow: hidden;
}
.rounded-top-right {
  border-top-right-radius: 0;
}
.rounded-inner-top-right > .inner {
  border-top-right-radius: 0;
  overflow: hidden;
}
.rounded-inner-top-right-none,
.rounded-inner-top-right-none > .inner {
  border-top-right-radius: 0;
}
.rounded-bottom-right {
  border-bottom-right-radius: 0;
}
.rounded-inner-bottom-right > .inner {
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.flex {
  display: flex;
}
.flex .inner,
.flex .inner > a,
.flex .inset,
.flex .inset > a {
  display: flex;
  width: 100%;
}
.block .inner,
.block .inner > a,
.block .inset,
.block .inset > a,
.flex.module-cycle .inner {
  display: block;
}
.block .text,
.block .thumb {
  width: auto;
}
.flex--justify-center .inner,
.flex--justify-center .inner > a,
.flex--justify-center .inset,
.flex--justify-center .inset > a {
  justify-content: center;
}
.flex--align-center .inner,
.flex--align-center .inner > a,
.flex--align-center .inset,
.flex--align-center .inset > a {
  align-items: center;
}
.flex--justify-start .inner,
.flex--justify-start .inner > a,
.flex--justify-start .inset,
.flex--justify-start .inset > a {
  justify-content: flex-start;
}
.flex--justify-end .inner,
.flex--justify-end .inner > a,
.flex--justify-end .inset,
.flex--justify-end .inset > a {
  justify-content: flex-end;
}
.flex--direction-column .inner,
.flex--direction-column .inner > a,
.flex--direction-column .inset,
.flex--direction-column .inset > a {
  flex-direction: column;
}
.flex--direction-row .inner,
.flex--direction-row .inner > a,
.flex--direction-row .inset,
.flex--direction-row .inset > a {
  flex-direction: row;
}
.fill--height {
  height: 100%;
}
.text--fill-white .text__inner {
  background: #fff;
}
.text--fill-grey .text__inner {
  background: #757575;
}
.text--fill-light-grey .text__inner {
  background: hsla(0, 0%, 94%, 0.75);
}
.text--fill-highlight .text__inner {
  background: rgba(210, 35, 42, 0.75);
}
.text--fill-transparent .text__inner {
  background: transparent;
}
.text--fill-body-bg .text__inner,
.text-area--fill-white .text {
  background: #fff;
}
.text-area--fill-grey .text {
  background: #757575;
}
.text-area--fill-light-grey .text {
  background: hsla(0, 0%, 94%, 0.75);
}
.text-area--fill-highlight .text {
  background: rgba(210, 35, 42, 0.75);
}
.text-area--fill-transparent .text {
  background: transparent;
}
.text-area--fill-body-bg .text {
  background: #fff;
}
.text--gradient-grey .text__inner,
.text-area--gradient-grey .text {
  background: linear-gradient(180deg, hsla(0, 0%, 44%, 0) 0, #707070);
}
.text--max-width-8 .text__inner {
  max-width: 800px;
}
.text--max-width-6 .text__inner {
  max-width: 600px;
}
.text--max-width-4 .text__inner {
  max-width: 400px;
}
.text--max-width-3 .text__inner {
  max-width: 300px;
}
.text--max-width-2 .text__inner {
  max-width: 200px;
}
.text--max-width-0 .text__inner {
  max-width: auto;
}
.text--max-width .text > span {
  margin-inline: auto;
  max-width: 500px;
}
.reset .text {
  display: flex;
  width: 100%;
}
.text--absolute .text {
  inset: 0 0;
  position: absolute;
  z-index: 10;
}
.text--justify-left .text {
  justify-content: flex-start;
}
.text--justify-right .text {
  justify-content: flex-end;
}
.text--justify-center .text {
  justify-content: center;
}
.text--align-self-center .text {
  align-items: center;
}
.text--align-stretch .text {
  align-items: stretch;
}
.text--align-self-start .text {
  align-items: flex-start;
}
.text--align-self-end .text {
  align-items: flex-end;
}
.text--static .text {
  max-width: none;
  position: static;
}
.text--flex-grow .text {
  flex-grow: 1;
}
.text--fluid .text {
  float: none;
  left: 0;
  max-width: none;
  width: 100%;
}
.text--fluid .text .text__inner {
  width: 100%;
}
.text--1 .text {
  width: 8.33333333%;
}
.text--2 .text {
  width: 16.66666667%;
}
.text--3 .text {
  width: 25%;
}
.text--4 .text {
  width: 33.33333333%;
}
.text--5 .text {
  width: 41.66666667%;
}
.text--6 .text {
  width: 50%;
}
.text--7 .text {
  width: 58.33333333%;
}
.text--8 .text {
  width: 66.66666667%;
}
.text--9 .text {
  width: 75%;
}
.text--10 .text {
  width: 83.33333333%;
}
.text--11 .text {
  width: 91.66666667%;
}
.text--12 .text {
  width: 100%;
}
.text--py-16 .text__inner {
  padding-bottom: 160px;
  padding-top: 160px;
}
.text--py-10 .text__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
.text--py-6 .text__inner {
  padding-bottom: 60px;
  padding-top: 60px;
}
.text--py-4 .text__inner {
  padding-bottom: 40px;
  padding-top: 40px;
}
.text--py-3 .text__inner {
  padding-bottom: 30px;
  padding-top: 30px;
}
.text--py-2 .text__inner {
  padding-bottom: 20px;
  padding-top: 20px;
}
.text--py-1 .text__inner {
  padding-bottom: 10px;
  padding-top: 10px;
}
.text--py-0 .text__inner {
  padding-bottom: 0;
  padding-top: 0;
}
.text--px-16 .text__inner {
  padding-left: 160px;
  padding-right: 160px;
}
.text--px-10 .text__inner {
  padding-left: 100px;
  padding-right: 100px;
}
.text--px-6 .text__inner {
  padding-left: 60px;
  padding-right: 60px;
}
.text--px-4 .text__inner {
  padding-left: 40px;
  padding-right: 40px;
}
.text--px-3 .text__inner {
  padding-left: 30px;
  padding-right: 30px;
}
.text--px-2 .text__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.text--px-1 .text__inner {
  padding-left: 10px;
  padding-right: 10px;
}
.text--px-0 .text__inner {
  padding-left: 0;
  padding-right: 0;
}
.text--pr-16 .text__inner {
  padding-right: 160px;
}
.text--pr-10 .text__inner {
  padding-right: 100px;
}
.text--pr-6 .text__inner {
  padding-right: 60px;
}
.text--pr-4 .text__inner {
  padding-right: 40px;
}
.text--pr-3 .text__inner {
  padding-right: 30px;
}
.text--pr-2 .text__inner {
  padding-right: 20px;
}
.text--pr-1 .text__inner {
  padding-right: 10px;
}
.text--pr-0 .text__inner {
  padding-right: 0;
}
.text--pl-16 .text__inner {
  padding-left: 160px;
}
.text--pl-10 .text__inner {
  padding-left: 100px;
}
.text--pl-6 .text__inner {
  padding-left: 60px;
}
.text--pl-4 .text__inner {
  padding-left: 40px;
}
.text--pl-3 .text__inner {
  padding-left: 30px;
}
.text--pl-2 .text__inner {
  padding-left: 20px;
}
.text--pl-1 .text__inner {
  padding-left: 10px;
}
.text--pl-0 .text__inner {
  padding-left: 0;
}
.text--pb-16 .text__inner {
  padding-bottom: 160px;
}
.text--pb-10 .text__inner {
  padding-bottom: 100px;
}
.text--pb-6 .text__inner {
  padding-bottom: 60px;
}
.text--pb-4 .text__inner {
  padding-bottom: 40px;
}
.text--pb-3 .text__inner {
  padding-bottom: 30px;
}
.text--pb-2 .text__inner {
  padding-bottom: 20px;
}
.text--pb-1 .text__inner {
  padding-bottom: 10px;
}
.text--pb-0 .text__inner {
  padding-bottom: 0;
}
.text--pt-16 .text__inner {
  padding-top: 160px;
}
.text--pt-10 .text__inner {
  padding-top: 100px;
}
.text--pt-6 .text__inner {
  padding-top: 60px;
}
.text--pt-4 .text__inner {
  padding-top: 40px;
}
.text--pt-3 .text__inner {
  padding-top: 30px;
}
.text--pt-2 .text__inner {
  padding-top: 20px;
}
.text--pt-1 .text__inner {
  padding-top: 10px;
}
.text--pt-0 .text__inner {
  padding-top: 0;
}
.text--content-box .text__inner {
  box-sizing: content-box;
}
.text--width-reset .text {
  width: auto;
}
.thumb--no-blur figure.responsive-image,
.thumb--no-blur img {
  filter: blur(0);
}
.thumb--blur figure.responsive-image,
.thumb--blur img {
  filter: blur(5px);
}
.thumb--blur-more figure.responsive-image,
.thumb--blur-more img {
  filter: blur(25px);
}
.thumb--no-overlay figure.responsive-image:before {
  display: none;
}
.thumb--overlay figure.responsive-image {
  position: relative;
}
.thumb--overlay figure.responsive-image:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 5;
}
.thumb--overlay .text {
  z-index: 6;
}
.thumb--overlay-gradient figure.responsive-image {
  position: relative;
}
.thumb--overlay-gradient figure.responsive-image:before {
  background-image: linear-gradient(transparent 60%, #000);
  bottom: -1px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.thumb--overlay-gradient .text {
  z-index: 5;
}
.thumb--overlay-gradient.thumb--rounded figure.responsive-image:before {
  border-radius: 0 !important;
}
.thumb--align-center .thumb {
  align-self: center;
}
.thumb--justify-left .thumb {
  order: -1;
}
.thumb--justify-right .thumb {
  order: 2;
}
.thumb--1 .thumb {
  width: 8.33333333%;
}
.thumb--2 .thumb {
  width: 16.66666667%;
}
.thumb--3 .thumb {
  width: 25%;
}
.thumb--4 .thumb {
  width: 33.33333333%;
}
.thumb--5 .thumb {
  width: 41.66666667%;
}
.thumb--6 .thumb {
  width: 50%;
}
.thumb--7 .thumb {
  width: 58.33333333%;
}
.thumb--8 .thumb {
  width: 66.66666667%;
}
.thumb--9 .thumb {
  width: 75%;
}
.thumb--10 .thumb {
  width: 83.33333333%;
}
.thumb--11 .thumb {
  width: 91.66666667%;
}
.thumb--12 .thumb {
  width: 100%;
}
.thumb--py-6 .thumb {
  padding-bottom: 60px;
  padding-top: 60px;
}
.thumb--py-4 .thumb {
  padding-bottom: 40px;
  padding-top: 40px;
}
.thumb--py-2 .thumb {
  padding-bottom: 20px;
  padding-top: 20px;
}
.thumb--py-1 .thumb {
  padding-bottom: 10px;
  padding-top: 10px;
}
.thumb--py-0 .thumb {
  padding-bottom: 0;
  padding-top: 0;
}
.thumb--px-6 .thumb {
  padding-left: 60px;
  padding-right: 60px;
}
.thumb--px-4 .thumb {
  padding-left: 40px;
  padding-right: 40px;
}
.thumb--px-2 .thumb {
  padding-left: 20px;
  padding-right: 20px;
}
.thumb--px-1 .thumb {
  padding-left: 10px;
  padding-right: 10px;
}
.thumb--px-0 .thumb {
  padding-left: 0;
  padding-right: 0;
}
.thumb--pr-6 .thumb {
  padding-right: 60px;
}
.thumb--pr-4 .thumb {
  padding-right: 40px;
}
.thumb--pr-2 .thumb {
  padding-right: 20px;
}
.thumb--pr-1 .thumb {
  padding-right: 10px;
}
.thumb--pr-0 .thumb {
  padding-right: 0;
}
.thumb--pl-6 .thumb {
  padding-left: 60px;
}
.thumb--pl-4 .thumb {
  padding-left: 40px;
}
.thumb--pl-2 .thumb {
  padding-left: 20px;
}
.thumb--pl-1 .thumb {
  padding-left: 10px;
}
.thumb--pl-0 .thumb {
  padding-left: 0;
}
.thumb--pb-6 .thumb {
  padding-bottom: 60px;
}
.thumb--pb-4 .thumb {
  padding-bottom: 40px;
}
.thumb--pb-2 .thumb {
  padding-bottom: 20px;
}
.thumb--pb-1 .thumb {
  padding-bottom: 10px;
}
.thumb--pb-0 .thumb {
  padding-bottom: 0;
}
.thumb--pt-6 .thumb {
  padding-top: 60px;
}
.thumb--pt-4 .thumb {
  padding-top: 40px;
}
.thumb--pt-2 .thumb {
  padding-top: 20px;
}
.thumb--pt-1 .thumb {
  padding-top: 10px;
}
.thumb--pt-0 .thumb {
  padding-top: 0;
}
.img--block img {
  display: block;
}
.thumb--tiny .thumb {
  margin-inline: auto;
  max-width: 140px;
}
.thumb--float-left .thumb {
  float: left;
}
.thumb--hide .image,
.thumb--hide .thumb {
  display: none !important;
}
.thumb--hidden img {
  visibility: hidden;
}
.thumb--block .image,
.thumb--block .thumb {
  display: block !important;
}
.thumb--rounded .cycle .image,
.thumb--rounded .cycle .responsive-image,
.thumb--rounded .image .responsive-image,
.thumb--rounded .thumb .responsive-image {
  border-radius: 0;
  overflow: hidden;
}
.thumb--rounded .cycle .image img,
.thumb--rounded .cycle .responsive-image img,
.thumb--rounded .image .responsive-image img,
.thumb--rounded .thumb .responsive-image img {
  border-radius: 0;
}
.thumb--circular .cycle .responsive-image,
.thumb--circular .image .responsive-image,
.thumb--circular .thumb .responsive-image {
  border-radius: 50%;
  overflow: hidden;
}
.thumb--circular .cycle .responsive-image img,
.thumb--circular .image .responsive-image img,
.thumb--circular .thumb .responsive-image img {
  border-radius: 50%;
}
.thumb--fluid .image,
.thumb--fluid .thumb {
  float: none;
  width: 100%;
}
.thumb--underlay figure.responsive-image {
  background: #d2232a;
}
.thumb--underlay-secondary figure.responsive-image {
  background: #000;
}
.thumb--has-border .thumb {
  border: 1px solid #efefef;
}
.thumb--fixed .image,
.thumb--fixed .thumb {
  backface-visibility: hidden;
  clip-path: inset(0);
  position: relative;
  z-index: 0;
}
.thumb--fixed div.responsive-image {
  left: 50%;
  min-height: 100vh;
  min-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}
.thumb--fixed div.responsive-image figure,
.thumb--fixed div.responsive-image img,
.thumb--fixed div.responsive-image picture {
  display: block;
  min-height: 100vh;
  min-width: 100vw;
}
.thumb--fixed div.responsive-image img {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb--70 .thumb {
  flex-shrink: 0;
  max-width: 70px;
}
.thumb--100 .thumb {
  flex-shrink: 0;
  max-width: 100px;
}
.thumb--content-box .thumb {
  box-sizing: content-box;
}
.thumb--overlay-gradient--top figure.responsive-image:before {
  transform: rotate(180deg);
}
.thumb--overlay-gradient-2 figure.responsive-image:before {
  background-image: linear-gradient(
    0deg,
    #000,
    rgba(0, 0, 0, 0.6) 20%,
    transparent
  );
}
.title--dark .heading,
.title--dark .title,
.title--dark .title h3 {
  color: #000;
}
.title--white .heading,
.title--white .title,
.title--white .title h3 {
  color: #fff;
}
.title--highlight .heading,
.title--highlight .title,
.title--highlight .title h3 {
  color: #000;
}
.title--condensed .heading,
.title--condensed .title {
  margin: 0 !important;
}
.sub-title--hide .sub-title {
  display: none !important;
}
.sub-title--hide .text .sub-title + span {
  padding-top: 0;
}
.sub-title--block .sub-title {
  display: block !important;
}
.sub-title--block .text .sub-title + span {
  padding-top: 20px;
}
.sub-title--dark .sub-title {
  color: #000;
}
.sub-title--white .sub-title {
  color: #fff;
}
.sub-title--highlight .sub-title {
  color: #d2232a;
}
.strapline--hide .strapline {
  display: none !important;
}
.strapline--block .strapline {
  display: block !important;
}
.strapline--dark .strapline {
  color: #000;
}
.strapline--white .strapline {
  color: #fff !important;
}
.strapline--highlight .strapline {
  color: #000;
}
.strapline--condensed .strapline {
  padding: 0 !important;
}
.content--hide .content {
  display: none !important;
}
.content--block .content {
  display: block !important;
}
.button--align-center .button {
  text-align: center;
}
.button--hide .button {
  display: none !important;
}
.button--block .button {
  display: block !important;
}
.button--align-bottom .text__inner {
  display: flex;
  flex-direction: column;
}
.button--align-bottom .button {
  margin-top: auto;
}
.btn--full-width .btn {
  width: 100% !important;
}
.u-float-none {
  float: none !important;
}
.u-float-right {
  float: right !important;
}
.sticky {
  position: sticky !important;
  top: 0;
  z-index: 1015;
}
.u-float-left {
  float: left !important;
}
.u-width-reset {
  width: auto;
}
.clear-both {
  clear: both;
}
.clear-none {
  clear: none;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.flex-basis-0 {
  flex-basis: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex--container-align-start {
  align-items: flex-start;
}
.flex--container-align-center {
  align-items: center;
}
.flex--container-align-end {
  align-items: flex-end;
}
.flex--container-align-content-center {
  align-content: center;
}
.flex--container-justify-center {
  justify-content: center;
}
.flex--container-justify-start {
  justify-content: flex-start;
}
.flex--container-justify-between {
  justify-content: space-between;
}
.flex--container-justify-around {
  justify-content: space-around;
}
.flex--container-justify-end {
  justify-content: flex-end;
}
.flex--container-direction-column {
  flex-direction: column;
}
.flex--container-direction-row {
  flex-direction: row;
}
.flex--container-wrap {
  flex-wrap: wrap;
}
.flex--container-nowrap {
  flex-wrap: nowrap;
}
.flex--container-row-reverse {
  flex-direction: row-reverse;
}
.flex--container {
  display: flex !important;
}
.flex-order-1 {
  order: 1 !important;
}
.flex-order-2 {
  order: 2 !important;
}
.flex-order-3 {
  order: 3 !important;
}
.flex-order-4 {
  order: 4 !important;
}
.flex-order-5 {
  order: 5 !important;
}
.block--container {
  display: block !important;
}
.container-wrap-border-top {
  border-top: 1px solid #757575;
}
.container-wrap-border-bottom {
  border-bottom: 1px solid #757575;
}
.container-border-top > .container {
  border-top: 1px solid #757575;
}
.container-no-border-top > .container {
  border-top: 0;
}
.container-border-bottom > .container {
  border-bottom: 1px solid #757575;
}
.container-no-border-bottom > .container {
  border-bottom: 0;
}
.container-fluid > .container {
  margin-inline: auto;
  max-width: 1920px;
  width: auto;
}
.container-fluid .row-fluid {
  margin-inline: auto;
}
.container--max-1600 > .container {
  max-width: 1600px;
}
.container--max-1366 > .container {
  max-width: 1366px;
}
.container--max-1170 > .container {
  max-width: 1170px;
}
.container--max-720 > .container {
  max-width: 720px;
}
.content-visibility {
  contain-intrinsic-size: 1000px;
  content-visibility: auto;
}
.aspect-ratio-1-1.cyclr .cycle span.image,
.aspect-ratio-1-1.jump .thumb,
.aspect-ratio-1-1.media .cycle div.responsive-image,
.aspect-ratio-1-1.module-cycle .cycle .thumb,
.aspect-ratio-1-1.thumbs div.responsive-image {
  aspect-ratio: 1/1;
}
.aspect-ratio-11-5.cyclr .cycle span.image,
.aspect-ratio-11-5.jump .thumb,
.aspect-ratio-11-5.media .cycle div.responsive-image,
.aspect-ratio-11-5.module-cycle .cycle .thumb,
.aspect-ratio-11-5.thumbs div.responsive-image,
.aspect-ratio-16-9.cyclr .cycle span.image,
.aspect-ratio-16-9.jump .thumb,
.aspect-ratio-16-9.media .cycle div.responsive-image,
.aspect-ratio-16-9.module-cycle .cycle .thumb,
.aspect-ratio-16-9.thumbs div.responsive-image,
.aspect-ratio-2-3.cyclr .cycle span.image,
.aspect-ratio-2-3.jump .thumb,
.aspect-ratio-2-3.media .cycle div.responsive-image,
.aspect-ratio-2-3.module-cycle .cycle .thumb,
.aspect-ratio-2-3.thumbs div.responsive-image,
.aspect-ratio-4-3.cyclr .cycle span.image,
.aspect-ratio-4-3.jump .thumb,
.aspect-ratio-4-3.media .cycle div.responsive-image,
.aspect-ratio-4-3.module-cycle .cycle .thumb,
.aspect-ratio-4-3.thumbs div.responsive-image,
.aspect-ratio-7-2.cyclr .cycle span.image,
.aspect-ratio-7-2.jump .thumb,
.aspect-ratio-7-2.media .cycle div.responsive-image,
.aspect-ratio-7-2.module-cycle .cycle .thumb,
.aspect-ratio-7-2.thumbs div.responsive-image,
.aspect-ratio-9-3.cyclr .cycle span.image,
.aspect-ratio-9-3.jump .thumb,
.aspect-ratio-9-3.media .cycle div.responsive-image,
.aspect-ratio-9-3.module-cycle .cycle .thumb,
.aspect-ratio-9-3.thumbs div.responsive-image {
  aspect-ratio: 4/3;
}
.aspect-ratio-3-4.cyclr .cycle span.image,
.aspect-ratio-3-4.jump .thumb,
.aspect-ratio-3-4.media .cycle div.responsive-image,
.aspect-ratio-3-4.module-cycle .cycle .thumb,
.aspect-ratio-3-4.thumbs div.responsive-image {
  aspect-ratio: 3/4;
}
.aspect-ratio-3-2.cyclr .cycle span.image,
.aspect-ratio-3-2.jump .thumb,
.aspect-ratio-3-2.media .cycle div.responsive-image,
.aspect-ratio-3-2.module-cycle .cycle .thumb,
.aspect-ratio-3-2.thumbs div.responsive-image {
  aspect-ratio: 3/2;
}
.container--aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}
.container--aspect-ratio-3-4 {
  aspect-ratio: 3/4;
}
.container--aspect-ratio-3-2 {
  aspect-ratio: 3/2;
}
.container--aspect-ratio-11-5,
.container--aspect-ratio-16-9,
.container--aspect-ratio-2-3,
.container--aspect-ratio-4-3,
.container--aspect-ratio-7-2,
.container--aspect-ratio-9-3 {
  aspect-ratio: 4/3;
}
.container-fluid.home-banner > .container {
  max-width: none !important;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-stretch {
  align-self: stretch;
}
.spacer {
  clear: both;
  min-height: 1px;
  min-width: 1px;
}
.compact .row-fluid {
  margin-inline: auto;
}
.slim .row-fluid {
  margin-inline: -1px;
}
.slim [class*="span"] {
  padding-inline: 1px;
}
.row--has-minus-margin-1 {
  margin-inline: -10px !important;
}
.pr-14 {
  padding-right: 140px !important;
}
.pr-8 {
  padding-right: 80px !important;
}
.pr-4 {
  padding-right: 40px !important;
}
.pr-3 {
  padding-right: 30px !important;
}
.pr-2 {
  padding-right: 20px !important;
}
.pr-1 {
  padding-right: 10px !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pl-14 {
  padding-left: 140px !important;
}
.pl-8 {
  padding-left: 80px !important;
}
.pl-4 {
  padding-left: 40px !important;
}
.pl-3 {
  padding-left: 30px !important;
}
.pl-2 {
  padding-left: 20px !important;
}
.pl-1 {
  padding-left: 10px !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pb-14 {
  padding-bottom: 140px !important;
}
.pb-8 {
  padding-bottom: 80px !important;
}
.pb-4 {
  padding-bottom: 40px !important;
}
.pb-3 {
  padding-bottom: 30px !important;
}
.pb-2 {
  padding-bottom: 20px !important;
}
.pb-1 {
  padding-bottom: 10px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-14 {
  padding-top: 140px !important;
}
.pt-8 {
  padding-top: 80px !important;
}
.pt-4 {
  padding-top: 40px !important;
}
.pt-3 {
  padding-top: 30px !important;
}
.pt-2 {
  padding-top: 20px !important;
}
.pt-1 {
  padding-top: 10px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.mr-14 {
  margin-right: 140px !important;
}
.mr-8 {
  margin-right: 80px !important;
}
.mr-4 {
  margin-right: 40px !important;
}
.mr-3 {
  margin-right: 30px !important;
}
.mr-2 {
  margin-right: 20px !important;
}
.mr-1 {
  margin-right: 10px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-14 {
  margin-left: 140px !important;
}
.ml-8 {
  margin-left: 80px !important;
}
.ml-4 {
  margin-left: 40px !important;
}
.ml-3 {
  margin-left: 30px !important;
}
.ml-2 {
  margin-left: 20px !important;
}
.ml-1 {
  margin-left: 10px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mb-14 {
  margin-bottom: 140px !important;
}
.mb-8 {
  margin-bottom: 80px !important;
}
.mb-4 {
  margin-bottom: 40px !important;
}
.mb-3 {
  margin-bottom: 30px !important;
}
.mb-2 {
  margin-bottom: 20px !important;
}
.mb-1 {
  margin-bottom: 10px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-14 {
  margin-top: 140px !important;
}
.mt-8 {
  margin-top: 80px !important;
}
.mt-4 {
  margin-top: 40px !important;
}
.mt-3 {
  margin-top: 30px !important;
}
.mt-2 {
  margin-top: 20px !important;
}
.mt-1 {
  margin-top: 10px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.module-cycle {
  overflow: visible;
  position: relative;
}
.module-cycle .inset {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.module-cycle .inset:after {
  clear: both;
  content: " ";
  display: table;
}
.module-cycle.has-arrows .cycle-next,
.module-cycle.has-arrows .cycle-prev {
  border: 1px solid;
  border-radius: 100%;
  font-size: 15px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
.module-cycle.has-arrows .cycle-next:before,
.module-cycle.has-arrows .cycle-prev:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.module-cycle.has-arrows .cycle-next {
  right: 20px;
}
.module-cycle.has-arrows .cycle-prev {
  left: 20px;
  right: auto;
}
.module-cycle.has-arrows-outside.has-arrows-filled .cycle-next,
.module-cycle.has-arrows-outside.has-arrows-filled .cycle-prev {
  background: #d2232a;
  color: #fff;
  height: 45px;
  line-height: 40px;
  opacity: 1;
  text-align: center;
  width: 45px;
}
.module-cycle.has-arrows-outside.has-arrows-filled .cycle-next:hover,
.module-cycle.has-arrows-outside.has-arrows-filled .cycle-prev:hover {
  background: #a61c21;
}
.module-cycle.has-arrows-large .cycle-next,
.module-cycle.has-arrows-large .cycle-prev {
  font-size: 50px;
}
.module-cycle.has-arrows-large .cycle-next:before,
.module-cycle.has-arrows-large .cycle-prev:before {
  position: relative;
  top: -25px;
}
.module-cycle.pagination-left [class*="cycle-pager-container"] {
  text-align: left;
}
.module-cycle.pagination-right [class*="cycle-pager-container"] {
  text-align: right;
}
.module-cycle.pagination-inset [class*="cycle-pager-container"] {
  bottom: 30px;
}
.module-cycle.has-pagination {
  padding-bottom: 40px;
  position: relative;
}
.module-cycle.has-pagination .inner {
  position: static;
}
.module-cycle.has-pagination [class*="cycle-pager-container"] {
  bottom: 0;
}
.module-cycle.has-arrows-solid .cycle-next,
.module-cycle.has-arrows-solid .cycle-prev {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  padding: 0 6px;
}
.module-cycle.has-arrows-solid .cycle-next:before,
.module-cycle.has-arrows-solid .cycle-prev:before {
  color: #fff;
  position: relative;
  top: -2px;
}
.module-cycle.has-arrows-solid .cycle-next {
  right: 11px;
}
.module-cycle.has-arrows-solid .cycle-prev {
  left: 11px;
}
.module-cycle.has-arrows-solid .cycle-scroller {
  position: relative;
}
.module-cycle.has-arrows-solid [class*="cycle-pager-container"] {
  bottom: -40px;
}
.module-cycle.has-arrows-solid.has-arrows-solid-edge .cycle-next {
  right: 0;
}
.module-cycle.has-arrows-solid.has-arrows-solid-edge .cycle-prev {
  left: 0;
}
.module-cycle.has-arrows-solid.has-arrows-solid-20 .cycle-next {
  right: 20px;
}
.module-cycle.has-arrows-solid.has-arrows-solid-20 .cycle-prev {
  left: 20px;
}
.module-cycle.inset--has-border .inset {
  border: 1px solid #efefef !important;
}
.module-cycle.inset--has-border .inset .thumb {
  border-bottom: 1px solid #efefef !important;
}
.module-cycle.inset--has-border.inset--has-border__no-thumb .thumb {
  border-bottom: 0 !important;
}
.module-cycle.inset--has-margin .inset {
  margin: 0 10px;
}
.module-cycle.inset-transparent .inset {
  background: transparent;
}
.module-cycle.inset-white .inset {
  background: #fff;
}
.module-cycle.inset-black .inset {
  background: #000;
}
.module-cycle.inset-grey .inset {
  background: #757575;
}
.module-cycle.inset-light-grey .inset {
  background: #efefef;
}
.module-cycle.inset-highlight .inset {
  background: #d2232a;
}
.module-cycle.fill-height .cycle-scroller,
.module-cycle.fill-height .cycle-scroller > .cycle {
  height: 100%;
}
.module-cycle.rounded .inset {
  border-radius: 0;
  overflow: hidden;
}
.item--mx-0.module-cycle .cycle-scroller {
  margin-inline: 0 !important;
  width: 100%;
}
.item--mx-0.module-cycle .cycle .item .inset {
  margin-inline: 0 !important;
  width: auto;
}
.item--mx-1.module-cycle .cycle-scroller {
  margin-inline: -5px !important;
  width: calc(100% + 10px);
}
.item--mx-1.module-cycle .cycle .item .inset {
  margin-inline: 5px !important;
  width: auto;
}
.item--mx-2.module-cycle .cycle-scroller {
  margin-inline: -10px !important;
  width: calc(100% + 20px);
}
.item--mx-2.module-cycle .cycle .item .inset {
  margin-inline: 10px !important;
  width: auto;
}
.item--mx-3.module-cycle .cycle-scroller {
  margin-inline: -15px !important;
  width: calc(100% + 30px);
}
.item--mx-3.module-cycle .cycle .item .inset {
  margin-inline: 15px !important;
  width: auto;
}
.item--mx-4.module-cycle .cycle-scroller {
  margin-inline: -20px !important;
  width: calc(100% + 40px);
}
.item--mx-4.module-cycle .cycle .item .inset {
  margin-inline: 20px !important;
  width: auto;
}
.item--mx-6.module-cycle .cycle-scroller {
  margin-inline: -30px !important;
  width: calc(100% + 60px);
}
.item--mx-6.module-cycle .cycle .item .inset {
  margin-inline: 30px !important;
  width: auto;
}
.item--py-0.module-cycle .cycle .item .inset {
  padding: 0 !important;
}
.item--py-1.module-cycle .cycle .item .inset {
  padding: 10px 0 !important;
}
.item--my-1.module-cycle .cycle .item .inset {
  margin-block: 10px !important;
}
.one.module-cycle .cycle-scroller {
  margin-inline: 0;
}
.one.module-cycle .cycle .item {
  width: 100% !important;
}
.one.module-cycle .cycle .item .inset {
  margin-inline: 0;
  padding-inline: 0;
}
.two.module-cycle .cycle .item {
  width: 50% !important;
}
.three.module-cycle .cycle .item {
  width: 33.33333333% !important;
}
.four.module-cycle .cycle .item {
  width: 25% !important;
}
.five.module-cycle .cycle .item {
  width: 20% !important;
}
.six.module-cycle .cycle .item {
  width: 16.66666667% !important;
}
.align-center.module-cycle .inset {
  text-align: center;
}
.align-left.module-cycle .inset {
  text-align: left;
}
.align-right.module-cycle .inset {
  text-align: right;
}
.form-module.form-module .control-group {
  padding: 7px 0;
}
.form-module.form-module .control-group .control-label {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.form-module.form-module .form-actions {
  text-align: left;
}
.form-module.form-module .form-actions .btn {
  font-size: 1.125rem;
}
.container-tlwgh .adverts {
  min-height: 0;
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  to {
    filter: blur(0);
    opacity: 1;
  }
}
.skinny-banner {
  position: relative;
}
.skinny-banner__particles {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.skinny-banner--valuations {
  background: #d2232a;
  line-height: normal;
}
.skinny-banner--valuations .reset {
  color: #fff;
}
.skinny-banner--valuations .title {
  font-family: uknumberplate;
  font-size: 19px;
  text-transform: uppercase;
}
.h1,
.h2,
h1,
h2 {
  line-height: 1;
  margin-bottom: 8px;
}
.button--brochure .btn .icon:after {
  content: "\c013";
  font-size: 20px;
}
.button--brochure .btn .icon:after,
.button--enquiry .btn .icon:after {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 10px;
}
.button--enquiry .btn .icon:after {
  content: "\e075";
  font-size: 17px;
  font-weight: 700;
  margin-top: -3px;
}
.jump.franchise-badge {
  float: left;
  width: 33.33333333%;
}
.jump.franchise-badge .inner {
  background: #fff;
  border-right: 1px solid #efefef;
  box-sizing: border-box;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.jump.franchise-badge a {
  background-image: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/franchise-badge-sprite.png);
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 600%;
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}
.jump.franchise-badge .button {
  display: none;
}
.jump.franchise-badge.peugeot a {
  background-position-x: 100%;
}
.jump.franchise-badge.nissan a {
  background-position-x: 80%;
}
.jump.franchise-badge.fiat a {
  background-position-x: 60%;
}
.jump.franchise-badge.dacia a {
  background-position-x: 40%;
}
.jump.franchise-badge.citroen a {
  background-position-x: 20%;
}
.jump.franchise-badge.abarth a {
  background-position-x: 0;
}
.jump.franchise-welcome .thumb {
  opacity: 0;
}
.light-grey.inverted .cms {
  color: #000;
}
.light-grey.inverted .cms h1,
.light-grey.inverted .cms h2,
.light-grey.inverted .cms h3,
.light-grey.inverted .cms h4 {
  color: inherit;
}
.grey.inverted .cms {
  color: #fff;
}
.grey.inverted .cms h1,
.grey.inverted .cms h2,
.grey.inverted .cms h3,
.grey.inverted .cms h4 {
  color: inherit;
}
.container-fluid .cms .row-fluid {
  margin-left: -10px;
  margin-right: -10px;
}
.cms table td,
.cms table th {
  border: 1px solid #eee;
  padding: 5px 10px;
}
.toggle.toggle-custom .toggle-heading h4 {
  color: #d2232a;
  display: flex;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.toggle.toggle-custom .toggle-heading h4 .icon {
  margin: 4px 0 0 10px;
  order: 2;
}
.chat-bot-btn {
  background: #d2232a
    url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/chat-bot-icon.png)
    50% no-repeat;
  border-radius: 60px;
  bottom: 24px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: 60px;
  margin: 0 12px;
  padding: 0;
  position: fixed;
  right: 16px;
  top: auto;
  transition: 0.3s ease-in-out;
  width: 60px;
  z-index: 1060;
}
.chat-bot-btn:after {
  background-color: #d2232a;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  color: #fff;
  content: "Book A Test Drive";
  display: inline-block;
  font-size: 20px;
  opacity: 0;
  padding-block: 18px;
  padding-inline: 20px;
  padding-left: 10px;
  position: absolute;
  right: -148px;
  top: 0;
  transition: 0.3s ease-in-out;
}
.chat-bot-btn:hover {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  right: 152px;
}
.chat-bot-btn:hover:after {
  opacity: 1;
}
.chat-bot-btn:hover .btn {
  height: 60px;
  width: 200px;
}
#chat-bot.modal {
  background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/chat-bot-bg.jpg)
    top no-repeat;
  background-size: cover;
  border: none;
  border-radius: 20px;
  left: 50% !important;
  margin-left: 0;
  max-width: 768px !important;
  right: auto !important;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
}
#chat-bot.modal .modal-header .modal-title {
  display: none;
}
#chat-bot.modal .modal-header .close {
  background: #d2232a;
  border-radius: 30px;
  color: #fff;
  height: 30px;
  right: -15px;
  top: -15px;
  width: 30px;
}
#chat-bot.modal .modal-header .close:before {
  font-size: 15px;
}
#chat-bot.modal .modal-body {
  height: 100% !important;
  max-height: 600px !important;
}
.sticky-module.sticky-custom .action-bar__wrap .layout-6 {
  justify-content: flex-end;
}
.sticky-module.sticky-custom .action-bar__wrap .btn {
  border-radius: 0;
  color: #464646;
  font-size: 1.125rem;
  line-height: 60px;
  padding-inline: 25px;
}
.sticky-module.sticky-custom .action-bar__wrap .btn:after {
  display: none;
}
.sticky-module.sticky-custom .action-bar__wrap .title .btn {
  color: #d2232a;
}
.sticky-module.sticky-custom .action-bar__wrap .primary .btn {
  background: #d2232a;
  color: #fff;
  padding-inline: 40px;
}
.sticky-module.sticky-custom .action-bar__wrap .button-black .btn {
  background: #000;
  color: #fff;
  padding-inline: 40px;
}
.sticky-module.sticky-custom .action-bar__wrap .button-black .btn:after {
  background: #111;
}
.sticky-module.sticky-custom .action-bar__wrap .button-black .btn:hover {
  background: #000;
  color: #fff;
}
.form-module.form-transparent .dropdown-toggle,
.form-module.form-transparent input,
.form-module.form-transparent textarea {
  background: none !important;
  color: #fff !important;
}
.form-module.btn-full-width .form-actions .btn,
.video.video-full-width .responsive-video video {
  width: 100%;
}
.mus--004A .site-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mus--004A .site-links li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding-bottom: 13px;
}
.mus--004A .site-links a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.mus--004A .toggle-company {
  position: relative;
}
.mus--004A .toggle-company a {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
}
.mus--004A .toggle-company a:after,
.mus--004A .toggle-company a:before {
  display: none;
}
.mus--004A .toggle-company.active .icon:before {
  content: "\c010";
}
.mus--004A .toggle-company .icon {
  font-size: 0;
}
.mus--004A .toggle-company .icon:before {
  content: "\c011";
  font-size: 8px;
  padding-left: 3px;
  position: relative;
  top: -1px;
}
.mus--004A .toggle__company-information .toggle-heading {
  display: none;
}
.mus--004A .toggle__company-information .toggle-body {
  border: none;
  padding: 0;
}
.helzel--3a .media {
  flex-shrink: 0;
  width: 50px;
}
.helzel--3a .jump .title {
  padding-top: 0;
}
.helzel--3a .button {
  flex-shrink: 0;
}
.tex--006A .text__inner {
  max-width: 1366px;
}
.container-dqlqp {
  background: #000;
  flex: 0;
}
.container-dqlqp > .container {
  height: 100%;
}
.container-dqlqp .row-7cc6j {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-evenly;
}
.container-dqlqp .button .btn {
  align-items: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0;
  margin: 0;
  text-transform: none;
}
.container-dqlqp .button .btn span:after,
.container-dqlqp .button .btn span:before,
.container-dqlqp .button .btn:after,
.container-dqlqp .button .btn:before {
  display: none;
}
.container-dqlqp .button .icon {
  display: block;
}
.container-dqlqp .button + .button {
  margin-top: 0;
}
.container-dqlqp .contact-button .icon {
  display: block;
  flex-shrink: 0;
  width: 100%;
}
.container-dqlqp .contact-button .icon:before {
  content: "\e0ca";
}
.container-dqlqp .account-button .icon {
  display: block;
  flex-shrink: 0;
  width: 100%;
}
.container-dqlqp .account-button .icon:before {
  content: "\e0d9";
}
.container-dqlqp .saved-vehicles .fw-popup {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-dqlqp .saved-vehicles .icon {
  display: block;
  flex-shrink: 0;
  width: 100%;
}
.container-dqlqp .saved-vehicles .icon:before {
  content: "\e0b1";
}
.container-dqlqp .saved-vehicles .count {
  display: none;
}
.container-dqlqp .saved-vehicles span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.container-dqlqp .toggle-nav-button .icon {
  background: #e6e6e6;
  height: 3px;
  margin-bottom: 3px;
  margin-top: 17px;
  position: relative;
  width: 25px;
}
.container-dqlqp .toggle-nav-button .icon:after,
.container-dqlqp .toggle-nav-button .icon:before {
  background: #e6e6e6;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}
.container-dqlqp .toggle-nav-button .icon:after {
  top: -6px;
}
.container-dqlqp .toggle-nav-button .icon:before {
  top: -12px;
}
.container-dqlqp .reset {
  align-items: center;
  background: none;
  border-left: 1px solid #efefef;
  border-right: none;
  color: #e6e6e6;
  display: flex;
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
}
.container-dqlqp .reset a {
  text-decoration: none;
}
.container-dqlqp .reset .icon:before {
  color: inherit;
  font-size: 22px;
}
.container-dqlqp .reset span {
  padding: 0;
  top: 0;
}
.container-dqlqp .reset > * {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  padding-inline: 0;
}
.container-dqlqp .reset > :after,
.container-dqlqp .reset > :before {
  display: none;
}
.container-wrap .toggle--contact-numbers .toggle-body li[class*="location"] {
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
.container-wrap
  .toggle--contact-numbers
  .toggle-body
  li[class*="location"]
  .location {
  color: #d2232a;
  font-size: 18px;
  text-decoration: underline;
}
.container-wrap
  .toggle--contact-numbers
  .toggle-body
  li[class*="location"]
  .departments {
  display: block;
}
.container-wrap
  .toggle--contact-numbers
  .toggle-body
  li[class*="location"]
  .department {
  display: block;
  padding: 5px 0;
}
.container-wrap
  .toggle--contact-numbers
  .toggle-body
  li[class*="location"]
  .department
  a {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
}
.container-wrap
  .toggle--contact-numbers
  .toggle-body
  li[class*="location"]
  .department
  .label {
  float: none;
  font-weight: 700;
}
.container-wrap
  .toggle--contact-numbers
  .toggle-body
  li[class*="location"]
  .department
  .value {
  flex-shrink: 0;
  float: none;
}
.header-container .toggle-primary-menu .container {
  padding-inline: 0;
}
.header-container {
  background: #000;
  position: relative;
  z-index: 1021;
}
.header-container .container,
.header-container .container-wrap,
.header-container .container-wrap + .container-wrap,
.header-container .row-fluid {
  margin: 0 auto;
}
.header-container .container {
  max-width: none;
  padding-left: 20px;
  padding-right: 0;
  width: auto;
}
.header-container .container-dqlqp.is-fixed {
  border-bottom: 1px solid #000;
}
.header-container .container-296mj {
  display: none;
}
.header-container .container-5k2ms {
  border-top: 1px solid #323232;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.homepage .header-container .container-5k2ms {
  display: none;
}
.header-container .container-dqlqp .reset {
  border: none;
}
.header-container .container-dqlqp .contact-button .icon:before {
  content: "\c007";
  display: block;
}
.header-container .container-dqlqp .apply {
  padding-right: 25px;
}
.header-container .container-dqlqp .apply .icon:before {
  content: "\c021";
  display: block;
  font-size: 40px;
}
.header-container .container-dqlqp .whatsapp a .icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0e0";
  font-size: 35px;
}
.header-container .container-dqlqp .find-button .icon:before {
  content: "\c004";
  display: block;
}
.header-container .container-dqlqp .language-switch > :first-child {
  font-family: "29lt-adir", Arial, Verdana, Helvetica, sans-serif;
  text-transform: none;
}
.header-container .container-dqlqp .language-switch > :first-child > span {
  top: -4px;
}
.header-container .container-dqlqp .toggle-nav-button .icon {
  border-radius: 25%;
  margin-bottom: 0;
}
.header-container .container-dqlqp .toggle-nav-button .icon:after,
.header-container .container-dqlqp .toggle-nav-button .icon:before {
  border-radius: 25%;
}
.header-container .container-dqlqp .toggle-nav-button .icon:after {
  top: -8px;
}
.header-container .container-dqlqp .toggle-nav-button .icon:before {
  top: -16px;
}
.header-container .toggle-primary-menu .apply span {
  top: -6px;
}
.header-container .toggle-primary-menu .apply .icon:before {
  content: "\c021";
  display: block;
  font-size: 29px;
}
#nd-website-editor-wrap ~ #page-wrap .header-container {
  position: static !important;
}
#nd-website-editor-wrap ~ #page-wrap #content-wrap {
  padding-top: 0 !important;
}
#nd-website-editor-wrap ~ #page-wrap #content-wrap .home-banner .container {
  position: static !important;
}
.header-container .container-r6z94 .layout-5 > .span12 {
  min-height: 0;
}
.header-container .dealer-name,
.header-container .franchise-badge,
.header-container .logo {
  align-items: center;
  display: flex;
  font-size: 0;
  height: 80px;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: all 0.4s ease-in-out;
  width: auto;
  z-index: 105;
}
.header-container .dealer-name a,
.header-container .franchise-badge a,
.header-container .logo a {
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.header-container .dealer-name .inner,
.header-container .franchise-badge .inner,
.header-container .logo .inner {
  width: 100%;
}
.header-container .dealer-name img,
.header-container .franchise-badge img,
.header-container .logo img {
  display: block;
  transition: width 0.4s ease-in-out;
}
.header-container .franchise-badge {
  max-width: 46%;
  width: auto;
}
.header-container .dealer-name,
.header-container .logo {
  max-width: none;
  width: 80px;
}
.header-container .align-start {
  align-items: flex-start;
}
.header-container .justify-content-start a {
  justify-content: start;
}
.header-container .dealer-name {
  color: inherit;
  font-size: 25px;
  font-weight: 400;
  line-height: 80px;
}
.header-container .dealer-name h1,
.header-container .dealer-name h2 {
  font-size: inherit;
  margin: 0;
}
.header-container .dealer-name span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.header-container .logo.u-float-left {
  margin-right: 10px;
}
.header-container .franchise-badge ~ .logo.u-float-left {
  padding-left: 20px;
}
@keyframes sidebar-close {
  0% {
    width: 194px;
  }
  97% {
    width: 194px;
  }
  to {
    width: 178px;
  }
}
#nd-website-editor-wrap ~ #page-wrap .header-container .row-qyzx7 {
  margin-top: 0;
  position: static;
  transform: none;
}
.button__valuations--fixed {
  border: 0;
  height: 138px;
  position: fixed;
  right: 0;
  top: calc(50% + 138px);
  transform: translateY(-50%);
  width: 40px;
  z-index: 1020;
}
.button__valuations--fixed .btn {
  align-items: center;
  background: #ffcf00;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 46px;
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 100%;
}
.button__valuations--fixed .btn span {
  top: auto;
  transform: rotate(270deg);
}
.button__valuations--fixed .btn:after {
  display: none;
}
.button__valuations--fixed.has-reg-styles .btn {
  font-family: uknumberplate;
  font-size: 14px;
}
.button__valuations--fixed.has-reg-styles .btn span {
  top: auto;
}
.button__valuations--fixed.has-icon .btn span:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0e1";
  font-size: 28px;
}
.header-container .contact-numbers .inset {
  line-height: normal;
  padding: 0;
}
.header-container .contact-numbers .inset:after {
  clear: both;
  content: " ";
  display: table;
}
.header-container .contact-numbers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-container .contact-numbers li[class*="location"] {
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
  padding: 5px;
  width: 50%;
}
.header-container .contact-numbers li[class*="location"] .location {
  display: block;
}
.header-container .contact-numbers li[class*="location"] > .label {
  display: none;
}
.header-container .contact-numbers li[class*="location"] a {
  border: none;
  color: inherit;
  font-size: 11px;
  height: auto;
  line-height: normal;
  margin-right: 5px;
  text-align: left;
  text-decoration: none;
}
.header-container .contact-numbers li[class*="location"] > a {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 5px;
}
.header-container .contact-numbers .department {
  display: block;
}
.header-container .contact-numbers .department:after {
  clear: both;
  content: " ";
  display: table;
}
.header-container .contact-numbers .department .value {
  float: right;
}
.header-container .contact-numbers .department .label {
  float: left;
}
#__ndcc_footerPlaceholder {
  padding-bottom: 0;
  padding-top: 0;
  z-index: 910;
}
#pre-footer-wrap {
  background: #000;
}
#pre-footer-wrap a:not(.btn):not(.dropdown-item) {
  color: inherit;
}
#pre-footer-wrap {
  color: #858585;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#pre-footer-wrap .button.custom--social-icon .btn {
  padding: 0 0 0 16px;
}
#pre-footer-wrap .button.custom--social-icon .btn .icon:before {
  color: #858585;
  margin-top: -3px;
}
#pre-footer-wrap .button.custom--social-icon.whatsapp .btn .icon:before {
  content: "\e0e0";
  font-size: 35px;
}
#pre-footer-wrap .button.custom--social-icon.snapchat .btn .icon:before,
#pre-footer-wrap .button.custom--social-icon.whatsapp .btn .icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pre-footer-wrap .button.custom--social-icon.snapchat .btn .icon:before {
  content: "\e0de";
  font-size: 28px;
}
#pre-footer-wrap .button.custom--social-icon.tiktok .btn .icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\c020";
  font-size: 27px;
}
#pre-footer-wrap .social-icons {
  flex-shrink: 0;
}
#pre-footer-wrap .social-icons ul {
  font-size: inherit;
}
#pre-footer-wrap .social-icons li + li,
#pre-footer-wrap .social-icons li.email {
  margin-left: 16px;
}
#pre-footer-wrap .social-icons li a {
  background: none;
  box-shadow: none;
  color: #fff;
  padding: 0;
}
#pre-footer-wrap .social-icons .icon-social:before {
  font-size: 30px;
}
#pre-footer-wrap img {
  display: block;
  margin: 0 auto;
}
#pre-footer-wrap .has-divider > :first-child:before {
  background: #323232;
  content: "";
  display: block;
  height: 16px;
  width: 1px;
}
#pre-footer-wrap .custom-image {
  flex-shrink: 0;
}
.footer-container {
  background: #000;
  color: #858585;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.footer-container a {
  color: inherit;
}
.footer-container .container-wrap {
  position: relative;
  text-transform: uppercase;
  z-index: 900;
}
.footer-container .container-modal {
  position: static;
}
#pre-footer-wrap .find-a-retailer {
  border-bottom: 1px solid #474747;
}
#pre-footer-wrap .find-a-retailer .row-11f3m {
  padding-top: 2px;
}
#pre-footer-wrap .find-a-retailer .link .btn {
  color: #fff;
  display: block;
  text-align: center;
}
#pre-footer-wrap .find-a-retailer .link .icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\c017";
  font-size: 10px;
  padding-right: 13px;
}
#pre-footer-wrap .location-search > .inner {
  background: none;
  padding: 0;
}
#pre-footer-wrap .location-search .directions {
  float: none;
  margin-bottom: 20px;
  width: 100%;
}
#pre-footer-wrap .location-search .directions .control-label {
  color: #fff;
  display: block;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 13px;
  text-align: center;
  text-transform: none;
}
#pre-footer-wrap .location-search .directions .control-label span {
  padding: 0;
}
#pre-footer-wrap .location-search .directions .control-label:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d2232a;
  content: "\c015";
  font-size: 30px;
  padding-right: 20px;
  position: relative;
  top: 2px;
}
#pre-footer-wrap .location-search .bootstrap-select button.btn {
  background: none;
  border-color: #474747;
  color: #fff;
  font-size: 18px;
  padding-left: 17px;
  text-transform: uppercase;
}
#pre-footer-wrap .location-search .bootstrap-select button.btn .filter-option {
  top: -2px;
}
#pre-footer-wrap .location-search .bootstrap-select .caret {
  width: 35px;
}
#pre-footer-wrap .location-search form > .btn:after {
  display: block;
}
@keyframes btn-animate {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
#pre-footer-wrap .find-a-retailer .row-11f3m {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
#pre-footer-wrap .find-a-retailer .dropdowns .js-select-button {
  border-color: #474747;
  color: #fff;
  font-size: 18px;
  padding-left: 17px;
  text-transform: uppercase;
}
#pre-footer-wrap .find-a-retailer .dropdowns .dropdown {
  margin-bottom: 20px;
  position: relative;
  z-index: 150;
}
#pre-footer-wrap .find-a-retailer .dropdowns .dropdown-content {
  bottom: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}
#pre-footer-wrap .find-a-retailer .dropdowns .dropdown-content.show {
  opacity: 1;
  visibility: visible;
}
#pre-footer-wrap .find-a-retailer .dropdowns .dropdown-content .item {
  background: #efefef;
  color: #000;
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#pre-footer-wrap .find-a-retailer .dropdowns .dropdown-content .item + .item {
  border-top: 1px solid #d6d6d6;
}
#pre-footer-wrap .find-a-retailer .dropdowns .dropdown-content .item:hover {
  background: #ddd;
}
#pre-footer-wrap .find-a-retailer .dropdowns .dropdown-content .item.active {
  background: #d2232a;
  color: #fff;
}
#pre-footer-wrap .find-a-retailer .dropdowns .dropdown-content .item:after {
  background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/sprite-country-flags.png)
    no-repeat 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.palestine:after {
  background-position-x: 100%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.morocco:after {
  background-position-x: 90%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.saudi-arabia:after {
  background-position-x: 80%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.united-arab-emirates:after {
  background-position-x: 70%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.kuwait:after {
  background-position-x: 60%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.jordan:after {
  background-position-x: 50%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.bahrain:after {
  background-position-x: 40%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.lebanon:after {
  background-position-x: 30%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.oman:after {
  background-position-x: 20%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.iraq:after {
  background-position-x: 10%;
}
#pre-footer-wrap
  .find-a-retailer
  .dropdowns
  .dropdown-content
  .item.qatar:after {
  background-position-x: 0;
}
#pre-footer-wrap .find-a-retailer .dropdowns .btn.animate {
  animation-duration: 1s;
  animation-name: btn-animate;
}
.homepage {
  overflow-x: hidden;
}
.homepage #content-wrap {
  padding-bottom: 0;
}
.home-banner ~ .container-wrap {
  background: #fff;
  position: relative;
}
.homepage .module-cycle h3.title {
  font-size: 30px;
}
.home-banner .cyclr .inner,
.home-banner .cyclr.img--opacity .inset {
  background: #000;
}
.home-banner .cyclr.img--opacity img {
  opacity: 0.75;
}
.banner-jump .btn {
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 0;
  font-size: 21px;
  line-height: 80px;
  padding-left: 26px;
  padding-right: 26px;
  text-align: left;
}
.has-icon.banner-jump .btn:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\c005";
  font-size: 26px;
  padding-right: 21px;
  position: relative;
  top: -3px;
}
.test-drive.has-icon.banner-jump .btn:before {
  content: "\c009";
}
.offers.has-icon.banner-jump .btn:before {
  content: "\c006";
}
.service.has-icon.banner-jump .btn:before {
  content: "\c008";
}
.banner-jumps-container {
  background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/background-banner-jumps.jpg)
    no-repeat 50%;
  background-size: cover;
}
.banner-jumps-container .homepage-jumps-intro .title {
  text-transform: none;
}
.banner-jumps-container .homepage-jumps-intro .content {
  font-size: 21px;
  line-height: 25px;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .banner-jump.banner-jump .btn {
    line-height: 67px;
  }
  .banner-jumps-container.banner-jumps-container .homepage-jumps-intro {
    padding-bottom: 15px !important;
  }
  .banner-jumps-container.banner-jumps-container .homepage-jumps-intro .title {
    font-size: 40px;
  }
  .banner-jumps-container.banner-jumps-container
    .homepage-jumps-intro
    .content {
    font-size: 16px;
    padding-top: 2px;
  }
  .banner-jumps-container.banner-jumps-container .warranty-image {
    padding-top: 30px !important;
  }
  .banner-jumps-container.banner-jumps-container .warranty-image img {
    width: 180px;
  }
}
.homepage .search .inner {
  padding-top: 0;
}
.homepage .search .filter-keyword {
  display: none;
}
[class^="pack-"] .colour {
  border: 1px solid #efefef;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
[class^="pack-"] .colour.other {
  background-color: #e8ecef;
}
[class^="pack-"] .colour.maroon {
  background-color: maroon;
}
[class^="pack-"] .colour.yellow {
  background-color: #e2d61b;
}
[class^="pack-"] .colour.white {
  background-color: #fff;
}
[class^="pack-"] .colour.turquoise {
  background-color: #3b8d84;
}
[class^="pack-"] .colour.silver {
  background-color: #acacac;
}
[class^="pack-"] .colour.red {
  background-color: #d02929;
}
[class^="pack-"] .colour.purple {
  background-color: #643b8d;
}
[class^="pack-"] .colour.pink {
  background-color: #c64892;
}
[class^="pack-"] .colour.orange {
  background-color: #dd6800;
}
[class^="pack-"] .colour.grey {
  background-color: #656565;
}
[class^="pack-"] .colour.green {
  background-color: #457114;
}
[class^="pack-"] .colour.gold {
  background-color: #ab9505;
}
[class^="pack-"] .colour.cream {
  background-color: #c6bb9c;
}
[class^="pack-"] .colour.brown {
  background-color: #462e11;
}
[class^="pack-"] .colour.bronze {
  background-color: #7f5a13;
}
[class^="pack-"] .colour.blue {
  background-color: #003e92;
}
[class^="pack-"] .colour.black {
  background-color: #000;
}
[class^="pack-"] .colour.beige {
  background-color: #cebd88;
}
.listing .used-list.listing .pack-colours {
  align-items: center;
  display: block;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 110;
}
.listing .used-list.listing .pack-colours .label {
  color: #d2232a;
}
.listing .used-list.listing .pack-colours .available-colours {
  display: flex;
}
.listing .used-list.listing .pack-colours .colour {
  margin-left: 6px;
}
.search-toggle {
  margin-bottom: 10px;
}
.search-toggle .toggle-heading {
  background: #fff;
  color: #000;
}
[class^="used"].listing .container-hodyd .vehicle-count {
  color: #d2232a;
  font-weight: 700;
  line-height: 28px;
}
.container-vpgvn .overlay__image .inner,
.container-vpgvn .overlay__image .thumb {
  display: block;
  height: 100%;
}
.container-vpgvn .overlay__image .thumb {
  background: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/collections/used-cars/01.jpg)
    no-repeat top #000;
}
.container-vpgvn .overlay__image img[src*="no-image"] {
  visibility: hidden;
}
.container-vpgvn .search-introduction {
  color: #fff;
}
.container-vpgvn .search-introduction .title {
  font-size: 31px;
}
.container-vpgvn .search-introduction .sub-title,
.container-vpgvn .search-introduction .title {
  display: block;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-weight: 700;
}
.container-vpgvn .search-introduction .sub-title {
  font-size: 12px;
}
.container-vpgvn .search-introduction h1 {
  margin-bottom: 7px;
}
.container-vpgvn .search .search-header {
  display: none;
}
.container-vpgvn .search .filter-options.advanced {
  position: absolute;
}
[class^="used"].listing .container-5k2ms {
  display: none;
}
[class^="used"].listing .container-vpgvn .fixed {
  top: 0;
}
[class^="used"].listing .container-vpgvn .fixed .search-header {
  display: none;
}
[class^="used"].listing .container-8pqeg {
  border-top: 1px solid #efefef;
  margin-top: 0;
}
.used-list.listing .results {
  display: flex;
  flex-wrap: wrap;
}
.used-list.listing > .inner {
  font-size: 0;
  margin-inline: -10px;
  padding: 10px 0;
}
.used-list.listing > .inner > div:not(.list-item):not(.cycle-scroller) {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.used-list.listing .list-item {
  display: inline-block;
  font-size: 18px;
  padding: 0 0 10px;
  vertical-align: top;
  width: 100%;
}
.used-list.listing .list-item.list-item {
  text-align: left;
}
.used-list.listing .franchise-approved {
  display: none;
}
.used-list.listing .inset {
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: 0 0 12px transparent;
  height: 100%;
  padding-bottom: 103px;
  position: relative;
  transition: box-shadow 0.4s ease-in-out;
}
.used-list.listing .inset:after {
  clear: both;
  content: " ";
  display: table;
}
.used-list.listing .inset:before {
  border-top: 1px solid #efefef;
  bottom: 82px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  right: 20px;
}
.used-list.listing .inset:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.used-list.listing .inset:hover .image-count,
.used-list.listing .inset:hover .video-count {
  opacity: 1;
}
.used-list.listing .inset > div {
  margin-inline: 10px;
  padding-inline: 10px;
  width: auto;
}
.used-list.listing .inset .thumbs,
.used-list.listing .inset div.thumb {
  border-bottom: 1px solid #efefef;
  margin-inline: 0;
  padding-top: 0;
  padding-inline: 0;
  position: relative;
}
.used-list.listing .inset .thumbs img,
.used-list.listing .inset div.thumb img {
  display: block;
  width: 100%;
}
.used-list.listing.box-list.module .title {
  padding-bottom: 0;
  padding-top: 20px;
  padding-inline: 10px;
}
.used-list.listing .location-name,
.used-list.listing .location-no,
.used-list.listing .price-combined,
.used-list.listing .price:not(.ovs-finance-price),
.used-list.listing .title {
  padding-top: 10px;
}
.used-list.listing .ovs-finance-price {
  padding-top: 0;
}
.used-list.listing .ovs-finance-price .ovs-initial-payment,
.used-list.listing .ovs-finance-price .ovs-lease-price-type-label,
.used-list.listing .ovs-finance-price .used-finance-price-label {
  font-size: 18px;
}
.used-list.listing .pack-colours {
  border-block: 1px solid #efefef;
  margin-top: 10px;
  padding: 2px 0;
}
.used-list.listing .image-count,
.used-list.listing .video-count {
  align-items: center;
  bottom: 40px;
  color: #fff;
  display: flex;
  font-family: arial;
  line-height: normal;
  opacity: 0;
  position: absolute;
  right: 20px;
  transition: opacity 0.4s ease-in-out;
  z-index: 101;
}
.used-list.listing .image-count .icon,
.used-list.listing .video-count .icon {
  order: 2;
}
.used-list.listing .image-count .icon:before,
.used-list.listing .video-count .icon:before {
  font-size: 24px;
  margin-left: 8px;
}
.used-list.listing .image-count .text,
.used-list.listing .video-count .text {
  display: none;
}
.used-list.listing .image-count .icon:before {
  content: "\e02e";
}
.used-list.listing .video-count {
  bottom: 60px;
}
.used-list.listing .video-count .icon:before {
  content: "\e0ac";
}
.used-list.listing .approved-badge {
  margin: 0 !important;
  padding-top: 5px;
  position: relative;
}
.used-list.listing .approved-badge + .title {
  padding-top: 0 !important;
}
.used-list.listing .approved-badge > div {
  display: block;
  line-height: normal;
}
.used-list.listing .approved-badge > div a {
  display: inline-block;
}
.used-list.listing .approved-badge > div a img {
  max-width: 147px;
}
.used-list.listing .attention-grabber {
  position: relative;
}
.used-list.listing .attention_grabber {
  background: #d2232a;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  left: 10px;
  padding: 3px 10px;
  position: absolute;
  right: 10px;
  text-align: center;
}
.used-list.listing .attention_grabber:empty {
  display: none;
}
.used-list.listing .inset .attention-grabber {
  margin-inline: 0;
}
.used-list.listing .save-vehicle {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  width: 100%;
  z-index: 5;
}
.used-list.listing .save-vehicle .btn {
  background: #fff;
  border: none;
  border-radius: 0 0 0 100%;
  box-shadow: none;
  color: #000;
  font-family: arial;
  font-size: 0;
  height: 60px;
  line-height: 50px;
  margin: 0;
  padding: 0 10px 0 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 60px;
}
.used-list.listing .save-vehicle .btn span {
  display: none;
}
.used-list.listing .save-vehicle .btn .icon {
  padding: 2px;
  vertical-align: middle;
}
.used-list.listing .save-vehicle .btn .icon:before {
  font-size: 26px;
  margin: 0;
}
.used-list.listing .save-vehicle .btn:after,
.used-list.listing .save-vehicle .btn:before {
  display: none;
}
.used-list.listing .fuel-savings {
  float: none;
  padding-top: 20px;
  width: auto;
}
.used-list.listing .fuel-savings .inner {
  color: #d2232a;
  font-weight: 700;
  margin: 0;
}
.used-list.listing .fuel-savings a {
  color: inherit;
  text-decoration: none;
}
.used-list.listing .modal-ajax {
  background: none;
  border: none;
  bottom: 32px;
  color: #d2232a;
  font-size: 1.125rem;
  left: 0;
  max-width: 50%;
  position: absolute;
}
.used-list.listing .modal-ajax a {
  color: #d2232a;
  display: block;
  font-weight: 700;
  line-height: normal;
}
.used-list.listing .modal-ajax a span {
  padding: 0;
}
.used-list.listing .enquire,
.used-list.listing .gubagoo-btn {
  background: none;
  border: none;
  bottom: 20px;
  left: 0;
  max-width: 50%;
  position: absolute;
}
.used-list.listing .enquire .btn,
.used-list.listing .gubagoo-btn .btn {
  background: none;
  border: none;
  box-shadow: none;
  color: #d2232a;
  display: block;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  padding: 0;
  text-align: center;
  text-transform: none;
}
.used-list.listing .enquire .btn .icon,
.used-list.listing .enquire .btn:after,
.used-list.listing .enquire .btn:before,
.used-list.listing .gubagoo-btn .btn .icon,
.used-list.listing .gubagoo-btn .btn:after,
.used-list.listing .gubagoo-btn .btn:before {
  display: none;
}
.used-list.listing .enquire .btn span,
.used-list.listing .gubagoo-btn .btn span {
  padding: 0;
  top: auto;
}
.used-list.listing .enquire .btn span:after,
.used-list.listing .enquire .btn span:before,
.used-list.listing .gubagoo-btn .btn span:after,
.used-list.listing .gubagoo-btn .btn span:before {
  display: none;
}
.used-list.listing .view-vehicle {
  bottom: 20px;
  position: absolute;
  right: 0;
}
.used-list.listing:not(.has-solid-button) .inset {
  padding-bottom: 73px;
}
.used-list.listing:not(.has-solid-button) .inset:before {
  bottom: 55px;
}
.used-list.listing:not(.has-solid-button) .modal-ajax {
  bottom: 20px;
}
.used-list.listing:not(.has-solid-button) .view-vehicle {
  background: none;
  border: none;
  max-width: 50%;
}
.used-list.listing:not(.has-solid-button) .view-vehicle .btn {
  background: none;
  border: none;
  box-shadow: none;
  color: #d2232a;
  display: block;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  padding: 0;
  text-align: center;
  text-transform: none;
}
.used-list.listing:not(.has-solid-button) .view-vehicle .btn .icon,
.used-list.listing:not(.has-solid-button) .view-vehicle .btn:after,
.used-list.listing:not(.has-solid-button) .view-vehicle .btn:before {
  display: none;
}
.used-list.listing:not(.has-solid-button) .view-vehicle .btn span {
  padding: 0;
  top: auto;
}
.used-list.listing:not(.has-solid-button) .view-vehicle .btn span:before {
  display: none;
}
.used-list.listing:not(.has-solid-button) .view-vehicle .btn span:after {
  background: none;
  content: ">";
  display: inline-block;
  height: auto;
  margin: 0;
  padding-left: 4px;
  position: static;
  transform: none;
  width: auto;
}
.used-list.listing.has-overview-icons .overview-data .cell .value {
  font-weight: 400;
}
.used-list.listing.has-overview-icons .overview-data .cell .label span {
  display: none;
}
.used-list.listing.has-overview-icons .overview-data .cell .icon {
  display: inline-block;
}
.used-list.listing.has-overview-icons .overview-data .cell .icon:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  margin-top: -3px;
}
.used-list.listing.has-overview-icons
  .overview-data
  .cell.exterior-colour
  .icon:before {
  content: "\e053";
}
.used-list.listing.has-overview-icons
  .overview-data
  .cell.reg-year
  .icon:before {
  content: "\e0b6";
}
.used-list.listing.has-overview-icons
  .overview-data
  .cell.mileage
  .icon:before {
  content: "\e004";
}
.used-list.listing.has-overview-icons
  .overview-data
  .cell.fuel-type
  .icon:before {
  content: "\e052";
}
.used-list.listing.has-overview-icons
  .overview-data
  .cell.transmission
  .icon:before {
  content: "\e039";
}
.used-list.listing .details,
.used-list.listing .overview-data {
  padding-top: 10px;
}
.used-list.listing .details .inner,
.used-list.listing .overview-data .inner {
  margin: 0;
}
.used-list.listing .details .icon,
.used-list.listing .overview-data .icon {
  display: none;
}
.used-list.listing .details .cell,
.used-list.listing .overview-data .cell {
  font-size: 18px;
  padding: 0;
  width: 100%;
}
.used-list.listing .details .label,
.used-list.listing .overview-data .label {
  display: inline-block;
  font-size: inherit;
  padding-right: 5px;
}
.used-list.listing .details .value,
.used-list.listing .overview-data .value {
  display: inline;
  float: none;
  font-size: inherit;
  font-weight: 700;
}
.used-list.listing .details a,
.used-list.listing .overview-data a {
  display: inline;
}
.used-list.listing.has-location-icon .location-name a {
  color: #464646;
  font-weight: 400;
}
.used-list.listing.has-location-icon .location-name .label {
  display: inline-block;
}
.used-list.listing.has-location-icon .location-name .label:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e09f";
  font-size: 25px;
  margin-top: -3px;
}
[class^="used"].listing
  #content-wrap
  .toggle
  .representative-finance-example
  .toggle-heading {
  display: none;
}
[class^="used"].listing
  #content-wrap
  .toggle
  .representative-finance-example
  .toggle-body {
  border: none;
  padding: 0;
}
[class^="used"].listing
  #content-wrap
  .toggle
  .representative-finance-example
  .toggle-body
  h2 {
  display: none;
}
[class^="used"].listing #content-wrap .toggle + .toggle .toggle-heading {
  border-top: none;
}
[class*="used"].listing .used-list.listing.box-list.module .price .price-was {
  text-decoration: line-through;
}
[class^="used"].details .row-bnvxu {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
[class^="used"].details .row-bnvxu .button {
  display: inline-block !important;
  font-size: 0;
  margin-top: 0;
  padding-inline: 0;
  visibility: visible !important;
}
[class^="used"].details .row-bnvxu .button.hidden .btn {
  opacity: 0;
  pointer-events: none;
}
[class^="used"].details .row-bnvxu .button .btn {
  align-items: center;
  display: flex !important;
  font-size: 11px;
  line-height: 21px;
  position: relative;
  transition: none;
  visibility: visible !important;
}
[class^="used"].details .row-bnvxu .button .btn:after,
[class^="used"].details .row-bnvxu .button .btn:before {
  display: none;
}
[class^="used"].details .row-bnvxu .button .btn span {
  top: auto;
}
[class^="used"].details .row-bnvxu .button .icon {
  line-height: 1;
}
[class^="used"].details .row-bnvxu .back {
  flex: 1 1 auto;
  text-align: center;
  width: 150px;
}
[class^="used"].details .row-bnvxu .back .btn {
  display: inline-block !important;
  letter-spacing: 0;
  padding-inline: 0;
  text-align: center;
}
[class^="used"].details .row-bnvxu .back .btn span {
  text-decoration: underline;
}
[class^="used"].details .row-bnvxu .next-vehicle.link.hidden,
[class^="used"].details .row-bnvxu .prev-vehicle.link.hidden {
  cursor: default;
  display: inline-block !important;
  visibility: visible !important;
}
[class^="used"].details .row-bnvxu .next-vehicle.link.hidden .btn.hidden,
[class^="used"].details .row-bnvxu .prev-vehicle.link.hidden .btn.hidden {
  color: #000;
  cursor: default;
  display: inline-block !important;
  opacity: 0.3;
  pointer-events: none;
  visibility: visible !important;
}
[class^="used"].details .row-bnvxu .next-vehicle.link.hidden .btn.hidden .icon,
[class^="used"].details .row-bnvxu .prev-vehicle.link.hidden .btn.hidden .icon {
  opacity: 0.5;
}
[class^="used"].details .row-bnvxu .prev-vehicle {
  text-align: left;
}
[class^="used"].details .row-bnvxu .prev-vehicle .btn {
  letter-spacing: 0;
  padding-left: 22px;
  padding-right: 15px;
  text-align: left;
}
[class^="used"].details .row-bnvxu .prev-vehicle .icon {
  font-size: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[class^="used"].details .row-bnvxu .prev-vehicle .icon:before {
  content: "\e074";
  font-size: 18px;
}
[class^="used"].details .row-bnvxu .next-vehicle {
  text-align: right;
}
[class^="used"].details .row-bnvxu .next-vehicle .btn {
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 22px;
  text-align: right;
}
[class^="used"].details .row-bnvxu .next-vehicle .btn span {
  flex-grow: 1;
}
[class^="used"].details .row-bnvxu .next-vehicle .icon {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
[class^="used"].details .row-bnvxu .next-vehicle .icon:before {
  content: "\e075";
  font-size: 18px;
}
[class^="used"].details .row-rurqy .trustpilot-widget {
  background: #efefef;
  padding: 40px 30px;
}
[class^="used"].details .hr {
  border-bottom: 1px solid #efefef;
}
[class^="used"].details .used-media .inner {
  border: 1px solid #efefef;
  padding-bottom: 0;
  position: relative;
}
[class^="used"].details .used-media .big-image {
  background: #fff;
}
[class^="used"].details .used-media [class*="cycle-pager-"] {
  display: none;
}
[class^="used"].details .used-media .gallery-icon {
  background: hsla(0, 0%, 100%, 0.5);
  color: #000;
  height: 45px;
  right: 10px;
  text-align: center;
  text-shadow: none;
  top: 10px;
  width: 45px;
}
[class^="used"].details .used-media .gallery-icon a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
[class^="used"].details .used-media .featured-sash,
[class^="used"].details .used-media .image-count,
[class^="used"].details .used-media .video-count {
  display: none;
}
[class^="used"].details .thumbnails .cycle-next,
[class^="used"].details .thumbnails .cycle-prev,
[class^="used"].details .used-media .cycle-next,
[class^="used"].details .used-media .cycle-prev {
  color: #fff;
  height: 100%;
  max-height: 110px;
  opacity: 1;
  width: 40px;
}
[class^="used"].details .thumbnails .cycle-next:before,
[class^="used"].details .thumbnails .cycle-prev:before,
[class^="used"].details .used-media .cycle-next:before,
[class^="used"].details .used-media .cycle-prev:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
[class^="used"].details .thumbnails .tabs {
  padding: 0;
}
[class^="used"].details .thumbnails .tab-nav a:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e02e";
  font-size: 20px;
}
[class^="used"].details .thumbnails .tab-nav span {
  vertical-align: middle;
}
[class^="used"].details .thumbnails .tab-nav .tab-videos a:before {
  content: "\e0ac";
}
[class^="used"].details .thumbnails .tab-nav .tab-exterior360 a:before {
  content: "\e0dc";
}
[class^="used"].details
  .thumbnails
  .thumb-images
  .cycle:not(.off)
  .cycle-carousel-wrap {
  transform: translateX(41%);
}
[class^="used"].details .thumbnails .tab-content {
  border: 1px solid #efefef;
  padding: 20px 20px 30px;
}
[class^="used"].details .thumbnails .tab-content .tab-pane {
  border: none;
}
[class^="used"].details .sticky-module {
  min-height: 0;
}
[class^="used"].details .row-q9ih3 {
  background: #fff;
  border: 1px solid #efefef;
}
[class^="used"].details .row-03q1g .divider {
  margin-inline: 0;
  margin-bottom: 15px;
  padding-top: 15px;
}
[class^="used"].details .row-03q1g .save-vehicle {
  display: block;
  position: relative;
  width: 100%;
  z-index: 110;
}
[class^="used"].details .row-03q1g .save-vehicle .btn {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 0 0 0 100%;
  border-right: none;
  border-top: none;
  box-shadow: none;
  color: #000;
  font-family: arial;
  font-size: 0;
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -1px;
  text-align: right;
  top: -1px;
  width: 50px;
}
[class^="used"].details .row-03q1g .save-vehicle .btn span {
  display: none;
}
[class^="used"].details .row-03q1g .save-vehicle .btn .icon {
  vertical-align: top;
}
[class^="used"].details .row-03q1g .save-vehicle .btn .icon:before {
  font-size: 26px;
  margin: 0;
  padding: 6px;
}
[class^="used"].details .row-03q1g .save-vehicle .btn:after,
[class^="used"].details .row-03q1g .save-vehicle .btn:before {
  display: none;
}
[class^="used"].details .row-03q1g .span12 .btn {
  display: block;
}
[class^="used"].details .row-03q1g .link {
  display: inline-block;
}
[class^="used"].details .row-03q1g .link .btn {
  border: 0;
  color: #000;
  font-family: Arial;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 44px;
  padding-inline: 0;
}
[class^="used"].details .row-03q1g .link .btn span {
  text-decoration: underline;
  top: auto;
}
[class^="used"].details .row-03q1g .link .btn:after,
[class^="used"].details .row-03q1g .link .btn:before {
  display: none;
}
[class^="used"].details .row-03q1g .basic .btn {
  background: transparent;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 44px;
  padding: 0 5px;
  text-align: center;
  text-transform: none;
}
[class^="used"].details .row-03q1g .basic .btn:before {
  display: none;
}
[class^="used"].details .row-03q1g .basic .btn:hover {
  color: #d2232a;
}
[class^="used"].details .row-03q1g .basic span {
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  top: 0;
}
[class^="used"].details .row-03q1g .basic + .basic[class*="span"] {
  border-left: 1px solid #efefef;
}
[class^="used"].details .row-03q1g .simple .btn {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  text-transform: none;
}
[class^="used"].details .row-03q1g .simple .btn .icon:before {
  font-size: 28px;
}
[class^="used"].details .row-03q1g .simple .btn:after,
[class^="used"].details .row-03q1g .simple .btn:before {
  display: none;
}
[class^="used"].details .row-03q1g .simple .btn:hover,
[class^="used"].details .row-03q1g .simple .btn:hover .icon {
  color: #d2232a;
}
[class^="used"].details .row-03q1g .valuations-button .icon:before {
  content: "\e0e1";
}
[class^="used"].details .row-03q1g .test-drive-button .icon:before {
  content: "\e0c3";
}
[class^="used"].details .row-03q1g .view-finance .icon {
  font-size: 24px;
  vertical-align: middle;
}
[class^="used"].details .row-03q1g .view-finance .icon:before {
  content: "\e905";
}
[class^="used"].details .row-03q1g .view-finance .btn {
  line-height: normal;
  padding-inline: 0;
}
[class^="used"].details .row-03q1g .view-finance .btn:hover span {
  text-decoration: none;
}
[class^="used"].details .row-03q1g .vehicle-title {
  background: #000;
}
[class^="used"].details .tabs.tab-has-toggles .tab-content .tab-pane {
  background: #fff;
}
[class^="used"].details .print-details .btn .icon {
  vertical-align: middle;
}
[class^="used"].details .print-details .btn .icon:before {
  content: "\e0b2";
  font-size: 26px;
  margin-right: 5px;
}
[class^="used"].details .print-details .btn:after {
  display: none;
}
[class^="used"].details .overview-data--details .cell {
  border-bottom: 1px solid #efefef;
  display: block;
  padding: 10px 0;
  width: 100%;
}
[class^="used"].details .overview-data--details .cell:nth-child(2) {
  border-top: 1px solid #efefef;
}
[class^="used"].details .overview-data[class*="has-icons"] .icon {
  font-size: 45px;
  height: 45px;
  width: 45px;
}
[class^="used"].details .overview-data[class*="has-icons"] .icon:before {
  content: " ";
  display: block;
}
[class^="used"].details
  .overview-data[class*="has-icons"]
  .engine-size
  .icon:before {
  content: "\e028";
}
[class^="used"].details
  .overview-data[class*="has-icons"]
  .transmission
  .icon:before {
  content: "\e039";
}
[class^="used"].details
  .overview-data[class*="has-icons"]
  .fuel-type
  .icon:before {
  content: "\e032";
}
[class^="used"].details
  .overview-data[class*="has-icons"]
  .bodystyle
  .icon:before {
  content: "\e001";
}
[class^="used"].details
  .overview-data[class*="has-icons"]
  .mileage
  .icon:before {
  content: "\e0f4";
}
[class^="used"].details .overview-data[class*="has-icons"] .mpg .icon:before {
  content: "\e004";
}
[class^="used"].details
  .overview-data[class*="has-icons"]
  .manufacture-year
  .icon:before,
[class^="used"].details
  .overview-data[class*="has-icons"]
  .reg-year
  .icon:before {
  content: "\e0b6";
}
[class^="used"].details
  .overview-data[class*="has-icons"]
  .tax-cost
  .icon:before {
  content: "\e0d8";
}
[class^="used"].details .overview-data[class*="has-icons"] .color .icon:before,
[class^="used"].details
  .overview-data[class*="has-icons"]
  .colour
  .icon:before {
  content: "\e053";
}
[class^="used"].details .overview-data[class*="has-icons"] .vin .icon:before {
  content: "\e0ab";
}
[class^="used"].details .overview-data[class*="has-icons"] .reg .icon:before {
  content: "\e0db";
}
[class^="used"].details .overview-data.has-icons--small .row {
  display: flex;
  flex-wrap: wrap;
}
[class^="used"].details .overview-data.has-icons--small .cell {
  align-items: center;
  border: 1px solid #efefef;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}
[class^="used"].details .overview-data.has-icons--small .value {
  flex: 1;
}
[class^="used"].details .overview-data.has-icons--small .label {
  margin-right: 10px;
}
[class^="used"].details .overview-data.has-icons--small .label span {
  display: none;
}
[class^="used"].details .overview-data.has-icons .inner {
  border: 1px solid #efefef;
}
[class^="used"].details .overview-data.has-icons .cell {
  display: inline-block;
  margin: 0 auto;
  padding: 30px 0 25px;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
[class^="used"].details .overview-data.has-icons .label span {
  display: block;
}
[class^="used"].details .overview-data.has-icons .value {
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  line-height: normal;
  padding-inline: 5px;
  width: auto;
}
[class^="used"].details .attention-grabber {
  width: auto;
}
[class^="used"].details .attention-grabber .title,
[class^="used"].details .attention-grabber.hide {
  display: none;
}
[class^="used"].details .tech-data .column .ncap-logo {
  background: #fff;
}
[class^="used"].details .featured-stock .heading {
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
}
[class^="used"].details .featured-stock .view-vehicle {
  max-width: none;
  width: auto !important;
}
[class^="used"].details .featured-stock .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-8pyp8 .location-name {
  padding-bottom: 30px;
}
.row-8pyp8 .location-name a {
  color: inherit;
  display: inline-block;
  line-height: normal;
  text-decoration: none;
  vertical-align: middle;
}
.row-8pyp8 .location-name .label {
  display: inline;
  line-height: normal;
  margin-right: 5px;
}
.row-8pyp8 .location-name .location {
  text-decoration: underline;
}
.row-8pyp8 .location-name.has-icon a:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e03c";
  font-size: 24px;
  margin-right: 5px;
}
.row-8pyp8 .location-no {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
}
.row-8pyp8 .location-no a {
  color: inherit;
  font-weight: inherit;
}
.row-8pyp8 .location-no.has-icon {
  font-size: 26px;
}
.row-8pyp8 .location-no.has-icon .phone:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  position: relative;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e098";
  font-size: 24px;
  margin-right: 5px;
  top: auto;
}
[class^="used"].details .row-8pyp8 .title {
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
[class^="used"].details .row-8pyp8 .location .location-address .title {
  font-size: 31px;
  font-weight: 700;
}
[class^="used"].details .row-8pyp8 .location .address {
  line-height: 24px;
  padding-bottom: 20px;
}
[class^="used"].details .row-8pyp8 .location .address:after {
  clear: both;
  content: " ";
  display: table;
}
[class^="used"].details .row-8pyp8 .location .address > span {
  display: block;
  float: left;
  padding-right: 3px;
}
[class^="used"].details .row-8pyp8 .location .address > span.address-postcode {
  clear: left;
}
[class^="used"].details .row-8pyp8 .location .btn {
  min-width: 175px;
}
[class^="used"].details .row-8pyp8 .location .locations-hours .inner {
  padding-bottom: 36px;
  padding-top: 28px;
}
[class^="used"].details .row-8pyp8 .location .locations-hours td {
  line-height: 36px;
  padding: 0;
}
[class^="used"].details .row-8pyp8 .location .locations-hours td.hours {
  text-align: right;
}
[class^="used"].details .documents-toggle {
  margin-top: 0;
  padding: 0;
  position: relative;
  z-index: 11;
}
[class^="used"].details .documents-toggle .row-fluid {
  margin-inline: 0;
}
[class^="used"].details .documents-toggle .toggle-heading {
  background: transparent;
  background: #fff;
  border: none;
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 5px;
  text-align: center;
}
[class^="used"].details .documents-toggle .toggle-heading:before {
  content: "\e0a6";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 22px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-right: 5px;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="used"].details .documents-toggle .toggle-heading h4 {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
}
[class^="used"].details .documents-toggle .toggle-heading .icon {
  display: none;
}
[class^="used"].details .documents-toggle .toggle-heading:hover {
  color: #d2232a;
}
[class^="used"].details .documents-toggle .toggle-body {
  background: #fff;
  border: 1px solid #efefef;
  padding: 10px;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 1;
}
[class^="used"].details .documents-toggle .used-vehicle-documents .item:after {
  clear: both;
  content: " ";
  display: table;
}
[class^="used"].details .documents-toggle .used-vehicle-documents .item a {
  font-weight: 700;
}
[class^="used"].details
  .documents-toggle
  .used-vehicle-documents
  .item
  a
  .icon {
  display: none;
}
[class^="used"].details
  .documents-toggle
  .used-vehicle-documents
  .item
  .tooltip {
  display: inline-block;
  float: right;
  top: -2px;
}
[class^="used"].details
  .documents-toggle
  .used-vehicle-documents
  .item
  .tooltip
  .tooltip-content,
[class^="used"].details
  .documents-toggle
  .used-vehicle-documents
  .item
  .tooltip
  .tooltip-content
  .tooltip-arrow {
  top: auto;
}
@keyframes no-views {
  0%,
  15%,
  30% {
    opacity: 1;
  }
  23%,
  7% {
    opacity: 0;
  }
}
[class^="used"].details .no-views {
  background: rgba(0, 0, 0, 0.4);
  clear: both;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 4px 10px;
  width: auto;
}
[class^="used"].details .no-views:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin-top: -2px;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e02d";
  font-size: 20px;
  margin-right: 5px;
}
[class^="used"].details .no-views:empty {
  display: none;
}
[class^="used"].details .no-views span {
  animation: no-views 5s infinite;
}
[class^="used"].details .icon--wallet figure.responsive-image:before {
  content: "\e0e1";
}
[class^="used"].details .icon--edit figure.responsive-image:before {
  content: "\e077";
}
[class^="used"].details .icon--lock figure.responsive-image:before {
  content: "\e08e";
}
[class^="used"].details .buying-online-jump {
  background-color: #000;
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/used-detail/14/buying-online/02.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
}
[class^="used"].details .buying-online-jump .title {
  font-size: 24px;
}
[class^="used"].details .buying-online-jump.color-white .btn {
  color: #fff;
}
[class^="used"].details .buying-online-jump .btn {
  line-height: normal;
  padding-inline: 0;
}
[class^="used"].details .buying-online-jump .btn span {
  text-decoration: underline;
}
[class^="used"].details .buy-online-jump .thumb {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/used-detail/14/buying-online/01.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
}
[class^="used"].details .buy-online-jump .thumb img[src*="no-image"] {
  visibility: hidden;
}
[class^="used"].details .toggle--buying-online .toggle-pane {
  margin-inline: auto;
  max-width: 750px;
}
[class^="used"].details .toggle--buying-online picture {
  position: relative;
}
[class^="used"].details .toggle--buying-online div.responsive-image {
  height: 100%;
}
[class^="used"].details .toggle--buying-online figure.responsive-image {
  height: 100%;
  position: relative;
}
[class^="used"].details .toggle--buying-online figure.responsive-image:before {
  background: rgba(210, 35, 42, 0.1);
  border-radius: 100%;
  color: #d2232a;
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 3em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 50%;
  padding: 0.4em;
  position: absolute;
  text-transform: none;
  top: 50%;
  transform: translate(-50%, -50%);
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="used"].details .toggle--buying-online [src*="no-image"] {
  visibility: hidden;
}
[class^="used"].details .row-j37fz .segment {
  border-left: none;
}
[class^="used"].details .row-j37fz .segment .budget-calculator .tab-pane {
  border-bottom: none;
}
.budget-summary-modal {
  pointer-events: auto;
}
[class^="used"].details .pack-vehicles {
  padding-inline: 0;
}
[class^="used"].details .pack-vehicles .colour {
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  width: 15px;
}
[class^="used"].details .pack-vehicles > .inner {
  border: 1px solid #efefef;
  border-top: none;
  padding: 20px;
}
[class^="used"].details .pack-vehicles .btn .colour {
  position: relative;
  top: -2px;
}
[class^="used"].details .pack-vehicles .dropdown-menu span {
  display: inline-block;
  padding: 3px 0;
  vertical-align: middle;
}
[class^="used"].details .tab-nav > li > a:after {
  border-color: #efefef;
}
[class^="used"].details .tab-nav > li.active > a {
  border-right: 1px solid #efefef;
  box-shadow: inset 1px 1px 0 #efefef;
}
[class^="used"].details .tab-nav > li:last-child > a:after {
  display: none;
}
[class^="used"].details .budget-calculator .tab-nav {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
[class^="used"].details .budget-calculator .tab-nav > li:last-child,
[class^="used"].details .budget-calculator .tab-nav > li:last-child.active > a {
  border-right: none;
}
[class^="used"].details
  .budget-calculator
  .tab-nav
  > li:first-child.active
  > a {
  box-shadow: inset 0 1px 0 #efefef;
}
.container-oda3g .fill-container-grey .jump .sub-title {
  font-size: 16px;
}
.container-oda3g .fill-container-grey .jump .title {
  font-size: 36px;
}
[class*="used"].details .segment,
[class^="used"].details .budget-calculator .tab-content .tab-pane {
  border-color: #efefef;
}
[class*="used"].details .row-03q1g .tab-content .tab-pane {
  border-color: #eee;
}
[class*="used"].details .row-03q1g .tab-nav {
  display: table;
  width: 100%;
}
[class*="used"].details .row-03q1g .tab-nav li {
  display: table-cell;
}
[class*="used"].details .row-03q1g .finance-calculator .enquire-now {
  margin-top: 30px;
}
[class*="used"].details
  .row-03q1g
  .finance-calculator
  .finance-table
  tbody
  tr.autoprotect,
[class*="used"].details
  .row-03q1g
  .finance-calculator
  .finance-table
  tbody
  tr.interest-rate {
  display: none;
}
[class*="used"].details .overview-data.has-icons .cell {
  font-size: 14px;
}
[class*="used"].details .overview-data.has-icons .cell .value {
  font-size: 12px;
}
[class*="used"].details .row-03q1g .vehicle-title .engine,
[class*="used"].details .row-03q1g .vehicle-title .transmission,
[class*="used"].details .row-03q1g .vehicle-title .trim,
[class*="used"].details .row-03q1g .vehicle-title .variant {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 9px;
}
[class*="used"].details .vehicle--details .price-now {
  color: #d2232a;
  display: block;
  text-transform: uppercase;
}
[class*="used"].details .vehicle--details .price-now .label,
[class*="used"].details .vehicle--details .price-now .value {
  display: block;
}
[class*="used"].details .vehicle--details .price-was {
  text-decoration: line-through;
}
[class*="used"].details .row-03q1g .link.print-details .btn {
  font-weight: 400;
  text-transform: none;
}
[class*="used"].details .row-03q1g .link.print-details .btn .icon:before {
  font-size: 26px;
  margin-left: -6px;
}
[class*="used"].details .row-03q1g .link.view-finance .btn {
  font-weight: 400;
  text-transform: none;
}
[class^="used"].details .overview-data.has-icons .icon:before {
  color: #d2232a;
}
[class^="used"].details .overview-data.has-icons .mileage .icon:before {
  content: "\e085";
}
[class^="used"].details .overview-data.has-icons .mpg .icon:before {
  content: "\e052";
}
[class^="used"].details .overview-data.has-icons .interior-colour .icon:before {
  content: "\e03d";
}
[class^="used"].details .overview-data.has-icons .power-max-bhp .icon:before {
  content: "\c018";
}
[class^="used"].details .overview-data.has-icons .stock-no .icon:before {
  content: "\e0bb";
}
[class^="used"].details .overview-data.has-icons .stock-no .label span {
  font-size: 0;
}
[class^="used"].details .overview-data.has-icons .stock-no .label span:before {
  content: "Warranty";
  display: inline-block;
  font-size: 14px;
}
[class^="used"].details .overview-data--details .cell.reg-year .label span {
  font-size: 0;
}
[class^="used"].details
  .overview-data--details
  .cell.reg-year
  .label
  span:before {
  content: "Model Year";
  display: inline-block;
  font-size: 14px;
}
[class*="used"].details .tab-nav > li > a {
  text-transform: uppercase;
}
[class*="used"].details .toggle:not(.social-share) .toggle-heading {
  background: #000 !important;
  border-color: #efefef;
}
[class*="used"].details .toggle:not(.social-share) .toggle-heading h4 {
  color: #fff;
  text-transform: uppercase;
}
[class*="used"].details .toggle:not(.social-share) .toggle-heading.active,
[class*="used"].details .toggle:not(.social-share) .toggle-heading:hover {
  background: #d2232a;
}
[class*="used"].details .toggle:not(.social-share) .toggle-heading.active h4,
[class*="used"].details .toggle:not(.social-share) .toggle-heading:hover h4 {
  color: #fff;
}
[class*="used"].details .toggle:not(.social-share) .toggle-body {
  border-color: #efefef;
}
[class*="used"].details .container-u8ryg .custom-cloudsearch {
  background-color: #d2232a !important;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  padding-bottom: 20px !important;
}
[class*="used"].details .container-u8ryg .custom-cloudsearch .title {
  margin: 0;
}
[class*="new"].listing.box-list.module .inset {
  padding-bottom: 73px;
  position: relative;
}
[class*="new"].listing.box-list.module .inset:after {
  clear: both;
  content: " ";
  display: table;
}
[class*="new"].listing.box-list.module .inset:before {
  border-top: 1px solid #efefef;
  bottom: 55px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  right: 20px;
}
[class*="new"].listing.box-list.module .inset .btn-intro a {
  font-weight: 700;
}
[class*="new"].listing.box-list.module .inset .modal-ajax {
  background: none;
  border: none;
  bottom: 20px;
  color: #d2232a;
  font-size: 1.125rem;
  left: 0;
  max-width: 50%;
  position: absolute;
}
[class*="new"].listing.box-list.module .inset .modal-ajax a {
  color: #d2232a;
  display: block;
  font-weight: 700;
  line-height: normal;
}
[class*="new"].listing.box-list.module .inset .modal-ajax a span {
  padding: 0;
  top: auto;
}
[class*="new"].listing.box-list.module .inset .view-vehicle {
  background: none;
  border: none;
  bottom: 20px;
  left: auto;
  max-width: 50%;
  position: absolute;
  right: 0;
}
[class*="new"].listing.box-list.module .inset .view-vehicle .btn {
  background: none;
  border: none;
  box-shadow: none;
  color: #d2232a;
  display: block;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0;
  line-height: normal;
  padding: 0;
  text-align: center;
  text-transform: none;
}
[class*="new"].listing.box-list.module .inset .view-vehicle .btn .icon,
[class*="new"].listing.box-list.module .inset .view-vehicle .btn:after,
[class*="new"].listing.box-list.module .inset .view-vehicle .btn:before {
  display: none;
}
[class*="new"].listing.box-list.module .inset .view-vehicle .btn span {
  padding: 0;
  top: auto;
}
[class*="new"].listing.box-list.module .inset .view-vehicle .btn span:after,
[class*="new"].listing.box-list.module .inset .view-vehicle .btn span:before {
  display: none;
}
[class*="new"].listing.box-list.module .inset .view-vehicle .btn span:after {
  background: none;
  content: ">";
  display: inline-block;
  height: auto;
  margin: 0;
  padding-left: 4px;
  position: static;
  transform: none;
  width: auto;
}
[class*="new"].listing.box-list.module .inset .view-stock {
  background: none;
  border: none;
  bottom: 6px;
  left: auto;
  max-width: 52%;
  position: absolute;
  right: 0;
}
[class*="new"].listing.box-list.module .inset .view-stock .btn .icon,
[class*="new"].listing.box-list.module .inset .view-stock .btn:after,
[class*="new"].listing.box-list.module .inset .view-stock .btn:before {
  display: none;
}
[class*="new"].listing.box-list.module .title {
  padding: 20px 10px 0;
}
[class*="new"].listing .header-container .container-5k2ms {
  display: none;
}
[class*="new"].listing .cms .row-fluid + .row-fluid {
  margin-top: 0;
}
.new-model-tabs .tab-nav {
  background: none;
  box-shadow: inset 0 0 0 1px #e6e6e6;
  display: flex;
}
.new-model-tabs .tab-nav > li {
  border-right: none;
  display: flex;
  flex: 1;
}
.new-model-tabs .tab-nav > li + li {
  border-left: 1px solid #e6e6e6;
}
.new-model-tabs .tab-nav > li > a {
  align-items: center;
  background: none;
  box-shadow: none !important;
  color: #000;
  display: flex;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  width: 100%;
}
.new-model-tabs .tab-nav > li > a:after {
  display: none;
}
.new-model-tabs .tab-nav > li.active > a,
.new-model-tabs .tab-nav > li.active > a:hover,
.new-model-tabs .tab-nav > li > a:hover {
  background: #000;
  color: #fff;
}
.new-model-tabs .tab-content .tab-pane {
  border: none;
  padding: 20px 0 0;
}
.new-model-cycle.no-min-height .content,
.new-model-cycle.no-min-height .strapline {
  min-height: auto !important;
}
.new-model-cycle [class*="cycle-pager-container"] {
  font-size: 0;
}
.new-model-cycle .cycle {
  padding-bottom: 16px !important;
}
.new-model-cycle .item .inset {
  overflow: visible;
}
.new-model-cycle .item .text {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.13);
  padding: 0 !important;
}
.new-model-cycle .item .strapline {
  line-height: normal;
  min-height: 98px;
}
.new-model-cycle .item .content {
  min-height: 172px;
}
.new-model-cycle [data-cycle-fx="carousel"] {
  text-align: left;
}
.new-offers-link .btn {
  text-align: center;
}
.new-offers-link .btn > span {
  text-decoration: underline;
}
[class*="new"].listing .fill-container-dark-grey .border-top .inner:before {
  border-color: #4d4d4d !important;
}
.buy-online-jump .thumb {
  max-width: 57px;
}
.buy-online-jump .content {
  color: #818181;
}
.buying-online-container .thumb--overlay figure.responsive-image:before {
  background: rgba(0, 0, 0, 0.6);
}
.buying-online-container .custom-image img {
  display: block;
  margin: 0 auto;
}
.jump-buy-online .text:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\c003";
  font-size: 30px;
  padding-right: 10px;
}
[class*="new"].details.details:not(.contentsection) #content-wrap {
  padding-bottom: 0;
}
[class*="new"].details.details:not(.contentsection) .container-yjqqs {
  position: relative;
}
[class*="new"].details.details:not(.contentsection)
  .container-yjqqs
  .container
  > .row-fluid:last-child {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 100;
}
[class*="new"].details.details:not(.contentsection)
  .container-yjqqs
  .thumb--overlay-gradient
  figure.responsive-image:before {
  top: 50%;
}
[class*="new"].details.details:not(.contentsection)
  .container-yjqqs
  .introduction.button-bottom-corner
  .button {
  bottom: 0;
  position: absolute;
  right: 0;
}
.jump.offers-detail .button {
  padding-top: 21px;
}
[class*="new"].details.details:not(.contentsection) .tour-360 .tab-nav {
  text-align: left;
}
[class*="new"].details.details:not(.contentsection) .gallery .heading {
  margin-bottom: 0;
  padding-bottom: 10px;
}
[class*="new"].details.details:not(.contentsection) .gallery .item {
  overflow: hidden;
  padding-bottom: 0;
}
[class*="new"].details.details:not(.contentsection)
  .gallery
  .item
  .responsive-image {
  background: #000;
}
[class*="new"].details.details:not(.contentsection) .gallery .item img {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
  width: 100%;
}
[class*="new"].details.details:not(.contentsection) .gallery .item:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}
[class*="new"].details .header-container .container-5k2ms {
  display: none;
}
[class*="new"].details .container-zdw0z {
  z-index: 7;
}
[class*="new"].details .container-shadow {
  z-index: 101;
}
[class*="new"].details .container-shadow:after {
  background-color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  background-image: linear-gradient(180deg, #000, transparent);
  background-repeat: repeat-x;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  opacity: 0.13;
  position: absolute;
  right: 0;
  top: 100%;
}
[class*="new"].details.hide-video .video-container {
  display: none !important;
}
[class*="new"].details.hide-video .overview-container {
  border-bottom: 1px solid #efefef;
}
[class*="new"].details.hide-interior .interior-container .row-mhyp9 {
  display: none !important;
}
[class*="new"].details.hide-interior .interior-jump-cycle {
  padding-top: 0 !important;
}
[class*="new"].details.hide-coloriser
  .coloriser-container
  .coloriser-layout
  > .span6:nth-child(2),
[class*="new"].details.hide-customisation .customisation-ancor,
[class*="new"].details.hide-customisation .customisation-container {
  display: none !important;
}
[class*="new"].details.hide-buy-online-button .banner-button-1,
[class*="new"].details.hide-enquire-large-image .enquire-large-image,
[class*="new"].details.hide-interior-large-image .interior-large-image,
[class*="new"].details.hide-large-image .enquire-large-image,
[class*="new"].details.hide-large-image .interior-large-image,
[class*="new"].details.hide-large-image .safety-large-image,
[class*="new"].details.hide-safety-large-image .safety-large-image {
  display: none;
}
[class*="new"].details.dark-ui .home-banner ~ .container-wrap {
  background: #000;
}
[class*="new"].details.dark-ui .theme--standard.jump,
[class*="new"].details.dark-ui .theme--standard.jump .content,
[class*="new"].details.dark-ui .theme--standard.jump .title {
  color: #fff;
}
[class*="new"].details.dark-ui .cms .show-more a {
  color: #fff !important;
}
[class*="new"].details.dark-ui .jumps-cycle .inset {
  background: transparent;
}
[class*="new"].details.dark-ui .jumps-cycle .content {
  color: #fff;
}
[class*="new"].details.dark-ui .layout-has-borders.layout-5,
[class*="new"].details.dark-ui .layout-has-borders.layout-5 .span6 + .span6,
[class*="new"].details.dark-ui .layout-has-borders.layout-5 .span6:first-child {
  border-color: #333;
}
[class*="new"].details.dark-ui .enquire-cms > .inner {
  box-shadow: inset 0 0 0 1px #333;
}
[class*="new"].details.dark-ui .form-module.form-module .control-group,
[class*="new"].details.dark-ui .form-module.form-module form {
  background: #000;
}
[class*="new"].details.dark-ui
  .form-module.form-module
  .control-group
  .control-label {
  color: #fff;
}
[class*="new"].details .container-wrap.new-container {
  display: none;
}
[class*="new"].details.new-template .container-wrap.new-container {
  display: block;
}
[class*="new"].details.new-template .container-wrap.old-container {
  display: none;
}
[class*="new"].details .home-banner .cyclr .caption {
  display: none !important;
}
@media (min-width: 1800px) {
  [class*="new"].details .row-action-bar .action-bar-title .inner {
    padding-left: 280px !important;
  }
}
@media (min-width: 1900px) {
  [class*="new"].details .row-action-bar .action-bar-title .inner {
    padding-left: 130px !important;
  }
}
[class*="new"].details .action-bar-jump-7,
[class*="new"].details .awards-container {
  display: none;
}
[class*="new"].details.show-awards .action-bar-jump-7,
[class*="new"].details.show-awards .awards-container {
  display: block;
}
[class*="new"].details .row-vehicle-details .jump .btn {
  min-width: 195px;
}
[class*="new"].details .row-vehicle-data .vehicle-data .cycle {
  direction: ltr;
  display: flex;
  justify-content: center;
}
[class*="new"].details .row-vehicle-data .vehicle-data .item {
  align-items: center;
  display: flex;
  max-width: 150px;
  width: auto;
}
[class*="new"].details .row-vehicle-data .vehicle-data .item .inset {
  flex: 1;
}
[class*="new"].details .row-vehicle-data .vehicle-data .item + .item:before {
  background: #fff;
  content: "";
  display: block;
  height: 25px;
  width: 1px;
}
[class*="new"].details .row-vehicle-data .vehicle-data .strapline {
  font-size: 21px;
}
[class*="new"].details .row-vehicle-data .vehicle-data .content {
  font-size: 18px;
  padding-bottom: 0;
  padding-top: 8px;
  text-transform: uppercase;
}
[class*="new"].details .cms.theme--standard h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding-bottom: 11px;
  text-transform: uppercase;
}
[class*="new"].details .cms.theme--standard h2 {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  text-transform: uppercase;
}
[class*="new"].details .cms.theme--standard p {
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  padding-top: 8px;
}
[class*="new"].details .cms.theme--standard.sub-title--highlight h3 {
  color: #d2232a;
}
[class*="new"].details .cms.theme--standard.title--dark h2 {
  color: #000;
}
[class*="new"].details .interior-tour .responsive-iframe {
  padding-bottom: 75%;
}
.newcars.details .layout-has-borders.layout-5 .span6,
[class*="new"].details .layout-has-borders.layout-5 .span6 {
  border-top: 1px solid #efefef;
}
.newcars.details .offers-jump .text__inner:before,
[class*="new"].details .offers-jump .text__inner:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\c006";
  font-size: 50px;
  padding-bottom: 16px;
}
.newcars.details .offers-jump .strapline,
[class*="new"].details .offers-jump .strapline {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-weight: 700;
}
.newcars.details .offers-jump .strapline:before,
[class*="new"].details .offers-jump .strapline:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\c017";
  font-size: 10px;
  padding-right: 5px;
  position: relative;
  top: -2px;
}
.newcars.details .offers-jump .strapline span,
[class*="new"].details .offers-jump .strapline span {
  display: inline-block;
}
.newcars.details .offers-jump a,
[class*="new"].details .offers-jump a {
  transition: all 0.4s ease-in-out;
}
.no-touch .newcars.details .offers-jump a:hover,
.no-touch [class*="new"].details .offers-jump a:hover {
  color: #d2232a;
}
.newcars.details .warranty-image img,
[class*="new"].details .warranty-image img {
  max-width: 200px;
}
[class*="new"].details .ytembed-object .text__inner {
  padding-bottom: 80px !important;
}
[class*="new"].details .ytembed-object .heading {
  text-align: center;
}
[class*="new"].details .ytembed-object .heading span {
  background: none;
  float: none;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  text-transform: uppercase;
}
[class*="new"].details .ytembed-object .sub-heading {
  padding-top: 7px;
  text-align: center;
}
[class*="new"].details .ytembed-object .sub-heading span {
  background: none;
  color: #fff;
  float: none;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
[class*="new"].details .ytembed-play {
  background: none;
  border-radius: 0;
  margin-top: -14px;
}
[class*="new"].details .form-module.form-module {
  padding-left: 0;
  padding-right: 0;
}
[class*="new"].details .design---colours [class*="cycle-pager-container"] {
  bottom: 4.1%;
  font-size: 0;
}
[class*="new"].details .design---colours [class*="cycle-pager-container"] ul {
  width: 100%;
}
[class*="new"].details
  .design---colours
  [class*="cycle-pager-container"]
  ul
  li {
  box-sizing: content-box;
  padding: 0 0.65%;
  width: 5%;
}
[class*="new"].details
  .design---colours
  [class*="cycle-pager-container"]
  ul
  li
  a {
  background: none;
  border-radius: 0;
  height: 0;
  padding-bottom: 100%;
  transform: scale(1) !important;
  transition: none;
  width: 100%;
}
[class*="new"].details
  .design---colours
  [class*="cycle-pager-container"]
  ul
  li.cycle-pager-active {
  width: 6%;
}
[class*="new"].details
  .design---colours
  [class*="cycle-pager-container"]
  ul
  li.cycle-pager-active
  a {
  transform: scale(1) translateY(8%) !important;
}
[class*="new"].details .design---colours .text {
  padding-bottom: 0;
  padding-top: 0;
}
[class*="new"].details .design---colours .text .text__inner {
  padding-bottom: 10.5%;
}
[class*="new"].details .jumps-cycle-generic [class*="cycle-pager-container"] {
  font-size: 0;
}
[class*="new"].details.show-360-cycle .exp-360-container {
  display: block !important;
}
[class*="new"].details .exp-360-container .responsive-iframe.clicked {
  padding-bottom: 44.5%;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .cycle-scroller {
  margin: 0 !important;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .cycle.off {
  display: flex;
  justify-content: center;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item {
  width: 100% !important;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  .btn {
  max-width: 100%;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  .inset {
  margin: 0 !important;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a
  .strapline {
  display: block;
  height: 6px;
  position: relative;
  z-index: 100;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a
  .button
  .btn {
  background-color: #000;
  background: #d2232a;
  border-radius: 0;
  color: #fff;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a
  .button
  .btn:after {
  width: 100%;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a.active
  .button
  .btn,
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a:hover
  .button
  .btn {
  background-color: #d2232a;
  border-radius: 5px;
  border-radius: 0;
  color: #fff;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a.active
  .button
  .btn
  span,
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a:hover
  .button
  .btn
  span {
  position: relative;
  top: -2px;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a.active
  .button
  .btn:after,
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a:hover
  .button
  .btn:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.no-touch
  [class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a.active
  .button
  .btn:after,
.no-touch
  [class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a:hover
  .button
  .btn:after {
  transition: width 0.4s ease-in-out;
}
[class*="new"].details
  .exp-360-container
  .jumps-cycle[class*="exp-cycle"]
  .item
  a.active
  .strapline:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d2232a;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-top: 1px;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
[class*="new"].details .exp-360-container .view-360-wrap {
  margin-top: -6px;
}
.configurator .configurator {
  font-size: 15px;
  padding: 0;
}
.config-head {
  margin: 0 auto;
  max-width: 1170px;
  overflow: hidden;
  padding: 12px 0 0;
}
.config-head .constant:after {
  clear: both;
  content: " ";
  display: table;
}
.config-head .title {
  float: left;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 8px;
  text-transform: capitalize;
}
.config-head .badge {
  float: right;
}
.config-head .vehicle-title {
  clear: both;
  font-size: 20px;
  line-height: 20px;
  padding: 0;
}
.config-head .vehicle-title .step-01,
.step-07 .config-head .vehicle-title {
  display: none;
}
.config-head .vehicle-title .heading {
  color: #000;
}
.config-head .vehicle-title .price {
  color: #d2232a;
}
@keyframes nextButtonBounce {
  20%,
  5%,
  80%,
  to {
    top: -40px;
  }
  0% {
    top: 0;
  }
  10% {
    top: -32px;
  }
  15% {
    top: -39px;
  }
}
.nextButtonBounce {
  animation-name: nextButtonBounce;
}
@keyframes nextButtonPadding {
  20%,
  5%,
  80%,
  to {
    padding-bottom: 51px;
  }
  0% {
    padding-bottom: 15px;
  }
  10% {
    padding-bottom: 43px;
  }
  15% {
    padding-bottom: 50px;
  }
}
.nextButtonPadding {
  animation-name: nextButtonPadding;
}
.config-foot {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1026;
}
.config-foot .inset {
  background: #d2232a;
  margin: 0 auto;
}
.config-foot .buttons {
  position: relative;
}
.config-foot .buttons:after {
  clear: both;
  content: " ";
  display: table;
}
.config-foot .button + .button {
  margin: 0;
  padding: 0;
}
.config-foot .button {
  float: left;
  padding: 0;
}
.config-foot .button .btn {
  background: none;
  border: none;
  color: #fff;
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  height: auto;
  line-height: 42px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.config-foot .button .btn span {
  top: 0;
}
.config-foot .button .btn:after,
.config-foot .button .btn:before {
  display: none;
}
.config-foot .button.disabled {
  background: #a6a6a6;
}
.config-foot .reset {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.config-foot .reset .icon {
  margin: 0 10px 0 0;
}
.config-foot .reset .icon:before {
  content: "\e07d";
  font-size: 20px;
}
.config-foot .previous {
  left: 0;
  position: absolute;
  top: 0;
  width: 92px;
}
.config-foot .previous .icon {
  float: left;
  margin: 4px 10px 0 0;
}
.config-foot .previous .icon:before {
  content: "\e074";
  font-size: 30px;
}
.config-foot .previous span {
  font-size: 0;
}
.config-foot .previous span:after,
.config-foot .previous span:before {
  display: none;
}
.config-foot .previous a.btn:after {
  background-image: none;
  content: "Prev";
  display: inline-block;
  height: auto;
  margin: 0;
  top: auto;
  width: auto;
}
.config-foot .next {
  position: absolute;
  right: 0;
  top: 0;
  width: 92px;
  z-index: 999;
}
.config-foot .next span:after,
.config-foot .next span:before {
  display: none;
}
.config-foot .next .icon {
  float: right;
  margin: 4px 0 0 10px;
}
.config-foot .next .icon:before {
  content: "\e075";
  font-size: 30px;
}
.config-steps {
  background: #fff;
  margin: 0 92px;
}
.config-steps .tab-nav {
  line-height: normal;
}
.config-steps .tab-nav,
.config-steps .tab-nav > li {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
.config-steps .tab-nav > li {
  display: none;
  width: 100%;
}
.config-steps .tab-nav > li.active {
  display: block;
}
.config-steps .tab-nav > li > a {
  background: none;
  border: none;
  border-right: 1px solid #a6a6a6;
  bottom: 0;
  color: #404040;
  font-size: 13px;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: underline;
  top: 0;
}
.config-steps .tab-nav > li > a > span {
  display: block;
  padding: 13px 0;
}
.config-steps .tab-nav > li > a span span {
  font-size: 13px;
  padding-right: 5px;
}
.config-steps .tab-nav > li.active a,
.config-steps .tab-nav > li:not(.disabled):hover a {
  background: #000;
  border: 0;
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.config-steps .tab-nav > li.active a > span,
.config-steps .tab-nav > li:not(.disabled):hover a > span {
  font-size: 13px;
}
.config-steps .tab-nav > li.disabled a {
  cursor: default;
  text-decoration: none;
}
.config-steps .tab-nav > li.disabled a > span {
  opacity: 0.5;
}
.config-body {
  margin: 0 auto;
  max-width: 1170px;
}
.config-body .vehicle-title {
  clear: both;
  padding: 0 0 20px;
}
.config-body .vehicle-title .heading {
  color: #000;
}
.config-body .vehicle-title .price {
  color: #d2232a;
}
.config-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.config-body ul:after {
  clear: both;
  content: " ";
  display: table;
}
.config-body .small-print {
  font-size: 10px;
  padding: 10px;
}
.config-body .small-print p {
  margin: 0;
  padding: 0;
}
.config-body .tab-content {
  background: #fcfcfc;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
.config-body .tab-content .tab-inset,
.config-body .tab-content .tab-pane {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: static;
}
.config-body .tab-content .tab-inset:after {
  clear: both;
  content: " ";
  display: table;
}
.config-body .hgroup {
  background: #fff;
  border: 1px solid #d2232a;
  display: none;
  padding: 20px;
}
.config-body .hgroup .title {
  border: none;
  color: #000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.config-body .hgroup .base-price {
  color: #000;
}
.config-body .hgroup .sub-title {
  color: #000;
  display: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.config-body .buttons {
  border-bottom: 1px solid #a6a6a6;
  margin: 0 auto 15px;
  max-width: 1170px;
  overflow: hidden;
  padding: 15px 0;
}
.config-body .buttons .button {
  float: left;
}
.config-body .buttons .btn {
  margin: 0;
}
.config-body .buttons .save {
  float: right;
}
.config-body .inset > .heading {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 9px;
}
.config-body .group {
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 20px;
}
.config-body .group .title {
  font-weight: 700;
  padding-bottom: 15px;
}
.config-body .group:last-child {
  border: none;
  margin-bottom: 0;
}
.config-body .options {
  font-size: 0;
}
.config-body .options.five .option,
.config-body .options.four .option,
.config-body .options.one .option,
.config-body .options.three .option,
.config-body .options.two .option {
  margin: 0;
  width: 50%;
}
.config-body .options.six .option {
  margin: 0;
  width: 100%;
}
.config-body .option {
  color: #464646;
  display: inline-block;
  font-size: 15px;
  overflow: visible;
  vertical-align: top;
}
.config-body .option label {
  background: #fff;
  border: 1px solid #a6a6a6;
  display: block;
  overflow: visible;
  padding: 10px 10px 5px;
  position: relative;
}
.config-body .option label:before {
  color: #d2232a;
  content: "";
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 42px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  margin: 0 12px 0 24px;
  position: static;
  text-align: center;
  text-transform: none;
  width: auto;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  line-height: 35px;
}
.config-body .option label.active {
  border-color: #d2232a;
}
.config-body .option label.active:after {
  background: rgba(210, 35, 42, 0.05);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.config-body .option label.active .title:before {
  background: #d2232a;
}
.config-body .option label .price,
.config-body .option label .title {
  display: inline-block;
  min-width: 68%;
}
.config-body .option label .title {
  padding-top: 12px;
}
.config-body .option label span {
  line-height: 19px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.config-body .option .step {
  padding-bottom: 10px;
}
.config-body .option .image {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.config-body .option .title {
  display: block;
}
.config-body .option .title:before {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #a6a6a6;
  content: "";
  display: block;
  height: 8px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 8px;
}
.config-body .option .sub-title {
  display: block;
}
.config-body .option .price {
  display: block;
  padding-bottom: 2px;
}
.config-body .option .price .label {
  padding-right: 5px;
}
.config-body .list-item {
  cursor: pointer;
  margin: 0;
  overflow: visible;
  padding: 0 0 15px;
  position: relative;
}
.config-body .list-item:after {
  clear: both;
  content: " ";
  display: table;
}
.config-body .list-item label {
  background: #fff;
  border: 1px solid #a6a6a6;
  overflow: visible;
  padding: 10px;
}
.config-body .list-item label:after {
  clear: both;
  content: " ";
  display: table;
}
.config-body .list-item label.active,
.config-body .list-item label:hover {
  background: #757575;
  border-color: #d2232a;
  color: #fff;
}
.config-body .list-item label span {
  margin: 0;
  padding: 0;
}
.config-body .list-item.prepend label {
  padding-left: 40px;
}
.config-body .list-item .tooltip {
  left: 10px;
  position: absolute;
  top: 12px;
}
.config-body .list-item .label {
  float: left;
}
.config-body .list-item .price,
.config-body .list-item .value {
  text-align: right;
}
.finance-overview {
  padding-top: 15px;
}
.step-01 .finance-overview {
  display: none;
}
.finance-overview .toggle {
  padding: 0;
}
.finance-overview .toggle:after {
  clear: both;
  content: " ";
  display: table;
}
.finance-overview .toggle-heading {
  background: #fcfcfc;
  border: 1px solid #a6a6a6;
  font-size: 18px;
  padding: 5px 20px;
}
.finance-overview .toggle-heading .price {
  float: left;
}
.finance-overview .toggle-heading .price .value {
  color: #d2232a;
}
.finance-overview .toggle-heading .toggle-icon {
  float: right;
  font-size: 18px;
  font-weight: 400;
  padding-top: 3px;
}
.finance-overview .toggle-heading .toggle-icon span {
  display: none;
}
.finance-overview .toggle-heading.active {
  border-bottom: 1px solid #fcfcfc;
}
.finance-overview .toggle-body {
  background: #fcfcfc;
  border: 1px solid #a6a6a6;
  clear: both;
}
.finance-overview .toggle-body.active {
  position: relative;
  top: -1px;
}
.finance-overview .toggle-pane {
  padding: 0;
}
.finance-overview .modal .control-group .label {
  line-height: 45px;
}
.finance-overview .finance .finance-available:after,
.finance-overview .finance:after {
  clear: both;
  content: " ";
  display: table;
}
.finance-overview .finance .finance-available .inset {
  padding: 0 20px 16px;
}
.finance-overview .finance .finance-available .title {
  display: block;
  float: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.finance-overview .finance .finance-available .price {
  border-right: 0;
  float: none;
  line-height: normal;
  margin-right: 0;
  padding: 16px 0 10px;
  width: 100%;
}
.finance-overview .finance .finance-available .price .label,
.finance-overview .finance .finance-available .price .value {
  color: #d2232a;
  font-size: 20px;
  font-weight: 700;
}
.finance-overview .finance .finance-available .price .title {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 6px;
}
.finance-overview .finance .finance-available .monthly-figure {
  float: none;
  line-height: 22px;
  padding: 0;
  width: 100%;
}
.finance-overview .finance .finance-available .monthly-figure .deposit,
.finance-overview .finance .finance-available .monthly-figure .mileage,
.finance-overview .finance .finance-available .monthly-figure .term {
  display: inline-block;
  font-weight: 700;
}
.finance-overview .finance .finance-available .monthly-figure .label {
  font-weight: 400;
}
.finance-overview .finance .finance-available .change {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  margin-top: 10px;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #d2232a;
  border-radius: 5px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 27px;
  min-height: 1em;
  padding: 0 2.22222222em;
  transition:
    all 0.6s ease,
    background-color 0.6s ease-in-out,
    color 0.3s ease-in-out;
}
.finance-overview .finance .finance-available .change a {
  color: inherit;
}
.finance-overview .finance .finance-available .change span {
  display: inline-block;
  line-height: normal;
  padding: 3px 0;
  vertical-align: middle;
}
.finance-overview .finance .finance-available .change:hover {
  background: #000;
  color: #fff;
}
.finance-overview .finance .finance-options:after {
  clear: both;
  content: " ";
  display: table;
}
.finance-overview .finance .finance-options .modal-body {
  min-height: 332px;
}
.finance-overview .finance .finance-options .close {
  width: auto;
}
.finance-overview .finance .finance-options .inset {
  padding: 0 20px;
}
.finance-overview .finance .finance-options .sub-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.finance-overview .finance .finance-options .title {
  font-size: 18px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.finance-overview .finance .finance-options .control-group .label {
  float: left;
  font-size: 12px;
  width: 100px;
}
.finance-overview .finance .finance-options .control-group .controls {
  margin-left: 100px;
}
.finance-overview .finance .finance-options .button {
  display: block;
}
.finance-overview .finance .finance-options .button .btn {
  display: block;
  margin: 0;
  text-align: center;
}
.finance-overview .finance .finance-example {
  border-top: 1px solid #a6a6a6;
}
.finance-overview .finance .finance-example .inset {
  padding: 15px 20px;
}
.finance-overview .finance .finance-example .sub-title {
  font-weight: 700;
  padding-bottom: 10px;
}
.finance-overview .finance .finance-example .finance-details {
  font-size: 11px;
}
.finance-overview .finance .finance-example .finance-details .label {
  font-weight: 700;
}
.finance-overview .finance .row {
  padding: 0 0 3px;
}
.finance-overview .finance .row:after {
  clear: both;
  content: " ";
  display: table;
}
.finance-overview .finance .row .label {
  float: left;
}
.finance-overview .finance .row .value {
  float: right;
}
.finance-overview .finance .price-apr-rate {
  clear: both;
  font-size: 0;
}
.finance-overview .finance .price-apr-rate div {
  display: inline-block;
  font-size: 11px;
  width: 24%;
}
.finance-overview .finance .fees {
  clear: both;
  font-size: 0;
}
.finance-overview .finance .fees div {
  display: inline-block;
  font-size: 11px;
  width: 48%;
}
.vehicle-overview {
  background: #d2232a;
  border: 1px solid #a6a6a6;
  border-bottom: 0;
  clear: both;
  color: #fff;
  font-size: 0;
  margin-top: 18px;
  padding: 6px 15px;
}
.step-01 .vehicle-overview {
  display: none;
}
.vehicle-overview span {
  font-size: 15px;
}
.vehicle-overview span.label:before {
  display: none;
  padding-right: 0;
}
.vehicle-overview span:empty:before {
  display: none;
}
.vehicle-overview span:before {
  content: ",";
  display: inline-block;
  padding-right: 5px;
}
.vehicle-overview span.model:before {
  display: none;
}
.selections {
  border: 1px solid #a6a6a6;
  border-top: 0;
  margin: 0;
  position: relative;
}
.selections .options-group {
  border-top: 1px solid #a6a6a6;
  margin-top: 0 !important;
  padding: 0;
}
.selector {
  padding-inline: 0;
}
.selector .inset {
  padding: 8px 13px 13px;
}
.model-select.span9 {
  width: 100%;
}
.model-select.span9 .options {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.model-select.span9 .option label {
  height: 100%;
}
.model-select.span9 .option label .price,
.model-select.span9 .option label .title {
  display: block;
}
.model-select.span9 .option label .title:before {
  left: 5px;
  margin-top: 0;
  top: 5px;
}
.model-select.span9 .option label .image img {
  width: 100%;
}
.bodystyle-select {
  display: none;
}
.bodystyle-select.model-selected {
  display: block;
}
.bodystyle-select .option label {
  background: none;
}
.bodystyle-select .option label .price,
.bodystyle-select .option label .title {
  min-width: 50%;
}
.bodystyle-select .option label:before {
  font-size: 85px;
  position: relative;
  top: 2px;
}
.bodystyle-select .option[class*="station-wagon"] label:before {
  content: "\e005";
}
.bodystyle-select .option[class*="convertible"] label:before {
  content: "\e008";
}
.bodystyle-select .option[class*="alloy"] label:before {
  content: "\e062";
}
.bodystyle-select .option[class*="saloon"] label:before {
  content: "\e006";
}
.bodystyle-select .option[class*="body-style-mpv"] label:before {
  content: "\e005";
}
.bodystyle-select .option[class*="hatchback"] label:before {
  content: "\e002";
}
.bodystyle-select .option[class*="estate"] label:before {
  content: "\e005";
}
.bodystyle-select .option[class*="coupe"] label:before {
  content: "\e007";
}
.engine-select {
  display: none;
}
.engine-select.filter-selected {
  display: block;
}
.engine-select .engine-type {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.engine-select .engine-type .title {
  font-weight: 700;
  padding-bottom: 15px;
}
.engine-select .engine-type .list-item {
  background: #fff;
  border: 1px solid #a6a6a6;
  color: #000;
  margin: 5px 0;
  padding: 5px 0;
}
.engine-select .engine-type .list-item:hover {
  position: relative;
  z-index: 900;
}
.engine-select .engine-type .list-item.active {
  background: rgba(210, 35, 42, 0.05);
  border-color: #d2232a;
  z-index: 900;
}
.engine-select .engine-type .list-item.active .name .label:before {
  background: #d2232a;
}
.engine-select .engine-type .list-item.active .data {
  padding-left: 30px;
}
.engine-select .engine-type .tooltip {
  left: auto;
  position: absolute;
  right: 5px;
  top: 5px;
}
.engine-select .engine-type .name {
  padding: 0 40px 0 10px;
  position: relative;
}
.engine-select .engine-type .name .label {
  font-weight: 700;
  margin-left: 24px;
}
.engine-select .engine-type .name .label:before {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px #a6a6a6;
  content: "";
  display: block;
  height: 8px;
  left: 9px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 8px;
}
.engine-select .engine-type .name .toggle-engine {
  position: absolute;
  right: 4px;
  top: -4px;
  width: 26px;
}
.engine-select .engine-type .name .toggle-engine .toggle-button-label {
  display: none;
}
.engine-select .engine-type .name .toggle-engine .icon:before {
  color: #d2232a;
  content: "\e078";
  display: inline-block;
  float: none;
  font-size: 26px;
  height: 26px;
  margin: 0 auto;
  position: static;
  width: 26px;
}
.engine-select .engine-type .data {
  padding: 8px 10px 8px 32px;
}
.engine-select .engine-type .data .cell {
  border-right: 0;
  display: block;
  padding: 0;
  width: auto;
}
.engine-select .engine-type .data .cell .label,
.engine-select .engine-type .data .cell .value,
.engine-select .engine-type .data .cell:nth-child(3n) .label,
.engine-select .engine-type .data .cell:nth-child(3n) .value {
  padding: 0;
}
.engine-select .engine-type .data .cell .label {
  width: 62%;
}
.engine-select .engine-type .data .cell .value {
  font-weight: 700;
  text-align: left;
}
.transmission-fuel-select > .heading {
  display: none;
}
.transmission-select .option[class*="automatic"] label:before,
.transmission-select .option[class*="manual"] label:before {
  content: "\e034";
}
.fuel-type-select .option[class*="petrol"] label:before {
  content: "\e031";
}
.fuel-type-select .option[class*="diesel"] label:before {
  content: "\e02f";
}
.paint-select,
.trim-select {
  padding-bottom: 30px;
}
.paint-select .row-fluid,
.trim-select .row-fluid {
  margin: 0;
}
.paint-select .row-fluid .span6,
.trim-select .row-fluid .span6 {
  border-top: 1px solid #a6a6a6;
  margin-left: 0;
  position: relative;
  width: 100%;
}
.paint-select .row-fluid .span6 .inset .option,
.trim-select .row-fluid .span6 .inset .option {
  margin-bottom: 15px !important;
}
.paint-select .row-fluid .span6 .inset .option label,
.trim-select .row-fluid .span6 .inset .option label {
  padding: 1px;
}
.paint-select .row-fluid .span6 .inset .option label .image,
.trim-select .row-fluid .span6 .inset .option label .image {
  display: inline-block;
  float: left;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 50px;
}
.paint-select .row-fluid .span6 .inset .option label .image:after,
.trim-select .row-fluid .span6 .inset .option label .image:after {
  clear: both;
  content: " ";
  display: table;
}
.paint-select .row-fluid .span6 .inset .option label .image img,
.trim-select .row-fluid .span6 .inset .option label .image img {
  height: 50px;
  left: -4px;
  max-width: none;
  position: absolute;
  top: 0;
}
.paint-select .row-fluid .span6 .inset .option label .image span,
.trim-select .row-fluid .span6 .inset .option label .image span {
  float: left;
  height: 100%;
  width: 50%;
}
.paint-select .row-fluid .span6 .inset .option label .price,
.paint-select .row-fluid .span6 .inset .option label .title,
.trim-select .row-fluid .span6 .inset .option label .price,
.trim-select .row-fluid .span6 .inset .option label .title {
  display: block;
  margin-left: 99px;
  margin-right: 8px;
  min-width: 55%;
}
.paint-select .row-fluid .span6 .inset .option label .title,
.trim-select .row-fluid .span6 .inset .option label .title {
  padding-top: 6px;
}
.paint-select .row-fluid .span6 .inset .option label .sub-title,
.trim-select .row-fluid .span6 .inset .option label .sub-title {
  display: none;
}
.paint-select .row-fluid .span6 .inset .option label .price,
.trim-select .row-fluid .span6 .inset .option label .price {
  padding-bottom: 6px;
}
.paint-select .row-fluid .span6 .inset .option label:after,
.trim-select .row-fluid .span6 .inset .option label:after {
  clear: both;
  content: " ";
  display: table;
}
.wheels-select {
  padding-bottom: 30px;
}
.wheels-select .row-fluid {
  margin: 0;
}
.wheels-select .selector {
  border-top: 1px solid #a6a6a6;
}
.wheels-select .inset .options:before {
  content: "Wheels";
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 9px;
}
.wheels-select .inset .options .option {
  margin-bottom: 15px !important;
}
.wheels-select .inset .options .option label {
  padding: 1px;
}
.wheels-select .inset .options .option label .image {
  display: none;
}
.wheels-select .inset .options .option label .price,
.wheels-select .inset .options .option label .title {
  display: block;
  margin-left: 32px;
  margin-right: 8px;
  min-width: 86%;
}
.wheels-select .inset .options .option label .title {
  padding-top: 6px;
}
.options-select {
  padding: 8px 13px 30px;
}
.options-select:before {
  content: "Options";
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 9px 6px;
}
.options-select .row-fluid {
  margin-top: 0;
}
.options-select .group {
  background: #fff;
  margin: 0 12px;
}
.options-select .group:last-child {
  margin-bottom: 10px;
}
.options-select .group .title {
  padding: 10px 15px;
}
.options-select .group .toggle {
  padding: 0;
}
.options-select .group .toggle-heading {
  background: #a6a6a6;
  border: 1px solid #a6a6a6;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}
.options-select .group .toggle-heading .icon {
  margin-top: -3px;
}
.options-select .group .toggle-body {
  border: 1px solid #a6a6a6;
}
.options-select .group .toggle-body .toggle-pane {
  padding: 0;
}
.options-select .group .list-item {
  border-top: 1px solid #a6a6a6;
  padding-bottom: 0;
}
.options-select .group .list-item:first-child {
  border-top: 0;
}
.options-select .group .list-item label {
  background: #fff;
  border: 0;
  display: block;
  margin-bottom: 0;
  padding: 10px;
}
.options-select .group .list-item label.active {
  background: rgba(210, 35, 42, 0.05);
  color: #d2232a;
  position: relative;
  z-index: 900;
}
.options-select .group .list-item label.active:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e08c";
  line-height: 9px;
}
.options-select .group .list-item label:hover {
  color: #d2232a;
}
.options-select .group .list-item label:before {
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #464646;
  content: "";
  float: left;
  font-size: 17px;
  height: 18px;
  line-height: 17px;
  margin-bottom: 5px;
  margin-right: 18px;
  position: relative;
  text-indent: -3px;
  top: 2px;
  width: 18px;
}
.options-select .group .list-item label .label,
.options-select .group .list-item label .price {
  line-height: 20px;
}
.options-select .group .list-item label .label,
.options-select .group .list-item label .messages {
  float: right;
  width: 68%;
}
.options-select .group .list-item label .price .value {
  vertical-align: top !important;
}
#tab-summary-content .tab-inset {
  background: #fcfcfc;
  border: 1px solid #a6a6a6;
  padding: 8px 13px 13px;
}
#tab-summary-content .buttons {
  text-align: center;
}
#tab-summary-content .buttons .button {
  float: none;
}
#tab-summary-content .toggle-body {
  padding: 1.5625em;
}
.configurator .summary .heading {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 9px;
}
.configurator .summary .overview:first-of-type {
  padding-bottom: 12px;
}
.configurator .summary .overview:first-of-type .row {
  border-left: 1px solid #a6a6a6;
  border-top: 1px solid #a6a6a6;
  font-size: 0;
}
.configurator .summary .overview:first-of-type .cell {
  background: #fff;
  border-bottom: 1px solid #a6a6a6;
  display: inline-block;
  font-size: 0;
  font-weight: 700;
  width: 100%;
}
.configurator .summary .overview:first-of-type .label,
.configurator .summary .overview:first-of-type .value {
  display: inline-block;
  font-size: 15px;
  padding-block: 6px;
  vertical-align: top;
}
.configurator .summary .overview:first-of-type .label {
  font-weight: 400;
  padding-left: 3%;
  width: 37%;
}
.configurator .summary .overview:first-of-type .value {
  border-right: 1px solid #a6a6a6;
  float: right;
  text-align: left;
  width: 56%;
}
.configurator .summary .options-overview {
  padding-bottom: 20px;
}
.configurator .summary .options-overview:after {
  clear: both;
  content: " ";
  display: table;
}
.configurator .summary .options-overview ul {
  border-inline: 1px solid #a6a6a6;
  border-top: 1px solid #a6a6a6;
  font-size: 0;
}
.configurator .summary .options-overview ul li.item {
  background: #fff;
  border-bottom: 1px solid #a6a6a6;
  display: inline-block;
  font-size: 0;
  font-weight: 700;
  width: 100%;
}
.configurator .summary .options-overview ul li.item:after {
  clear: both;
  content: " ";
  display: table;
}
.configurator .summary .options-overview ul li.item .label,
.configurator .summary .options-overview ul li.item .value {
  display: inline-block;
  font-size: 15px;
  padding-block: 6px;
  vertical-align: top;
}
.configurator .summary .options-overview ul li.item .label {
  font-weight: 400;
  padding-left: 3%;
  width: 68%;
}
.configurator .summary .options-overview ul li.item .value {
  border-right: 0;
  float: right;
  padding-right: 3%;
  text-align: right;
  width: 17%;
}
.configurator .summary .options-overview ul .total {
  float: right;
  font-weight: 700;
}
.config-body .enquiry {
  padding-top: 5px;
}
.config-body .enquiry .heading {
  background: #d2232a;
  border: 0;
  color: #fff;
  font-size: 15px;
  padding: 6px 15px;
}
.config-body .enquiry .error-message {
  display: none;
}
.config-body .enquiry .form-module.form-module {
  float: none;
  padding: 0;
}
[class^="cap"][class*="offers"].listing .container-vpgvn {
  background: #000;
}
[class^="cap"][class*="offers"].listing .offers-search .search-header {
  color: #fff;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
[class^="cap"][class*="offers"].listing .offers-search .search-header a {
  color: inherit;
}
[class^="cap"][class*="offers"].listing .offers-search .filters {
  border-right: 1px solid #757575;
}
[class^="cap"][class*="offers"].listing
  .offers-search
  .filters
  .filter
  .filter-heading {
  border-bottom: none;
  border-top: 1px solid #757575;
}
[class^="cap"][class*="offers"].listing .offers-search .search-footer {
  padding-top: 20px;
  text-align: center;
}
.search-toggle .toggle-heading {
  background: #d2232a;
  border: none;
  color: #fff;
}
.search-toggle .toggle-body {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
[class^="cap"][class*="offers"].listing .page-controls {
  padding: 0 10px 20px;
}
[class^="cap"][class*="offers"].listing
  .page-controls
  .per-page
  .bootstrap-select
  .btn {
  font-family: Arial;
  min-width: 85px;
}
[class^="cap"][class*="offers"].listing .offer-model-list .list-item {
  margin: 0 0 20px;
  text-align: left;
}
[class^="cap"][class*="offers"].listing .offer-model-list .list-item > .inset {
  border: 1px solid #e2e2e2;
  padding: 20px;
}
[class^="cap"][class*="offers"].listing
  .offer-model-list
  .list-item
  > .inset:after {
  clear: both;
  content: " ";
  display: table;
}
[class^="cap"][class*="offers"].listing .offer-model-list .thumbs {
  background: #efefef;
  border: 1px solid #e2e2e2;
}
[class^="cap"][class*="offers"].listing .offer-model-list .title h3 {
  margin: 0;
  min-height: 0;
  padding: 0;
}
[class^="cap"][class*="offers"].listing .offer-model-list .title a {
  color: #000;
  font-size: 23px;
  text-decoration: none;
}
[class^="cap"][class*="offers"].listing .offer-model-list .price {
  display: inline-block;
  line-height: normal;
  margin-bottom: 10px;
  padding-top: 0;
}
[class^="cap"][class*="offers"].listing .offer-model-list .price .value {
  display: block;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
[class^="cap"][class*="offers"].listing .offer-model-list .price .prices-from {
  padding-top: 30px;
}
[class^="cap"][class*="offers"].listing .offer-model-list .finance-description {
  display: inline-block;
}
[class^="cap"][class*="offers"].listing
  .offer-model-list
  .finance-description
  .value {
  font-size: 18px;
  line-height: normal;
}
[class^="cap"][class*="offers"].listing .offer-model-list .intro {
  margin-bottom: 10px;
}
[class^="cap"][class*="offers"].listing .offer-model-list .incentives {
  padding: 10px 0 0;
}
[class^="cap"][class*="offers"].listing .offer-model-list .button {
  padding-top: 10px;
}
[class^="cap"][class*="offers"].listing .offer-model-list .button .btn {
  margin: 0 auto;
}
[class^="cap"][class*="offers"].details
  .container-4zdpv
  .overlay-image
  .responsive-image {
  background-image: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/templates/offer-detail/02/main-bg.jpg);
}
[class^="cap"][class*="offers"].details
  .container-4zdpv
  .overlay-image
  .responsive-image
  img[src*="no-image"] {
  visibility: hidden;
}
[class^="cap"][class*="offers"].details .price {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}
[class^="cap"][class*="offers"].details .finance-description {
  display: inline-block;
}
[class^="cap"][class*="offers"].details .price.price-headline {
  color: #d2232a;
  margin-bottom: 5px;
  width: 100%;
}
[class^="cap"][class*="offers"].details .price.statistic {
  align-items: center;
  border: 3px solid #d2232a;
  border-radius: 100%;
  color: #d2232a;
  display: flex;
  height: 86px;
  justify-content: center;
  text-align: center;
  width: 86px;
}
[class^="cap"][class*="offers"].details .price.statistic .after-label,
[class^="cap"][class*="offers"].details .price.statistic .value {
  font-size: 14px;
}
[class^="cap"][class*="offers"].details .price.statistic .after-label {
  display: block;
}
[class^="cap"][class*="offers"].details .price.statistic:empty {
  display: none;
}
[class^="cap"][class*="offers"].details #content-wrap .layout-5 {
  background: #fff;
}
[class^="cap"][class*="offers"].details .overlay__image {
  height: 100%;
}
[class^="cap"][class*="offers"].details .offer-finance-example tr {
  border: 1px solid #000;
}
[class^="cap"][class*="offers"].details .offer-finance-example td {
  padding: 8px;
}
[class^="cap"][class*="offers"].details
  .offer-finance-example
  .finance-product-label {
  padding-bottom: 10px;
}
[class^="cap"][class*="offers"].details .offer-finance-example .finance-text {
  padding-top: 10px;
}
[class^="cap"][class*="offers"].details
  .container-4zdpv
  .social-share
  .toggle-heading {
  border: none !important;
}
.locations.listing .container-vpgvn .overlay__image .responsive-image {
  background: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/images/collections/locations/01.jpg)
    no-repeat 50%;
}
.locations.listing
  .container-vpgvn
  .overlay__image
  .responsive-image
  img[src*="no-image"] {
  visibility: hidden;
}
.locations.listing .container-ype4e {
  position: relative;
}
.locations.listing .container-ype4e.container-fluid .container {
  width: auto;
}
.locations.listing #content-wrap .location-search .inner {
  background: none;
  padding: 0;
}
.locations.listing #content-wrap .location-search .control-label {
  line-height: normal;
}
.locations.listing #content-wrap .location-search .bootstrap-select button.btn {
  line-height: 41px;
  width: 100%;
}
.locations.listing #content-wrap .location-search .geo-locator {
  align-items: center;
  border-left: 1px solid #d4d4d4;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.locations.listing #content-wrap .location-search .geo-locator .icon:after {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0bf";
  font-size: 26px;
}
.locations.listing #content-wrap .location-search .controls {
  position: relative;
}
.locations.listing #content-wrap .location-search .control-group,
.locations.listing
  #content-wrap
  .location-search
  .control-group:first-child
  .controls {
  width: 100%;
}
.locations.listing #content-wrap .location-search .control-group.franchise {
  order: -1;
}
.locations.listing #content-wrap .location-search .btn {
  max-width: none;
  padding: 0 20px;
  width: 100%;
}
.locations.listing .google-map {
  display: none;
}
.locations.listing .google-map .responsive-iframe {
  padding-bottom: 76.25%;
}
.locations.listing .sticky-module {
  padding: 0 10px;
}
.locations.listing .listing > .inner {
  margin: 0;
}
.locations.listing .listing .list-item {
  padding: 0 0 20px;
  text-align: left;
  width: 100%;
}
.locations.listing .listing .list-item .inset {
  border: 1px solid #efefef;
  padding: 20px;
}
.locations.listing .listing .list-item .thumbs {
  display: none;
}
.locations.listing .listing .list-item .title {
  border-top: none;
  padding: 10px 0 0;
}
.locations.listing .listing .list-item .title h3 {
  color: #d2232a;
  font-size: 21px;
  font-weight: 700;
}
.locations.listing .listing .list-item .distance,
.locations.listing .listing .list-item .location-address {
  padding: 0;
}
.locations.listing .listing .list-item .address,
.locations.listing .listing .list-item .location-no {
  font-size: 16px;
}
.locations.listing .listing .list-item .distance,
.locations.listing .listing .list-item .location-no {
  font-weight: 700;
}
.locations.listing .listing .list-item .button {
  margin-top: 20px;
}
.locations.listing .listing .list-item .btn {
  margin-inline: 0;
}
.locations.listing .listing .list-item .distance {
  font-size: 12px;
}
.locations.listing .listing .list-item .distance a {
  padding: 0 0 10px;
}
.locations.listing .locations-group > .inner > .list-item {
  padding: 0;
}
.locations.listing .locations-group > .inner > .list-item > .inset {
  border: none;
  padding: 0;
}
.locations.listing .location-search #location-get-directions,
.locations.listing .location-search .county-and-city-label,
.locations.listing .location-search label[for="location-get-directions"] {
  display: none;
}
.locations.listing .list-item .intro.module {
  float: left;
  width: auto;
}
.locations.listing .list-item .intro.module .excerpt a.highlight-color {
  background-color: #d2232a;
  border-radius: 5px;
  color: #fff;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 44px;
  margin-right: 10px;
  margin-top: 40px;
  max-width: 240px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition:
    all 0.6s ease,
    background-color 0.6s ease-in-out,
    color 0.3s ease-in-out;
  width: auto;
  z-index: 1;
}
.locations.listing .list-item .intro.module .excerpt a.highlight-color span {
  position: relative;
  top: -2px;
}
.locations.listing .list-item .intro.module .excerpt a.highlight-color:after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
.no-touch
  .locations.listing
  .list-item
  .intro.module
  .excerpt
  a.highlight-color:after {
  transition: width 0.4s ease-in-out;
}
.locations.listing .list-item .intro.module .excerpt a.highlight-color b {
  display: inline-block;
  font-weight: inherit;
  line-height: normal;
  padding: 3px 0;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.locations.listing .list-item .intro.module .excerpt a.highlight-color:hover {
  background-color: #000;
  background: #d2232a;
  color: #fff;
}
.locations.listing
  .list-item
  .intro.module
  .excerpt
  a.highlight-color:hover:after {
  width: 100%;
}
.locations.listing .list-item .button {
  float: left;
  width: auto;
}
.locations.listing .list-item .thumbs {
  margin-right: 0 !important;
  max-width: none !important;
}
.locations.listing .list-item .location-no .phone {
  direction: ltr;
  display: inline-block;
}
.locations.details #content-wrap {
  padding-bottom: 0;
}
.locations.details .social-share.toggle .toggle-heading.active {
  border-bottom: none !important;
}
.locations.details .google-map.fill-height .responsive-iframe {
  height: 100%;
  padding-bottom: 0;
}
.locations.details .jump-used {
  padding: 20px;
  text-align: center;
}
.locations.details .jump-used .inner {
  display: grid;
  justify-content: center;
}
.locations.details .jump-used .title {
  font-weight: 700;
  margin: 10px 0 0;
}
.locations.details .jump-used .btns {
  margin-top: 10px;
}
.locations.details .jump-used .count {
  font-size: 3em;
  font-weight: 700;
  grid-row: 1/3;
  line-height: normal;
  margin-right: 10px;
  -ms-grid-row-span: 2;
}
.locations.details .jump-used .count:before {
  background: rgba(210, 35, 42, 0.1);
  border-radius: 100%;
  color: #d2232a;
  content: "\e08f";
  display: inline-block;
  display: inline;
  font-size: 0.8em;
  margin-right: 10px;
  padding: 0.3em;
  vertical-align: middle;
  vertical-align: initial;
}
.locations.details .jump-used .count:before,
.locations.details .location-address.has-icon .address:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.locations.details .location-address.has-icon .address:before {
  content: "\e09f";
  display: inline-block;
  font-size: 25px;
  vertical-align: middle;
}
.locations.details .dealership-open-until.has-icon .text:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e091";
  font-size: 25px;
}
.locations.details .directions-button.has-icon .icon {
  margin-right: 5px;
}
.locations.details .directions-button.has-icon .icon:before {
  content: "\e03c";
  font-size: 25px;
}
.locations.details .directions-button.has-icon .btn {
  line-height: normal;
  padding-block: 10px;
}
.locations.details .directions-button.has-icon .btn span {
  display: inline;
}
.locations.details .directions-button .btn {
  background: transparent;
  border: none;
  box-shadow: none;
  color: initial;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 0;
  max-width: none;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.locations.details .directions-button .btn:after,
.locations.details .directions-button .btn:before {
  display: none;
}
.locations.details .directions-button .btn span {
  -webkit-text-decoration: revert;
  text-decoration: revert;
  top: auto;
}
.locations.details .directions-button .btn span:hover {
  text-decoration: none;
}
.directions-modal .modal-header {
  padding: 0;
}
.directions-modal .close-directions {
  display: none;
}
.directions-modal .location-directions .inner {
  background: transparent;
  padding: 0;
}
.directions-modal .location-directions .control-group {
  margin: 0 0 10px;
}
.directions-modal .location-directions .control-label {
  display: none;
}
.directions-modal .location-directions .controls {
  float: none;
}
.directions-modal .location-directions .btn {
  margin-left: 0;
  position: relative;
  top: 0;
  width: 142px;
}
.locations.details .location-numbers .location-department {
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}
.locations.details .locations-hours .inner > .tabs {
  padding-inline: 0;
}
.locations.details .locations-hours .tab-nav {
  display: flex;
}
.locations.details .locations-hours .tab-nav > li {
  flex: 1 1 100%;
}
.locations.details .locations-hours .day {
  font-weight: 700;
}
.locations.details .locations-hours .hours {
  text-align: right;
}
.locations.details .locations-hours table {
  padding-block: 10px;
}
.locations.details .locations-hours td {
  border-block: 1px solid #efefef;
  padding-block: 10px;
}
.locations.details .locations-hours .form-item .controls {
  padding-top: 4px;
}
.locations.details .locations-hours .loc-hours-dep {
  padding-bottom: 10px;
}
.locations.details .location-numbers .no {
  direction: ltr;
  display: inline-block;
}
.contact-forms-custom .form-bg {
  background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-forms-custom .form-bg .span5 {
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 0;
}
.contact-forms-custom .form-bg .tab-btn {
  height: 45px;
  position: relative;
}
.contact-forms-custom .form-bg .tab-btn:before {
  background: #fff;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.contact-forms-custom .form-bg .tab-btn:first-child:before {
  display: none;
}
.contact-forms-custom .form-bg .tab-btn .btn {
  background: transparent;
  color: #fff;
}
.contact-forms-custom .form-bg .tab-btn .btn:hover {
  color: #fff !important;
}
.contact-forms-custom .form-bg .tab-btn .btn:hover:after {
  display: none !important;
}
.contact-forms-custom .form-bg .tab-btn.active .btn {
  background: #fff;
  color: #000;
}
.contact-forms-custom .form-bg .tab-btn.active .btn:hover {
  color: #000 !important;
}
.contact-forms-custom .form-bg .form-actions .button {
  max-width: 337px;
}
.contact-forms-custom.complaints .button.complaints .btn,
.contact-forms-custom.distributor .button.distributor .btn,
.contact-forms-custom.enquires .button.enquiries .btn,
.contact-forms-custom.fleet .button.fleet .btn {
  background: #fff;
  color: #000;
}
.contact-forms-custom.contact-us-new .form-bg .span6 + .span6 {
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 0;
}
.vacancies.details #content-wrap {
  padding-bottom: 0;
}
.vacancies.details .overlay__wrap {
  z-index: auto;
}
.vacancies.details .overlay__image {
  background: #000;
  height: 100%;
}
.vacancies.details .overlay__wrap .details-layout > [class*="span"] {
  background: #fff;
}
.vacancies.details .introduction .text {
  margin: 0 auto;
}
.vacancies.details .location-numbers .location-department .name {
  font-size: 16px;
}
.vacancies.details .location-numbers .location-department .no {
  float: right;
  font-size: 16px;
  font-weight: 700;
}
.vacancies.details
  .location-numbers
  .location-department
  + .location-department {
  margin-top: 14px;
}
.vacancies.details .locations-hours .inner > .tabs {
  padding-inline: 0;
}
.vacancies.details .locations-hours .tab-nav {
  display: flex;
}
.vacancies.details .locations-hours .tab-nav > li {
  flex: 1 1 auto;
}
.vacancies.details .locations-hours .title {
  display: none;
}
.vacancies.details .locations-hours .day {
  font-size: 16px;
  padding-bottom: 14px;
}
.vacancies.details .locations-hours .hours {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 14px;
  text-align: right;
}
.vacancies.details .locations-hours tr:last-child .day,
.vacancies.details .locations-hours tr:last-child .hours {
  padding-bottom: 0;
}
.vacancies.details .locations-hours .form-item .controls {
  padding-top: 4px;
}
.vacancies.details .locations-hours .loc-hours-dep {
  padding-bottom: 10px;
}
.vacancies.details .locations-hours .loc-hours-table {
  padding-block: 10px;
}
.vacancies.details .locations-hours .loc-hours-table .day,
.vacancies.details .locations-hours .loc-hours-table .hours {
  padding-bottom: 8px;
}
[class*="used"].cmfdetails .layout-5 .used-media {
  max-width: 107px;
}
[class*="used"].cmfdetails .layout-5 .used-media .inner {
  background-color: #efefef;
  padding: 0;
}
[class*="used"].cmfdetails .layout-5 .used-media .media-photos {
  display: block;
}
[class*="used"].cmfdetails .layout-5 .used-media .featured-sash,
[class*="used"].cmfdetails .layout-5 .used-media .gallery-icon,
[class*="used"].cmfdetails .layout-5 .used-media .image-count,
[class*="used"].cmfdetails .layout-5 .used-media .media-exterior360,
[class*="used"].cmfdetails .layout-5 .used-media .media-video,
[class*="used"].cmfdetails .layout-5 .used-media .tooltip-mobile,
[class*="used"].cmfdetails .layout-5 .used-media .video-count {
  display: none;
}
[class*="used"].cmfdetails .layout-5 .finance-price a {
  color: #fff;
  font-weight: 700;
}
[class*="used"].cmfdetails .layout-5 .overview-data .inner {
  margin: 0;
}
[class*="used"].cmfdetails .layout-5 .overview-data .inner .cell {
  border-bottom: 1px solid #292929;
  display: flex;
  padding: 8px 0;
  width: 100%;
}
[class*="used"].cmfdetails .layout-5 .overview-data .inner .cell:last-child {
  border: 0;
}
[class*="used"].cmfdetails .layout-5 .overview-data .inner .cell .value {
  margin-left: auto;
  padding-left: 5px;
  text-align: right;
  width: auto;
}
[class*="used"].cmfdetails #content-wrap .title.module h3 {
  color: inherit;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
}
[class*="used"].cmfdetails .featured-stock .item .inset {
  padding-bottom: 73px;
}
[class*="used"].cmfdetails .featured-stock .item .inset > div {
  margin-inline: 10px;
  padding-inline: 10px;
}
[class*="used"].cmfdetails .featured-stock .item .inset > div.thumb {
  margin-inline: 0;
  padding-inline: 0;
  padding-top: 0;
}
[class*="used"].cmfdetails .featured-stock .item .inset > div.title {
  padding: 20px 10px 0;
}
[class*="used"].cmfdetails .featured-stock .item .inset > div.location-name,
[class*="used"].cmfdetails .featured-stock .item .inset > div.price {
  padding-top: 10px;
}
[class*="used"].cmfdetails .featured-stock .item .inset > div.button {
  margin-top: 10px;
  position: absolute;
}
[class*="used"].cmfdetails .featured-stock .item .inset > div.details {
  padding-top: 10px;
}
[class*="used"].cmfdetails .featured-stock .item .inset > div.details .value {
  font-weight: 700;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .inner:before {
  display: none;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  label:not(.control-label) {
  padding: 20px 20px 0 50px;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .controls
  p {
  margin-bottom: 0;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .tick-box {
  height: 40px;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .tick-box
  .control-label {
  padding-left: 26px;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .radio-btn,
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .tick-box {
  cursor: pointer;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .radio-btn
  .control-label,
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .tick-box
  .control-label {
  line-height: normal;
  margin-right: 8px;
  width: auto;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .radio-btn
  .control-label:after,
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .radio-btn
  .control-label:before,
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .tick-box
  .control-label:after,
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .tick-box
  .control-label:before {
  top: 0;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .radio-btn
  label:not(.control-label),
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .tick-box
  label:not(.control-label) {
  padding: 0 20px 0 25px;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .radio-btn
  input,
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .control-group
  .tick-box
  input {
  height: 100%;
  left: 1px;
  top: 1px;
  width: 100%;
}
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .form-actions
  a,
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  .hr,
[class*="vacancies"].details
  .recruitment-application-form.form-module.form-module
  legend {
  display: none;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  form,
[class*="service"].details .service-booking-form.form-module.form-module form {
  padding-bottom: 0;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .header,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .header {
  border-top: 1px solid #d4d4d4;
  margin-top: 18px;
  padding-top: 18px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .header:first-child,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .header:first-child {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .header
  span,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .header
  span {
  font-size: 14px;
  font-weight: 700;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-customer-vehicle-vrm
  .lookup-button,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-customer-vehicle-vrm
  .lookup-button {
  font-size: 0;
  line-height: 0;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-customer-vehicle-vrm
  .lookup-button:before,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-customer-vehicle-vrm
  .lookup-button:before {
  color: #fff;
  content: "Find Vehicle";
  display: inline-block;
  font-size: 1.125rem;
  line-height: calc(45px - 2px);
  min-height: 1em;
  padding: 0 2.22222222em;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box {
  border-top: 1px solid #d4d4d4;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .controls,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .controls {
  border-bottom: 1px solid #d4d4d4;
  float: none;
  padding-left: 0;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label {
  margin-bottom: 7px;
  padding-left: 36px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label
  span,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label
  span {
  display: block;
  line-height: 23px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label:before,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label:before {
  background: #efefef;
  border: 1px solid #d2232a;
  height: 23px;
  width: 23px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label:after,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label:after {
  height: 7px;
  left: 5px;
  top: 6px;
  width: 14px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label.active:before,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label.active:before {
  background: #d2232a;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label.active:after,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-checkbox
  .tick-box
  .control-label.active:after {
  border-color: #fff;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  > .control-label,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  > .control-label {
  display: none;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn {
  border-top: 1px solid #d4d4d4;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .controls,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .controls {
  border-bottom: 1px solid #d4d4d4;
  float: none;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label {
  height: auto;
  margin-bottom: 7px;
  padding-left: 36px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label
  span,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label
  span {
  display: block;
  line-height: 23px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label:before,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label:before {
  background: #efefef;
  border: 1px solid #d2232a;
  height: 23px;
  width: 23px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label:after,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label:after {
  height: 7px;
  left: 5px;
  top: 6px;
  width: 14px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label.active:before,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label.active:before {
  background: #d2232a;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label.active:after,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group.is-radio
  .radio-btn
  .control-label.active:after {
  border-color: #fff;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group {
  padding: 8px 0;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .control-group
  + .control-group,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .control-group
  + .control-group {
  margin-top: 0;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .dpp.is-checkbox,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .dpp.is-checkbox {
  border-top: 1px solid #d4d4d4;
  margin-top: 18px;
  padding-bottom: 0;
  padding-top: 18px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .dpp.is-checkbox
  .tick-box,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .dpp.is-checkbox
  .tick-box {
  border-top: 0;
  padding-top: 15px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .dpp.is-checkbox
  .tick-box
  .control-label,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .dpp.is-checkbox
  .tick-box
  .control-label {
  margin-right: 3px;
  padding-left: 20px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .dpp.is-checkbox
  + .header,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .dpp.is-checkbox
  + .header {
  line-height: normal;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .dpp-text,
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .policy-text,
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .terms-text,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .dpp-text,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .policy-text,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .terms-text {
  font-size: 12px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .dpp-text
  .title,
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .policy-text
  .title,
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  .terms-text
  .title,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .dpp-text
  .title,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .policy-text
  .title,
[class*="service"].details
  .service-booking-form.form-module.form-module
  .terms-text
  .title {
  margin-bottom: 10px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  [class*="control-customer-agreement-of-terms"],
[class*="service"].details
  .service-booking-form.form-module.form-module
  [class*="control-customer-agreement-of-terms"] {
  padding-left: 28px;
  position: relative;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  [class*="control-customer-agreement-of-terms"]
  .tick-box,
[class*="service"].details
  .service-booking-form.form-module.form-module
  [class*="control-customer-agreement-of-terms"]
  .tick-box {
  border: 0 !important;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  [class*="control-customer-agreement-of-terms"]
  .tick-box
  .help-inline,
[class*="service"].details
  .service-booking-form.form-module.form-module
  [class*="control-customer-agreement-of-terms"]
  .tick-box
  .help-inline {
  display: block;
  left: 28px;
  position: absolute;
  top: 42px;
  width: 100px;
}
[class*="service"].cmfdetails
  .service-booking-form.form-module.form-module
  [class*="control-customer-agreement-of-terms"]
  + .header,
[class*="service"].details
  .service-booking-form.form-module.form-module
  [class*="control-customer-agreement-of-terms"]
  + .header {
  line-height: 18px;
}
.cmfdetails .enquiry-jump .title:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e09f";
  font-size: 40px;
  margin-bottom: 20px;
}
.cmfdetails .enquiry-jump.phone-us .title:before {
  content: "\e098";
}
.cmfdetails .jump.btn-has-icon .btn:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e098";
  font-size: 24px;
  margin-top: -1px;
}
.cmfdetails .jump.btn-has-icon.find-us .btn:before {
  content: "\e09f";
}
.page404 .cms {
  padding-left: 30px;
}
.sitemap ul > li {
  padding-top: 10px;
}
.sitemap ul > li a {
  color: #464646;
  display: block;
  font-size: 1rem;
}
.sitemap ul > li > ul {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.sitemap ul > li > ul a {
  font-size: 0.875rem;
}
.sitemap .title {
  color: #000;
  font-size: 1.5625rem;
  padding: 0 0 0.8em;
}
body:not(.homepage) .module.listing .featured-sash {
  display: none;
}
.module.listing.box-list .title {
  padding: 40px;
}
.module.listing.box-list .title + .intro:not([class*="pl-"]) {
  padding-top: 0;
}
.module.listing.box-list .title.align-center h3 {
  text-align: center;
}
.module.listing.box-list [data-listing-type="cms_listing"] .button,
.module.listing.box-list [data-listing-type="cms_listing"] .intro {
  padding-inline: 40px;
}
.module.listing.box-list [data-listing-type="cms_listing"] .button:last-child,
.module.listing.box-list [data-listing-type="cms_listing"] .intro:last-child {
  padding-bottom: 40px;
}
.module.listing.box-list
  [data-listing-type="cms_listing"]
  .button.no-padding.link
  a {
  border-top: 1px solid #efefef;
  display: block;
  padding-top: 5px;
}
.module.listing.box-list
  [data-listing-type="cms_listing"]
  .button.no-padding.link:last-child
  a {
  text-align: right;
}
.module.listing.box-list .list-item > .inset {
  border-radius: 0;
  overflow: hidden;
}
.module.listing .list-item {
  text-align: left;
}
.module.listing .list-item > .inset {
  border: 1px solid #efefef;
  height: 100%;
  transition: box-shadow 0.5s ease;
}
.module.listing .list-item > .inset:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.contentsection .module.listing .list-item [class*="-sash"] {
  display: none;
}
.module.listing .module + .module {
  padding-top: 20px;
}
.module.listing a:not(.btn) {
  color: inherit;
  display: block;
  text-decoration: none;
}
.module.listing .thumbs.thumb-no-link a {
  pointer-events: none;
}
.module.listing .link a span {
  -webkit-text-decoration: revert;
  text-decoration: revert;
}
.module.listing .link a span:hover {
  text-decoration: none;
}
.module.listing .title {
  padding-inline: 20px;
}
.module.listing .title h3 {
  margin: 0;
  word-wrap: break-word;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  min-height: 0;
  text-align: left;
  text-transform: none;
}
.module.listing .intro.h3 {
  font-size: 21px;
}
.module.listing .price.module {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}
.module.listing .price.module .price-now,
.module.listing .price.module .price-offer_monthly_price,
.module.listing .price.module .price-offer_price {
  font-size: 21px;
  line-height: 110%;
  padding-top: 20px;
}
.module.listing .price.module .price-now .label,
.module.listing .price.module .price-offer_monthly_price .label,
.module.listing .price.module .price-offer_price .label {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 120%;
}
.budget-icon.jump .text__inner:before {
  content: "\e0e1";
}
.budget-icon.jump .text__inner:before,
.search-icon.jump .text__inner:before {
  color: inherit;
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 65px;
}
.search-icon.jump .text__inner:before {
  content: "\e08f";
}
.data-preferences #content-wrap {
  padding-bottom: 0;
}
.data-preferences .footer-container {
  border-top: 0;
}
.data-preferences .container-487v6 {
  background: #000;
  color: #fff;
  position: relative;
}
.data-preferences .container-487v6 a,
.data-preferences .container-487v6 h1 {
  color: #fff;
}
.data-preferences .container-487v6 .jump {
  display: inline-block;
}
.data-preferences .container-487v6 .jump a {
  display: block;
  text-decoration: none;
}
.no-touch .data-preferences .container-487v6 .jump a {
  transition: background 0.3s;
}
.no-touch .data-preferences .container-487v6 .jump a:hover {
  background: #7b1419;
}
.data-preferences .container-487v6 .jump .inner {
  position: relative;
  text-align: center;
}
.events .event-information .inner {
  border-top: 1px solid #efefef;
}
.events .event-information .inner > div {
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
}
.events .event-information .label {
  font-weight: 700;
}
.events .event-information.has-icons .label:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-size: 23px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.events .event-information.has-icons .starts .label:before {
  content: "\e0b6";
}
.events .event-information.has-icons .ends .label:before {
  content: "\e091";
}
.events .event-information.has-icons .location .label:before {
  content: "\e09f";
}
.events.listing .listing .list-item {
  width: 100%;
}
.events.listing .listing .list-item .inset {
  background: #fff;
}
.events.listing .listing .title h3 {
  color: #d2232a;
}
.events.listing .listing .event-information .inner {
  border-top: 0;
}
.vehicle--details .vehicle-title a {
  color: inherit;
  text-decoration: none;
}
.vehicle--details .vehicle-title h3 {
  color: #fff;
  font-size: calc(18px + (24 - 18) * ((100vw - 768px) / (1600 - 768)));
  font-weight: 700;
  margin: 0;
}
.vehicle--details .vehicle-title .variant {
  display: block;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.vehicle--details .location-name {
  color: #000;
  font-size: 18px;
}
.vehicle--details .location-name a {
  color: inherit;
}
.vehicle--details .location-name.has-icon a:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
  content: "\e09f";
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  top: auto;
}
.vehicle--details .location-no {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.vehicle--details .location-no a {
  color: inherit;
  text-decoration: none;
}
.vehicle--details .location-no.has-icon .phone:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-transform: none;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e098";
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  top: auto;
}
.vehicle--details .dealership-open-until {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.vehicle--details .dealership-open-until.has-icon .text {
  padding-left: 29px;
  position: relative;
}
.vehicle--details .dealership-open-until.has-icon .text:before {
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  text-transform: none;
  top: 0;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e091";
  font-size: 24px;
}
.vehicle--details .price:empty {
  display: none;
}
.vehicle--details .price-now {
  color: #464646;
  display: inline-block;
  font-size: calc(18px + (24 - 18) * ((100vw - 768px) / (1600 - 768)));
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}
.vehicle--details .price-saving,
.vehicle--details .price-was {
  display: inline-block;
  font-size: 18px;
  opacity: 0.8;
}
.vehicle--details .price.has-retailer-contribution .price-saving,
.vehicle--details .price.has-retailer-contribution .price-was {
  display: block;
}
.vehicle--details .finance-price {
  color: #464646;
  font-size: 18px;
}
.vehicle--details .finance-price .price {
  font-size: inherit;
  padding: 0;
}
.vehicle--details .finance-price a {
  color: inherit;
  text-decoration: none;
}
.vehicle--details .finance-price .icon,
.vehicle__listing--details .used-media .exterior360-count,
.vehicle__listing--details .used-media .gallery-icon,
.vehicle__listing--details .used-media .image-count {
  display: none;
}
.vehicle__listing--details .thumbs [data-ratio="4:3"] + img {
  aspect-ratio: 4/3;
}
.vehicle__listing--details .thumbs [data-ratio="3:2"] + img {
  aspect-ratio: 3/2;
}
.vehicle__listing--details .thumbs [data-ratio="16:9"] + img {
  aspect-ratio: 16/9;
}
.vehicle__listing--details .title {
  border: none;
  color: #d2232a;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
.vehicle__listing--details .title a {
  color: inherit;
  text-decoration: none;
}
.vehicle__listing--details .title h3 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.vehicle__listing--details .title .variant {
  display: block;
  font-size: 18px;
  overflow: hidden;
  padding-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.vehicle__listing--details .location-no + .location-name {
  padding-top: 0;
}
.vehicle__listing--details .location-no.is-large {
  color: #464646;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
.vehicle__listing--details .location-no.is-large a {
  text-decoration: none;
}
.vehicle__listing--details .location-no.is-large:before {
  background: #d2232a;
  border-radius: 100%;
  color: #fff;
  font-family: master-v10, mg-middle-east-redesign-s;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  left: 10px;
  padding: 6px;
  position: absolute;
  text-transform: none;
  top: 5px;
  speak: none;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e098";
  font-size: 26px;
  height: 38px;
}
.vehicle__listing--details .location-no.is-large .hidden-phone,
.vehicle__listing--details .location-no.is-large .visible-phone {
  padding-left: 45px;
}
.vehicle__listing--details .location-name {
  color: #d2232a;
  font-weight: 700;
}
.vehicle__listing--details .location-name a {
  color: inherit;
}
.vehicle__listing--details .price + .finance-price,
.vehicle__listing--details .price + .ovs-finance-price {
  padding-top: 0;
}
.vehicle__listing--details .price a {
  text-decoration: none;
}
.vehicle__listing--details .price .price-now {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}
.vehicle__listing--details .price .price-was {
  display: inline-block;
}
.vehicle__listing--details .ovs-finance-price {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-align: inherit !important;
}
.vehicle__listing--details .ovs-finance-price a {
  text-decoration: underline;
}
.vehicle__listing--details .price-combined .price-finance.price-important,
.vehicle__listing--details .price-combined .price-total.price-important {
  display: inline-block;
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-right: 5px;
}
.vehicle__listing--details .price-combined .price-finance {
  cursor: pointer;
  text-decoration: underline;
}
.history .theme--basic.jump .title {
  font-size: 37px;
}
.history .theme--basic.jump .sub-title {
  font-size: 22px;
}
.history .overlay__content > .row-fluid {
  margin-left: 0;
  margin-right: 0;
}
.history .waypoint-row {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.history .waypoint-row .sticky-module-inset:not(.fixed) .history-waypoint .btn {
  background: transparent;
  color: #fff;
}
.history .history-waypoint {
  flex-grow: 1;
}
.history .history-waypoint .btn {
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.history .history-waypoint .btn:after {
  display: none;
}
.history .history-waypoint + .history-waypoint {
  border-left: 1px solid hsla(0, 0%, 100%, 0.21);
}
#nd-website-editor-wrap ~ #page-wrap .waypoint-row {
  position: static;
}
.history .history-items-container-new .container {
  max-width: 945px;
}
.history .history-items-container-new .row-c8kgo,
.history .history-items-container-new .row-c8kgo > [class*="layout"] {
  position: relative;
}
.history .history-items-container-new .row-c8kgo:before {
  background: rgba(0, 0, 0, 0.32);
  bottom: 20px;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 1px;
}
.history .the-journey-continues .inner {
  background: #fff;
}
.history .the-journey-continues .thumb {
  border: 4px solid #d2232a;
  border-radius: 100%;
  margin: 0 auto;
  max-height: 153px;
  max-width: 153px;
}
.history .timestamp {
  background: #fff;
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 76px;
  position: relative;
}
.history .history-items .inner {
  background: #fff;
}
.history .history-items .title {
  font-family:
    bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 22px;
  padding: 12px 22px;
}
.history .history-items .content {
  font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  padding: 16px 23px;
}
.buy-online .row-xkvoj .module-search .heading {
  font-size: 18px;
  font-weight: 700;
}
.buy-online .row-xkvoj .module-search .total-count {
  margin-bottom: 10px;
  margin-top: 10px;
}
.buy-online .row-xkvoj .module-search .total-count .label,
.buy-online .row-xkvoj .module-search .total-count .value {
  display: none;
}
.buy-online .row-xkvoj .module-search .filter-inset {
  border: 1px solid #888;
}
.buy-online .row-xkvoj .module-search .filter-heading {
  border: none;
}
.buy-online .row-xkvoj .module-search .filter.filter-custom .filter-heading {
  border-top: 1px solid #888;
}
.buy-online .row-xkvoj .module-search .search-vehicles {
  padding-top: 10px;
}
.buy-online .row-xkvoj .module-search .search-vehicles .btn {
  max-width: 100%;
}
.buy-online .jump.span4:hover .inner {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.buy-online .jump.span4 .inner {
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 20px;
}
.buy-online .jump.span4 a {
  text-decoration: none !important;
}
.buy-online .jump.span4 .strapline,
.buy-online .jump.span4 .title {
  display: block;
  text-align: left;
}
.buy-online .jump.span4 .strapline {
  padding-top: 5px;
}
.buy-online .jump.span4 .button {
  width: 100%;
}
.buy-online .jump.span4 .button .btn {
  display: block;
}
.news.listing .module.listing.box-list .title {
  padding-bottom: 0;
}
.news.listing .module.listing .title h3 {
  line-height: 27px;
}
.mg-fleet .cms .sticky-module {
  display: none;
}
.mg-fleet .header-container .container-5k2ms {
  display: block !important;
}
.mg-experience.details #pre-footer-wrap,
.mg-experience.details .footer-container,
.mg-experience.details .header-container {
  display: none;
}
.black-editon.listing .cms.cms--standard h2 {
  font-size: clamp(20px, 3vw, 30px);
}
.black-editon.listing .cms.cms--standard h1 {
  font-size: clamp(30px, 3vw, 50px);
}
.black-editon.listing .cms.cms--standard h3 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.black-editon.listing .cms.cms--standard table {
  border: 0;
}
.black-editon.listing .cms.cms--standard table td,
.black-editon.listing .cms.cms--standard table th {
  border: 0;
  line-height: normal;
  padding: 2px 0;
}
.black-editon.listing .cms.cms--standard.title--has-bar h1 {
  position: relative;
}
.black-editon.listing .cms.cms--standard.title--has-bar h1:after {
  border-top: 1px solid #d70005;
  content: "";
  display: block;
  margin-block: 25px;
  width: 80px;
}
.black-editon.listing.hide--jump-02 #vehicle02 {
  display: none !important;
}
.black-editon.listing .kie-5D .jump.theme--standard .sub-title {
  padding-top: 0;
}
.black-editon.listing .kie-5D .jump.theme--standard .strapline {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
  margin-top: -10px;
  padding-bottom: 15px;
  padding-top: 0;
}
.black-editon.listing .kie-5D .jump.strapline--highlight .strapline {
  color: #d70005;
}
.black-editon.listing .kie-5D .jump.content--has-bar .content {
  position: relative;
}
.black-editon.listing .kie-5D .jump.content--has-bar .content:after {
  border-top: 1px solid #fff;
  content: "";
  display: block;
  margin-block: 25px;
  width: 80px;
}
.black-editon.listing .theme--simple.jumps-cycle .strapline {
  font-size: 30px;
}
.black-editon.listing.hide-hs-section .cms-02,
.black-editon.listing.hide-hs-section .hs-container,
.black-editon.listing.hide-hs-section .row-action-bar .jump.action-bar-jump-1 {
  display: none;
}
.cyberster .jump.enquire .thumb,
.cyberster .jumps-cycle.cycle-advanced-technology .thumb,
.cyberster .jumps-cycle.cycle-exterior .thumb,
.cyberster .jumps-cycle.cycle-gallery .thumb,
.cyberster .jumps-cycle.cycle-interior .thumb,
.cyberster .jumps-cycle.cycle-keeping-you-safe .thumb,
.cyberster .jumps-cycle.cycle-performance .thumb {
  border-radius: 20px;
}
.cyberster .jump.enquire .item .inset,
.cyberster .jumps-cycle.cycle-advanced-technology .item .inset,
.cyberster .jumps-cycle.cycle-exterior .item .inset,
.cyberster .jumps-cycle.cycle-gallery .item .inset,
.cyberster .jumps-cycle.cycle-interior .item .inset,
.cyberster .jumps-cycle.cycle-keeping-you-safe .item .inset,
.cyberster .jumps-cycle.cycle-performance .item .inset {
  background: transparent;
}
.cyberster .gallery-container .thumb {
  border-radius: 20px;
}
.cyberster .jumps-cycle.colouriser-jump-cycle .item {
  width: 100%;
}
.cyberster .jumps-cycle.colouriser-jump-cycle .controls {
  display: block;
}
.cyberster .jumps-cycle.colouriser-jump-cycle [class*="cycle-pager-container"] {
  bottom: 85px;
}
.cyberster
  .jumps-cycle.colouriser-jump-cycle
  [class*="cycle-pager-container"]
  ul {
  width: 100%;
}
.cyberster
  .jumps-cycle.colouriser-jump-cycle
  [class*="cycle-pager-container"]
  li {
  padding-inline: 1.5%;
}
.cyberster
  .jumps-cycle.colouriser-jump-cycle
  [class*="cycle-pager-container"]
  a {
  background: transparent;
  height: 22px;
  width: 22px;
}
.cyberster
  .jumps-cycle.colouriser-jump-cycle
  [class*="cycle-pager-container"]
  .cycle-pager-active
  a {
  background: transparent;
}
.cyberster .jumps-cycle.cycle-gallery .strapline {
  font-size: 32px;
}
.cyberster .specs-container .custom-html {
  padding-inline: 10px;
  padding-bottom: 20px;
}
.cyberster .specs-container .tab-nav {
  background: transparent;
}
.cyberster .specs-container .tab-nav li {
  width: 50%;
}
.cyberster .specs-container .tab-nav li a {
  border-bottom: 1px solid #474747;
}
.cyberster .specs-container .tab-nav li a:after {
  display: none;
}
.cyberster .specs-container .tab-nav li:last-child {
  border: 0;
}
.cyberster .specs-container .tab-nav li.active a {
  background: transparent;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  color: #fff;
}
.cyberster .specs-container .tab-content .tab-pane {
  background: transparent;
  border: 0;
  padding-inline: 0;
}
.cyberster .specs-container .cms p {
  display: none;
}
.cyberster .specs-container .cms .text {
  padding: 0;
}
.cyberster .specs-container .cms table {
  border: none;
}
.cyberster .specs-container .cms table td {
  border: none;
  border-block: 1px solid #181f23;
}
.cyberster .specs-container .cms table td strong {
  display: block;
  text-transform: uppercase;
}
.ismart .jump.introduction-image .title {
  text-transform: none;
}
.ismart .theme--basic.jump .content {
  padding-bottom: 30px;
}
.ismart .container-l9x89 .tab-nav {
  background: transparent;
}
.ismart .container-l9x89 .tab-nav > li > a {
  border-right: 1px solid #fff;
  text-transform: uppercase;
}
.ismart .container-l9x89 .tab-nav > li.active a {
  background: #d2232a;
  box-shadow: none;
  color: #fff;
}
.ismart .container-l9x89 .tab-content .tab-pane {
  border: 0;
  padding-inline: 0;
  padding-bottom: 0;
}
.ismart .container-l9x89 .tab-content .tab-pane .jump {
  padding-inline: 0;
}
.ismart .jump-cycle-01 .thumb {
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 90px;
}
.ismart .jump-cycle-01 .item {
  margin-bottom: 40px;
  text-align: center;
}
.ismart .jump-cycle-01 .strapline {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.ismart .jump-cycle-01 .content {
  padding-bottom: 10px;
  padding-top: 10px;
}
.ismart .jump-cycle-01 .btn {
  border-radius: 30px;
  line-height: 32px;
}
.ismart .jump-cycle-01 .text__inner {
  width: 100%;
}
.ismart .offers-btn {
  display: none;
}
.ismart .jumps-cycle.offers {
  padding-bottom: 60px;
}
.ismart .jumps-cycle.offers .title {
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
}
.ismart .jumps-cycle.offers .item .inner {
  padding-bottom: 20px;
}
.ismart .jumps-cycle.offers .item .inset {
  box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.35);
  padding-bottom: 30px;
}
.ismart .jumps-cycle.offers .item .strapline {
  font-size: 30px;
  padding-inline: 20px;
  padding-top: 20px;
}
.ismart .jumps-cycle.offers .item .content {
  padding-inline: 20px;
}
.ismart .jumps-cycle.offers .item .button {
  padding-top: 0;
  padding-inline: 20px;
}
.ismart .app-store a,
.ismart .google-play a {
  background-color: transparent;
  background-image: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/2025-03-28-MG-MENA-iSmart-Page-App-Store.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
  height: 55px;
  width: 180px;
}
.ismart .google-play a {
  background-image: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/2025-03-28-MG-MENA-iSmart-Page-Google-Play.png);
}
@font-face {
  font-display: swap;
  font-family: uknumberplate;
  font-style: normal;
  font-weight: 400;
  src: url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/fonts/uknumberplate/uknumberplate-webfont.eot);
  src:
    url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/fonts/uknumberplate/uknumberplate-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/fonts/uknumberplate/uknumberplate-webfont.woff)
      format("woff"),
    url(//d2638j3z8ek976.cloudfront.net/global-css-files/20250611-104307/fonts/uknumberplate/uknumberplate-webfont.ttf)
      format("truetype");
}
@font-face {
  font-family: bebas-neue-pro-expanded;
  font-style: normal;
  font-weight: 400;
  src: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/fonts/bebas-neue-pro/bebas-neue-pro-expanded-regular.otf);
}
@font-face {
  font-family: bebas-neue-pro-expanded;
  font-style: normal;
  font-weight: 500;
  src: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/fonts/bebas-neue-pro/bebas-neue-pro-expanded-middle.otf);
}
@font-face {
  font-family: bebas-neue-pro-semiexpanded;
  font-style: normal;
  font-weight: 700;
  src: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/fonts/bebas-neue-pro/bebas-neue-pro-semiexpanded-bold.otf);
}
@font-face {
  font-family: "29lt-adir";
  font-style: normal;
  font-weight: 400;
  src: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/fonts/29lt-adir/29lt-adir-light.otf);
}
@font-face {
  font-family: "29lt-adir";
  font-style: normal;
  font-weight: 500;
  src: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/fonts/29lt-adir/29lt-adir-light.otf);
}
@font-face {
  font-family: "29lt-adir";
  font-style: normal;
  font-weight: 700;
  src: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/fonts/29lt-adir/29lt-adir-bold.otf);
}
@media (min-width: 568px) {
  .u-hidden-xs-up {
    display: none !important;
  }
  .social-icons {
    text-align: left;
  }
  .social-icons .title,
  .social-icons ul {
    display: inline-block;
  }
  .social-icons li a {
    padding: 0.5em;
  }
  .locations.details .jump-used {
    text-align: left;
  }
  .locations.details .jump-used .title {
    align-self: end;
    grid-column-start: 2;
    margin-top: 0;
    padding-right: 10px;
  }
  .locations.details .jump-used .sub-title {
    grid-column-start: 2;
    grid-row-start: 2;
    padding-right: 10px;
  }
  .locations.details .jump-used .btns {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  a {
    -webkit-text-decoration: revert;
    text-decoration: revert;
  }
  a:hover {
    text-decoration: none;
  }
  [class*="col-"],
  [class*="span"] {
    float: left;
  }
  .container {
    margin: 0 auto;
    width: 724px;
  }
  .col-span-12,
  .span12 {
    width: 100%;
  }
  .col-span-11,
  .span11 {
    width: 91.66666667%;
  }
  .col-span-10,
  .span10 {
    width: 83.33333333%;
  }
  .col-span-9,
  .span9 {
    width: 75%;
  }
  .col-span-8,
  .span8 {
    width: 66.66666667%;
  }
  .col-span-7,
  .span7 {
    width: 58.33333333%;
  }
  .col-span-6,
  .span6 {
    width: 50%;
  }
  .col-span-5,
  .span5 {
    width: 41.66666667%;
  }
  .col-span-4,
  .span4 {
    width: 33.33333333%;
  }
  .col-span-3,
  .span3 {
    width: 25%;
  }
  .col-span-2,
  .span2 {
    width: 16.66666667%;
  }
  .col-span-1,
  .span1 {
    width: 8.33333333%;
  }
  .box-4\@sm > .inner {
    grid-template-columns: repeat(4, minmax(10px, 25%)) !important;
  }
  .box-3\@sm > .inner {
    grid-template-columns: repeat(3, minmax(10px, 33.33333333%)) !important;
  }
  .box-2\@sm > .inner {
    grid-template-columns: repeat(2, minmax(10px, 50%)) !important;
  }
  .box-1\@sm > .inner {
    grid-template-columns: repeat(1, minmax(10px, 100%)) !important;
  }
  .box-list.location-listing .inner > .list-item {
    width: 50%;
  }
  #__ndcc_footerPlaceholder {
    position: relative;
    z-index: 1000;
  }
  #__ndcc_footerPlaceholder #__ndcc_footerContainer {
    margin-bottom: 0;
    position: absolute;
    right: 40px;
    top: 10px;
  }
  [class*="has-controls-b"] .controls {
    align-items: flex-end;
    display: flex;
    gap: 10px;
    inset-inline: 0;
    bottom: 0;
    position: absolute;
  }
  [class*="has-controls-b"] .controls > * {
    inset: 0 !important;
    position: relative !important;
    transform: none !important;
  }
  [class*="has-controls-b"] .controls [class*="cycle-pager-container"] {
    flex-grow: 1;
    order: 0;
  }
  [class*="has-controls-b"] .controls .cycle-prev {
    order: 1;
  }
  [class*="has-controls-b"] .controls .cycle-next {
    order: 2;
  }
  .has-controls-below .inner {
    padding-bottom: 85px;
  }
  .has-controls-bottom .controls {
    inset-inline: 20px;
  }
  [data-cycle-fx="carousel"] .cycle-sentinel,
  [data-cycle-fx="carousel"] .item {
    width: 50%;
  }
  .nav > li:first-child.dropdown .icon {
    top: 0;
  }
  .nav > li > a {
    border-bottom: 1px solid #efefef;
    padding: 17px 20px 19px;
  }
  .nav > li.dropdown:hover > a,
  .nav > li > a:focus,
  .nav > li > a:hover {
    text-decoration: none;
  }
  .nav .dropdown-menu {
    margin-right: 32px;
  }
  .toggle-nav .icon,
  .toggle-nav .icon:after,
  .toggle-nav .icon:before {
    background: currentColor;
  }
  .control-group.terms-and-conditions .accordian-content .toggle-body {
    max-height: 325px;
    overflow: auto;
  }
  .bootstrap-select .dropdown-menu {
    max-height: 38vh !important;
  }
  .bootstrap-select .dropdown-menu:not(.inner) {
    float: left;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 100%;
  }
  .bootstrap-select.dropup .dropdown-menu:not(.inner) {
    bottom: 100%;
    top: auto;
  }
  .modal-header h3,
  .modal-title {
    padding: 20px 50px 20px 20px;
  }
  .modal-body {
    max-height: 570px;
  }
  .modal-body,
  .modal-footer {
    padding: 20px;
  }
  .fancybox-wrap iframe {
    min-height: 300px;
  }
  .fixed {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transition: top 0.3s ease-in-out;
    z-index: 1020;
  }
  .u-hidden-sm-up,
  .visible-phone {
    display: none !important;
  }
  #__ndcc_cookieImpliedConsent {
    bottom: 0;
    padding: 10px 135px 10px 10px;
    width: 100%;
  }
  #__ndcc_cookieImpliedConsent #__ndcc_noThanks {
    background: #459323;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
  }
  #__ndcc_cookieImpliedConsent [align="center"] {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  #__ndcc_popup .cookieControls .btn.btnRed {
    margin-left: 10px;
  }
  .FNqxDJmhrM-placeholder figure.responsive-image {
    background-position: 50%;
    background-size: cover;
  }
  .FNqxDJmhrM-placeholder img[src*="no-image"],
  .LHQOvKNQxC-placeholder img[src*="no-image"] {
    padding-bottom: 0;
  }
  .button + .button {
    padding-left: 10px;
  }
  .btn,
  .media-exterior360 .btn-hotspot,
  button,
  input[type="button"],
  input[type="submit"] {
    transition:
      all 0.6s ease,
      background-color 0.6s ease-in-out,
      color 0.3s ease-in-out;
  }
  .cyclr .image > span {
    display: block;
  }
  .cyclr .inner {
    position: relative;
  }
  .cyclr .cycle-pager-container {
    bottom: 20px;
  }
  .cyclr .caption[class*="-"] .title span:after {
    margin: 0;
  }
  .cyclr .caption[class*="-"] .sub-title span {
    margin-left: 0;
    margin-right: 0;
  }
  .cyclr .item {
    overflow: hidden;
  }
  .cyclr .caption {
    align-items: center;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .cyclr .caption.bottom-left .term-and-condition-button {
    left: auto;
    right: 10px;
  }
  .cyclr .caption.bottom-right .term-and-condition-button {
    left: 10px;
    right: auto;
  }
  .cyclr .caption[class*="left"] {
    justify-content: flex-start;
    text-align: left;
  }
  .cyclr .caption[class*="right"] {
    justify-content: flex-end;
    text-align: right;
  }
  .cyclr .caption[class*="top"] {
    align-items: flex-start;
  }
  .cyclr .caption[class*="bottom"] {
    align-items: flex-end;
  }
  .cyclr .caption[class*="centre"] {
    align-items: center;
  }
  .cyclr .caption .caption-inset {
    font-size: 1.125rem;
    padding: 28px 100px 40px;
  }
  .cyclr .caption span {
    clear: both;
    display: block;
  }
  .cyclr .caption .title span {
    background: #fff;
    background: hsla(0, 0%, 100%, 0);
    font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;
    max-width: none;
    padding: 0;
    text-transform: uppercase;
  }
  :not(.banner).cyclr .caption .title span {
    color: inherit;
  }
  .cyclr .caption .sub-title span {
    background: #fff;
    background: hsla(0, 0%, 100%, 0);
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 41px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding: 0 0 4px;
    text-transform: uppercase;
  }
  :not(.banner).cyclr .caption .sub-title span {
    color: inherit;
  }
  .cyclr .caption .btn {
    clear: both;
    position: static;
    position: relative;
  }
  .cyclr .caption .btn span {
    float: none;
  }
  .cyclr .caption .btn > span {
    line-height: normal;
  }
  .cyclr .caption .btn.term-and-condition-button {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0.55555556em;
    color: #fff;
    display: block;
    font-family: Arial;
    font-size: 0.61111111em;
    height: auto;
    line-height: 30px;
    padding: 0 0.90909091em;
    position: absolute;
    right: 10px;
    width: auto;
  }
  .cyclr .caption .btn.term-and-condition-button span {
    top: auto;
  }
  .cyclr .caption .btn.term-and-condition-button:after,
  .cyclr .caption .btn.term-and-condition-button:before {
    display: none;
  }
  .cyclr .caption .btn.term-and-condition-button:hover {
    background: #000;
  }
  .page-info {
    display: block;
  }
  .mg-thumbs .mg-thumb {
    width: 110px;
  }
  .mg-head-center {
    float: left;
    position: static;
    transform: translateX(0);
    width: 100%;
  }
  .mg-head-center .mg-inset {
    margin: 0 170px;
  }
  .mg-head-left {
    margin-left: -100%;
    padding-left: 10px;
    width: 160px;
  }
  .mg-head-right {
    margin-left: -170px;
    padding-right: 10px;
    width: 160px;
  }
  .total-monthly-cost {
    float: left;
    width: 50%;
  }
  .total-monthly-cost-container {
    float: right;
    padding-left: 1.125em;
    width: 50%;
  }
  .efficiency-road-tax-info {
    clear: left;
    float: left;
    width: 50%;
  }
  .basic-toggle .toggle-heading {
    font-size: 24px;
  }
  .toggle-has-modals .modal {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block !important;
    left: auto;
    margin: 0;
    pointer-events: auto;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    z-index: auto;
  }
  .toggle-has-modals .modal .modal-header {
    display: none;
  }
  .toggle-has-modals .modal .modal-body {
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 0 !important;
  }
  .vertical .tab-nav {
    float: left;
    width: 200px;
  }
  .vertical .tab-content {
    clear: none;
    margin: 0 0 0 200px;
  }
  .featured-offers.module.scrollable .cycle-scroller {
    margin-top: 15px;
  }
  .featured-offers.module .button {
    -ms-grid-row: 1;
    justify-self: end;
    padding-top: 0;
  }
  .featured-offers.module .item:first-child .inset {
    background: #fff;
    grid-template-areas: "thumb title" "thumb price" "thumb incentives" "thumb content" "thumb button";
    grid-template-columns: calc(50% + 30px) 1fr;
    grid-template-rows: min-content min-content auto auto 1fr;
    padding: 0;
  }
  .featured-offers.module .item:first-child .incentives {
    padding: 20px 0 0;
  }
  .featured-offers.module .item:first-child .incentives .incentive {
    display: block;
    margin: 1px 0 0;
  }
  .featured-offers.module .item:first-child .thumb {
    display: block;
    margin-right: 20px;
  }
  .featured-offers.module .item:first-child .title {
    padding-top: 16px;
  }
  .featured-offers.module .item:first-child .price {
    display: block;
  }
  .featured-offers.module .item:first-child .button {
    display: none;
  }
  .featured-offers.module .inset {
    grid-template-areas: "title title button" "price price button" "incentives incentives button" "content content button" ". . .";
    padding: 20px 40px;
  }
  .features.module .col {
    float: left;
    width: 50%;
  }
  .features.module .col li,
  .features.module .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .features.module .col li {
    padding: 0 0 0.625em;
  }
  .spec-data--details .row-fluid .item:nth-child(odd) {
    margin-left: 0;
    margin-right: 10px;
  }
  .spec-data--details .row-fluid .item:nth-child(2n) {
    margin-left: 10px;
    margin-right: 0;
  }
  .spec-data--details .item {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .spec-data--details .item:nth-child(3) {
    border-top: 1px solid #efefef;
  }
  .spec-data--details .item:nth-child(odd) {
    margin-left: 10px;
  }
  .spec-data--details .item:nth-child(2n) {
    margin-right: 10px;
  }
  .tech-data--details .column {
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
  .overview-data .inner {
    margin: 0 -0.27777778em;
  }
  .overview-data .cell {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }
  .overview-data .cell:after {
    clear: both;
    content: " ";
    display: table;
  }
  .search .filter-distance .buttons {
    display: none;
    display: block;
  }
  .search .option {
    color: #000;
  }
  .search .option:hover {
    background: #d2232a;
    color: #fff;
  }
  .is-inline.search .option:hover {
    background: none;
    color: #000;
  }
  .search .advanced-options .group .option {
    width: calc(50% - 10px);
  }
  .button__search + .button__search.button__search {
    padding-left: 0;
  }
  .module.media [data-ratio="4:3"] + img,
  .used-media [data-ratio="4:3"] + img {
    aspect-ratio: 4/3;
  }
  .module.media [data-ratio="3:2"] + img,
  .used-media [data-ratio="3:2"] + img {
    aspect-ratio: 3/2;
  }
  .module.media [data-ratio="16:9"] + img,
  .used-media [data-ratio="16:9"] + img {
    aspect-ratio: 16/9;
  }
  .module.media [data-ratio="9:3"] + img,
  .used-media [data-ratio="9:3"] + img {
    aspect-ratio: 9/3;
  }
  .ytembed-object .text {
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
  }
  .ytembed-object .heading span {
    background: #d2232a;
    color: #fff;
    float: left;
  }
  .ytembed-object .sub-heading span {
    background: #fff;
    color: #404040;
    float: left;
  }
  .page-controls .sort-order {
    float: right;
    min-width: 235px;
  }
  .page-controls .sort-order .control-label {
    display: none;
  }
  .page-controls .sort-order .dropdown-menu:not(.inner) {
    left: auto;
    right: 0;
  }
  .location-search .control-group {
    float: left;
    margin-bottom: 10px;
    width: 33.33%;
  }
  .location-search .control-group + .control-group {
    padding-left: 10px;
  }
  .location-search .control-label {
    margin-bottom: 10px;
  }
  .location-search .controls {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
  }
  .location-search .controls .btn {
    float: none;
    margin: 0;
  }
  .location-search .btn {
    clear: both;
    display: block;
  }
  .location-directions .control-label {
    float: left;
    width: 42%;
  }
  .location-directions .controls {
    float: left;
    width: 100%;
  }
  .location-directions .btn {
    float: right;
    margin: 0;
  }
  .directions-table .foot,
  .directions-table .head {
    text-align: center;
  }
  .directions-table .foot:after,
  .directions-table .head:after {
    clear: both;
    content: " ";
    display: table;
  }
  .directions-table .foot .view-in-maps,
  .directions-table .head .view-in-maps {
    float: left;
  }
  .directions-table .foot .close-directions,
  .directions-table .head .close-directions {
    float: right;
  }
  .directions-table .foot .send-to-phone > .btn,
  .directions-table .head .send-to-phone > .btn {
    border-right: 1px solid silver;
  }
  .directions-table .foot .send-to-phone .tooltip-content,
  .directions-table .head .send-to-phone .tooltip-content {
    margin-left: -150px;
    margin-top: 30px;
    text-align: left;
    width: 300px;
  }
  .directions-table .foot .send-to-phone .control-group:after,
  .directions-table .head .send-to-phone .control-group:after {
    clear: both;
    content: " ";
    display: table;
  }
  .directions-table .foot .send-to-phone .control-group .control-label,
  .directions-table .head .send-to-phone .control-group .control-label {
    float: left;
    line-height: 45px;
    width: 20%;
  }
  .directions-table .foot .send-to-phone .control-group .controls,
  .directions-table .head .send-to-phone .control-group .controls {
    float: right;
    width: 77%;
  }
  .directions-table .foot .send-to-phone .btns,
  .directions-table .head .send-to-phone .btns {
    text-align: right;
  }
  .directions-table .foot .send-to-phone .form-results .item:after,
  .directions-table .head .send-to-phone .form-results .item:after {
    clear: both;
    content: " ";
    display: table;
  }
  .directions-table .foot .send-to-phone .form-results .item .label,
  .directions-table .head .send-to-phone .form-results .item .label {
    float: left;
    width: 20%;
  }
  .directions-table .foot .send-to-phone .form-results .item .value,
  .directions-table .head .send-to-phone .form-results .item .value {
    float: right;
    width: 77%;
  }
  .directions-table .foot .send-to-phone .form-results .icon:before,
  .directions-table .head .send-to-phone .form-results .icon:before {
    content: "\e08c";
  }
  .reevoo-badge .rating {
    float: left;
    margin: 0 10px 0 0;
  }
  .reevoo-badge .badge,
  .reevoo-badge .caption {
    margin-left: 148px;
    margin-right: 10%;
  }
  .reevoo-badge .button {
    bottom: 24px;
    position: absolute;
    right: 20px;
  }
  .vacancies-list {
    padding-bottom: 20px;
  }
  .vacancies-list h2 {
    color: #333;
    font-size: 20px;
  }
  .vacancies-list .vacancies-table table {
    width: 100%;
  }
  .vacancies-list .vacancies-table thead {
    display: none;
  }
  .vacancies-list .vacancies-table tbody {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
  }
  .vacancies-list .vacancies-table tr {
    margin: 9px;
    padding: 20px 28px 28px;
    width: calc(50% - 18px);
  }
  .vacancies-list .vacancies-table td {
    border: 1px solid #efefef;
    border-top: 0;
    display: block;
    font-weight: 400;
    line-height: normal;
    padding: 12px 20px;
  }
  .vacancies-list .vacancies-table td:nth-child(2) {
    border-top: 1px solid #efefef;
  }
  .vacancies-list .vacancies-table td span {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
  }
  .vacancies-list .vacancies-table td span:before {
    float: left;
    margin-right: auto;
    padding-right: 5px;
    text-align: left;
  }
  .vacancies-list .vacancies-table td.link {
    border: 0;
  }
  .vacancies-list .vacancies-table td.job-title span {
    justify-content: flex-start;
  }
  .vacancies-list .vacancies-table td.last {
    padding: 20px 0 0;
    text-align: left;
  }
  .vacancies-list .vacancies-table td.last a {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    min-width: 190px;
    outline: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #d2232a;
    border-radius: 5px;
    color: #fff;
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
    min-height: 1em;
    overflow: hidden;
    padding: 0 2.22222222em;
    position: relative;
    text-transform: uppercase;
    top: 0;
    z-index: 1;
  }
  .vacancies-list .vacancies-table td.last a a {
    color: inherit;
  }
  .vacancies-list .vacancies-table td.last a span {
    display: inline-block;
    line-height: normal;
    padding: 3px 0;
    vertical-align: middle;
  }
  .vacancies-list .vacancies-table td.last a span span {
    padding: 0;
    top: auto;
    vertical-align: baseline;
  }
  .vacancies-list .vacancies-table td.last a .icon {
    vertical-align: baseline;
  }
  .vacancies-list .vacancies-table td.last a span {
    position: relative;
    top: -2px;
  }
  .vacancies-list .vacancies-table td.last a:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
  }
  .no-touch .vacancies-list .vacancies-table td.last a:after {
    transition: width 0.4s ease-in-out;
  }
  .vacancies-list .vacancies-table td.last a span {
    text-align: center;
  }
  .vacancies-list .vacancies-table td.last a:hover {
    background-color: #000;
    background: #d2232a;
    color: #fff;
  }
  .vacancies-list .vacancies-table td.last a:hover:after {
    width: 100%;
  }
  .valuations__widget-container-overlap {
    margin-top: -48px !important;
    position: relative;
    z-index: 8;
  }
  .valuations__widget .condition_heading .title,
  .valuations__widget .heading.has-icon .title {
    -ms-grid-column: 3 !important;
    -ms-grid-column-span: 1 !important;
  }
  .valuations__widget .valuations__info {
    display: block;
  }
  .valuations__widget .heading__vehicle--title .icon {
    display: none;
  }
  .valuations__widget .heading.heading__vehicle–details {
    grid-column-gap: 15px;
  }
  .valuations__widget .heading__vehicle–details .icon {
    display: block;
  }
  .valuations__widget .valuations__lookup--manual > * {
    min-width: 350px;
  }
  .valuations__widget .valuations__lookup--manual > :first-child {
    padding-right: 20px;
  }
  .valuations__widget .valuations__form--variant > * {
    min-width: 250px;
  }
  .valuations__widget .valuations__form--lookup {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .valuations__widget .valuations__form--lookup .control-group {
    margin-right: 20px;
  }
  .valuations__widget .control-group + .control-group {
    margin-top: 0;
  }
  .valuations__widget.valuations__step--01 {
    padding: 30px;
  }
  .valuations__widget.valuations__step--02 > * {
    flex: 1;
    min-width: 350px;
    padding-inline: 30px;
  }
  .valuations__widget.valuations__step--02 > .valuation__navigation-bar {
    flex: none;
  }
  #valuation-modal .valuations__widget .valuations__form--lookup .form-actions {
    margin-right: 20px;
  }
  .representative-finance-example .toggle-heading .button:before {
    content: "Check before you apply";
    display: inline-block;
    padding-left: 20px;
  }
  .representative-finance-example .budget-summary td {
    display: block;
  }
  .representative-finance-example .budget-summary tr {
    display: inline-block;
    width: 50%;
  }
  .representative-finance-example .budget-summary tr:first-child td,
  .representative-finance-example .budget-summary tr:first-child th,
  .representative-finance-example .budget-summary tr:nth-child(11) td,
  .representative-finance-example .budget-summary tr:nth-child(11) th,
  .representative-finance-example .budget-summary tr:nth-child(13) td,
  .representative-finance-example .budget-summary tr:nth-child(13) th,
  .representative-finance-example .budget-summary tr:nth-child(15) td,
  .representative-finance-example .budget-summary tr:nth-child(15) th,
  .representative-finance-example .budget-summary tr:nth-child(3) td,
  .representative-finance-example .budget-summary tr:nth-child(3) th,
  .representative-finance-example .budget-summary tr:nth-child(5) td,
  .representative-finance-example .budget-summary tr:nth-child(5) th,
  .representative-finance-example .budget-summary tr:nth-child(7) td,
  .representative-finance-example .budget-summary tr:nth-child(7) th,
  .representative-finance-example .budget-summary tr:nth-child(9) td,
  .representative-finance-example .budget-summary tr:nth-child(9) th {
    border-left: 0;
  }
  .representative-finance-example .budget-summary th {
    border-left: 1px solid #e6e6e6;
  }
  .representative-finance-example .budget-summary td {
    border-top: 0;
  }
  .representative-finance-example .budget-summary td.first {
    border-left: none;
    text-align: left;
  }
  .gallery.module .inner {
    padding: 0;
  }
  .gallery.module .cycle-sentinel,
  .gallery.module .item {
    float: left;
    position: relative !important;
    width: 25%;
  }
  .online-deposits-widget #nd-online-vehicle-sales .title {
    font-size: 24px;
  }
  .online-deposits-widget #nd-online-vehicle-sales .title-large {
    font-size: 28px;
  }
  .online-deposits-widget #nd-online-vehicle-sales .stage_summary {
    font-size: 16px;
  }
  .online-deposits-widget #nd-online-vehicle-sales .summary-section {
    padding: 20px 15px;
  }
  .online-deposits-widget
    #nd-online-vehicle-sales
    .summary-section
    .vehicle-summary
    .ovs-segment_content {
    display: block;
  }
  .online-deposits-widget
    #nd-online-vehicle-sales
    .progress-bar_stage
    .progress-bar_stage-name {
    display: none;
  }
  .online-deposits-widget
    #nd-online-vehicle-sales
    .progress-bar_stage.active
    .progress-bar_stage-name {
    display: block;
  }
  .featured-cms-offers .cycle {
    margin-top: 15px;
  }
  .featured-cms-offers .inset {
    grid-template-areas: "title title btn" "content content btn";
  }
  .featured-cms-offers .item:first-child .inset {
    background: #fff;
    border: none;
    grid-template-areas: "thumb title" "thumb content" "thumb btn";
    grid-template-columns: calc(36% + 30px) 1fr;
    padding: 0;
  }
  .featured-cms-offers .item:first-child .thumb {
    display: block;
    margin-right: 30px;
  }
  .featured-cms-offers .item:first-child .title {
    padding-top: 16px;
  }
  .featured-cms-offers .item:first-child .btn {
    display: none;
  }
  .cms .btn + .btn {
    margin-left: 10px;
  }
  .cms .sticky-module-inset .container {
    max-width: 1170px;
    width: auto;
  }
  .cms .sticky-module-inset .row-fluid {
    background: #efefef;
    margin-bottom: 20px;
  }
  .cms .sticky-module-inset .row-fluid .cms-jump {
    display: inline-block;
  }
  .cms .sticky-module-inset .row-fluid .cms-jump a {
    background: none;
    background: #efefef;
    color: #000;
    display: block;
    font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
  }
  .cms .sticky-module-inset.fixed {
    top: 0;
  }
  .cms .sticky-module-inset.fixed .row-fluid {
    margin: 0;
  }
  .valuation-widget-jump .btns .btn {
    display: block;
  }
  .incentives .incentive {
    display: inline-block;
    margin-right: 10px;
  }
  .incentives.incentive--block\@sm .incentive {
    display: block;
    margin-right: 0;
  }
  .incentives.incentive--block\@sm .incentive + .incentive {
    margin-top: 10px;
  }
  #exterior-content .new-exterior .main-title {
    font-size: 20px;
    padding: 10px 20px;
  }
  #exterior-content .new-exterior .btn-environments {
    bottom: auto;
    float: right;
    position: static;
    right: auto;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour {
    display: inline-block;
    padding: 0 3px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn span,
  #exterior-content .new-exterior .btn-environments .btn-colour .btn {
    height: 40px;
    width: 40px;
  }
  .search-tags .option {
    display: inline-block;
  }
  .custom-html.payment-icons {
    width: auto;
  }
  .custom-html.payment-icons.payment-icons-max-width {
    margin: 0;
    max-width: none;
  }
  .custom-html.payment-icons .title {
    display: inline-block;
  }
  .custom-html.payment-icons .icon {
    margin: 0 8px 0 0;
  }
  .action-bar__wrap .button.border-left {
    position: relative;
  }
  .action-bar__wrap .button.border-left:before {
    background: hsla(0, 0%, 100%, 0.25);
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
    top: -10px;
    width: 1px;
  }
  .overlay__content {
    margin-top: 0;
    margin-inline: auto;
    max-width: 1170px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .overlay__content--fluid {
    max-width: none;
    width: 100%;
  }
  .overlay__content--max-1600 {
    max-width: 1600px;
  }
  .overlay__content--max-1366 {
    max-width: 1366px;
  }
  .overlay__content--max-720 {
    max-width: 720px;
  }
  .social-share.toggle.link .toggle-body {
    width: 240px;
  }
  .nav li[class*="new-cars"] .dropdown-menu {
    border-top: 1px solid #efefef;
  }
  .nav li[class*="new-cars"] .dropdown-menu li {
    width: 50%;
  }
  .module-cycle.module-cycle.has-arrows .cycle-prev {
    left: 20px;
  }
  .module-cycle.module-cycle.has-arrows .cycle-next {
    right: 20px;
  }
  .fill-container-body-bg\@sm,
  .fill-container-white\@sm {
    background-color: #fff !important;
  }
  .fill-container-black\@sm {
    background-color: #000 !important;
  }
  .fill-container-grey\@sm {
    background-color: #757575 !important;
  }
  .fill-container-light-grey\@sm {
    background-color: #efefef !important;
  }
  .fill-container-mid-light-grey\@sm {
    background-color: #b5b5b5 !important;
  }
  .fill-container-dark-grey\@sm {
    background-color: #121212 !important;
  }
  .fill-container-mid-dark-grey\@sm {
    background-color: #4f4f4f !important;
  }
  .fill-container-highlight\@sm {
    background-color: #d2232a !important;
  }
  .fill-container-highlight-alt\@sm {
    background-color: #000 !important;
  }
  .fill-container-transparent\@sm {
    background-color: transparent !important;
  }
  .fill-white\@sm .inner {
    background-color: #fff;
  }
  .fill-black\@sm .inner {
    background-color: #000;
  }
  .fill-grey\@sm .inner {
    background-color: #757575;
  }
  .fill-light-grey\@sm .inner {
    background-color: #efefef;
  }
  .fill-mid-light-grey\@sm .inner {
    background-color: #b5b5b5;
  }
  .fill-dark-grey\@sm .inner {
    background-color: #121212;
  }
  .fill-mid-dark-grey\@sm .inner {
    background-color: #4f4f4f;
  }
  .fill-highlight\@sm .inner {
    background-color: #d2232a;
  }
  .fill-highlight-alt\@sm .inner {
    background-color: #000;
  }
  .fill-transparent\@sm .inner {
    background-color: transparent;
  }
  .fill-body-bg\@sm .inner {
    background-color: #fff;
  }
  .fill-height\@sm,
  .fill-height\@sm .inner,
  .fill-height\@sm .inner > a {
    height: 100%;
  }
  [class*="flex"] > .fill-height\@sm {
    height: auto;
  }
  .module.slim\@sm {
    padding-inline: 1px;
  }
  .color-white\@sm,
  .color-white\@sm .cms-link:not(.btn),
  .color-white\@sm h1,
  .color-white\@sm h2,
  .color-white\@sm h3,
  .color-white\@sm h3 a,
  .color-white\@sm h3.title,
  .color-white\@sm.link .btn {
    color: #fff;
  }
  .color-black\@sm,
  .color-black\@sm .cms-link:not(.btn),
  .color-black\@sm h1,
  .color-black\@sm h2,
  .color-black\@sm h2.heading,
  .color-black\@sm h3,
  .color-black\@sm h3 a,
  .color-black\@sm h3.title,
  .color-black\@sm.link .btn {
    color: #000;
  }
  .color-invert\@sm,
  .color-invert\@sm:not(.btn),
  .color-invert\@sm.link .btn {
    color: #fff;
  }
  .color-primary\@sm,
  .color-primary\@sm .cms-link:not(.btn),
  .color-primary\@sm.link .btn {
    color: #000;
  }
  .color-secondary\@sm,
  .color-secondary\@sm .cms-link:not(.btn),
  .color-secondary\@sm.link .btn {
    color: #464646;
  }
  .color-tertiary\@sm,
  .color-tertiary\@sm .cms-link:not(.btn),
  .color-tertiary\@sm.link .btn {
    color: #d2232a;
  }
  .color-reset\@sm,
  .color-reset\@sm .cms-link:not(.btn),
  .color-reset\@sm.link .btn {
    color: #464646;
  }
  .has-border\@sm .inner {
    border: 1px solid #efefef;
  }
  .border-none\@sm .inner,
  .border-none\@sm .inner:before {
    border: none !important;
  }
  .border-top\@sm .inner:before {
    border-top: 1px solid #fff !important;
  }
  .border-bottom\@sm .inner:before {
    border-bottom: 1px solid #fff !important;
  }
  .border-right\@sm .inner:before {
    border-right: 1px solid #fff !important;
  }
  .border-left\@sm .inner:before {
    border-left: 1px solid #fff !important;
  }
  .rounded-inner\@sm > .inner,
  .rounded\@sm {
    border-radius: 0;
    overflow: hidden;
  }
  .rounded-inner\@sm > .inner:before,
  .rounded-none\@sm {
    border-radius: 0;
  }
  .rounded-inner-none\@sm .inner {
    border-radius: 0;
    overflow: visible;
  }
  .rounded-inner-none\@sm .inner figure.responsive-image:before,
  .rounded-inner-none\@sm .inner:before {
    border-radius: 0 !important;
  }
  .rounded-top-left\@sm {
    border-top-left-radius: 0;
  }
  .rounded-inner-top-left\@sm > .inner {
    border-top-left-radius: 0;
    overflow: hidden;
  }
  .rounded-bottom-left\@sm {
    border-bottom-left-radius: 0;
  }
  .rounded-inner-bottom-left\@sm > .inner {
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
  .rounded-top-right\@sm {
    border-top-right-radius: 0;
  }
  .rounded-inner-top-right\@sm > .inner {
    border-top-right-radius: 0;
    overflow: hidden;
  }
  .rounded-inner-top-right-none\@sm,
  .rounded-inner-top-right-none\@sm > .inner {
    border-top-right-radius: 0;
  }
  .rounded-bottom-right\@sm {
    border-bottom-right-radius: 0;
  }
  .rounded-inner-bottom-right\@sm > .inner {
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .flex\@sm {
    display: flex;
  }
  .flex\@sm .inner,
  .flex\@sm .inner > a,
  .flex\@sm .inset,
  .flex\@sm .inset > a {
    display: flex;
    width: 100%;
  }
  .block\@sm .inner,
  .block\@sm .inner > a,
  .block\@sm .inset,
  .block\@sm .inset > a,
  .flex\@sm.module-cycle .inner {
    display: block;
  }
  .block\@sm .text,
  .block\@sm .thumb {
    width: auto;
  }
  .flex--justify-center\@sm .inner,
  .flex--justify-center\@sm .inner > a,
  .flex--justify-center\@sm .inset,
  .flex--justify-center\@sm .inset > a {
    justify-content: center;
  }
  .flex--align-center\@sm .inner,
  .flex--align-center\@sm .inner > a,
  .flex--align-center\@sm .inset,
  .flex--align-center\@sm .inset > a {
    align-items: center;
  }
  .flex--justify-start\@sm .inner,
  .flex--justify-start\@sm .inner > a,
  .flex--justify-start\@sm .inset,
  .flex--justify-start\@sm .inset > a {
    justify-content: flex-start;
  }
  .flex--justify-end\@sm .inner,
  .flex--justify-end\@sm .inner > a,
  .flex--justify-end\@sm .inset,
  .flex--justify-end\@sm .inset > a {
    justify-content: flex-end;
  }
  .flex--direction-column\@sm .inner,
  .flex--direction-column\@sm .inner > a,
  .flex--direction-column\@sm .inset,
  .flex--direction-column\@sm .inset > a {
    flex-direction: column;
  }
  .flex--direction-row\@sm .inner,
  .flex--direction-row\@sm .inner > a,
  .flex--direction-row\@sm .inset,
  .flex--direction-row\@sm .inset > a {
    flex-direction: row;
  }
  .fill--height\@sm {
    height: 100%;
  }
  .text--fill-white\@sm .text__inner {
    background: #fff;
  }
  .text--fill-grey\@sm .text__inner {
    background: #757575;
  }
  .text--fill-light-grey\@sm .text__inner {
    background: hsla(0, 0%, 94%, 0.75);
  }
  .text--fill-highlight\@sm .text__inner {
    background: rgba(210, 35, 42, 0.75);
  }
  .text--fill-transparent\@sm .text__inner {
    background: transparent;
  }
  .text--fill-body-bg\@sm .text__inner,
  .text-area--fill-white\@sm .text {
    background: #fff;
  }
  .text-area--fill-grey\@sm .text {
    background: #757575;
  }
  .text-area--fill-light-grey\@sm .text {
    background: hsla(0, 0%, 94%, 0.75);
  }
  .text-area--fill-highlight\@sm .text {
    background: rgba(210, 35, 42, 0.75);
  }
  .text-area--fill-transparent\@sm .text {
    background: transparent;
  }
  .text-area--fill-body-bg\@sm .text {
    background: #fff;
  }
  .text--gradient-grey\@sm .text__inner,
  .text-area--gradient-grey\@sm .text {
    background: linear-gradient(180deg, hsla(0, 0%, 44%, 0) 0, #707070);
  }
  .text--max-width-8\@sm .text__inner {
    max-width: 800px;
  }
  .text--max-width-6\@sm .text__inner {
    max-width: 600px;
  }
  .text--max-width-4\@sm .text__inner {
    max-width: 400px;
  }
  .text--max-width-3\@sm .text__inner {
    max-width: 300px;
  }
  .text--max-width-2\@sm .text__inner {
    max-width: 200px;
  }
  .text--max-width-0\@sm .text__inner {
    max-width: auto;
  }
  .text--max-width\@sm .text > span {
    margin-inline: auto;
    max-width: 500px;
  }
  .text--absolute\@sm .text {
    inset: 0 0;
    position: absolute;
    z-index: 10;
  }
  .text--justify-left\@sm .text {
    justify-content: flex-start;
  }
  .text--justify-right\@sm .text {
    justify-content: flex-end;
  }
  .text--justify-center\@sm .text {
    justify-content: center;
  }
  .text--align-self-center\@sm .text {
    align-items: center;
  }
  .text--align-stretch\@sm .text {
    align-items: stretch;
  }
  .text--align-self-start\@sm .text {
    align-items: flex-start;
  }
  .text--align-self-end\@sm .text {
    align-items: flex-end;
  }
  .text--static\@sm .text {
    max-width: none;
    position: static;
  }
  .text--flex-grow\@sm .text {
    flex-grow: 1;
  }
  .text--fluid\@sm .text {
    float: none;
    left: 0;
    max-width: none;
    width: 100%;
  }
  .text--fluid\@sm .text .text__inner {
    width: 100%;
  }
  .text--1\@sm .text {
    width: 8.33333333%;
  }
  .text--2\@sm .text {
    width: 16.66666667%;
  }
  .text--3\@sm .text {
    width: 25%;
  }
  .text--4\@sm .text {
    width: 33.33333333%;
  }
  .text--5\@sm .text {
    width: 41.66666667%;
  }
  .text--6\@sm .text {
    width: 50%;
  }
  .text--7\@sm .text {
    width: 58.33333333%;
  }
  .text--8\@sm .text {
    width: 66.66666667%;
  }
  .text--9\@sm .text {
    width: 75%;
  }
  .text--10\@sm .text {
    width: 83.33333333%;
  }
  .text--11\@sm .text {
    width: 91.66666667%;
  }
  .text--12\@sm .text {
    width: 100%;
  }
  .text--py-16\@sm .text__inner {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .text--py-10\@sm .text__inner {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .text--py-6\@sm .text__inner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .text--py-4\@sm .text__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .text--py-3\@sm .text__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .text--py-2\@sm .text__inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .text--py-1\@sm .text__inner {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .text--py-0\@sm .text__inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .text--px-16\@sm .text__inner {
    padding-left: 160px;
    padding-right: 160px;
  }
  .text--px-10\@sm .text__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .text--px-6\@sm .text__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .text--px-4\@sm .text__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .text--px-3\@sm .text__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text--px-2\@sm .text__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text--px-1\@sm .text__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text--px-0\@sm .text__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .text--pr-16\@sm .text__inner {
    padding-right: 160px;
  }
  .text--pr-10\@sm .text__inner {
    padding-right: 100px;
  }
  .text--pr-6\@sm .text__inner {
    padding-right: 60px;
  }
  .text--pr-4\@sm .text__inner {
    padding-right: 40px;
  }
  .text--pr-3\@sm .text__inner {
    padding-right: 30px;
  }
  .text--pr-2\@sm .text__inner {
    padding-right: 20px;
  }
  .text--pr-1\@sm .text__inner {
    padding-right: 10px;
  }
  .text--pr-0\@sm .text__inner {
    padding-right: 0;
  }
  .text--pl-16\@sm .text__inner {
    padding-left: 160px;
  }
  .text--pl-10\@sm .text__inner {
    padding-left: 100px;
  }
  .text--pl-6\@sm .text__inner {
    padding-left: 60px;
  }
  .text--pl-4\@sm .text__inner {
    padding-left: 40px;
  }
  .text--pl-3\@sm .text__inner {
    padding-left: 30px;
  }
  .text--pl-2\@sm .text__inner {
    padding-left: 20px;
  }
  .text--pl-1\@sm .text__inner {
    padding-left: 10px;
  }
  .text--pl-0\@sm .text__inner {
    padding-left: 0;
  }
  .text--pb-16\@sm .text__inner {
    padding-bottom: 160px;
  }
  .text--pb-10\@sm .text__inner {
    padding-bottom: 100px;
  }
  .text--pb-6\@sm .text__inner {
    padding-bottom: 60px;
  }
  .text--pb-4\@sm .text__inner {
    padding-bottom: 40px;
  }
  .text--pb-3\@sm .text__inner {
    padding-bottom: 30px;
  }
  .text--pb-2\@sm .text__inner {
    padding-bottom: 20px;
  }
  .text--pb-1\@sm .text__inner {
    padding-bottom: 10px;
  }
  .text--pb-0\@sm .text__inner {
    padding-bottom: 0;
  }
  .text--pt-16\@sm .text__inner {
    padding-top: 160px;
  }
  .text--pt-10\@sm .text__inner {
    padding-top: 100px;
  }
  .text--pt-6\@sm .text__inner {
    padding-top: 60px;
  }
  .text--pt-4\@sm .text__inner {
    padding-top: 40px;
  }
  .text--pt-3\@sm .text__inner {
    padding-top: 30px;
  }
  .text--pt-2\@sm .text__inner {
    padding-top: 20px;
  }
  .text--pt-1\@sm .text__inner {
    padding-top: 10px;
  }
  .text--pt-0\@sm .text__inner {
    padding-top: 0;
  }
  .thumb--no-blur\@sm figure.responsive-image,
  .thumb--no-blur\@sm img {
    filter: blur(0);
  }
  .thumb--blur\@sm figure.responsive-image,
  .thumb--blur\@sm img {
    filter: blur(5px);
  }
  .thumb--blur-more\@sm figure.responsive-image,
  .thumb--blur-more\@sm img {
    filter: blur(25px);
  }
  .thumb--no-overlay\@sm figure.responsive-image:before {
    display: none;
  }
  .thumb--overlay\@sm figure.responsive-image {
    position: relative;
  }
  .thumb--overlay\@sm figure.responsive-image:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    z-index: 5;
  }
  .thumb--overlay\@sm .text {
    z-index: 6;
  }
  .thumb--overlay-gradient\@sm figure.responsive-image {
    position: relative;
  }
  .thumb--overlay-gradient\@sm figure.responsive-image:before {
    background-image: linear-gradient(transparent 60%, #000);
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .thumb--overlay-gradient\@sm .text {
    z-index: 5;
  }
  .thumb--overlay-gradient\@sm.thumb--rounded\@sm
    figure.responsive-image:before {
    border-radius: 0 !important;
  }
  .thumb--align-center\@sm .thumb {
    align-self: center;
  }
  .thumb--justify-left\@sm .thumb {
    order: -1;
  }
  .thumb--justify-right\@sm .thumb {
    order: 2;
  }
  .thumb--1\@sm .thumb {
    width: 8.33333333%;
  }
  .thumb--2\@sm .thumb {
    width: 16.66666667%;
  }
  .thumb--3\@sm .thumb {
    width: 25%;
  }
  .thumb--4\@sm .thumb {
    width: 33.33333333%;
  }
  .thumb--5\@sm .thumb {
    width: 41.66666667%;
  }
  .thumb--6\@sm .thumb {
    width: 50%;
  }
  .thumb--7\@sm .thumb {
    width: 58.33333333%;
  }
  .thumb--8\@sm .thumb {
    width: 66.66666667%;
  }
  .thumb--9\@sm .thumb {
    width: 75%;
  }
  .thumb--10\@sm .thumb {
    width: 83.33333333%;
  }
  .thumb--11\@sm .thumb {
    width: 91.66666667%;
  }
  .thumb--12\@sm .thumb {
    width: 100%;
  }
  .thumb--py-6\@sm .thumb {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .thumb--py-4\@sm .thumb {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .thumb--py-2\@sm .thumb {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .thumb--py-1\@sm .thumb {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .thumb--py-0\@sm .thumb {
    padding-bottom: 0;
    padding-top: 0;
  }
  .thumb--px-6\@sm .thumb {
    padding-left: 60px;
    padding-right: 60px;
  }
  .thumb--px-4\@sm .thumb {
    padding-left: 40px;
    padding-right: 40px;
  }
  .thumb--px-2\@sm .thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .thumb--px-1\@sm .thumb {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumb--px-0\@sm .thumb {
    padding-left: 0;
    padding-right: 0;
  }
  .thumb--pr-6\@sm .thumb {
    padding-right: 60px;
  }
  .thumb--pr-4\@sm .thumb {
    padding-right: 40px;
  }
  .thumb--pr-2\@sm .thumb {
    padding-right: 20px;
  }
  .thumb--pr-1\@sm .thumb {
    padding-right: 10px;
  }
  .thumb--pr-0\@sm .thumb {
    padding-right: 0;
  }
  .thumb--pl-6\@sm .thumb {
    padding-left: 60px;
  }
  .thumb--pl-4\@sm .thumb {
    padding-left: 40px;
  }
  .thumb--pl-2\@sm .thumb {
    padding-left: 20px;
  }
  .thumb--pl-1\@sm .thumb {
    padding-left: 10px;
  }
  .thumb--pl-0\@sm .thumb {
    padding-left: 0;
  }
  .thumb--pb-6\@sm .thumb {
    padding-bottom: 60px;
  }
  .thumb--pb-4\@sm .thumb {
    padding-bottom: 40px;
  }
  .thumb--pb-2\@sm .thumb {
    padding-bottom: 20px;
  }
  .thumb--pb-1\@sm .thumb {
    padding-bottom: 10px;
  }
  .thumb--pb-0\@sm .thumb {
    padding-bottom: 0;
  }
  .thumb--pt-6\@sm .thumb {
    padding-top: 60px;
  }
  .thumb--pt-4\@sm .thumb {
    padding-top: 40px;
  }
  .thumb--pt-2\@sm .thumb {
    padding-top: 20px;
  }
  .thumb--pt-1\@sm .thumb {
    padding-top: 10px;
  }
  .thumb--pt-0\@sm .thumb {
    padding-top: 0;
  }
  .img--block img {
    display: block;
  }
  .thumb--tiny\@sm .thumb {
    margin-inline: auto;
    max-width: 140px;
  }
  .thumb--float-left\@sm .thumb {
    float: left;
  }
  .thumb--hide\@sm .image,
  .thumb--hide\@sm .thumb {
    display: none !important;
  }
  .thumb--hidden\@sm img {
    visibility: hidden;
  }
  .thumb--block\@sm .image,
  .thumb--block\@sm .thumb {
    display: block !important;
  }
  .thumb--rounded\@sm .cycle .image,
  .thumb--rounded\@sm .cycle .responsive-image,
  .thumb--rounded\@sm .image .responsive-image,
  .thumb--rounded\@sm .thumb .responsive-image {
    border-radius: 0;
    overflow: hidden;
  }
  .thumb--rounded\@sm .cycle .image img,
  .thumb--rounded\@sm .cycle .responsive-image img,
  .thumb--rounded\@sm .image .responsive-image img,
  .thumb--rounded\@sm .thumb .responsive-image img {
    border-radius: 0;
  }
  .thumb--circular\@sm .cycle .responsive-image,
  .thumb--circular\@sm .image .responsive-image,
  .thumb--circular\@sm .thumb .responsive-image {
    border-radius: 50%;
    overflow: hidden;
  }
  .thumb--circular\@sm .cycle .responsive-image img,
  .thumb--circular\@sm .image .responsive-image img,
  .thumb--circular\@sm .thumb .responsive-image img {
    border-radius: 50%;
  }
  .thumb--fluid\@sm .image,
  .thumb--fluid\@sm .thumb {
    float: none;
    width: 100%;
  }
  .thumb--underlay\@sm figure.responsive-image {
    background: #d2232a;
  }
  .thumb--underlay-secondary\@sm figure.responsive-image {
    background: #000;
  }
  .thumb--has-border\@sm .thumb {
    border: 1px solid #efefef;
  }
  .title--dark\@sm .heading,
  .title--dark\@sm .title,
  .title--dark\@sm .title h3 {
    color: #000;
  }
  .title--white\@sm .heading,
  .title--white\@sm .title,
  .title--white\@sm .title h3 {
    color: #fff;
  }
  .title--highlight\@sm .heading,
  .title--highlight\@sm .title,
  .title--highlight\@sm .title h3 {
    color: #000;
  }
  .title--condensed\@sm .heading,
  .title--condensed\@sm .title {
    margin: 0 !important;
  }
  .sub-title--hide\@sm .sub-title {
    display: none !important;
  }
  .sub-title--hide\@sm .text .sub-title + span {
    padding-top: 0;
  }
  .sub-title--block\@sm .sub-title {
    display: block !important;
  }
  .sub-title--block\@sm .text .sub-title + span {
    padding-top: 20px;
  }
  .sub-title--dark\@sm .sub-title {
    color: #000;
  }
  .sub-title--white\@sm .sub-title {
    color: #fff;
  }
  .sub-title--highlight\@sm .sub-title {
    color: #d2232a;
  }
  .strapline--hide\@sm .strapline {
    display: none !important;
  }
  .strapline--block\@sm .strapline {
    display: block !important;
  }
  .strapline--dark\@sm .strapline {
    color: #000;
  }
  .strapline--white\@sm .strapline {
    color: #fff !important;
  }
  .strapline--highlight\@sm .strapline {
    color: #000;
  }
  .strapline--condensed\@sm .strapline {
    padding: 0 !important;
  }
  .content--hide\@sm .content {
    display: none !important;
  }
  .content--block\@sm .content {
    display: block !important;
  }
  .button--align-center\@sm .button {
    text-align: center;
  }
  .button--hide\@sm .button {
    display: none !important;
  }
  .button--block\@sm .button {
    display: block !important;
  }
  .button--align-bottom\@sm .text__inner {
    display: flex;
    flex-direction: column;
  }
  .button--align-bottom\@sm .button {
    margin-top: auto;
  }
  .btn--full-width\@sm .btn {
    width: 100% !important;
  }
  .u-float-none\@sm {
    float: none !important;
  }
  .u-float-right\@sm {
    float: right !important;
  }
  .sticky\@sm {
    position: sticky !important;
    top: 0;
    z-index: 1015;
  }
  .u-float-left\@sm {
    float: left !important;
  }
  .u-width-reset\@sm {
    width: auto;
  }
  .clear-both\@sm {
    clear: both;
  }
  .clear-none\@sm {
    clear: none;
  }
  .align-center\@sm {
    text-align: center;
  }
  .align-left\@sm {
    text-align: left;
  }
  .align-right\@sm {
    text-align: right;
  }
  .flex-basis-0\@sm {
    flex-basis: 0;
  }
  .flex-grow-1\@sm {
    flex-grow: 1;
  }
  .flex--container-align-start\@sm {
    align-items: flex-start;
  }
  .flex--container-align-center\@sm {
    align-items: center;
  }
  .flex--container-align-end\@sm {
    align-items: flex-end;
  }
  .flex--container-align-content-center\@sm {
    align-content: center;
  }
  .flex--container-justify-center\@sm {
    justify-content: center;
  }
  .flex--container-justify-start\@sm {
    justify-content: flex-start;
  }
  .flex--container-justify-between\@sm {
    justify-content: space-between;
  }
  .flex--container-justify-around\@sm {
    justify-content: space-around;
  }
  .flex--container-justify-end\@sm {
    justify-content: flex-end;
  }
  .flex--container-direction-column\@sm {
    flex-direction: column;
  }
  .flex--container-direction-row\@sm {
    flex-direction: row;
  }
  .flex--container-wrap\@sm {
    flex-wrap: wrap;
  }
  .flex--container-nowrap\@sm {
    flex-wrap: nowrap;
  }
  .flex--container-row-reverse\@sm {
    flex-direction: row-reverse;
  }
  .flex--container\@sm {
    display: flex !important;
  }
  .flex-order-1\@sm {
    order: 1 !important;
  }
  .flex-order-2\@sm {
    order: 2 !important;
  }
  .flex-order-3\@sm {
    order: 3 !important;
  }
  .flex-order-4\@sm {
    order: 4 !important;
  }
  .flex-order-5\@sm {
    order: 5 !important;
  }
  .block--container\@sm {
    display: block !important;
  }
  .container-wrap-border-top\@sm {
    border-top: 1px solid #757575;
  }
  .container-wrap-border-bottom\@sm {
    border-bottom: 1px solid #757575;
  }
  .container-border-top\@sm > .container {
    border-top: 1px solid #757575;
  }
  .container-no-border-top\@sm > .container {
    border-top: 0;
  }
  .container-border-bottom\@sm > .container {
    border-bottom: 1px solid #757575;
  }
  .container-no-border-bottom\@sm > .container {
    border-bottom: 0;
  }
  .container-fluid\@sm > .container {
    margin-inline: auto;
    max-width: 1920px;
    width: auto;
  }
  .container-fluid\@sm .row-fluid {
    margin-inline: auto;
  }
  .container--max-1600\@sm > .container {
    max-width: 1600px;
  }
  .container--max-1366\@sm > .container {
    max-width: 1366px;
  }
  .container--max-1170\@sm > .container {
    max-width: 1170px;
  }
  .container--max-720\@sm > .container {
    max-width: 720px;
  }
  .content-visibility\@sm {
    contain-intrinsic-size: 1000px;
    content-visibility: auto;
  }
  .aspect-ratio-2-3.cyclr .cycle span.image,
  .aspect-ratio-2-3.jump .thumb,
  .aspect-ratio-2-3.media .cycle div.responsive-image,
  .aspect-ratio-2-3.module-cycle .cycle .thumb,
  .aspect-ratio-2-3.thumbs div.responsive-image {
    aspect-ratio: 2/3;
  }
  .aspect-ratio-16-9.cyclr .cycle span.image,
  .aspect-ratio-16-9.jump .thumb,
  .aspect-ratio-16-9.media .cycle div.responsive-image,
  .aspect-ratio-16-9.module-cycle .cycle .thumb,
  .aspect-ratio-16-9.thumbs div.responsive-image {
    aspect-ratio: 16/9;
  }
  .aspect-ratio-9-3.cyclr .cycle span.image,
  .aspect-ratio-9-3.jump .thumb,
  .aspect-ratio-9-3.media .cycle div.responsive-image,
  .aspect-ratio-9-3.module-cycle .cycle .thumb,
  .aspect-ratio-9-3.thumbs div.responsive-image {
    aspect-ratio: 9/3;
  }
  .aspect-ratio-7-2.cyclr .cycle span.image,
  .aspect-ratio-7-2.jump .thumb,
  .aspect-ratio-7-2.media .cycle div.responsive-image,
  .aspect-ratio-7-2.module-cycle .cycle .thumb,
  .aspect-ratio-7-2.thumbs div.responsive-image {
    aspect-ratio: 7/2;
  }
  .aspect-ratio-11-5.cyclr .cycle span.image,
  .aspect-ratio-11-5.jump .thumb,
  .aspect-ratio-11-5.media .cycle div.responsive-image,
  .aspect-ratio-11-5.module-cycle .cycle .thumb,
  .aspect-ratio-11-5.thumbs div.responsive-image {
    aspect-ratio: 11/5;
  }
  .container--aspect-ratio-2-3 {
    aspect-ratio: 2/3;
  }
  .container--aspect-ratio-16-9 {
    aspect-ratio: 16/9;
  }
  .container--aspect-ratio-9-3 {
    aspect-ratio: 9/3;
  }
  .container--aspect-ratio-7-2 {
    aspect-ratio: 7/2;
  }
  .container--aspect-ratio-11-5 {
    aspect-ratio: 11/5;
  }
  .compact\@sm .row-fluid {
    margin-inline: auto;
  }
  .slim\@sm .row-fluid {
    margin-inline: -1px;
  }
  .slim\@sm [class*="span"] {
    padding-inline: 1px;
  }
  .row--has-minus-margin-1\@sm {
    margin-inline: -10px !important;
  }
  .pr-14\@sm {
    padding-right: 140px !important;
  }
  .pr-8\@sm {
    padding-right: 80px !important;
  }
  .pr-4\@sm {
    padding-right: 40px !important;
  }
  .pr-3\@sm {
    padding-right: 30px !important;
  }
  .pr-2\@sm {
    padding-right: 20px !important;
  }
  .pr-1\@sm {
    padding-right: 10px !important;
  }
  .pr-0\@sm {
    padding-right: 0 !important;
  }
  .pl-14\@sm {
    padding-left: 140px !important;
  }
  .pl-8\@sm {
    padding-left: 80px !important;
  }
  .pl-4\@sm {
    padding-left: 40px !important;
  }
  .pl-3\@sm {
    padding-left: 30px !important;
  }
  .pl-2\@sm {
    padding-left: 20px !important;
  }
  .pl-1\@sm {
    padding-left: 10px !important;
  }
  .pl-0\@sm {
    padding-left: 0 !important;
  }
  .pb-14\@sm {
    padding-bottom: 140px !important;
  }
  .pb-8\@sm {
    padding-bottom: 80px !important;
  }
  .pb-4\@sm {
    padding-bottom: 40px !important;
  }
  .pb-3\@sm {
    padding-bottom: 30px !important;
  }
  .pb-2\@sm {
    padding-bottom: 20px !important;
  }
  .pb-1\@sm {
    padding-bottom: 10px !important;
  }
  .pb-0\@sm {
    padding-bottom: 0 !important;
  }
  .pt-14\@sm {
    padding-top: 140px !important;
  }
  .pt-8\@sm {
    padding-top: 80px !important;
  }
  .pt-4\@sm {
    padding-top: 40px !important;
  }
  .pt-3\@sm {
    padding-top: 30px !important;
  }
  .pt-2\@sm {
    padding-top: 20px !important;
  }
  .pt-1\@sm {
    padding-top: 10px !important;
  }
  .pt-0\@sm {
    padding-top: 0 !important;
  }
  .mr-14\@sm {
    margin-right: 140px !important;
  }
  .mr-8\@sm {
    margin-right: 80px !important;
  }
  .mr-4\@sm {
    margin-right: 40px !important;
  }
  .mr-3\@sm {
    margin-right: 30px !important;
  }
  .mr-2\@sm {
    margin-right: 20px !important;
  }
  .mr-1\@sm {
    margin-right: 10px !important;
  }
  .mr-0\@sm {
    margin-right: 0 !important;
  }
  .ml-14\@sm {
    margin-left: 140px !important;
  }
  .ml-8\@sm {
    margin-left: 80px !important;
  }
  .ml-4\@sm {
    margin-left: 40px !important;
  }
  .ml-3\@sm {
    margin-left: 30px !important;
  }
  .ml-2\@sm {
    margin-left: 20px !important;
  }
  .ml-1\@sm {
    margin-left: 10px !important;
  }
  .ml-0\@sm {
    margin-left: 0 !important;
  }
  .mb-14\@sm {
    margin-bottom: 140px !important;
  }
  .mb-8\@sm {
    margin-bottom: 80px !important;
  }
  .mb-4\@sm {
    margin-bottom: 40px !important;
  }
  .mb-3\@sm {
    margin-bottom: 30px !important;
  }
  .mb-2\@sm {
    margin-bottom: 20px !important;
  }
  .mb-1\@sm {
    margin-bottom: 10px !important;
  }
  .mb-0\@sm {
    margin-bottom: 0 !important;
  }
  .mt-14\@sm {
    margin-top: 140px !important;
  }
  .mt-8\@sm {
    margin-top: 80px !important;
  }
  .mt-4\@sm {
    margin-top: 40px !important;
  }
  .mt-3\@sm {
    margin-top: 30px !important;
  }
  .mt-2\@sm {
    margin-top: 20px !important;
  }
  .mt-1\@sm {
    margin-top: 10px !important;
  }
  .mt-0\@sm {
    margin-top: 0 !important;
  }
  .compact-cycle.module-cycle .cycle-scroller {
    margin-inline: -1px;
    width: auto;
  }
  .compact-cycle.module-cycle .inset {
    margin-inline: 1px;
  }
  .compact-cycle.module-cycle.inset--has-border .inset {
    margin-inline: 0;
  }
  .item--mx-0\@sm.module-cycle .cycle-scroller {
    margin-inline: 0 !important;
    width: 100%;
  }
  .item--mx-0\@sm.module-cycle .cycle .item .inset {
    margin-inline: 0 !important;
    width: auto;
  }
  .item--mx-1\@sm.module-cycle .cycle-scroller {
    margin-inline: -5px !important;
    width: calc(100% + 10px);
  }
  .item--mx-1\@sm.module-cycle .cycle .item .inset {
    margin-inline: 5px !important;
    width: auto;
  }
  .item--mx-2\@sm.module-cycle .cycle-scroller {
    margin-inline: -10px !important;
    width: calc(100% + 20px);
  }
  .item--mx-2\@sm.module-cycle .cycle .item .inset {
    margin-inline: 10px !important;
    width: auto;
  }
  .item--mx-3\@sm.module-cycle .cycle-scroller {
    margin-inline: -15px !important;
    width: calc(100% + 30px);
  }
  .item--mx-3\@sm.module-cycle .cycle .item .inset {
    margin-inline: 15px !important;
    width: auto;
  }
  .item--mx-4\@sm.module-cycle .cycle-scroller {
    margin-inline: -20px !important;
    width: calc(100% + 40px);
  }
  .item--mx-4\@sm.module-cycle .cycle .item .inset {
    margin-inline: 20px !important;
    width: auto;
  }
  .item--mx-6\@sm.module-cycle .cycle-scroller {
    margin-inline: -30px !important;
    width: calc(100% + 60px);
  }
  .item--mx-6\@sm.module-cycle .cycle .item .inset {
    margin-inline: 30px !important;
    width: auto;
  }
  .item--py-0\@sm.module-cycle .cycle .item .inset {
    padding: 0 !important;
  }
  .item--py-1\@sm.module-cycle .cycle .item .inset {
    padding: 10px 0 !important;
  }
  .item--my-1\@sm.module-cycle .cycle .item .inset {
    margin-block: 10px !important;
  }
  .one\@sm.module-cycle .cycle-scroller {
    margin-inline: 0;
  }
  .one\@sm.module-cycle .cycle .item {
    width: 100% !important;
  }
  .one\@sm.module-cycle .cycle .item .inset {
    margin-inline: 0;
    padding-inline: 0;
  }
  .two\@sm.module-cycle .cycle .item {
    width: 50% !important;
  }
  .three\@sm.module-cycle .cycle .item {
    width: 33.33333333% !important;
  }
  .four\@sm.module-cycle .cycle .item {
    width: 25% !important;
  }
  .five\@sm.module-cycle .cycle .item {
    width: 20% !important;
  }
  .six\@sm.module-cycle .cycle .item {
    width: 16.66666667% !important;
  }
  .align-center\@sm.module-cycle .inset {
    text-align: center;
  }
  .align-left\@sm.module-cycle .inset {
    text-align: left;
  }
  .align-right\@sm.module-cycle .inset {
    text-align: right;
  }
  .home-banner .caption .caption-inset {
    animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  }
  .skinny-banner--valuations .title {
    font-size: 26px;
  }
  .jump.franchise-badge {
    width: 16.66666667%;
  }
  .jump.franchise-badge:first-child .inner {
    border-left: 1px solid #efefef;
  }
  .home-banner {
    overflow: hidden;
  }
  .home-banner .cycle-pager-container {
    bottom: 20px;
    z-index: 110;
  }
  .home-banner .cyclr {
    padding: 0;
  }
  .home-banner .cyclr .caption {
    left: 50%;
    max-width: none;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  .home-banner .cyclr .caption-inset {
    width: auto;
  }
  .container-dqlqp .button + .button {
    padding-left: 0;
  }
  .header-container {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0;
  }
  .header-container .franchise-badge {
    max-width: none;
    width: auto;
  }
  .header-container .dealer-name,
  .header-container .logo {
    max-width: none;
  }
  .header-container .container-un2g5 .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-container .container-296mj .contact-numbers {
    position: static;
  }
  .header-container .container-296mj .contact-numbers .close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-container .container-296mj .contact-numbers .close:before {
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e08b";
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
  }
  .header-container .container-296mj .contact-numbers .close span {
    display: none;
  }
  .header-container .container-296mj .contact-numbers .toggle-body {
    background: #fff;
    border: none;
    bottom: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: block !important;
    height: 100% !important;
    padding: 0 !important;
    position: fixed;
    right: -500px !important;
    text-align: left;
    top: 0;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    width: 350px !important;
    z-index: 2000;
  }
  .header-container .container-296mj .contact-numbers .toggle-body:before {
    border: none;
    border-bottom: 1px solid #efefef;
    color: #000;
    content: "Contact Numbers";
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
    padding: 0 20px;
    position: static;
    width: 100%;
  }
  .header-container .container-296mj .contact-numbers .toggle-body.active {
    right: 0 !important;
    visibility: visible;
  }
  .header-container .container-296mj .contact-numbers .toggle-body .inset {
    height: calc(100% - 61px);
    overflow-y: auto;
    padding: 0;
  }
  .header-container
    .container-296mj
    .contact-numbers
    .toggle-body
    li[class*="location"] {
    border-bottom: 1px solid #efefef;
    margin: 0;
    padding: 10px 20px;
    width: 100%;
  }
  .header-container
    .container-296mj
    .contact-numbers
    .toggle-body
    li[class*="location"]
    .location {
    color: #d2232a;
    font-size: 18px;
    text-decoration: underline;
  }
  .header-container
    .container-296mj
    .contact-numbers
    .toggle-body
    li[class*="location"]
    .departments {
    display: block;
  }
  .header-container
    .container-296mj
    .contact-numbers
    .toggle-body
    li[class*="location"]
    .department {
    display: block;
    padding: 5px 0;
  }
  .header-container
    .container-296mj
    .contact-numbers
    .toggle-body
    li[class*="location"]
    .department
    a {
    font-size: 14px;
  }
  .header-container
    .container-296mj
    .contact-numbers
    .toggle-body
    li[class*="location"]
    .department
    .label {
    font-weight: 700;
  }
  #__ndcc_footerSettings_icon {
    margin: 0 !important;
    position: static;
  }
  #__ndcc_footerPlaceholder {
    bottom: 15px;
    left: 0;
    padding-bottom: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  #__ndcc_footerPlaceholder #__ndcc_footerContainer {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1170px;
    position: static;
  }
  #__ndcc_footerPlaceholder #__ndcc_footerContainer > * {
    pointer-events: all;
  }
  #pre-footer-wrap .find-a-retailer .dropdowns .btn,
  #pre-footer-wrap .find-a-retailer .dropdowns .button {
    display: block;
    width: 100%;
  }
  .homepage #content-wrap {
    padding-bottom: 0;
  }
  .home-banner ~ .container-wrap {
    position: relative;
  }
  .jumps-cycle .cycle-scroller {
    margin-left: -10px;
    margin-right: -10px;
  }
  .jumps-cycle .inset {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .search-heading--central .search-header .heading {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  [class^="used"].listing .container-hodyd {
    border-top: 0;
  }
  [class^="used"].listing .container-hodyd .vehicle-count {
    line-height: 45px;
  }
  [class^="used"].listing .search .filters {
    background: none;
  }
  .container-vpgvn .search-introduction .row-fluid {
    margin-inline: auto;
  }
  [class^="used"].listing .container-8pqeg {
    border-top: none;
  }
  .used-list.listing > .inner {
    padding: 0;
  }
  .used-list.listing > .inner > div:not(.list-item):not(.cycle-scroller) {
    width: 100%;
  }
  .used-list.listing .list-item {
    padding: 10px;
    width: 50%;
  }
  .used-list.listing .approved-badge {
    margin: 0 10px !important;
    padding-top: 0;
    position: relative;
  }
  .used-list.listing .approved-badge + .title {
    padding-top: 20px !important;
  }
  .used-list.listing .approved-badge a {
    bottom: 46px;
    left: 0;
    position: absolute;
    right: 0;
  }
  [class^="used"].details .row-bnvxu {
    border: 1px solid #efefef;
    margin-inline: 10px;
    padding: 10px 20px;
  }
  [class^="used"].details .row-bnvxu .button .btn {
    font-size: 12px;
  }
  [class^="used"].details .row-bnvxu .button .btn span {
    top: auto;
  }
  [class^="used"].details .container-341qs.container-wrap {
    margin-top: 20px;
  }
  .thumbnails .cycle-next,
  .thumbnails .cycle-prev,
  .used-media .cycle-next,
  .used-media .cycle-prev {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
  [class^="used"].details .overview-data--details .inner {
    margin: 0;
  }
  [class^="used"].details .overview-data--details .cell {
    display: inline-block;
    width: calc(50% - 21px);
  }
  [class^="used"].details .overview-data--details .cell:first-child,
  [class^="used"].details .overview-data--details .cell:nth-child(2) {
    border-top: 1px solid #efefef;
  }
  [class^="used"].details .overview-data--details .cell:nth-child(2n) {
    margin-left: 20px;
  }
  [class^="used"].details .overview-data--details .cell:nth-child(odd) {
    margin-right: 20px;
  }
  [class^="used"].details .overview-data.has-icons--small .row {
    margin-right: -10px;
  }
  [class^="used"].details .overview-data.has-icons--small .cell {
    margin-right: 10px;
    max-width: calc(33.33% - 10px);
    padding: 10px;
  }
  [class^="used"].details .overview-data.has-icons .inner {
    margin: 0;
  }
  [class^="used"].details .overview-data.has-icons .value {
    font-size: 14px;
    word-break: break-word;
  }
  [class^="used"].details .featured-stock .item {
    width: 33.3%;
  }
  [class^="used"].details .featured-stock .inset {
    margin-inline: 10px;
  }
  [class^="used"].details
    .featured-stock
    .cycle-carousel-wrap
    .item:nth-child(3)
    ~ .item {
    display: none !important;
  }
  [class^="used"].details .row-8pyp8 .location {
    padding: 20px 0;
    position: relative;
  }
  [class^="used"].details .row-8pyp8 .location.layout-5:before {
    background: #efefef;
    bottom: 20px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 20px;
    width: 1px;
  }
  [class^="used"].details .row-8pyp8 .location > .span6 {
    padding-inline: 20px;
  }
  [class^="used"].details .documents-toggle .toggle-heading {
    background: transparent;
    color: #000;
  }
  [class^="used"].details .documents-toggle .toggle-body {
    min-width: 270px;
    width: auto;
  }
  [class*="used"].details .container-vpgvn .overlay__content {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  [class*="used"].details .row-03q1g .vehicle-title .engine,
  [class*="used"].details .row-03q1g .vehicle-title .transmission,
  [class*="used"].details .row-03q1g .vehicle-title .variant {
    font-size: 18px;
    margin-top: 5px;
  }
  [class*="used"].details .tab-nav > li > a {
    font-size: 16px;
  }
  .buying-online-container .overlay__image {
    transform: translate(-50%, -32%);
  }
  [class*="new"].details.details:not(.contentsection)
    .container-yjqqs
    .container
    > .row-fluid:last-child {
    bottom: 58px;
    left: 40px;
    max-width: 1920px;
    right: 40px;
  }
  .container-c23r4.overlay__wrap .row-9ffl4.overlay__content {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 300px;
  }
  [class*="new"].details.details:not(.contentsection) .gallery .cycle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  [class*="new"].details.hide-coloriser
    .coloriser-container
    .coloriser-layout
    > .span6:first-child {
    width: 100% !important;
  }
  [class*="new"].details .layout-has-borders.layout-5 .span6 + .span6 {
    border-left: 1px solid #efefef;
  }
  [class*="new"].details .enquire-cms .form.span6,
  [class*="new"].details .enquire-cms .media.span6 {
    width: 100%;
  }
  [class*="new"].details
    .jumps-cycle-generic
    .thumb
    figure.responsive-image:after {
    background-color: none;
    background-image: linear-gradient(transparent, #000);
    bottom: -1px;
    content: "";
    height: 150px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    z-index: 5;
  }
  .new-car-configurator .footer-container,
  .new-van-configurator .footer-container {
    margin-bottom: 70px;
  }
  #g .new-car-configurator .gg-toolbar {
    bottom: 70px;
  }
  #g .new-car-configurator .gg-chat-bubble {
    bottom: 60px;
  }
  .config-foot {
    background: none;
  }
  .config-foot .inset {
    background: #fff;
    border: 1px solid #a6a6a6;
    border-bottom: 0;
    max-width: 1168px;
  }
  .config-foot .button {
    background: #d2232a;
  }
  .config-foot .button .btn {
    border-top: 1px solid #fff;
    color: #fff;
    line-height: normal;
  }
  .config-foot .button .btn span {
    padding: 0;
    vertical-align: top;
  }
  .config-foot .button .btn .icon:before {
    color: #fff;
  }
  .config-foot .previous {
    left: 0;
    top: 0;
    width: auto;
  }
  .config-foot .previous .icon {
    float: left;
    margin: -5px 0 0 6px;
  }
  .config-foot .previous .icon:before {
    content: "\e074";
    font-size: 24px;
  }
  .config-foot .previous span {
    font-size: 15px;
  }
  .config-foot .previous a.btn {
    border-right: 1px solid #fff;
    padding: 18px 13px 15px 0;
    width: 112px;
  }
  .config-foot .previous a.btn:after {
    display: none;
  }
  .config-foot .next {
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: nextButtonBounce;
    animation-timing-function: ease-in-out;
    font-size: 15px;
    right: -1px;
    width: auto;
  }
  .config-foot .next a.btn {
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: nextButtonPadding;
    animation-timing-function: ease-in-out;
    border-inline: 1px solid #fff;
    padding-left: 15px;
    padding-top: 18px;
    width: 113px;
  }
  .no-touch .config-foot .next a.btn:hover {
    animation-name: nextButtonPadding;
  }
  .config-foot .next .icon {
    margin: -5px 6px 0 0;
  }
  .config-foot .next .icon:before {
    font-size: 24px;
  }
  .config-foot .next span {
    font-size: 15px;
  }
  .config-foot .next.disabled {
    animation: none;
    top: 0;
  }
  .config-foot .next.disabled a.btn {
    animation: none;
    padding-bottom: 15px;
  }
  .config-steps {
    margin: 0 112px;
  }
  .config-steps .tab-nav > li {
    display: inline-block;
    width: 14.28571429%;
  }
  .config-steps .tab-nav > li.active {
    display: inline-block;
  }
  .config-steps .tab-nav > li:first-child a {
    border-left: 1px solid #a6a6a6;
  }
  .config-steps .tab-nav > li.active a,
  .config-steps .tab-nav > li:not(.disabled):hover a {
    border-right: 1px solid #a6a6a6;
  }
  .config-steps .tab-nav > li > a > span {
    display: block;
    line-height: 17px;
    padding: 19px 0 15px;
  }
  .config-body .options {
    width: 100%;
  }
  .config-body .options.one .option {
    margin: 0 0 30px;
    width: 100%;
  }
  .config-body .options.two {
    margin: 0;
  }
  .config-body .options.two .option {
    margin: 0 1% 30px;
    width: 100%;
  }
  .config-body .options.four .option,
  .config-body .options.six .option,
  .config-body .options.three .option {
    margin: 0 0.25% 30px;
    width: 32.83%;
  }
  .config-body .option label:before {
    display: inline-block;
    float: left;
    min-height: 40px;
    text-align: left;
  }
  .config-body .option label .title {
    padding-top: 0;
  }
  .config-body .option .title:before {
    left: 9px;
    margin-top: -7px;
    top: 50%;
  }
  .finance-overview {
    padding-top: 0;
  }
  .finance-overview .toggle {
    margin-top: -34px;
    position: relative;
  }
  .finance-overview .toggle-heading {
    float: right;
    position: relative;
    width: 33%;
    z-index: 1;
  }
  .finance-overview .toggle-heading:after {
    clear: both;
    content: " ";
    display: table;
  }
  .finance-overview .finance .finance-available .inset {
    padding: 0 20px;
  }
  .finance-overview .finance .finance-available .price {
    border-right: 1px solid #a6a6a6;
    float: left;
    margin-right: 2%;
    width: 35%;
  }
  .finance-overview .finance .finance-available .monthly-figure {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 15px;
    width: auto;
  }
  .finance-overview .finance .finance-available .change {
    margin-left: 6px;
    margin-top: -10px;
  }
  .selections {
    min-height: 682px;
  }
  .selector .inset {
    padding-bottom: 0;
  }
  .model-select.span9 {
    min-height: 682px;
  }
  .model-select.span9 .option label .price,
  .model-select.span9 .option label .title {
    left: 40px;
    position: absolute;
  }
  .model-select.span9 .option label .price:before,
  .model-select.span9 .option label .title:before {
    left: -26px;
    top: 3px;
  }
  .model-select.span9 .option label .title {
    top: 10px;
  }
  .model-select.span9 .option label .price {
    top: 30px;
  }
  .model-select.span9 .option label .image {
    padding-top: 50px;
  }
  .bodystyle-select {
    background: #d2232a;
    bottom: 50px;
    box-shadow: 0 -5px 7px -4px rgba(0, 0, 0, 0.5);
    left: 50%;
    margin-left: -362px;
    max-width: 724px;
    padding-bottom: 30px !important;
    position: fixed;
    width: 100%;
    z-index: 1026;
  }
  .bodystyle-select .heading {
    color: #fff;
  }
  .bodystyle-select .options.one .option {
    color: #fff;
    margin: 0 0.25% 16px;
    width: 49.5%;
  }
  .bodystyle-select .options.one .option label {
    padding: 7px;
  }
  .bodystyle-select .options.one .option label:before {
    color: #fff;
  }
  .bodystyle-select .options.one .option label.active {
    border-color: #fff;
  }
  .bodystyle-select .options.one .option label.active:after {
    display: none;
  }
  .engine-select {
    width: 100%;
  }
  .engine-select .inset {
    padding-bottom: 36px;
  }
  .transmission-fuel-select {
    width: 100%;
  }
  .transmission-fuel-select .options.two .option {
    margin: 0 0.25% 30px;
    width: 49.5%;
  }
  .options-select .group .list-item label .label,
  .options-select .group .list-item label .messages {
    width: 85%;
  }
  .configurator .summary .overview:first-of-type .cell .label,
  .configurator .summary .overview:first-of-type .cell .value {
    font-size: 15px;
  }
  .configurator .summary .overview .label {
    font-size: 18px;
    width: 56%;
  }
  .configurator .summary .overview .value {
    font-size: 18px;
    text-align: right;
    width: 40%;
  }
  .configurator .summary .options-overview ul li.item .value {
    padding-right: 0;
    text-align: left;
    width: 20%;
  }
  #tab-summary-content .buttons .button {
    margin: 0 10px;
  }
  .search-toggle .toggle-heading {
    display: none;
  }
  .search-toggle .toggle-body {
    display: block;
  }
  [class^="cap"][class*="offers"].listing .page-controls .per-page {
    float: left;
  }
  [class^="cap"][class*="offers"].listing .offer-model-list .span5 {
    float: left;
    width: 40%;
  }
  [class^="cap"][class*="offers"].listing .offer-model-list .span7 {
    float: right;
    width: 58%;
  }
  [class^="cap"][class*="offers"].listing .offer-model-list .span6:first-child {
    padding-right: 15px;
  }
  [class^="cap"][class*="offers"].listing
    .offer-model-list
    .incentives
    .incentive {
    text-align: left;
  }
  [class^="cap"][class*="offers"].listing .offer-model-list .button {
    padding-top: 30px;
  }
  [class^="cap"][class*="offers"].listing .offer-model-list .button .btn {
    margin: 0;
  }
  .locations.listing .sticky-module {
    padding: 0 20px;
  }
  .locations.listing #content-wrap .location-search .controls {
    width: 100%;
  }
  .locations.listing #content-wrap .location-search .control-label {
    padding-bottom: 20px;
  }
  .locations.listing #content-wrap .location-search form {
    align-items: flex-end;
    display: flex;
  }
  .locations.listing #content-wrap .location-search .control-group {
    flex: 0 1 300px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
  }
  .locations.listing #content-wrap .location-search .btn {
    flex-shrink: 0;
    margin-left: 0;
    width: auto;
  }
  .locations.listing .listing .list-item .thumbs {
    display: block;
    float: left;
    margin-right: 40px;
    max-width: 36%;
    width: auto;
  }
  .locations.listing .listing .list-item [src*="no-image"] {
    display: none !important;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span4 {
    max-width: calc(36% + 40px);
    width: auto;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span4 .thumbs {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span4 .thumbs img {
    padding-right: 40px;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span8 {
    max-width: calc(64% - 40px);
    width: auto;
  }
  .locations.listing .location-search .control-group.directions {
    flex-basis: 330px !important;
  }
  .locations.listing .location-search .control-group.directions .controls {
    display: flex;
  }
  .locations.listing
    .location-search
    .control-group.directions
    .controls
    .bootstrap-select {
    width: calc(50% - 10px);
  }
  .locations.listing
    .location-search
    .control-group.directions
    .controls
    .bootstrap-select:last-child {
    margin-left: auto;
  }
  .locations.listing .list-item .layout-8 {
    align-items: center;
    display: flex;
  }
  .locations.listing .list-item .btn,
  .locations.listing .list-item .intro.module .excerpt a.highlight-color {
    min-width: 215px;
  }
  .locations.details .social-share.toggle.u-float-right\@sm .toggle-body {
    left: auto;
    right: -1px;
  }
  .locations.details .jump-used .inner {
    justify-content: left;
  }
  .directions-modal .location-directions form {
    display: flex;
  }
  .directions-modal .location-directions .control-label {
    float: none;
    width: auto;
  }
  .directions-modal .location-directions .control-group {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .directions-modal .location-directions .btn {
    margin-left: 10px;
  }
  .contact-forms-custom.contact-us-new .form-bg .tab-btn .btn {
    font-size: 14px;
    padding: 0;
  }
  [class*="used"].cmfdetails .layout-5 .used-media {
    max-width: 340px;
  }
  [class*="used"].cmfdetails .layout-5 .cms.pl-1.pr-1 .span12 {
    padding-inline: 0;
  }
  [class*="used"].cmfdetails .featured-stock .inset {
    margin-inline: 10px;
  }
  .module.listing.box-list.button--absolute
    [data-listing-type="cms_listing"]
    .list-item
    > .inset {
    padding-bottom: 91px;
    position: relative;
  }
  .module.listing.box-list.button--absolute
    [data-listing-type="cms_listing"]
    .button {
    bottom: 0;
    left: 0;
    position: absolute;
  }
  .module.listing.box-list.button--absolute
    [data-listing-type="cms_listing"]
    .button.no-padding.link
    a {
    border-top: none;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6,
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 a,
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 h1 {
    color: #fff;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .container {
    width: 100%;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .row-ufy1p {
    margin: 0;
  }
  .data-preferences
    #content-wrap:not(.nd-edit)
    .container-487v6
    .row-ufy1p
    .media {
    padding: 0;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .row-baict {
    left: 50%;
    margin: 0;
    max-width: 724px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 110;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump.jumps-2 {
    width: 50%;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump.jumps-3 {
    width: 33.3333%;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump.jumps-4 {
    width: 25%;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump.jumps-5 {
    width: 20%;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump.jumps-6 {
    width: 16.666%;
  }
  .data-preferences
    #content-wrap:not(.nd-edit)
    .container-487v6
    .jump.jumps-6
    .title {
    font-size: 11px;
    line-height: 17px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump a {
    background: #d2232a;
    color: #fff;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump .title {
    bottom: 15px;
    font-size: 12px;
    left: 5%;
    position: absolute;
    width: 90%;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump .button {
    display: none;
  }
  .data-preferences
    #content-wrap:not(.nd-edit)
    .container-487v6
    .jump
    .thumb
    img {
    margin: 0 auto;
    max-width: 124px;
    width: 100%;
  }
  .events.listing .listing .list-item {
    width: 50%;
  }
  .history .overlay__row:after {
    background: hsla(0, 0%, 100%, 0.21);
    bottom: 50px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .history .history-items-container-new .row-c8kgo > [class*="layout"] {
    padding-top: 82px;
  }
  .history .history-items-container-new .row-c8kgo > [class*="layout"] .span12 {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .history .the-journey-continues .text {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }
  .history .timestamp {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .history .history-items.raise-up {
    transform: translateY(-60%);
  }
  .buy-online .row-xkvoj .module-search {
    margin-bottom: 30px;
  }
  .buy-online .row-xkvoj .module-search .search-vehicles,
  .buy-online .row-xkvoj .module-search .search-vehicles .btn {
    width: 100%;
  }
  .news.listing .module.listing.box-list .title {
    min-height: 145px;
  }
  .black-editon.listing
    .container-h62my
    .overlay__content.overlay__content-fluid {
    max-width: none;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"] {
    bottom: 42px;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"]
    li {
    padding-inline: 1.1%;
  }
  .cyberster .jumps-cycle.cycle-gallery .controls {
    display: none;
  }
  .cyberster .jumps-cycle.cycle-gallery .cycle {
    overflow: visible !important;
  }
  .cyberster .jumps-cycle.cycle-gallery .cycle-sentinel {
    display: none !important;
  }
  .cyberster .jumps-cycle.cycle-gallery .cycle-carousel-wrap {
    position: static !important;
  }
  .cyberster .jumps-cycle.cycle-gallery .cycle-carousel-wrap .item {
    float: left;
  }
  .cyberster
    .jumps-cycle.cycle-gallery
    .cycle-carousel-wrap
    .item:nth-child(3n + 4) {
    clear: left;
  }
  .ismart .container-l9x89 .tabs {
    padding-inline: 20px;
  }
  .ismart .jump-cycle-01 .thumb {
    left: 30px;
    position: absolute;
    top: 30px;
    transform: none;
  }
  .ismart .jump-cycle-01 .text {
    padding-left: 120px;
    width: 100%;
  }
  .ismart .jump-cycle-01 .item {
    text-align: left;
  }
  .ismart .jumps-cycle.offers {
    padding-bottom: 80px;
  }
  .ismart .jumps-cycle.offers .inner {
    padding-inline: 20px;
  }
  .ismart .jumps-cycle.offers .inset {
    margin-inline: 10px;
  }
  .ismart .jumps-cycle.offers [class*="cycle-pager-container"] {
    bottom: 30px;
  }
  .ismart .container-3zz9e .container {
    position: relative;
  }
  .ismart .offers-btn {
    display: block;
    position: absolute;
    right: 0;
    top: -45px;
  }
  .ismart .offers-btn .label:before {
    content: "\e09b";
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 60px;
    text-align: center;
  }
  .ismart .app-store,
  .ismart .google-play {
    width: 190px;
  }
  .featured-offers.module .inset .thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .featured-cms-offers .item:first-child .inset > .thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .featured-offers.module .item:first-child .inset > .content {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .content {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .inset > .content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .item:first-child .inset > .content {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .item:first-child .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .item:first-child .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .item:first-child .inset > .price {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .price {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-offers.module .item:first-child .inset > .incentives {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .incentives {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-offers.module .item:first-child .inset > .button {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .button {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .item:first-child .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .valuations__widget .heading.has-icon .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .item:first-child .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .item:first-child .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .valuations__widget .condition_heading .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .item:first-child .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-cms-offers .thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .featured-cms-offers .item:first-child .inset > .thumb {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .featured-offers.module .item:first-child .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-cms-offers .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .item:first-child .inset > .title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-offers.module .item:first-child .inset > .content {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-cms-offers .content {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .inset > .content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .featured-cms-offers .item:first-child .inset > .content {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .featured-cms-offers .btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .featured-cms-offers .item:first-child .inset > .btn {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 979px) {
  .container {
    width: 940px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .box-list.listing .list-item {
    width: 33.33333333%;
  }
  .box-list.location-listing .inner > .list-item {
    width: 50%;
  }
  [data-cycle-fx="carousel"] .cycle-sentinel,
  [data-cycle-fx="carousel"] .item {
    width: 33.3%;
  }
  .dropdown-menu:not(.inner) {
    position: absolute;
    width: 200px;
  }
  .nav > .dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav > .dropdown .icon {
    display: none;
  }
  .nav {
    font-size: 0;
  }
  .align-right .nav {
    text-align: right;
  }
  .align-center .nav {
    text-align: center;
  }
  .nav > li.dropdown-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .nav > li.more > a {
    pointer-events: none;
  }
  .nav > li.dropdown-align-right .dropdown-menu,
  .nav > li:last-child .dropdown-menu {
    left: auto;
    right: 0;
  }
  .nav > li.has-split-dropdown:hover .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .nav > li.has-split-dropdown .dropdown-menu {
    background: #000;
    width: 400px;
  }
  .nav > li.has-split-dropdown .dropdown-menu li {
    display: block;
    float: left;
    font-size: 0;
    width: 50%;
  }
  .nav > li.has-split-dropdown .dropdown-menu li > a {
    height: 100%;
  }
  .nav > li .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
  }
  .nav > li:hover .dropdown-menu {
    display: flex !important;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .nav > li.has-arrow > a span {
    padding-right: 23px;
    position: relative;
  }
  .nav > li.has-arrow > a span:after {
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\c011";
    font-size: 10px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav > li.current > a:hover {
    background: #d2232a !important;
  }
  .nav > li[class*="new-cars"] {
    position: static;
  }
  .nav > li[class*="new-cars"]:hover .dropdown-menu {
    display: flex !important;
  }
  .nav > li[class*="new-cars"] .dropdown-menu {
    border-left: none;
    box-shadow: 0 15px 15px -6px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 15px 40px;
    top: 100%;
    width: 100%;
  }
  .nav > li[class*="new-cars"] .dropdown-menu li {
    padding: 10px;
    width: 25%;
  }
  .nav > li[class*="new-cars"] .dropdown-menu li a span {
    font-size: 20px;
    padding: 5px 20px 10px;
  }
  .nav > li[class*="new-cars"] .dropdown-menu li a span > span {
    font-size: 18px;
  }
  .nav > li > a {
    background: #000;
    border: none;
    color: #fff;
    line-height: 42px;
    padding: 0 10px;
    text-align: center;
  }
  .nav > li > a > span {
    position: relative;
    top: -6px;
  }
  .nav > li > a:focus,
  .nav > li > a:hover {
    background: #d2232a;
    box-shadow: inset 0 0 0 #d2232a;
    color: #fff;
  }
  .nav > li.dropdown:hover > a {
    background: #d2232a;
    box-shadow: inset 0 0 0 #d2232a;
    color: #fff;
  }
  .nav > li.current > a,
  .nav > li.current > a:hover {
    background: #000;
    box-shadow: inset 0 0 0 #d2232a;
    color: #fff;
  }
  .nav .dropdown-menu {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin-right: 0;
    text-align: left;
  }
  .nav .dropdown-menu li {
    width: 100%;
  }
  .nav .dropdown-menu li > a {
    background: #000;
    border-color: #323232;
    color: #fff;
  }
  .nav .dropdown-menu li > a:hover {
    background: #d2232a;
    color: #fff;
  }
  .navbar .nav > li {
    float: left;
  }
  .toggle-nav {
    display: none;
  }
  .nav-collapse {
    display: block;
  }
  .form-module.form-module.form-split form.inner {
    -moz-column-count: 2;
    column-count: 2;
  }
  .form-module.form-module .control-group .control-label {
    float: left;
    line-height: 45px;
    margin: 0;
    width: 170px;
  }
  .form-module.form-module
    .control-group
    .control-label
    span:not(.tooltip-content) {
    display: inline-block;
    line-height: normal;
  }
  .form-module.form-module .control-group .controls {
    margin-left: 180px;
    max-width: none;
  }
  .form-module.form-module .control-group.control-captcha .controls {
    margin-left: 0;
    text-align: center;
  }
  .form-module.form-module
    .control-group.control-captcha
    .controls
    .g-recaptcha
    > div {
    margin: 0 auto;
  }
  .form-module.form-module .control-group.is-checkbox .tick-box .controls {
    padding-left: 10px;
  }
  .form-module.form-module .control-group.is-checkbox .tick-box .control-label {
    margin-right: 10px;
  }
  .form-module.form-module
    .control-group.control-marketing-preferences
    .control-label,
  .form-module.form-module
    .control-group.control-privacy-statement
    .control-label {
    width: auto;
  }
  .form-module.form-module .radio-btn {
    margin-left: 180px;
    padding: 2px 0;
  }
  .form-module.form-module .dpp .tick-box,
  .form-module.form-module .radio-btn .controls,
  .form-module.form-module .tick-box .controls {
    margin-left: 0;
  }
  .form-module.form-module .dpp .tick-box .control-label {
    width: 100px;
  }
  .form-module.form-module.form-vertical .control-group .control-label {
    float: none;
    line-height: normal;
    margin-bottom: 7px;
    width: auto;
  }
  .form-module.form-module.form-vertical .control-group .controls {
    margin-left: 0;
  }
  .modal {
    left: 50vw;
    margin-left: -430px;
    right: auto;
    width: 860px;
  }
  .modal--large {
    max-width: 1170px;
  }
  .modal--large,
  .modal--small {
    left: 50vw;
    margin-left: 0;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
  }
  .modal--small {
    max-width: 500px;
  }
  .modal.has-image .row-fluid {
    height: 100%;
    margin-inline: 0;
  }
  .modal.has-image .google-map {
    height: 100%;
    padding: 0;
  }
  .modal.has-image .google-map .inner {
    height: 100%;
  }
  .modal.has-image .google-map .responsive-iframe {
    height: 100%;
    padding-bottom: 0;
  }
  .modal.has-image .layout-4 {
    height: 100%;
  }
  .modal.has-image .layout-4 > div:first-child {
    height: 100%;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 400px;
  }
  .modal.has-image .layout-4 > div:last-child {
    height: 100%;
    overflow: auto;
    padding: 20px 20px 20px 440px;
    width: 100%;
  }
  .has-image .modal-body {
    overflow: hidden;
    padding: 0;
  }
  .slider {
    padding: 10px 0 15px;
  }
  .slider .ui-slider-handle {
    height: 20px;
    outline: none;
    top: -8px;
    width: 20px;
  }
  .slider .ui-slider {
    width: calc(100% - 20px);
  }
  .slider .ui-slider:after {
    width: 20px;
  }
  [class^="span"] > .segment,
  [class^="span"] > .segment[class^="layout"] {
    margin-inline: 0;
  }
  .u-hidden-md-up {
    display: none !important;
  }
  #ctw-implied-consent .col-lg-5 .button {
    padding-block: 5px;
  }
  .stepper__label {
    display: block;
  }
  .cyclr .caption .caption-inset {
    padding-left: 120px;
    padding-right: 120px;
  }
  .cyclr .caption .content {
    clear: both;
    display: block;
  }
  .cyclr .caption .content ul {
    background: #fff;
    background: hsla(0, 0%, 100%, 0);
    display: block;
    font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    list-style-type: none;
    margin: 0;
    max-width: none;
    padding: 0;
  }
  .cyclr .caption .content ul:after {
    clear: both;
    content: " ";
    display: table;
  }
  .cyclr .caption .content li {
    clear: both;
    list-style-type: none;
  }
  .breadcrumb a,
  .page-info .inner {
    font-size: 0.875rem;
  }
  .efficiency-tax-band-graphic {
    float: left;
    padding-bottom: 0;
    width: 33%;
  }
  .efficiency-monthly-running-costs {
    float: left;
    padding-left: 2em;
    width: 66%;
  }
  .is-large .tab-nav > li > a {
    line-height: 22px;
    padding: 20px 15px;
  }
  .is-xl .tab-nav > li > a {
    line-height: 22px;
    padding: 20px 40px;
  }
  .is-large .tab-nav > li > a:after,
  .is-xl .tab-nav > li > a:after {
    height: calc(100% - 40px);
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .featured-offers.module .item:first-child .incentives .incentive {
    display: block;
    margin: 6px 0 0;
  }
  .featured-offers.module .item:first-child .thumb {
    margin-right: 40px;
  }
  .featured-offers.module .item:first-child .title {
    padding-top: 40px;
  }
  .featured-offers.module .item:first-child .button {
    display: block;
    justify-self: end;
    padding-bottom: 40px;
    padding-right: 40px;
  }
  .module.media .image-count,
  .module.media .video-count,
  .used-media .image-count,
  .used-media .video-count {
    bottom: 10px;
    color: #fff;
    left: 100px;
    position: absolute;
    text-shadow: 0 0 5px #000;
    z-index: 100;
  }
  .module.media .image-count .text,
  .module.media .video-count .text,
  .used-media .image-count .text,
  .used-media .video-count .text {
    display: none;
  }
  .module.media .image-count,
  .used-media .image-count {
    left: 10px;
  }
  .location-search .control-label {
    float: left;
    line-height: 45px;
    margin-bottom: 0;
  }
  .location-search .controls {
    float: left;
    width: 185px;
  }
  .location-search form > .btn {
    max-width: 33.3%;
  }
  .location-directions .control-label {
    width: 41%;
  }
  .location-directions .controls {
    width: 100%;
  }
  .vacancies-list .vacancies-table tr {
    width: calc(33.333% - 18px);
  }
  .valuations__widget-container-overlap {
    margin-top: -77px !important;
  }
  .valuations__widget .valuations__form--lookup .form-actions {
    flex: 1;
  }
  .valuations__widget .valuations__form--lookup .help-inline {
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .valuations__widget .condition_body {
    border: 1px solid #efefef;
  }
  .valuations__widget .valuations__details {
    border-right: 1px solid #efefef;
  }
  .representative-finance-example .toggle-heading .button:before {
    content: "Check before you apply";
    display: inline-block;
    padding-left: 20px;
  }
  .representative-finance-example .budget-summary tr {
    width: 25%;
  }
  .representative-finance-example .budget-summary tr:nth-child(11) td,
  .representative-finance-example .budget-summary tr:nth-child(11) th,
  .representative-finance-example .budget-summary tr:nth-child(15) td,
  .representative-finance-example .budget-summary tr:nth-child(15) th,
  .representative-finance-example .budget-summary tr:nth-child(3) td,
  .representative-finance-example .budget-summary tr:nth-child(3) th,
  .representative-finance-example .budget-summary tr:nth-child(7) td,
  .representative-finance-example .budget-summary tr:nth-child(7) th {
    border-left: 1px solid #e6e6e6;
  }
  .representative-finance-example .budget-summary tr:first-child td,
  .representative-finance-example .budget-summary tr:first-child th,
  .representative-finance-example .budget-summary tr:nth-child(13) td,
  .representative-finance-example .budget-summary tr:nth-child(13) th,
  .representative-finance-example .budget-summary tr:nth-child(5) td,
  .representative-finance-example .budget-summary tr:nth-child(5) th,
  .representative-finance-example .budget-summary tr:nth-child(9) td,
  .representative-finance-example .budget-summary tr:nth-child(9) th {
    border-left: 0;
  }
  #modal-advert,
  div[data-require-module-id="widgets/popin"] .modal {
    margin-left: -387px;
    width: 774px;
  }
  #modal-finance-example {
    margin-left: 0;
    max-width: 1200px;
    transform: translateX(-50%);
    width: 100%;
  }
  #modal-finance-example .budget-summary-tables {
    display: flex;
  }
  #modal-finance-example .budget-summary-tables .budget-summary {
    flex: 1 auto;
    padding-block: 10px;
  }
  .online-deposits-widget #nd-online-vehicle-sales .ovs-content {
    flex: 2.5;
  }
  .online-deposits-widget
    #nd-online-vehicle-sales
    .summary-section
    .vehicle-summary
    .ovs-segment_content {
    display: flex;
  }
  .online-deposits-widget #nd-online-vehicle-sales .payment-method .sm-show {
    display: block;
  }
  .online-deposits-widget #nd-online-vehicle-sales .payment-method .sm-hidden {
    display: none;
  }
  .online-deposits-widget
    #nd-online-vehicle-sales
    .progress-bar_stage
    .progress-bar_stage-name {
    display: block;
  }
  .online-deposits-widget #nd-online-vehicle-sales .progress-bar {
    padding-inline: 20px;
  }
  .link-block.columns-1 .link-ul {
    float: none;
    width: 100%;
  }
  .link-block.columns-2 .link-ul {
    width: 50%;
  }
  .link-block.columns-3 .link-ul {
    width: 33%;
  }
  .link-block.columns-4 .link-ul {
    width: 25%;
  }
  .link-block.groups-1 .link-group {
    float: none;
    width: 100%;
  }
  .link-block.groups-2 .link-group {
    width: 50%;
  }
  .link-block.groups-3 .link-group {
    width: 33%;
  }
  .link-block.groups-4 .link-group {
    width: 25%;
  }
  .featured-cms-offers .item:first-child .content .incentive {
    display: block;
    margin: 6px 0 0;
  }
  .featured-cms-offers .item:first-child .title {
    padding-top: 25px;
  }
  .featured-cms-offers .item:first-child .btn {
    display: block;
    justify-self: start;
    margin-bottom: 30px;
  }
  .featured-cms-offers .item .inset {
    grid-template-rows: min-content auto 1fr;
  }
  .valuation-widget-jump--flex form {
    display: flex;
  }
  .valuation-widget-jump--flex .control-group {
    flex: 1;
    margin-right: 10px;
    margin-top: 0;
  }
  .valuation-widget-jump--flex .btns {
    flex: 1;
    margin-top: 0;
  }
  .valuation-widget-jump--flex .btn {
    padding: 0 2px;
  }
  .valuation-widget-jump--flex .btn > span {
    padding-bottom: 0;
    padding-top: 0;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour {
    padding: 0 10px;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour .btn {
    height: 50px;
    width: 50px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn {
    padding: 0 10px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn span {
    height: 50px;
    width: 50px;
  }
  .custom-html.payment-icons .icon {
    margin: 0 4px 0 0;
    width: 45px;
  }
  .custom-html.payment-icons .icon.icon-mada {
    width: 90px;
  }
  .custom-html.payment-icons .flex-grow-1 .icon {
    width: calc((100% / 7) - 10px);
  }
  .custom-html.payment-icons .flex-grow-1 .icon.icon-mada {
    width: calc(26.28571% - 10px);
  }
  .container-50zg5 .fixed {
    top: 0;
  }
  .module-cycle.module-cycle.has-arrows .cycle-prev {
    left: 40px;
  }
  .module-cycle.module-cycle.has-arrows .cycle-next {
    right: 40px;
  }
  .module-cycle.module-cycle.has-arrows .cycle-next:hover,
  .module-cycle.module-cycle.has-arrows .cycle-prev:hover {
    background: #000;
  }
  .module-cycle.module-cycle.has-arrows.cyclr {
    overflow: hidden;
  }
  .module-cycle.module-cycle.has-arrows.cyclr:not(:hover) .cycle-prev {
    left: -70px;
    opacity: 0;
  }
  .module-cycle.module-cycle.has-arrows.cyclr:not(:hover) .cycle-next {
    opacity: 0;
    right: -70px;
  }
  .fill-container-body-bg\@md,
  .fill-container-white\@md {
    background-color: #fff !important;
  }
  .fill-container-black\@md {
    background-color: #000 !important;
  }
  .fill-container-grey\@md {
    background-color: #757575 !important;
  }
  .fill-container-light-grey\@md {
    background-color: #efefef !important;
  }
  .fill-container-mid-light-grey\@md {
    background-color: #b5b5b5 !important;
  }
  .fill-container-dark-grey\@md {
    background-color: #121212 !important;
  }
  .fill-container-mid-dark-grey\@md {
    background-color: #4f4f4f !important;
  }
  .fill-container-highlight\@md {
    background-color: #d2232a !important;
  }
  .fill-container-highlight-alt\@md {
    background-color: #000 !important;
  }
  .fill-container-transparent\@md {
    background-color: transparent !important;
  }
  .fill-container-mask-30-left {
    background: linear-gradient(
      90deg,
      #fff,
      #fff 30%,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0)
    );
  }
  .fill-container-mask-30-right {
    background: linear-gradient(
      270deg,
      #fff,
      #fff 30%,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0)
    );
  }
  .fill-white\@md .inner {
    background-color: #fff;
  }
  .fill-black\@md .inner {
    background-color: #000;
  }
  .fill-grey\@md .inner {
    background-color: #757575;
  }
  .fill-light-grey\@md .inner {
    background-color: #efefef;
  }
  .fill-mid-light-grey\@md .inner {
    background-color: #b5b5b5;
  }
  .fill-dark-grey\@md .inner {
    background-color: #121212;
  }
  .fill-mid-dark-grey\@md .inner {
    background-color: #4f4f4f;
  }
  .fill-highlight\@md .inner {
    background-color: #d2232a;
  }
  .fill-highlight-alt\@md .inner {
    background-color: #000;
  }
  .fill-transparent\@md .inner {
    background-color: transparent;
  }
  .fill-body-bg\@md .inner {
    background-color: #fff;
  }
  .fill-height\@md,
  .fill-height\@md .inner,
  .fill-height\@md .inner > a {
    height: 100%;
  }
  [class*="flex"] > .fill-height\@md {
    height: auto;
  }
  .module.slim\@md {
    padding-inline: 1px;
  }
  .color-white\@md,
  .color-white\@md .cms-link:not(.btn),
  .color-white\@md h1,
  .color-white\@md h2,
  .color-white\@md h3,
  .color-white\@md h3 a,
  .color-white\@md h3.title,
  .color-white\@md.link .btn {
    color: #fff;
  }
  .color-black\@md,
  .color-black\@md .cms-link:not(.btn),
  .color-black\@md h1,
  .color-black\@md h2,
  .color-black\@md h2.heading,
  .color-black\@md h3,
  .color-black\@md h3 a,
  .color-black\@md h3.title,
  .color-black\@md.link .btn {
    color: #000;
  }
  .color-invert\@md,
  .color-invert\@md:not(.btn),
  .color-invert\@md.link .btn {
    color: #fff;
  }
  .color-primary\@md,
  .color-primary\@md .cms-link:not(.btn),
  .color-primary\@md.link .btn {
    color: #000;
  }
  .color-secondary\@md,
  .color-secondary\@md .cms-link:not(.btn),
  .color-secondary\@md.link .btn {
    color: #464646;
  }
  .color-tertiary\@md,
  .color-tertiary\@md .cms-link:not(.btn),
  .color-tertiary\@md.link .btn {
    color: #d2232a;
  }
  .color-reset\@md,
  .color-reset\@md .cms-link:not(.btn),
  .color-reset\@md.link .btn {
    color: #464646;
  }
  .has-border\@md .inner {
    border: 1px solid #efefef;
  }
  .border-none\@md .inner,
  .border-none\@md .inner:before {
    border: none !important;
  }
  .border-top\@md .inner:before {
    border-top: 1px solid #fff !important;
  }
  .border-bottom\@md .inner:before {
    border-bottom: 1px solid #fff !important;
  }
  .border-right\@md .inner:before {
    border-right: 1px solid #fff !important;
  }
  .border-left\@md .inner:before {
    border-left: 1px solid #fff !important;
  }
  .rounded-inner\@md > .inner,
  .rounded\@md {
    border-radius: 0;
    overflow: hidden;
  }
  .rounded-inner\@md > .inner:before,
  .rounded-none\@md {
    border-radius: 0;
  }
  .rounded-inner-none\@md .inner {
    border-radius: 0;
    overflow: visible;
  }
  .rounded-inner-none\@md .inner figure.responsive-image:before,
  .rounded-inner-none\@md .inner:before {
    border-radius: 0 !important;
  }
  .rounded-top-left\@md {
    border-top-left-radius: 0;
  }
  .rounded-inner-top-left\@md > .inner {
    border-top-left-radius: 0;
    overflow: hidden;
  }
  .rounded-bottom-left\@md {
    border-bottom-left-radius: 0;
  }
  .rounded-inner-bottom-left\@md > .inner {
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
  .rounded-top-right\@md {
    border-top-right-radius: 0;
  }
  .rounded-inner-top-right\@md > .inner {
    border-top-right-radius: 0;
    overflow: hidden;
  }
  .rounded-inner-top-right-none\@md,
  .rounded-inner-top-right-none\@md > .inner {
    border-top-right-radius: 0;
  }
  .rounded-bottom-right\@md {
    border-bottom-right-radius: 0;
  }
  .rounded-inner-bottom-right\@md > .inner {
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .flex\@md {
    display: flex;
  }
  .flex\@md .inner,
  .flex\@md .inner > a,
  .flex\@md .inset,
  .flex\@md .inset > a {
    display: flex;
    width: 100%;
  }
  .block\@md .inner,
  .block\@md .inner > a,
  .block\@md .inset,
  .block\@md .inset > a,
  .flex\@md.module-cycle .inner {
    display: block;
  }
  .block\@md .text,
  .block\@md .thumb {
    width: auto;
  }
  .flex--justify-center\@md .inner,
  .flex--justify-center\@md .inner > a,
  .flex--justify-center\@md .inset,
  .flex--justify-center\@md .inset > a {
    justify-content: center;
  }
  .flex--align-center\@md .inner,
  .flex--align-center\@md .inner > a,
  .flex--align-center\@md .inset,
  .flex--align-center\@md .inset > a {
    align-items: center;
  }
  .flex--justify-start\@md .inner,
  .flex--justify-start\@md .inner > a,
  .flex--justify-start\@md .inset,
  .flex--justify-start\@md .inset > a {
    justify-content: flex-start;
  }
  .flex--justify-end\@md .inner,
  .flex--justify-end\@md .inner > a,
  .flex--justify-end\@md .inset,
  .flex--justify-end\@md .inset > a {
    justify-content: flex-end;
  }
  .flex--direction-column\@md .inner,
  .flex--direction-column\@md .inner > a,
  .flex--direction-column\@md .inset,
  .flex--direction-column\@md .inset > a {
    flex-direction: column;
  }
  .flex--direction-row\@md .inner,
  .flex--direction-row\@md .inner > a,
  .flex--direction-row\@md .inset,
  .flex--direction-row\@md .inset > a {
    flex-direction: row;
  }
  .fill--height\@md {
    height: 100%;
  }
  .text--fill-white\@md .text__inner {
    background: #fff;
  }
  .text--fill-grey\@md .text__inner {
    background: #757575;
  }
  .text--fill-light-grey\@md .text__inner {
    background: hsla(0, 0%, 94%, 0.75);
  }
  .text--fill-highlight\@md .text__inner {
    background: rgba(210, 35, 42, 0.75);
  }
  .text--fill-transparent\@md .text__inner {
    background: transparent;
  }
  .text--fill-body-bg\@md .text__inner,
  .text-area--fill-white\@md .text {
    background: #fff;
  }
  .text-area--fill-grey\@md .text {
    background: #757575;
  }
  .text-area--fill-light-grey\@md .text {
    background: hsla(0, 0%, 94%, 0.75);
  }
  .text-area--fill-highlight\@md .text {
    background: rgba(210, 35, 42, 0.75);
  }
  .text-area--fill-transparent\@md .text {
    background: transparent;
  }
  .text-area--fill-body-bg\@md .text {
    background: #fff;
  }
  .text--gradient-grey\@md .text__inner,
  .text-area--gradient-grey\@md .text {
    background: linear-gradient(180deg, hsla(0, 0%, 44%, 0) 0, #707070);
  }
  .text--max-width-8\@md .text__inner {
    max-width: 800px;
  }
  .text--max-width-6\@md .text__inner {
    max-width: 600px;
  }
  .text--max-width-4\@md .text__inner {
    max-width: 400px;
  }
  .text--max-width-3\@md .text__inner {
    max-width: 300px;
  }
  .text--max-width-2\@md .text__inner {
    max-width: 200px;
  }
  .text--max-width-0\@md .text__inner {
    max-width: auto;
  }
  .text--max-width\@md .text > span {
    margin-inline: auto;
    max-width: 500px;
  }
  .text--absolute\@md .text {
    inset: 0 0;
    position: absolute;
    z-index: 10;
  }
  .text--justify-left\@md .text {
    justify-content: flex-start;
  }
  .text--justify-right\@md .text {
    justify-content: flex-end;
  }
  .text--justify-center\@md .text {
    justify-content: center;
  }
  .text--align-self-center\@md .text {
    align-items: center;
  }
  .text--align-stretch\@md .text {
    align-items: stretch;
  }
  .text--align-self-start\@md .text {
    align-items: flex-start;
  }
  .text--align-self-end\@md .text {
    align-items: flex-end;
  }
  .text--static\@md .text {
    max-width: none;
    position: static;
  }
  .text--flex-grow\@md .text {
    flex-grow: 1;
  }
  .text--fluid\@md .text {
    float: none;
    left: 0;
    max-width: none;
    width: 100%;
  }
  .text--fluid\@md .text .text__inner {
    width: 100%;
  }
  .text--1\@md .text {
    width: 8.33333333%;
  }
  .text--2\@md .text {
    width: 16.66666667%;
  }
  .text--3\@md .text {
    width: 25%;
  }
  .text--4\@md .text {
    width: 33.33333333%;
  }
  .text--5\@md .text {
    width: 41.66666667%;
  }
  .text--6\@md .text {
    width: 50%;
  }
  .text--7\@md .text {
    width: 58.33333333%;
  }
  .text--8\@md .text {
    width: 66.66666667%;
  }
  .text--9\@md .text {
    width: 75%;
  }
  .text--10\@md .text {
    width: 83.33333333%;
  }
  .text--11\@md .text {
    width: 91.66666667%;
  }
  .text--12\@md .text {
    width: 100%;
  }
  .text--py-16\@md .text__inner {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .text--py-10\@md .text__inner {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .text--py-6\@md .text__inner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .text--py-4\@md .text__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .text--py-3\@md .text__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .text--py-2\@md .text__inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .text--py-1\@md .text__inner {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .text--py-0\@md .text__inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .text--px-16\@md .text__inner {
    padding-left: 160px;
    padding-right: 160px;
  }
  .text--px-10\@md .text__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .text--px-6\@md .text__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .text--px-4\@md .text__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .text--px-3\@md .text__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text--px-2\@md .text__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text--px-1\@md .text__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text--px-0\@md .text__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .text--pr-16\@md .text__inner {
    padding-right: 160px;
  }
  .text--pr-10\@md .text__inner {
    padding-right: 100px;
  }
  .text--pr-6\@md .text__inner {
    padding-right: 60px;
  }
  .text--pr-4\@md .text__inner {
    padding-right: 40px;
  }
  .text--pr-3\@md .text__inner {
    padding-right: 30px;
  }
  .text--pr-2\@md .text__inner {
    padding-right: 20px;
  }
  .text--pr-1\@md .text__inner {
    padding-right: 10px;
  }
  .text--pr-0\@md .text__inner {
    padding-right: 0;
  }
  .text--pl-16\@md .text__inner {
    padding-left: 160px;
  }
  .text--pl-10\@md .text__inner {
    padding-left: 100px;
  }
  .text--pl-6\@md .text__inner {
    padding-left: 60px;
  }
  .text--pl-4\@md .text__inner {
    padding-left: 40px;
  }
  .text--pl-3\@md .text__inner {
    padding-left: 30px;
  }
  .text--pl-2\@md .text__inner {
    padding-left: 20px;
  }
  .text--pl-1\@md .text__inner {
    padding-left: 10px;
  }
  .text--pl-0\@md .text__inner {
    padding-left: 0;
  }
  .text--pb-16\@md .text__inner {
    padding-bottom: 160px;
  }
  .text--pb-10\@md .text__inner {
    padding-bottom: 100px;
  }
  .text--pb-6\@md .text__inner {
    padding-bottom: 60px;
  }
  .text--pb-4\@md .text__inner {
    padding-bottom: 40px;
  }
  .text--pb-3\@md .text__inner {
    padding-bottom: 30px;
  }
  .text--pb-2\@md .text__inner {
    padding-bottom: 20px;
  }
  .text--pb-1\@md .text__inner {
    padding-bottom: 10px;
  }
  .text--pb-0\@md .text__inner {
    padding-bottom: 0;
  }
  .text--pt-16\@md .text__inner {
    padding-top: 160px;
  }
  .text--pt-10\@md .text__inner {
    padding-top: 100px;
  }
  .text--pt-6\@md .text__inner {
    padding-top: 60px;
  }
  .text--pt-4\@md .text__inner {
    padding-top: 40px;
  }
  .text--pt-3\@md .text__inner {
    padding-top: 30px;
  }
  .text--pt-2\@md .text__inner {
    padding-top: 20px;
  }
  .text--pt-1\@md .text__inner {
    padding-top: 10px;
  }
  .text--pt-0\@md .text__inner {
    padding-top: 0;
  }
  .thumb--no-blur\@md figure.responsive-image,
  .thumb--no-blur\@md img {
    filter: blur(0);
  }
  .thumb--blur\@md figure.responsive-image,
  .thumb--blur\@md img {
    filter: blur(5px);
  }
  .thumb--blur-more\@md figure.responsive-image,
  .thumb--blur-more\@md img {
    filter: blur(25px);
  }
  .thumb--no-overlay\@md figure.responsive-image:before {
    display: none;
  }
  .thumb--overlay\@md figure.responsive-image {
    position: relative;
  }
  .thumb--overlay\@md figure.responsive-image:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    z-index: 5;
  }
  .thumb--overlay\@md .text {
    z-index: 6;
  }
  .thumb--overlay-gradient\@md figure.responsive-image {
    position: relative;
  }
  .thumb--overlay-gradient\@md figure.responsive-image:before {
    background-image: linear-gradient(transparent 60%, #000);
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .thumb--overlay-gradient\@md .text {
    z-index: 5;
  }
  .thumb--overlay-gradient\@md.thumb--rounded\@md
    figure.responsive-image:before {
    border-radius: 0 !important;
  }
  .thumb--align-center\@md .thumb {
    align-self: center;
  }
  .thumb--justify-left\@md .thumb {
    order: -1;
  }
  .thumb--justify-right\@md .thumb {
    order: 2;
  }
  .thumb--1\@md .thumb {
    width: 8.33333333%;
  }
  .thumb--2\@md .thumb {
    width: 16.66666667%;
  }
  .thumb--3\@md .thumb {
    width: 25%;
  }
  .thumb--4\@md .thumb {
    width: 33.33333333%;
  }
  .thumb--5\@md .thumb {
    width: 41.66666667%;
  }
  .thumb--6\@md .thumb {
    width: 50%;
  }
  .thumb--7\@md .thumb {
    width: 58.33333333%;
  }
  .thumb--8\@md .thumb {
    width: 66.66666667%;
  }
  .thumb--9\@md .thumb {
    width: 75%;
  }
  .thumb--10\@md .thumb {
    width: 83.33333333%;
  }
  .thumb--11\@md .thumb {
    width: 91.66666667%;
  }
  .thumb--12\@md .thumb {
    width: 100%;
  }
  .thumb--py-6\@md .thumb {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .thumb--py-4\@md .thumb {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .thumb--py-2\@md .thumb {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .thumb--py-1\@md .thumb {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .thumb--py-0\@md .thumb {
    padding-bottom: 0;
    padding-top: 0;
  }
  .thumb--px-6\@md .thumb {
    padding-left: 60px;
    padding-right: 60px;
  }
  .thumb--px-4\@md .thumb {
    padding-left: 40px;
    padding-right: 40px;
  }
  .thumb--px-2\@md .thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .thumb--px-1\@md .thumb {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumb--px-0\@md .thumb {
    padding-left: 0;
    padding-right: 0;
  }
  .thumb--pr-6\@md .thumb {
    padding-right: 60px;
  }
  .thumb--pr-4\@md .thumb {
    padding-right: 40px;
  }
  .thumb--pr-2\@md .thumb {
    padding-right: 20px;
  }
  .thumb--pr-1\@md .thumb {
    padding-right: 10px;
  }
  .thumb--pr-0\@md .thumb {
    padding-right: 0;
  }
  .thumb--pl-6\@md .thumb {
    padding-left: 60px;
  }
  .thumb--pl-4\@md .thumb {
    padding-left: 40px;
  }
  .thumb--pl-2\@md .thumb {
    padding-left: 20px;
  }
  .thumb--pl-1\@md .thumb {
    padding-left: 10px;
  }
  .thumb--pl-0\@md .thumb {
    padding-left: 0;
  }
  .thumb--pb-6\@md .thumb {
    padding-bottom: 60px;
  }
  .thumb--pb-4\@md .thumb {
    padding-bottom: 40px;
  }
  .thumb--pb-2\@md .thumb {
    padding-bottom: 20px;
  }
  .thumb--pb-1\@md .thumb {
    padding-bottom: 10px;
  }
  .thumb--pb-0\@md .thumb {
    padding-bottom: 0;
  }
  .thumb--pt-6\@md .thumb {
    padding-top: 60px;
  }
  .thumb--pt-4\@md .thumb {
    padding-top: 40px;
  }
  .thumb--pt-2\@md .thumb {
    padding-top: 20px;
  }
  .thumb--pt-1\@md .thumb {
    padding-top: 10px;
  }
  .thumb--pt-0\@md .thumb {
    padding-top: 0;
  }
  .img--block img {
    display: block;
  }
  .thumb--tiny\@md .thumb {
    margin-inline: auto;
    max-width: 140px;
  }
  .thumb--float-left\@md .thumb {
    float: left;
  }
  .thumb--hide\@md .image,
  .thumb--hide\@md .thumb {
    display: none !important;
  }
  .thumb--hidden\@md img {
    visibility: hidden;
  }
  .thumb--block\@md .image,
  .thumb--block\@md .thumb {
    display: block !important;
  }
  .thumb--rounded\@md .cycle .image,
  .thumb--rounded\@md .cycle .responsive-image,
  .thumb--rounded\@md .image .responsive-image,
  .thumb--rounded\@md .thumb .responsive-image {
    border-radius: 0;
    overflow: hidden;
  }
  .thumb--rounded\@md .cycle .image img,
  .thumb--rounded\@md .cycle .responsive-image img,
  .thumb--rounded\@md .image .responsive-image img,
  .thumb--rounded\@md .thumb .responsive-image img {
    border-radius: 0;
  }
  .thumb--circular\@md .cycle .responsive-image,
  .thumb--circular\@md .image .responsive-image,
  .thumb--circular\@md .thumb .responsive-image {
    border-radius: 50%;
    overflow: hidden;
  }
  .thumb--circular\@md .cycle .responsive-image img,
  .thumb--circular\@md .image .responsive-image img,
  .thumb--circular\@md .thumb .responsive-image img {
    border-radius: 50%;
  }
  .thumb--fluid\@md .image,
  .thumb--fluid\@md .thumb {
    float: none;
    width: 100%;
  }
  .thumb--underlay\@md figure.responsive-image {
    background: #d2232a;
  }
  .thumb--underlay-secondary\@md figure.responsive-image {
    background: #000;
  }
  .thumb--has-border\@md .thumb {
    border: 1px solid #efefef;
  }
  .title--dark\@md .heading,
  .title--dark\@md .title,
  .title--dark\@md .title h3 {
    color: #000;
  }
  .title--white\@md .heading,
  .title--white\@md .title,
  .title--white\@md .title h3 {
    color: #fff;
  }
  .title--highlight\@md .heading,
  .title--highlight\@md .title,
  .title--highlight\@md .title h3 {
    color: #000;
  }
  .title--condensed\@md .heading,
  .title--condensed\@md .title {
    margin: 0 !important;
  }
  .sub-title--hide\@md .sub-title {
    display: none !important;
  }
  .sub-title--hide\@md .text .sub-title + span {
    padding-top: 0;
  }
  .sub-title--block\@md .sub-title {
    display: block !important;
  }
  .sub-title--block\@md .text .sub-title + span {
    padding-top: 20px;
  }
  .sub-title--dark\@md .sub-title {
    color: #000;
  }
  .sub-title--white\@md .sub-title {
    color: #fff;
  }
  .sub-title--highlight\@md .sub-title {
    color: #d2232a;
  }
  .strapline--hide\@md .strapline {
    display: none !important;
  }
  .strapline--block\@md .strapline {
    display: block !important;
  }
  .strapline--dark\@md .strapline {
    color: #000;
  }
  .strapline--white\@md .strapline {
    color: #fff !important;
  }
  .strapline--highlight\@md .strapline {
    color: #000;
  }
  .strapline--condensed\@md .strapline {
    padding: 0 !important;
  }
  .content--hide\@md .content {
    display: none !important;
  }
  .content--block\@md .content {
    display: block !important;
  }
  .button--align-center\@md .button {
    text-align: center;
  }
  .button--hide\@md .button {
    display: none !important;
  }
  .button--block\@md .button {
    display: block !important;
  }
  .button--align-bottom\@md .text__inner {
    display: flex;
    flex-direction: column;
  }
  .button--align-bottom\@md .button {
    margin-top: auto;
  }
  .btn--full-width\@md .btn {
    width: 100% !important;
  }
  .u-float-none\@md {
    float: none !important;
  }
  .u-float-right\@md {
    float: right !important;
  }
  .sticky\@md {
    position: sticky !important;
    top: 0;
    z-index: 1015;
  }
  .u-float-left\@md {
    float: left !important;
  }
  .u-width-reset\@md {
    width: auto;
  }
  .clear-both\@md {
    clear: both;
  }
  .clear-none\@md {
    clear: none;
  }
  .align-center\@md {
    text-align: center;
  }
  .align-left\@md {
    text-align: left;
  }
  .align-right\@md {
    text-align: right;
  }
  .flex-basis-0\@md {
    flex-basis: 0;
  }
  .flex-grow-1\@md {
    flex-grow: 1;
  }
  .flex--container-align-start\@md {
    align-items: flex-start;
  }
  .flex--container-align-center\@md {
    align-items: center;
  }
  .flex--container-align-end\@md {
    align-items: flex-end;
  }
  .flex--container-align-content-center\@md {
    align-content: center;
  }
  .flex--container-justify-center\@md {
    justify-content: center;
  }
  .flex--container-justify-start\@md {
    justify-content: flex-start;
  }
  .flex--container-justify-between\@md {
    justify-content: space-between;
  }
  .flex--container-justify-around\@md {
    justify-content: space-around;
  }
  .flex--container-justify-end\@md {
    justify-content: flex-end;
  }
  .flex--container-direction-column\@md {
    flex-direction: column;
  }
  .flex--container-direction-row\@md {
    flex-direction: row;
  }
  .flex--container-wrap\@md {
    flex-wrap: wrap;
  }
  .flex--container-nowrap\@md {
    flex-wrap: nowrap;
  }
  .flex--container-row-reverse\@md {
    flex-direction: row-reverse;
  }
  .flex--container\@md {
    display: flex !important;
  }
  .flex-order-1\@md {
    order: 1 !important;
  }
  .flex-order-2\@md {
    order: 2 !important;
  }
  .flex-order-3\@md {
    order: 3 !important;
  }
  .flex-order-4\@md {
    order: 4 !important;
  }
  .flex-order-5\@md {
    order: 5 !important;
  }
  .block--container\@md {
    display: block !important;
  }
  .container-wrap-border-top\@md {
    border-top: 1px solid #757575;
  }
  .container-wrap-border-bottom\@md {
    border-bottom: 1px solid #757575;
  }
  .container-border-top\@md > .container {
    border-top: 1px solid #757575;
  }
  .container-no-border-top\@md > .container {
    border-top: 0;
  }
  .container-border-bottom\@md > .container {
    border-bottom: 1px solid #757575;
  }
  .container-no-border-bottom\@md > .container {
    border-bottom: 0;
  }
  .container-fluid\@md > .container {
    margin-inline: auto;
    max-width: 1920px;
    width: auto;
  }
  .container-fluid\@md .row-fluid {
    margin-inline: auto;
  }
  .container--max-1600\@md > .container {
    max-width: 1600px;
  }
  .container--max-1366\@md > .container {
    max-width: 1366px;
  }
  .container--max-1170\@md > .container {
    max-width: 1170px;
  }
  .container--max-720\@md > .container {
    max-width: 720px;
  }
  .content-visibility\@md {
    contain-intrinsic-size: 1000px;
    content-visibility: auto;
  }
  .compact\@md .row-fluid {
    margin-inline: auto;
  }
  .slim\@md .row-fluid {
    margin-inline: -1px;
  }
  .slim\@md [class*="span"] {
    padding-inline: 1px;
  }
  .row--has-minus-margin-1\@md {
    margin-inline: -10px !important;
  }
  .pr-14\@md {
    padding-right: 140px !important;
  }
  .pr-8\@md {
    padding-right: 80px !important;
  }
  .pr-4\@md {
    padding-right: 40px !important;
  }
  .pr-3\@md {
    padding-right: 30px !important;
  }
  .pr-2\@md {
    padding-right: 20px !important;
  }
  .pr-1\@md {
    padding-right: 10px !important;
  }
  .pr-0\@md {
    padding-right: 0 !important;
  }
  .pl-14\@md {
    padding-left: 140px !important;
  }
  .pl-8\@md {
    padding-left: 80px !important;
  }
  .pl-4\@md {
    padding-left: 40px !important;
  }
  .pl-3\@md {
    padding-left: 30px !important;
  }
  .pl-2\@md {
    padding-left: 20px !important;
  }
  .pl-1\@md {
    padding-left: 10px !important;
  }
  .pl-0\@md {
    padding-left: 0 !important;
  }
  .pb-14\@md {
    padding-bottom: 140px !important;
  }
  .pb-8\@md {
    padding-bottom: 80px !important;
  }
  .pb-4\@md {
    padding-bottom: 40px !important;
  }
  .pb-3\@md {
    padding-bottom: 30px !important;
  }
  .pb-2\@md {
    padding-bottom: 20px !important;
  }
  .pb-1\@md {
    padding-bottom: 10px !important;
  }
  .pb-0\@md {
    padding-bottom: 0 !important;
  }
  .pt-14\@md {
    padding-top: 140px !important;
  }
  .pt-8\@md {
    padding-top: 80px !important;
  }
  .pt-4\@md {
    padding-top: 40px !important;
  }
  .pt-3\@md {
    padding-top: 30px !important;
  }
  .pt-2\@md {
    padding-top: 20px !important;
  }
  .pt-1\@md {
    padding-top: 10px !important;
  }
  .pt-0\@md {
    padding-top: 0 !important;
  }
  .mr-14\@md {
    margin-right: 140px !important;
  }
  .mr-8\@md {
    margin-right: 80px !important;
  }
  .mr-4\@md {
    margin-right: 40px !important;
  }
  .mr-3\@md {
    margin-right: 30px !important;
  }
  .mr-2\@md {
    margin-right: 20px !important;
  }
  .mr-1\@md {
    margin-right: 10px !important;
  }
  .mr-0\@md {
    margin-right: 0 !important;
  }
  .ml-14\@md {
    margin-left: 140px !important;
  }
  .ml-8\@md {
    margin-left: 80px !important;
  }
  .ml-4\@md {
    margin-left: 40px !important;
  }
  .ml-3\@md {
    margin-left: 30px !important;
  }
  .ml-2\@md {
    margin-left: 20px !important;
  }
  .ml-1\@md {
    margin-left: 10px !important;
  }
  .ml-0\@md {
    margin-left: 0 !important;
  }
  .mb-14\@md {
    margin-bottom: 140px !important;
  }
  .mb-8\@md {
    margin-bottom: 80px !important;
  }
  .mb-4\@md {
    margin-bottom: 40px !important;
  }
  .mb-3\@md {
    margin-bottom: 30px !important;
  }
  .mb-2\@md {
    margin-bottom: 20px !important;
  }
  .mb-1\@md {
    margin-bottom: 10px !important;
  }
  .mb-0\@md {
    margin-bottom: 0 !important;
  }
  .mt-14\@md {
    margin-top: 140px !important;
  }
  .mt-8\@md {
    margin-top: 80px !important;
  }
  .mt-4\@md {
    margin-top: 40px !important;
  }
  .mt-3\@md {
    margin-top: 30px !important;
  }
  .mt-2\@md {
    margin-top: 20px !important;
  }
  .mt-1\@md {
    margin-top: 10px !important;
  }
  .mt-0\@md {
    margin-top: 0 !important;
  }
  .item--mx-0\@md.module-cycle .cycle-scroller {
    margin-inline: 0 !important;
    width: 100%;
  }
  .item--mx-0\@md.module-cycle .cycle .item .inset {
    margin-inline: 0 !important;
    width: auto;
  }
  .item--mx-1\@md.module-cycle .cycle-scroller {
    margin-inline: -5px !important;
    width: calc(100% + 10px);
  }
  .item--mx-1\@md.module-cycle .cycle .item .inset {
    margin-inline: 5px !important;
    width: auto;
  }
  .item--mx-2\@md.module-cycle .cycle-scroller {
    margin-inline: -10px !important;
    width: calc(100% + 20px);
  }
  .item--mx-2\@md.module-cycle .cycle .item .inset {
    margin-inline: 10px !important;
    width: auto;
  }
  .item--mx-3\@md.module-cycle .cycle-scroller {
    margin-inline: -15px !important;
    width: calc(100% + 30px);
  }
  .item--mx-3\@md.module-cycle .cycle .item .inset {
    margin-inline: 15px !important;
    width: auto;
  }
  .item--mx-4\@md.module-cycle .cycle-scroller {
    margin-inline: -20px !important;
    width: calc(100% + 40px);
  }
  .item--mx-4\@md.module-cycle .cycle .item .inset {
    margin-inline: 20px !important;
    width: auto;
  }
  .item--mx-6\@md.module-cycle .cycle-scroller {
    margin-inline: -30px !important;
    width: calc(100% + 60px);
  }
  .item--mx-6\@md.module-cycle .cycle .item .inset {
    margin-inline: 30px !important;
    width: auto;
  }
  .item--py-0\@md.module-cycle .cycle .item .inset {
    padding: 0 !important;
  }
  .item--py-1\@md.module-cycle .cycle .item .inset {
    padding: 10px 0 !important;
  }
  .item--my-1\@md.module-cycle .cycle .item .inset {
    margin-block: 10px !important;
  }
  .one\@md.module-cycle .cycle-scroller {
    margin-inline: 0;
  }
  .one\@md.module-cycle .cycle .item {
    width: 100% !important;
  }
  .one\@md.module-cycle .cycle .item .inset {
    margin-inline: 0;
    padding-inline: 0;
  }
  .two\@md.module-cycle .cycle .item {
    width: 50% !important;
  }
  .three\@md.module-cycle .cycle .item {
    width: 33.33333333% !important;
  }
  .four\@md.module-cycle .cycle .item {
    width: 25% !important;
  }
  .five\@md.module-cycle .cycle .item {
    width: 20% !important;
  }
  .six\@md.module-cycle .cycle .item {
    width: 16.66666667% !important;
  }
  .align-center\@md.module-cycle .inset {
    text-align: center;
  }
  .align-left\@md.module-cycle .inset {
    text-align: left;
  }
  .align-right\@md.module-cycle .inset {
    text-align: right;
  }
  .form-module.form-module .control-group .control-label {
    float: none;
    line-height: normal;
    width: auto;
  }
  .form-module.form-module .control-group .controls {
    margin-left: 0;
  }
  .header-container .container-r6z94 {
    position: relative;
    z-index: 1021;
  }
  .toggle-primary-menu {
    position: static;
    width: auto;
  }
  .toggle-primary-menu .container {
    padding-inline: 0;
  }
  .toggle-primary-menu .close,
  .toggle-primary-menu .toggle-title {
    display: none;
  }
  .toggle-primary-menu .toggle-body,
  .toggle-primary-menu .toggle-pane {
    border: none;
    padding: 0 !important;
  }
  .toggle-primary-menu > .toggle-body {
    background: none;
    box-shadow: none;
    display: block !important;
    max-width: none;
    padding: 0;
    position: static;
    width: auto;
  }
  .toggle-primary-menu > .toggle-body.active {
    overflow: visible;
  }
  .toggle-primary-menu {
    border-top: none;
  }
  .header-container .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .header-container .container-5k2ms .page-info {
    padding-left: 360px;
    text-transform: uppercase;
  }
  .header-container .container-5k2ms .page-info .back-btn:after {
    background: #323232;
  }
  .header-container .container-5k2ms .page-info .back-btn .icon:before {
    content: "\c016";
    font-size: 10px;
  }
  .header-container .container-r6z94 .toggle-primary-menu {
    margin-right: auto;
  }
  .header-container .container-r6z94 .container .nav > li > a {
    line-height: 113px;
  }
  .header-container .container-r6z94 .container .layout-5 {
    flex: 1;
  }
  .header-container .container-r6z94 .container .layout-5 .reset > :first-child,
  .header-container .dealer-name,
  .header-container .franchise-badge,
  .header-container .logo {
    height: 113px;
  }
  .header-container .dealer-name.toyota-tall-logo img,
  .header-container .franchise-badge.toyota-tall-logo img,
  .header-container .logo.toyota-tall-logo img {
    margin-top: 35px;
  }
  .header-container .dealer-name h2 {
    line-height: 113px;
  }
  .header-container .dealer-name,
  .header-container .franchise-badge,
  .header-container .logo {
    max-width: none;
    width: auto;
  }
  .header-container .container-un2g5 {
    background: none;
  }
  .header-container .container-un2g5 .container {
    position: relative;
  }
  .header-container .nav > li {
    display: inline-block;
    float: none;
  }
  .header-container .nav > li > a {
    line-height: 85px;
    transition: line-height 0.4s ease-in-out;
  }
  .header-container .nav > li > a span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
  }
  .header-container .table-menu .nav {
    display: table;
    width: 100%;
  }
  .header-container .table-menu .nav > li {
    display: table-cell;
    float: none;
  }
  .header-container .container-r6z94 > .container {
    position: relative;
  }
  .header-container .container-r6z94 .has-divider > :first-child {
    min-width: 1px;
  }
  .header-container .container-r6z94 .has-divider > :first-child:before {
    background: #323232;
    content: "";
    display: block;
    height: 16px;
    width: 1px;
  }
  .header-container .container-r6z94 .reset {
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
  }
  .header-container .container-r6z94 .reset > :first-child {
    align-items: center;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #e6e6e6;
    display: flex;
    flex-direction: row;
    font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    height: 113px;
    justify-content: center;
    padding: 0;
    text-transform: none;
    transition: height 0.4s ease-in-out;
  }
  .header-container .container-r6z94 .reset span {
    display: inline-block;
  }
  .header-container .container-r6z94 .reset.contact-number:before {
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\c007";
    display: none;
    font-size: 22px;
    padding-bottom: 4px;
    padding-right: 5px;
  }
  .header-container .container-r6z94 .reset.contact-number a {
    text-decoration: none;
  }
  .header-container .container-r6z94 .reset.contact-number a:before {
    content: "\c007";
    font-size: 22px;
    padding-bottom: 4px;
    padding-right: 5px;
  }
  .header-container .container-r6z94 .reset.contact-number a:before,
  .header-container .container-r6z94 .reset.whatsapp a .icon:before {
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header-container .container-r6z94 .reset.whatsapp a .icon:before {
    content: "\e0e0";
    font-size: 35px;
  }
  .header-container .container-r6z94 .last li:last-child a,
  .header-container .container-r6z94 .last > :first-child {
    padding-right: 0;
  }
  .header-container .container-r6z94 .button {
    background: transparent;
    color: #e6e6e6;
  }
  .header-container .container-r6z94 .button .icon {
    display: block;
  }
  .header-container .container-r6z94 .button .icon:before {
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e6e6e6;
    content: "\e098";
    font-size: 22px;
  }
  .header-container .container-r6z94 .button .btn:after,
  .header-container .container-r6z94 .button .btn:before {
    display: none;
  }
  .header-container .container-r6z94 .button .btn span {
    line-height: normal;
    position: relative;
    top: auto;
    vertical-align: middle;
  }
  .header-container .container-r6z94 .button.find-button > .btn > .icon:before {
    content: "\c004";
  }
  .header-container
    .container-r6z94
    .button.contact-button
    > .btn
    > .icon:before {
    content: "\c007";
  }
  .header-container .container-r6z94 .social-icons li a {
    background: none;
    box-shadow: none;
    color: #e6e6e6;
    padding: 0;
  }
  .header-container .container-r6z94 .social-icons .icon-social:before {
    color: #e6e6e6;
    font-size: 22px;
  }
  .header-container .container-r6z94 .large-button {
    display: flex;
    height: 80px;
    transition: height 0.4s ease-in-out;
    width: auto;
  }
  .header-container .container-r6z94 .large-button > :first-child {
    align-items: center;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    height: 165px;
    justify-content: center;
  }
  .header-container .container-r6z94 .large-button .icon:before {
    color: inherit;
  }
  .header-container .container-r6z94 .highlight {
    background: #d2232a;
  }
  .header-container .container-r6z94 .highlight .icon:before,
  .header-container .container-r6z94 .highlight > :first-child {
    color: #fff;
  }
  .header-container .container-r6z94 .highlight-2 {
    background: #fff;
  }
  .header-container .container-r6z94 .highlight-2 .icon:before,
  .header-container .container-r6z94 .highlight-2 > :first-child {
    color: #000;
  }
  .header-container .container-r6z94 .saved-vehicles .fw-popup {
    text-decoration: none;
  }
  .header-container .container-r6z94 .saved-vehicles span:not(.count) {
    line-height: normal;
    position: relative;
    top: auto;
    vertical-align: middle;
  }
  .header-container .container-r6z94 .saved-vehicles .count {
    color: #e6e6e6;
  }
  .header-container .container-r6z94 .saved-vehicles.has-count-bg .count {
    background: #d2232a;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 18px;
  }
  .header-container .container-r6z94 .saved-vehicles:not(.has-count-bg) .count {
    line-height: normal;
    padding-right: 5px;
    position: relative;
    top: auto;
    vertical-align: middle;
  }
  .header-container .container-r6z94 .saved-vehicles.has-icon .icon:before {
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e6e6e6;
    content: "\e0b1";
    font-size: 22px;
  }
  .header-container .container-r6z94 .language-switch > :first-child {
    font-family: "29lt-adir", Arial, Verdana, Helvetica, sans-serif;
    text-transform: none;
  }
  .header-container .container-r6z94 .language-switch > :first-child > span {
    top: -4px;
  }
  .header-container .container-r6z94 .reset {
    padding-left: 0;
    padding-right: 0;
  }
  .header-container .container-3zz9e {
    display: block;
  }
  .header-container .row-qyzx7 {
    position: fixed;
    right: calc(-178px - 2px);
    top: 35%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
    z-index: 1025;
  }
  .header-container .row-qyzx7:hover,
  .vehicle-saved .header-container .row-qyzx7 {
    right: 0;
  }
  .header-container .row-qyzx7 .reset {
    background: #fff;
    box-shadow: none;
    clear: both;
    display: block;
    float: right;
    line-height: 46px;
    overflow: hidden;
    padding: 0;
    transition: all 0.4s ease-in-out;
    width: 178px;
  }
  .header-container .row-qyzx7 .reset > :first-child {
    color: #000;
    line-height: 46px;
    padding: 0 0 0 50px;
    text-align: left;
    width: 100%;
  }
  .header-container .row-qyzx7 .reset:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .header-container .row-qyzx7 > .module {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .header-container .row-qyzx7 > .module.quick-links {
    background: #d2232a;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 128px;
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
  }
  .header-container .row-qyzx7 > .module.quick-links span {
    backface-visibility: hidden;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    top: auto;
    transform: rotate(270deg);
    white-space: nowrap;
  }
  .header-container .row-qyzx7 > .module.quick-links a,
  .header-container .row-qyzx7 > .module.quick-links:hover a {
    background: #d2232a;
    color: #fff;
  }
  .header-container .row-qyzx7 > .module.quick-links a span,
  .header-container .row-qyzx7 > .module.quick-links:hover a span {
    color: #fff;
  }
  .header-container .row-qyzx7 > .module.quick-links .btn {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: visible;
    padding: 0;
  }
  .header-container .row-qyzx7 > .module.quick-links .btn:after,
  .header-container .row-qyzx7 > .module.quick-links .btn:before {
    display: none;
  }
  .header-container .row-qyzx7 .btn {
    background: none;
    border: none;
    border-radius: 0;
    float: right;
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 46px;
    padding: 0 0 0 50px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    width: 194px;
  }
  .header-container .row-qyzx7 .btn span {
    color: #000;
    position: relative;
    top: -3px;
  }
  .header-container .row-qyzx7 .btn:hover {
    background: #fff;
  }
  .header-container .row-qyzx7 .btn:hover span,
  .header-container .row-qyzx7 .btn:hover:after {
    color: #000;
  }
  .header-container .row-qyzx7 .btn:before {
    display: none;
  }
  .header-container .row-qyzx7 .btn:after {
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: none;
    background: none;
    color: #d2232a;
    float: right;
    font-size: 22px;
    height: auto;
    left: 13px;
    margin-left: 0;
    position: absolute;
    right: auto;
    text-align: center;
    top: auto;
    transform: none;
    width: auto;
  }
  .header-container .row-qyzx7 .btn div {
    display: inline-block;
  }
  .header-container .row-qyzx7 .chat {
    background: #fff;
  }
  .header-container .row-qyzx7 .chat .icon {
    display: none;
  }
  .header-container .row-qyzx7 .chat .btn {
    color: #000;
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
  }
  .header-container .row-qyzx7 .chat .btn:after {
    color: #000;
    font-size: 22px;
    line-height: 46px;
    width: 178px;
  }
  .header-container .row-qyzx7 .social-icons .btn:after {
    content: "\e089";
    line-height: 46px;
  }
  .header-container .row-qyzx7 .service .btn:after {
    content: "\c008";
    line-height: 46px;
  }
  .header-container .row-qyzx7 .test-drive .btn:after {
    content: "\c009";
    line-height: 46px;
  }
  .header-container .row-qyzx7 .find-us .btn:after {
    content: "\c004";
    line-height: 46px;
  }
  .header-container .row-qyzx7 .contact-button .btn:after {
    content: "\c007";
    line-height: 46px;
  }
  .header-container .row-qyzx7 .buy-online .btn:after {
    content: "\c003";
    line-height: 46px;
  }
  .header-container .row-qyzx7 .saved-vehicles {
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
    width: 178px;
  }
  .header-container .row-qyzx7 .saved-vehicles .icon {
    color: #d2232a;
    left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-container .row-qyzx7 .saved-vehicles .icon:before {
    content: "\e0b1";
    font-size: 22px;
  }
  .header-container .row-qyzx7 .saved-vehicles span {
    display: inline-block;
    line-height: normal;
    padding: 3px 0;
    position: relative;
    top: -3px;
  }
  .header-container .row-qyzx7 .saved-vehicles a {
    color: #000;
    display: block;
    font-size: 16px;
    height: 46px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header-container .row-qyzx7 .saved-vehicles a:after {
    clear: both;
    content: " ";
    display: table;
  }
  .header-container .row-qyzx7 .saved-vehicles .count {
    color: #000;
    margin-right: 5px;
  }
  .header-container .row-qyzx7 .saved-vehicles:hover {
    background: #fff;
  }
  .header-container .row-qyzx7 .saved-vehicles:hover .icon,
  .header-container .row-qyzx7 .saved-vehicles:hover span {
    color: #000;
  }
  .header-container .row-qyzx7 .social-icons {
    height: 46px;
    width: 178px;
  }
  .header-container .row-qyzx7 .social-icons:first-child {
    padding-left: 50px;
  }
  .header-container .row-qyzx7 .social-icons .inner:after {
    content: "\e089";
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 22px;
    left: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-container .row-qyzx7 .social-icons li {
    margin-left: 0;
  }
  .header-container .row-qyzx7 .social-icons li:first-child a {
    padding-left: 0;
  }
  .header-container .row-qyzx7 .social-icons li a {
    background: none;
    box-shadow: none;
    padding: 0 10px;
  }
  .header-container .row-qyzx7 .social-icons .icon-social:before {
    color: #000;
    font-size: 22px;
  }
  .header-container
    .container-296mj
    .contact-numbers
    .toggle-body
    li[class*="location"]
    .location:hover {
    text-decoration: none;
  }
  #pre-footer-wrap {
    position: relative;
  }
  #pre-footer-wrap .find-a-retailer .row-11f3m {
    padding-top: 16px;
  }
  #pre-footer-wrap .location-search .directions {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    padding-right: 20px;
  }
  #pre-footer-wrap .location-search .directions .control-label {
    flex-shrink: 0;
    padding-bottom: 0;
    padding-right: 50px;
    position: relative;
    top: -3px;
  }
  #pre-footer-wrap .location-search .directions .controls {
    width: 100%;
  }
  #pre-footer-wrap .location-search form {
    align-items: center;
    display: flex;
  }
  #pre-footer-wrap .location-search form > .btn {
    display: inline-block;
    flex-shrink: 0;
  }
  #pre-footer-wrap .find-a-retailer .dropdowns {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #pre-footer-wrap .find-a-retailer .dropdowns .dropdown {
    margin-bottom: 0;
    margin-right: 20px;
    width: 100%;
  }
  #pre-footer-wrap .find-a-retailer .dropdowns .button {
    display: inline-block;
    flex-shrink: 0;
    width: auto;
  }
  .home-banner .cyclr.fit-screen .adverts-container {
    height: 100%;
    overflow: hidden;
  }
  .home-banner .cyclr.fit-screen .adverts-container > .inner {
    height: 100%;
  }
  .home-banner .cyclr.fit-screen img {
    max-width: none;
  }
  .used-list.listing .list-item {
    width: 33.3%;
  }
  .used-list.listing.has-adspace .list-item {
    width: 50%;
  }
  [class^="used"].details [class^="span"] > div.divider {
    margin-inline: 0;
  }
  [class^="used"].details
    .container-341qs
    ~ .container-wrap
    .container:not(.modal-body) {
    padding-right: 33.3333%;
    position: relative;
  }
  [class^="used"].details .used-media {
    padding-bottom: 20px;
  }
  [class^="used"].details .used-media .offer-sash {
    left: 10px;
    top: 10px;
  }
  [class^="used"].details .thumbnails .tab-nav a {
    line-height: 40px;
    padding-block: 0;
  }
  [class^="used"].details .thumbnails [data-cycle-fx] {
    display: block !important;
    overflow: hidden;
    width: 100% !important;
  }
  [class^="used"].details .thumbnails [data-cycle-fx] .cycle-sentinel,
  [class^="used"].details .thumbnails [data-cycle-fx] .item {
    cursor: pointer;
    display: inline-block;
    opacity: 1;
    padding: 0 5px !important;
    width: 16.66666667% !important;
  }
  [class^="used"].details .thumbnails .inset {
    position: relative;
  }
  [class^="used"].details .thumbnails .cycle-slide-active .inset:before {
    border: 1px solid #e6e6e6;
    bottom: -1px;
    box-shadow: inset 0 0 0 8px #f2f2f2;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 5;
  }
  [class^="used"].details .row-q9ih3 {
    z-index: 10;
  }
  [class^="used"].details .row-03q1g {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: calc(33.3333% - 20px);
    z-index: 100;
  }
  [class^="used"].details .container-fluid .sticky-module .container {
    max-width: 1920px;
    width: auto;
  }
  [class^="used"].details .container-fluid .sticky-module .container.container {
    padding-right: 0;
  }
  [class^="used"].details .container-1e7p0 .sticky-module-inset {
    margin: 0 auto;
    max-width: 1920px;
    opacity: 0;
    transition:
      visibility 0.4s ease-in-out,
      opacity 0.4s ease-in-out;
    visibility: hidden;
  }
  [class^="used"].details .container-1e7p0 .fixed {
    opacity: 1;
    visibility: visible;
  }
  [class^="used"].details .container-1e7p0 .fixed .row-q9ih3 {
    position: absolute;
    right: 40px;
    top: 70px;
    width: calc(33.3333% - 40px);
  }
  [class^="used"].details .efficiency-data .efficiency-monthly-running-costs,
  [class^="used"].details .efficiency-data .efficiency-tax-band-graphic {
    width: 50%;
  }
  [class^="used"].details .efficiency-data .efficiency-road-tax-info,
  [class^="used"].details .efficiency-data .total-monthly-cost,
  [class^="used"].details .efficiency-data .total-monthly-cost-container {
    float: none;
    padding-left: 0;
    width: auto;
  }
  [class^="used"].details .tech-data .column {
    width: 50%;
  }
  [class*="new"].details .interior-tour .responsive-iframe {
    padding-bottom: 33.33333333%;
  }
  .config-foot .buttons {
    padding-inline: 10px;
  }
  .config-steps .tab-nav > li.active a > span,
  .config-steps .tab-nav > li:not(.disabled):hover a > span,
  .config-steps .tab-nav > li > a,
  .config-steps .tab-nav > li > a span span {
    font-size: 15px;
  }
  .config-body .options.one .option {
    margin: 0 0 30px;
    width: 100%;
  }
  .config-body .options.two .option {
    margin: 0 0.25% 30px;
    width: 49.5%;
  }
  .config-body .options.four .option,
  .config-body .options.three .option {
    margin: 0 0.25% 30px;
    width: 24.5%;
  }
  .config-body .options.six .option {
    margin: 0 0.25% 30px;
    width: 32.83%;
  }
  .finance-overview .finance .finance-available .change {
    margin-left: 40px;
  }
  .selections {
    min-height: 675px;
  }
  .bodystyle-select {
    margin-left: -470px;
    max-width: 940px;
  }
  .bodystyle-select .options.one .option {
    margin: 0 0.25% 16px;
    width: 32.83%;
  }
  .engine-select .engine-type .list-item {
    margin: 0 0 10px;
  }
  .engine-select .engine-type .data .cell {
    border-right: 1px solid #a6a6a6;
    display: inline-block;
    width: 32.9%;
  }
  .engine-select .engine-type .data .cell .label {
    padding-left: 5%;
  }
  .engine-select .engine-type .data .cell:nth-child(3n) {
    border-right: 0;
  }
  .engine-select .engine-type .data .cell:nth-child(3n) .value {
    padding-right: 5%;
  }
  .engine-select .engine-type .data .cell:nth-child(3n) .label {
    padding-left: 5%;
  }
  .engine-select .engine-type .data .cell:nth-child(3n + 1) .label {
    padding-left: 0;
  }
  .transmission-fuel-select .options.two .option {
    margin: 0 0.25% 16px;
    width: 32.83%;
  }
  .options-select .group .list-item label .label,
  .options-select .group .list-item label .messages {
    width: 88%;
  }
  [class^="cap"][class*="offers"].details .price {
    font-size: 20px;
  }
  [class^="cap"][class*="offers"].details .price.statistic {
    height: 115px;
    width: 115px;
  }
  [class^="cap"][class*="offers"].details .price.statistic .after-label,
  [class^="cap"][class*="offers"].details .price.statistic .value {
    font-size: 18px;
  }
  [class^="cap"][class*="offers"].details
    .layout-8[class*="flex--container"]
    > .col-md-2 {
    flex: 1;
  }
  .locations.details .locations-hours .tab-pane,
  .vacancies.details .locations-hours .tab-pane {
    padding-inline: 30px;
  }
  [class*="vacancies"].details
    .recruitment-application-form.form-module.form-module
    label:not(.control-label) {
    padding-top: 20px;
  }
  [class*="vacancies"].details
    .recruitment-application-form.form-module.form-module
    .radio-btn
    .control-label:after,
  [class*="vacancies"].details
    .recruitment-application-form.form-module.form-module
    .radio-btn
    .control-label:before,
  [class*="vacancies"].details
    .recruitment-application-form.form-module.form-module
    .tick-box
    .control-label:after,
  [class*="vacancies"].details
    .recruitment-application-form.form-module.form-module
    .tick-box
    .control-label:before {
    top: 12px;
  }
  [class*="vacancies"].details
    .recruitment-application-form.form-module.form-module
    .tick-box
    input {
    top: 22px;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-contact-preferred-date,
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-contact-preferred-time,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-contact-preferred-date,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-contact-preferred-time {
    display: inline-block;
    width: 48%;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-contact-preferred-date,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-contact-preferred-date {
    margin-right: 2%;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-contact-preferred-time,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-contact-preferred-time {
    margin-left: 2%;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-email,
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-first-name,
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-last-name,
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-phone-number,
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-title,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-email,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-first-name,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-last-name,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-phone-number,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-title {
    display: inline-block;
    width: 48%;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-title,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-title {
    display: block;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-email,
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-first-name,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-email,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-first-name {
    margin-right: 2%;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-last-name,
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .control-customer-phone-number,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-last-name,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .control-customer-phone-number {
    margin-left: 2%;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    .dpp.is-checkbox
    .tick-box
    .control-label,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    .dpp.is-checkbox
    .tick-box
    .control-label {
    margin-right: 30px;
    padding-left: 28px;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    [class*="control-customer-agreement-of-terms"],
  [class*="service"].details
    .service-booking-form.form-module.form-module
    [class*="control-customer-agreement-of-terms"] {
    padding-left: 33px;
  }
  [class*="service"].cmfdetails
    .service-booking-form.form-module.form-module
    [class*="control-customer-agreement-of-terms"]
    .tick-box
    .help-inline,
  [class*="service"].details
    .service-booking-form.form-module.form-module
    [class*="control-customer-agreement-of-terms"]
    .tick-box
    .help-inline {
    left: 31px;
    top: 27px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .row-baict {
    max-width: 940px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 h1 {
    font-size: 38px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 p {
    font-size: 18px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump {
    margin-top: 20px;
  }
  .data-preferences
    #content-wrap:not(.nd-edit)
    .container-487v6
    .jump.jumps-6
    .title {
    font-size: 14px;
    line-height: 17px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump .title {
    bottom: 28px;
    font-size: 17px;
    line-height: 23px;
  }
  .data-preferences
    #content-wrap:not(.nd-edit)
    .container-487v6
    .jump
    .thumb
    img {
    max-width: 158px;
  }
  .vehicle__listing--details .location-no.is-large {
    font-size: calc(18px + (24 - 18) * ((100vw - 768px) / (1600 - 768)));
  }
  .vehicle__listing--details .location-no.is-large:before {
    display: none;
  }
  .vehicle__listing--details .location-no.is-large .hidden-phone,
  .vehicle__listing--details .location-no.is-large .visible-phone {
    padding-left: 0;
  }
  .history .the-journey-continues .text {
    right: 90px;
  }
  .news.listing .module.listing.box-list .title {
    min-height: 170px;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"] {
    bottom: 42px;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"]
    li {
    padding-inline: 1.2%;
  }
  .ismart .jump-cycle-01 .item {
    margin-bottom: 20px;
  }
  .ismart .jump-cycle-01 .cycle {
    text-align: left;
  }
  .ismart .jump-cycle-01 .strapline {
    min-height: 55px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .box-list.listing .list-item,
  .box-list.new-list .inner > .list-item,
  .box-list.offer-list .inner > .list-item {
    width: 25%;
  }
  .box-list.location-listing .inner > .list-item {
    width: 7.14285714%;
  }
  .has-controls-bottom .controls {
    inset-inline: 40px;
  }
  [data-cycle-fx="carousel"] .cycle-sentinel,
  [data-cycle-fx="carousel"] .item {
    width: 25%;
  }
  .nav > li[class*="new-cars"] .dropdown-menu {
    padding: 40px;
  }
  .nav > li[class*="new-cars"] .dropdown-menu li {
    width: 20%;
  }
  .nav > li > a {
    padding: 0 13px;
  }
  .modal.has-image .modal-header {
    display: block;
  }
  .modal.has-image .modal-header .modal-title {
    display: none;
  }
  [class*="span"] + [class*="col-lg-"] {
    clear: none;
    margin-top: 0;
  }
  .hidden-desktop,
  .u-hidden-lg-up {
    display: none !important;
  }
  .cyclr .caption .caption-inset {
    font-size: 1.125rem;
  }
  .has-large-icons.social-icons.social-icons-block li a .icon {
    margin-right: 26px;
  }
  .has-large-icons.social-icons.social-icons-block li a .icon:before {
    font-size: 32px;
    padding: 16px;
  }
  .tab-has-toggles.tabs .toggle-heading {
    display: none;
  }
  .tab-has-toggles.tabs .toggle-body {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
  }
  .tab-has-toggles .tab-content .tab-pane.active .toggle-body,
  .tab-has-toggles .tab-nav {
    display: block;
  }
  .search--expanded.search .bootstrap-select .dropdown-menu:not(.inner) {
    position: static;
  }
  .search--expanded.search .bootstrap-select .dropdown-menu {
    max-height: 28vh !important;
  }
  .search > .inner,
  .search > .inner form {
    height: 100%;
  }
  .search--standard.search > .inner {
    border-block: 1px solid #757575;
    border-left: none;
    border-right: 1px solid #757575;
  }
  .search .buttons {
    background: #fff;
  }
  .search .buttons .btn {
    background-color: #d2232a;
    color: #fff;
  }
  .search .buttons .btn:hover {
    background-color: #000;
    color: #fff;
  }
  .search .buttons .cancel .btn,
  .search .buttons .clear .btn {
    color: #404040;
  }
  .search .filter {
    width: 20%;
  }
  .search .filter.active {
    z-index: 1015;
  }
  .search .filters {
    position: static;
  }
  .search .filter-inset {
    flex-direction: row;
    height: 100%;
    overflow: visible;
  }
  .search--standard.search .filter-inset {
    background: #fff;
  }
  .search .filter-heading {
    border-bottom: none;
    border-left: 1px solid #757575;
  }
  .search .filter-make {
    margin-bottom: 0;
  }
  .search .advanced-options .tab-pane .options {
    display: block !important;
  }
  .search .advanced-options .group .option {
    width: calc(20% - 10px);
  }
  .search .filter-distance .filter-options .tab-nav {
    background: #e6e6e6;
    color: #000;
  }
  .search .filter-distance .filter-options .tab-nav > li {
    flex: auto;
  }
  .search .filter-distance .filter-options .tab-nav > li a {
    align-items: center;
    background: #d9d9d9;
    border: none;
    color: #000;
    display: flex;
    height: 100%;
    justify-content: center;
  }
  .search .filter-distance .filter-options .tab-nav > li a:hover,
  .search .filter-distance .filter-options .tab-nav > li.active a {
    background: #fff;
    color: #000;
  }
  .row-g1yb5 {
    display: flex;
  }
  .button__search .btn {
    border-block: 1px solid #757575;
    border: 1px solid #757575;
    border-left: none;
  }
  .button__search:last-child .btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .search__button .btn {
    border-radius: 0;
  }
  .location-search .control-group {
    margin-bottom: 0;
    width: auto;
  }
  .location-search .controls {
    width: 200px;
  }
  .location-search .btn {
    clear: none;
    float: left;
    margin-left: 10px;
  }
  .location-directions .controls {
    width: 56.5%;
  }
  .vacancies-list .vacancies-table tr {
    padding: 30px 38px 38px;
  }
  .online-deposits-widget #nd-online-vehicle-sales .summary-section {
    padding: 26px 40px 35px;
  }
  .online-deposits-widget #nd-online-vehicle-sales .finance-quote {
    font-size: 15px;
  }
  .valuation-widget-jump div:first-of-type.control-group .control-label {
    margin-top: 10px;
  }
  .module-cycle.has-arrows-outside .cycle-next {
    right: 0 !important;
  }
  .module-cycle.has-arrows-outside .cycle-prev {
    left: 0 !important;
  }
  .fill-container-body-bg\@lg,
  .fill-container-white\@lg {
    background-color: #fff !important;
  }
  .fill-container-black\@lg {
    background-color: #000 !important;
  }
  .fill-container-grey\@lg {
    background-color: #757575 !important;
  }
  .fill-container-light-grey\@lg {
    background-color: #efefef !important;
  }
  .fill-container-mid-light-grey\@lg {
    background-color: #b5b5b5 !important;
  }
  .fill-container-dark-grey\@lg {
    background-color: #121212 !important;
  }
  .fill-container-mid-dark-grey\@lg {
    background-color: #4f4f4f !important;
  }
  .fill-container-highlight\@lg {
    background-color: #d2232a !important;
  }
  .fill-container-highlight-alt\@lg {
    background-color: #000 !important;
  }
  .fill-container-transparent\@lg {
    background-color: transparent !important;
  }
  .fill-white\@lg .inner {
    background-color: #fff;
  }
  .fill-black\@lg .inner {
    background-color: #000;
  }
  .fill-grey\@lg .inner {
    background-color: #757575;
  }
  .fill-light-grey\@lg .inner {
    background-color: #efefef;
  }
  .fill-mid-light-grey\@lg .inner {
    background-color: #b5b5b5;
  }
  .fill-dark-grey\@lg .inner {
    background-color: #121212;
  }
  .fill-mid-dark-grey\@lg .inner {
    background-color: #4f4f4f;
  }
  .fill-highlight\@lg .inner {
    background-color: #d2232a;
  }
  .fill-highlight-alt\@lg .inner {
    background-color: #000;
  }
  .fill-transparent\@lg .inner {
    background-color: transparent;
  }
  .fill-body-bg\@lg .inner {
    background-color: #fff;
  }
  .fill-height\@lg,
  .fill-height\@lg .inner,
  .fill-height\@lg .inner > a {
    height: 100%;
  }
  [class*="flex"] > .fill-height\@lg {
    height: auto;
  }
  .module.slim\@lg {
    padding-inline: 1px;
  }
  .color-white\@lg,
  .color-white\@lg .cms-link:not(.btn),
  .color-white\@lg h1,
  .color-white\@lg h2,
  .color-white\@lg h3,
  .color-white\@lg h3 a,
  .color-white\@lg h3.title,
  .color-white\@lg.link .btn {
    color: #fff;
  }
  .color-black\@lg,
  .color-black\@lg .cms-link:not(.btn),
  .color-black\@lg h1,
  .color-black\@lg h2,
  .color-black\@lg h2.heading,
  .color-black\@lg h3,
  .color-black\@lg h3 a,
  .color-black\@lg h3.title,
  .color-black\@lg.link .btn {
    color: #000;
  }
  .color-invert\@lg,
  .color-invert\@lg:not(.btn),
  .color-invert\@lg.link .btn {
    color: #fff;
  }
  .color-primary\@lg,
  .color-primary\@lg .cms-link:not(.btn),
  .color-primary\@lg.link .btn {
    color: #000;
  }
  .color-secondary\@lg,
  .color-secondary\@lg .cms-link:not(.btn),
  .color-secondary\@lg.link .btn {
    color: #464646;
  }
  .color-tertiary\@lg,
  .color-tertiary\@lg .cms-link:not(.btn),
  .color-tertiary\@lg.link .btn {
    color: #d2232a;
  }
  .color-reset\@lg,
  .color-reset\@lg .cms-link:not(.btn),
  .color-reset\@lg.link .btn {
    color: #464646;
  }
  .has-border\@lg .inner {
    border: 1px solid #efefef;
  }
  .border-none\@lg .inner,
  .border-none\@lg .inner:before {
    border: none !important;
  }
  .border-top\@lg .inner:before {
    border-top: 1px solid #fff !important;
  }
  .border-bottom\@lg .inner:before {
    border-bottom: 1px solid #fff !important;
  }
  .border-right\@lg .inner:before {
    border-right: 1px solid #fff !important;
  }
  .border-left\@lg .inner:before {
    border-left: 1px solid #fff !important;
  }
  .rounded-inner\@lg > .inner,
  .rounded\@lg {
    border-radius: 0;
    overflow: hidden;
  }
  .rounded-inner\@lg > .inner:before,
  .rounded-none\@lg {
    border-radius: 0;
  }
  .rounded-inner-none\@lg .inner {
    border-radius: 0;
    overflow: visible;
  }
  .rounded-inner-none\@lg .inner figure.responsive-image:before,
  .rounded-inner-none\@lg .inner:before {
    border-radius: 0 !important;
  }
  .rounded-top-left\@lg {
    border-top-left-radius: 0;
  }
  .rounded-inner-top-left\@lg > .inner {
    border-top-left-radius: 0;
    overflow: hidden;
  }
  .rounded-bottom-left\@lg {
    border-bottom-left-radius: 0;
  }
  .rounded-inner-bottom-left\@lg > .inner {
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
  .rounded-top-right\@lg {
    border-top-right-radius: 0;
  }
  .rounded-inner-top-right\@lg > .inner {
    border-top-right-radius: 0;
    overflow: hidden;
  }
  .rounded-inner-top-right-none\@lg,
  .rounded-inner-top-right-none\@lg > .inner {
    border-top-right-radius: 0;
  }
  .rounded-bottom-right\@lg {
    border-bottom-right-radius: 0;
  }
  .rounded-inner-bottom-right\@lg > .inner {
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .flex\@lg {
    display: flex;
  }
  .flex\@lg .inner,
  .flex\@lg .inner > a,
  .flex\@lg .inset,
  .flex\@lg .inset > a {
    display: flex;
    width: 100%;
  }
  .block\@lg .inner,
  .block\@lg .inner > a,
  .block\@lg .inset,
  .block\@lg .inset > a,
  .flex\@lg.module-cycle .inner {
    display: block;
  }
  .block\@lg .text,
  .block\@lg .thumb {
    width: auto;
  }
  .flex--justify-center\@lg .inner,
  .flex--justify-center\@lg .inner > a,
  .flex--justify-center\@lg .inset,
  .flex--justify-center\@lg .inset > a {
    justify-content: center;
  }
  .flex--align-center\@lg .inner,
  .flex--align-center\@lg .inner > a,
  .flex--align-center\@lg .inset,
  .flex--align-center\@lg .inset > a {
    align-items: center;
  }
  .flex--justify-start\@lg .inner,
  .flex--justify-start\@lg .inner > a,
  .flex--justify-start\@lg .inset,
  .flex--justify-start\@lg .inset > a {
    justify-content: flex-start;
  }
  .flex--justify-end\@lg .inner,
  .flex--justify-end\@lg .inner > a,
  .flex--justify-end\@lg .inset,
  .flex--justify-end\@lg .inset > a {
    justify-content: flex-end;
  }
  .flex--direction-column\@lg .inner,
  .flex--direction-column\@lg .inner > a,
  .flex--direction-column\@lg .inset,
  .flex--direction-column\@lg .inset > a {
    flex-direction: column;
  }
  .flex--direction-row\@lg .inner,
  .flex--direction-row\@lg .inner > a,
  .flex--direction-row\@lg .inset,
  .flex--direction-row\@lg .inset > a {
    flex-direction: row;
  }
  .fill--height\@lg {
    height: 100%;
  }
  .text--fill-white\@lg .text__inner {
    background: #fff;
  }
  .text--fill-grey\@lg .text__inner {
    background: #757575;
  }
  .text--fill-light-grey\@lg .text__inner {
    background: hsla(0, 0%, 94%, 0.75);
  }
  .text--fill-highlight\@lg .text__inner {
    background: rgba(210, 35, 42, 0.75);
  }
  .text--fill-transparent\@lg .text__inner {
    background: transparent;
  }
  .text--fill-body-bg\@lg .text__inner,
  .text-area--fill-white\@lg .text {
    background: #fff;
  }
  .text-area--fill-grey\@lg .text {
    background: #757575;
  }
  .text-area--fill-light-grey\@lg .text {
    background: hsla(0, 0%, 94%, 0.75);
  }
  .text-area--fill-highlight\@lg .text {
    background: rgba(210, 35, 42, 0.75);
  }
  .text-area--fill-transparent\@lg .text {
    background: transparent;
  }
  .text-area--fill-body-bg\@lg .text {
    background: #fff;
  }
  .text--gradient-grey\@lg .text__inner,
  .text-area--gradient-grey\@lg .text {
    background: linear-gradient(180deg, hsla(0, 0%, 44%, 0) 0, #707070);
  }
  .text--max-width-8\@lg .text__inner {
    max-width: 800px;
  }
  .text--max-width-6\@lg .text__inner {
    max-width: 600px;
  }
  .text--max-width-4\@lg .text__inner {
    max-width: 400px;
  }
  .text--max-width-3\@lg .text__inner {
    max-width: 300px;
  }
  .text--max-width-2\@lg .text__inner {
    max-width: 200px;
  }
  .text--max-width-0\@lg .text__inner {
    max-width: auto;
  }
  .text--max-width\@lg .text > span {
    margin-inline: auto;
    max-width: 500px;
  }
  .text--absolute\@lg .text {
    inset: 0 0;
    position: absolute;
    z-index: 10;
  }
  .text--justify-left\@lg .text {
    justify-content: flex-start;
  }
  .text--justify-right\@lg .text {
    justify-content: flex-end;
  }
  .text--justify-center\@lg .text {
    justify-content: center;
  }
  .text--align-self-center\@lg .text {
    align-items: center;
  }
  .text--align-stretch\@lg .text {
    align-items: stretch;
  }
  .text--align-self-start\@lg .text {
    align-items: flex-start;
  }
  .text--align-self-end\@lg .text {
    align-items: flex-end;
  }
  .text--static\@lg .text {
    max-width: none;
    position: static;
  }
  .text--flex-grow\@lg .text {
    flex-grow: 1;
  }
  .text--fluid\@lg .text {
    float: none;
    left: 0;
    max-width: none;
    width: 100%;
  }
  .text--fluid\@lg .text .text__inner {
    width: 100%;
  }
  .text--1\@lg .text {
    width: 8.33333333%;
  }
  .text--2\@lg .text {
    width: 16.66666667%;
  }
  .text--3\@lg .text {
    width: 25%;
  }
  .text--4\@lg .text {
    width: 33.33333333%;
  }
  .text--5\@lg .text {
    width: 41.66666667%;
  }
  .text--6\@lg .text {
    width: 50%;
  }
  .text--7\@lg .text {
    width: 58.33333333%;
  }
  .text--8\@lg .text {
    width: 66.66666667%;
  }
  .text--9\@lg .text {
    width: 75%;
  }
  .text--10\@lg .text {
    width: 83.33333333%;
  }
  .text--11\@lg .text {
    width: 91.66666667%;
  }
  .text--12\@lg .text {
    width: 100%;
  }
  .text--py-16\@lg .text__inner {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .text--py-10\@lg .text__inner {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .text--py-6\@lg .text__inner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .text--py-4\@lg .text__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .text--py-3\@lg .text__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .text--py-2\@lg .text__inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .text--py-1\@lg .text__inner {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .text--py-0\@lg .text__inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .text--px-16\@lg .text__inner {
    padding-left: 160px;
    padding-right: 160px;
  }
  .text--px-10\@lg .text__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .text--px-6\@lg .text__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .text--px-4\@lg .text__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .text--px-3\@lg .text__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text--px-2\@lg .text__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text--px-1\@lg .text__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text--px-0\@lg .text__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .text--pr-16\@lg .text__inner {
    padding-right: 160px;
  }
  .text--pr-10\@lg .text__inner {
    padding-right: 100px;
  }
  .text--pr-6\@lg .text__inner {
    padding-right: 60px;
  }
  .text--pr-4\@lg .text__inner {
    padding-right: 40px;
  }
  .text--pr-3\@lg .text__inner {
    padding-right: 30px;
  }
  .text--pr-2\@lg .text__inner {
    padding-right: 20px;
  }
  .text--pr-1\@lg .text__inner {
    padding-right: 10px;
  }
  .text--pr-0\@lg .text__inner {
    padding-right: 0;
  }
  .text--pl-16\@lg .text__inner {
    padding-left: 160px;
  }
  .text--pl-10\@lg .text__inner {
    padding-left: 100px;
  }
  .text--pl-6\@lg .text__inner {
    padding-left: 60px;
  }
  .text--pl-4\@lg .text__inner {
    padding-left: 40px;
  }
  .text--pl-3\@lg .text__inner {
    padding-left: 30px;
  }
  .text--pl-2\@lg .text__inner {
    padding-left: 20px;
  }
  .text--pl-1\@lg .text__inner {
    padding-left: 10px;
  }
  .text--pl-0\@lg .text__inner {
    padding-left: 0;
  }
  .text--pb-16\@lg .text__inner {
    padding-bottom: 160px;
  }
  .text--pb-10\@lg .text__inner {
    padding-bottom: 100px;
  }
  .text--pb-6\@lg .text__inner {
    padding-bottom: 60px;
  }
  .text--pb-4\@lg .text__inner {
    padding-bottom: 40px;
  }
  .text--pb-3\@lg .text__inner {
    padding-bottom: 30px;
  }
  .text--pb-2\@lg .text__inner {
    padding-bottom: 20px;
  }
  .text--pb-1\@lg .text__inner {
    padding-bottom: 10px;
  }
  .text--pb-0\@lg .text__inner {
    padding-bottom: 0;
  }
  .text--pt-16\@lg .text__inner {
    padding-top: 160px;
  }
  .text--pt-10\@lg .text__inner {
    padding-top: 100px;
  }
  .text--pt-6\@lg .text__inner {
    padding-top: 60px;
  }
  .text--pt-4\@lg .text__inner {
    padding-top: 40px;
  }
  .text--pt-3\@lg .text__inner {
    padding-top: 30px;
  }
  .text--pt-2\@lg .text__inner {
    padding-top: 20px;
  }
  .text--pt-1\@lg .text__inner {
    padding-top: 10px;
  }
  .text--pt-0\@lg .text__inner {
    padding-top: 0;
  }
  .thumb--no-blur\@lg figure.responsive-image,
  .thumb--no-blur\@lg img {
    filter: blur(0);
  }
  .thumb--blur\@lg figure.responsive-image,
  .thumb--blur\@lg img {
    filter: blur(5px);
  }
  .thumb--blur-more\@lg figure.responsive-image,
  .thumb--blur-more\@lg img {
    filter: blur(25px);
  }
  .thumb--no-overlay\@lg figure.responsive-image:before {
    display: none;
  }
  .thumb--overlay\@lg figure.responsive-image {
    position: relative;
  }
  .thumb--overlay\@lg figure.responsive-image:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    z-index: 5;
  }
  .thumb--overlay\@lg .text {
    z-index: 6;
  }
  .thumb--overlay-gradient\@lg figure.responsive-image {
    position: relative;
  }
  .thumb--overlay-gradient\@lg figure.responsive-image:before {
    background-image: linear-gradient(transparent 60%, #000);
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .thumb--overlay-gradient\@lg .text {
    z-index: 5;
  }
  .thumb--overlay-gradient\@lg.thumb--rounded\@lg
    figure.responsive-image:before {
    border-radius: 0 !important;
  }
  .thumb--align-center\@lg .thumb {
    align-self: center;
  }
  .thumb--justify-left\@lg .thumb {
    order: -1;
  }
  .thumb--justify-right\@lg .thumb {
    order: 2;
  }
  .thumb--1\@lg .thumb {
    width: 8.33333333%;
  }
  .thumb--2\@lg .thumb {
    width: 16.66666667%;
  }
  .thumb--3\@lg .thumb {
    width: 25%;
  }
  .thumb--4\@lg .thumb {
    width: 33.33333333%;
  }
  .thumb--5\@lg .thumb {
    width: 41.66666667%;
  }
  .thumb--6\@lg .thumb {
    width: 50%;
  }
  .thumb--7\@lg .thumb {
    width: 58.33333333%;
  }
  .thumb--8\@lg .thumb {
    width: 66.66666667%;
  }
  .thumb--9\@lg .thumb {
    width: 75%;
  }
  .thumb--10\@lg .thumb {
    width: 83.33333333%;
  }
  .thumb--11\@lg .thumb {
    width: 91.66666667%;
  }
  .thumb--12\@lg .thumb {
    width: 100%;
  }
  .thumb--py-6\@lg .thumb {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .thumb--py-4\@lg .thumb {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .thumb--py-2\@lg .thumb {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .thumb--py-1\@lg .thumb {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .thumb--py-0\@lg .thumb {
    padding-bottom: 0;
    padding-top: 0;
  }
  .thumb--px-6\@lg .thumb {
    padding-left: 60px;
    padding-right: 60px;
  }
  .thumb--px-4\@lg .thumb {
    padding-left: 40px;
    padding-right: 40px;
  }
  .thumb--px-2\@lg .thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .thumb--px-1\@lg .thumb {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumb--px-0\@lg .thumb {
    padding-left: 0;
    padding-right: 0;
  }
  .thumb--pr-6\@lg .thumb {
    padding-right: 60px;
  }
  .thumb--pr-4\@lg .thumb {
    padding-right: 40px;
  }
  .thumb--pr-2\@lg .thumb {
    padding-right: 20px;
  }
  .thumb--pr-1\@lg .thumb {
    padding-right: 10px;
  }
  .thumb--pr-0\@lg .thumb {
    padding-right: 0;
  }
  .thumb--pl-6\@lg .thumb {
    padding-left: 60px;
  }
  .thumb--pl-4\@lg .thumb {
    padding-left: 40px;
  }
  .thumb--pl-2\@lg .thumb {
    padding-left: 20px;
  }
  .thumb--pl-1\@lg .thumb {
    padding-left: 10px;
  }
  .thumb--pl-0\@lg .thumb {
    padding-left: 0;
  }
  .thumb--pb-6\@lg .thumb {
    padding-bottom: 60px;
  }
  .thumb--pb-4\@lg .thumb {
    padding-bottom: 40px;
  }
  .thumb--pb-2\@lg .thumb {
    padding-bottom: 20px;
  }
  .thumb--pb-1\@lg .thumb {
    padding-bottom: 10px;
  }
  .thumb--pb-0\@lg .thumb {
    padding-bottom: 0;
  }
  .thumb--pt-6\@lg .thumb {
    padding-top: 60px;
  }
  .thumb--pt-4\@lg .thumb {
    padding-top: 40px;
  }
  .thumb--pt-2\@lg .thumb {
    padding-top: 20px;
  }
  .thumb--pt-1\@lg .thumb {
    padding-top: 10px;
  }
  .thumb--pt-0\@lg .thumb {
    padding-top: 0;
  }
  .img--block img {
    display: block;
  }
  .thumb--tiny\@lg .thumb {
    margin-inline: auto;
    max-width: 140px;
  }
  .thumb--float-left\@lg .thumb {
    float: left;
  }
  .thumb--hide\@lg .image,
  .thumb--hide\@lg .thumb {
    display: none !important;
  }
  .thumb--hidden\@lg img {
    visibility: hidden;
  }
  .thumb--block\@lg .image,
  .thumb--block\@lg .thumb {
    display: block !important;
  }
  .thumb--rounded\@lg .cycle .image,
  .thumb--rounded\@lg .cycle .responsive-image,
  .thumb--rounded\@lg .image .responsive-image,
  .thumb--rounded\@lg .thumb .responsive-image {
    border-radius: 0;
    overflow: hidden;
  }
  .thumb--rounded\@lg .cycle .image img,
  .thumb--rounded\@lg .cycle .responsive-image img,
  .thumb--rounded\@lg .image .responsive-image img,
  .thumb--rounded\@lg .thumb .responsive-image img {
    border-radius: 0;
  }
  .thumb--circular\@lg .cycle .responsive-image,
  .thumb--circular\@lg .image .responsive-image,
  .thumb--circular\@lg .thumb .responsive-image {
    border-radius: 50%;
    overflow: hidden;
  }
  .thumb--circular\@lg .cycle .responsive-image img,
  .thumb--circular\@lg .image .responsive-image img,
  .thumb--circular\@lg .thumb .responsive-image img {
    border-radius: 50%;
  }
  .thumb--fluid\@lg .image,
  .thumb--fluid\@lg .thumb {
    float: none;
    width: 100%;
  }
  .thumb--underlay\@lg figure.responsive-image {
    background: #d2232a;
  }
  .thumb--underlay-secondary\@lg figure.responsive-image {
    background: #000;
  }
  .thumb--has-border\@lg .thumb {
    border: 1px solid #efefef;
  }
  .title--dark\@lg .heading,
  .title--dark\@lg .title,
  .title--dark\@lg .title h3 {
    color: #000;
  }
  .title--white\@lg .heading,
  .title--white\@lg .title,
  .title--white\@lg .title h3 {
    color: #fff;
  }
  .title--highlight\@lg .heading,
  .title--highlight\@lg .title,
  .title--highlight\@lg .title h3 {
    color: #000;
  }
  .title--condensed\@lg .heading,
  .title--condensed\@lg .title {
    margin: 0 !important;
  }
  .sub-title--hide\@lg .sub-title {
    display: none !important;
  }
  .sub-title--hide\@lg .text .sub-title + span {
    padding-top: 0;
  }
  .sub-title--block\@lg .sub-title {
    display: block !important;
  }
  .sub-title--block\@lg .text .sub-title + span {
    padding-top: 20px;
  }
  .sub-title--dark\@lg .sub-title {
    color: #000;
  }
  .sub-title--white\@lg .sub-title {
    color: #fff;
  }
  .sub-title--highlight\@lg .sub-title {
    color: #d2232a;
  }
  .strapline--hide\@lg .strapline {
    display: none !important;
  }
  .strapline--block\@lg .strapline {
    display: block !important;
  }
  .strapline--dark\@lg .strapline {
    color: #000;
  }
  .strapline--white\@lg .strapline {
    color: #fff !important;
  }
  .strapline--highlight\@lg .strapline {
    color: #000;
  }
  .strapline--condensed\@lg .strapline {
    padding: 0 !important;
  }
  .content--hide\@lg .content {
    display: none !important;
  }
  .content--block\@lg .content {
    display: block !important;
  }
  .button--align-center\@lg .button {
    text-align: center;
  }
  .button--hide\@lg .button {
    display: none !important;
  }
  .button--block\@lg .button {
    display: block !important;
  }
  .button--align-bottom\@lg .text__inner {
    display: flex;
    flex-direction: column;
  }
  .button--align-bottom\@lg .button {
    margin-top: auto;
  }
  .btn--full-width\@lg .btn {
    width: 100% !important;
  }
  .u-float-none\@lg {
    float: none !important;
  }
  .u-float-right\@lg {
    float: right !important;
  }
  .sticky\@lg {
    position: sticky !important;
    top: 0;
    z-index: 1015;
  }
  .u-float-left\@lg {
    float: left !important;
  }
  .u-width-reset\@lg {
    width: auto;
  }
  .clear-both\@lg {
    clear: both;
  }
  .clear-none\@lg {
    clear: none;
  }
  .align-center\@lg {
    text-align: center;
  }
  .align-left\@lg {
    text-align: left;
  }
  .align-right\@lg {
    text-align: right;
  }
  .flex-basis-0\@lg {
    flex-basis: 0;
  }
  .flex-grow-1\@lg {
    flex-grow: 1;
  }
  .flex--container-align-start\@lg {
    align-items: flex-start;
  }
  .flex--container-align-center\@lg {
    align-items: center;
  }
  .flex--container-align-end\@lg {
    align-items: flex-end;
  }
  .flex--container-align-content-center\@lg {
    align-content: center;
  }
  .flex--container-justify-center\@lg {
    justify-content: center;
  }
  .flex--container-justify-start\@lg {
    justify-content: flex-start;
  }
  .flex--container-justify-between\@lg {
    justify-content: space-between;
  }
  .flex--container-justify-around\@lg {
    justify-content: space-around;
  }
  .flex--container-justify-end\@lg {
    justify-content: flex-end;
  }
  .flex--container-direction-column\@lg {
    flex-direction: column;
  }
  .flex--container-direction-row\@lg {
    flex-direction: row;
  }
  .flex--container-wrap\@lg {
    flex-wrap: wrap;
  }
  .flex--container-nowrap\@lg {
    flex-wrap: nowrap;
  }
  .flex--container-row-reverse\@lg {
    flex-direction: row-reverse;
  }
  .flex--container\@lg {
    display: flex !important;
  }
  .flex-order-1\@lg {
    order: 1 !important;
  }
  .flex-order-2\@lg {
    order: 2 !important;
  }
  .flex-order-3\@lg {
    order: 3 !important;
  }
  .flex-order-4\@lg {
    order: 4 !important;
  }
  .flex-order-5\@lg {
    order: 5 !important;
  }
  .block--container\@lg {
    display: block !important;
  }
  .container-wrap-border-top\@lg {
    border-top: 1px solid #757575;
  }
  .container-wrap-border-bottom\@lg {
    border-bottom: 1px solid #757575;
  }
  .container-border-top\@lg > .container {
    border-top: 1px solid #757575;
  }
  .container-no-border-top\@lg > .container {
    border-top: 0;
  }
  .container-border-bottom\@lg > .container {
    border-bottom: 1px solid #757575;
  }
  .container-no-border-bottom\@lg > .container {
    border-bottom: 0;
  }
  .container-fluid\@lg > .container {
    margin-inline: auto;
    max-width: 1920px;
    width: auto;
  }
  .container-fluid\@lg .row-fluid {
    margin-inline: auto;
  }
  .container--max-1600\@lg > .container {
    max-width: 1600px;
  }
  .container--max-1366\@lg > .container {
    max-width: 1366px;
  }
  .container--max-1170\@lg > .container {
    max-width: 1170px;
  }
  .container--max-720\@lg > .container {
    max-width: 720px;
  }
  .content-visibility\@lg {
    contain-intrinsic-size: 1000px;
    content-visibility: auto;
  }
  .compact\@lg .row-fluid {
    margin-inline: auto;
  }
  .slim\@lg .row-fluid {
    margin-inline: -1px;
  }
  .slim\@lg [class*="span"] {
    padding-inline: 1px;
  }
  .row--has-minus-margin-1\@lg {
    margin-inline: -10px !important;
  }
  .pr-14\@lg {
    padding-right: 140px !important;
  }
  .pr-8\@lg {
    padding-right: 80px !important;
  }
  .pr-4\@lg {
    padding-right: 40px !important;
  }
  .pr-3\@lg {
    padding-right: 30px !important;
  }
  .pr-2\@lg {
    padding-right: 20px !important;
  }
  .pr-1\@lg {
    padding-right: 10px !important;
  }
  .pr-0\@lg {
    padding-right: 0 !important;
  }
  .pl-14\@lg {
    padding-left: 140px !important;
  }
  .pl-8\@lg {
    padding-left: 80px !important;
  }
  .pl-4\@lg {
    padding-left: 40px !important;
  }
  .pl-3\@lg {
    padding-left: 30px !important;
  }
  .pl-2\@lg {
    padding-left: 20px !important;
  }
  .pl-1\@lg {
    padding-left: 10px !important;
  }
  .pl-0\@lg {
    padding-left: 0 !important;
  }
  .pb-14\@lg {
    padding-bottom: 140px !important;
  }
  .pb-8\@lg {
    padding-bottom: 80px !important;
  }
  .pb-4\@lg {
    padding-bottom: 40px !important;
  }
  .pb-3\@lg {
    padding-bottom: 30px !important;
  }
  .pb-2\@lg {
    padding-bottom: 20px !important;
  }
  .pb-1\@lg {
    padding-bottom: 10px !important;
  }
  .pb-0\@lg {
    padding-bottom: 0 !important;
  }
  .pt-14\@lg {
    padding-top: 140px !important;
  }
  .pt-8\@lg {
    padding-top: 80px !important;
  }
  .pt-4\@lg {
    padding-top: 40px !important;
  }
  .pt-3\@lg {
    padding-top: 30px !important;
  }
  .pt-2\@lg {
    padding-top: 20px !important;
  }
  .pt-1\@lg {
    padding-top: 10px !important;
  }
  .pt-0\@lg {
    padding-top: 0 !important;
  }
  .mr-14\@lg {
    margin-right: 140px !important;
  }
  .mr-8\@lg {
    margin-right: 80px !important;
  }
  .mr-4\@lg {
    margin-right: 40px !important;
  }
  .mr-3\@lg {
    margin-right: 30px !important;
  }
  .mr-2\@lg {
    margin-right: 20px !important;
  }
  .mr-1\@lg {
    margin-right: 10px !important;
  }
  .mr-0\@lg {
    margin-right: 0 !important;
  }
  .ml-14\@lg {
    margin-left: 140px !important;
  }
  .ml-8\@lg {
    margin-left: 80px !important;
  }
  .ml-4\@lg {
    margin-left: 40px !important;
  }
  .ml-3\@lg {
    margin-left: 30px !important;
  }
  .ml-2\@lg {
    margin-left: 20px !important;
  }
  .ml-1\@lg {
    margin-left: 10px !important;
  }
  .ml-0\@lg {
    margin-left: 0 !important;
  }
  .mb-14\@lg {
    margin-bottom: 140px !important;
  }
  .mb-8\@lg {
    margin-bottom: 80px !important;
  }
  .mb-4\@lg {
    margin-bottom: 40px !important;
  }
  .mb-3\@lg {
    margin-bottom: 30px !important;
  }
  .mb-2\@lg {
    margin-bottom: 20px !important;
  }
  .mb-1\@lg {
    margin-bottom: 10px !important;
  }
  .mb-0\@lg {
    margin-bottom: 0 !important;
  }
  .mt-14\@lg {
    margin-top: 140px !important;
  }
  .mt-8\@lg {
    margin-top: 80px !important;
  }
  .mt-4\@lg {
    margin-top: 40px !important;
  }
  .mt-3\@lg {
    margin-top: 30px !important;
  }
  .mt-2\@lg {
    margin-top: 20px !important;
  }
  .mt-1\@lg {
    margin-top: 10px !important;
  }
  .mt-0\@lg {
    margin-top: 0 !important;
  }
  .item--mx-0\@lg.module-cycle .cycle-scroller {
    margin-inline: 0 !important;
    width: 100%;
  }
  .item--mx-0\@lg.module-cycle .cycle .item .inset {
    margin-inline: 0 !important;
    width: auto;
  }
  .item--mx-1\@lg.module-cycle .cycle-scroller {
    margin-inline: -5px !important;
    width: calc(100% + 10px);
  }
  .item--mx-1\@lg.module-cycle .cycle .item .inset {
    margin-inline: 5px !important;
    width: auto;
  }
  .item--mx-2\@lg.module-cycle .cycle-scroller {
    margin-inline: -10px !important;
    width: calc(100% + 20px);
  }
  .item--mx-2\@lg.module-cycle .cycle .item .inset {
    margin-inline: 10px !important;
    width: auto;
  }
  .item--mx-3\@lg.module-cycle .cycle-scroller {
    margin-inline: -15px !important;
    width: calc(100% + 30px);
  }
  .item--mx-3\@lg.module-cycle .cycle .item .inset {
    margin-inline: 15px !important;
    width: auto;
  }
  .item--mx-4\@lg.module-cycle .cycle-scroller {
    margin-inline: -20px !important;
    width: calc(100% + 40px);
  }
  .item--mx-4\@lg.module-cycle .cycle .item .inset {
    margin-inline: 20px !important;
    width: auto;
  }
  .item--mx-6\@lg.module-cycle .cycle-scroller {
    margin-inline: -30px !important;
    width: calc(100% + 60px);
  }
  .item--mx-6\@lg.module-cycle .cycle .item .inset {
    margin-inline: 30px !important;
    width: auto;
  }
  .item--py-0\@lg.module-cycle .cycle .item .inset {
    padding: 0 !important;
  }
  .item--py-1\@lg.module-cycle .cycle .item .inset {
    padding: 10px 0 !important;
  }
  .item--my-1\@lg.module-cycle .cycle .item .inset {
    margin-block: 10px !important;
  }
  .one\@lg.module-cycle .cycle-scroller {
    margin-inline: 0;
  }
  .one\@lg.module-cycle .cycle .item {
    width: 100% !important;
  }
  .one\@lg.module-cycle .cycle .item .inset {
    margin-inline: 0;
    padding-inline: 0;
  }
  .two\@lg.module-cycle .cycle .item {
    width: 50% !important;
  }
  .three\@lg.module-cycle .cycle .item {
    width: 33.33333333% !important;
  }
  .four\@lg.module-cycle .cycle .item {
    width: 25% !important;
  }
  .five\@lg.module-cycle .cycle .item {
    width: 20% !important;
  }
  .six\@lg.module-cycle .cycle .item {
    width: 16.66666667% !important;
  }
  .align-center\@lg.module-cycle .inset {
    text-align: center;
  }
  .align-left\@lg.module-cycle .inset {
    text-align: left;
  }
  .align-right\@lg.module-cycle .inset {
    text-align: right;
  }
  .h1,
  h1 {
    font-size: 50px;
  }
  .jump.franchise-badge a {
    transition: all 0.4s ease-in-out;
  }
  .jump.franchise-badge a:hover {
    background-position-y: -15px;
  }
  .darken-image--hover div.responsive-image {
    background-color: #000;
  }
  .darken-image--hover figure {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
  }
  .darken-image--hover img {
    width: 100%;
  }
  .darken-image--hover a:hover figure {
    opacity: 0.7;
  }
  .scale-image--hover .thumb,
  .scale-image--hover div.responsive-image {
    overflow: hidden;
  }
  .scale-image--hover img {
    backface-visibility: hidden;
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
    width: 100%;
  }
  .scale-image--hover a {
    border-radius: 1px;
    overflow: hidden;
  }
  .scale-image--hover a:hover img {
    transform: scale(1.1);
  }
  .jump.simple--hover {
    overflow: hidden;
  }
  .jump.simple--hover .text {
    margin-top: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
  }
  .jump.simple--hover .text .text__inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .jump.simple--hover[class*="flex@"]:not(.block\@lg) .text {
    position: absolute;
  }
  .jump.simple--hover .thumb {
    overflow: hidden;
  }
  .jump.simple--hover .thumb .responsive-image {
    background-color: #000;
  }
  .jump.simple--hover img {
    backface-visibility: hidden;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
  }
  .jump.simple--hover .button {
    bottom: -50px;
    display: block;
    left: 0;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
  }
  .jump.simple--hover .button:not(.franchise-badge) {
    background: #d2232a;
  }
  .jump.simple--hover .button .btn {
    background: none;
    border: none;
    color: #000;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    width: 100%;
  }
  .jump.simple--hover .button .btn:not(.franchise-badge) {
    color: #fff;
  }
  .jump.simple--hover .button .btn span {
    display: inline-block;
    line-height: inherit;
  }
  .jump.simple--hover a:hover img {
    opacity: 0.7;
  }
  .jump.simple--hover a:hover .text {
    margin-top: -56px;
    padding-bottom: 56px;
  }
  [class*="text--absolute"].jump.simple--hover a:hover .text {
    margin-top: 0;
  }
  .jump.simple--hover a:hover .button {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .mus--004A .site-links li {
    display: inline-block;
    padding-bottom: 0;
    padding-right: 25px;
  }
  .home-banner .cyclr .title span {
    font-size: 30px;
  }
  .home-banner .cyclr .sub-title span {
    font-size: 50px;
  }
  .home-banner .cyclr .caption-inset {
    margin-left: 0;
    margin-right: 0;
  }
  .tex--006A .text__inner {
    width: 1366px;
  }
  .header-container .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .header-container .container-5k2ms .page-info {
    padding-left: 380px;
  }
  .homepage .header-container {
    background: #000;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: top 0.4s ease-in-out;
  }
  .homepage .header-container img {
    backface-visibility: hidden;
  }
  .header-container {
    position: relative;
    z-index: 1021;
  }
  .header-container .dealer-name,
  .header-container .franchise-badge,
  .header-container .logo {
    max-width: none;
  }
  .header-container .franchise-badge img {
    width: 168px;
  }
  .header-container .logo img {
    width: 124px;
  }
  .homepage:not(.is-top) .header-container .container-r6z94 .large-button,
  .homepage:not(.is-top)
    .header-container
    .container-r6z94
    .reset
    > :first-child {
    height: 60px;
  }
  .homepage:not(.is-top)
    .header-container
    .container-r6z94
    .large-button
    > :first-child {
    height: 90px;
  }
  .header-container .row-qyzx7 .apply .btn:after {
    content: "\c021";
    font-size: 35px;
    left: 7px;
    top: 4px;
  }
  .header-container .row-qyzx7 .offers .btn:after {
    content: "\c006";
    top: 9px;
  }
  .header-container .row-qyzx7 .buy-online .btn:after {
    content: "\c003";
    left: 12px;
  }
  #__ndcc_footerPlaceholder {
    right: 0;
  }
  #pre-footer-wrap .span12.col-lg-6 .custom-html {
    flex-shrink: 0;
  }
  #pre-footer-wrap {
    padding-bottom: 5px;
  }
  #pre-footer-wrap .find-a-retailer {
    background: #000;
    border-top: 1px solid #474747;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    transition: bottom 0.5s ease-in-out;
    z-index: 955;
  }
  .is-top #pre-footer-wrap .find-a-retailer {
    bottom: -85px;
  }
  #pre-footer-wrap .find-a-retailer .row-11f3m {
    align-items: center;
    display: flex;
    padding-bottom: 16px;
  }
  #pre-footer-wrap .find-a-retailer .row-11f3m > .button {
    flex-shrink: 0;
  }
  #pre-footer-wrap .find-a-retailer .link {
    margin-left: auto;
  }
  #pre-footer-wrap .location-search .directions {
    width: auto;
  }
  #pre-footer-wrap .find-a-retailer .dropdowns .dropdown,
  #pre-footer-wrap .location-search .directions .controls {
    width: 330px;
  }
  .is-top #pre-footer-wrap .find-a-retailer .dropdowns .dropdown-content {
    opacity: 0;
    visibility: hidden;
  }
  .container-wturj .col-lg-4 {
    width: 33.3%;
  }
  .home-banner ~ .container-wrap {
    z-index: 5;
  }
  .home-banner ~ .container-wrap.container-zk01n {
    z-index: 102;
  }
  .home-banner ~ .container-wrap.container-modal {
    z-index: inherit;
  }
  .homepage #content-wrap {
    margin-top: 113px;
    padding-top: 0;
  }
  .no-touch .homepage:not(. is-top) .home-banner .cycle-next,
  .no-touch .homepage:not(. is-top) .home-banner .cycle-pager-container,
  .no-touch .homepage:not(. is-top) .home-banner .cycle-prev {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .no-touch .homepage:not(. is-top) .home-banner .cyclr img {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
  }
  .no-touch .homepage:not(. is-top) .home-banner .cyclr .caption-inset {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .home-banner {
    background: none;
    min-height: 0;
  }
  .home-banner .container {
    left: 0;
    position: absolute;
    position: static;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .no-touch .home-banner .container {
    position: static;
    top: 0;
  }
  .home-banner.internal-banner .container {
    position: static;
  }
  .home-banner .cycle-next,
  .home-banner .cycle-prev {
    transition: opacity 0.4s ease-in-out;
  }
  .home-banner .cycle-pager-container {
    bottom: 54px;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
  }
  .home-banner .cyclr img {
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
  }
  .home-banner .cyclr .caption-inset {
    margin-bottom: 60px;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
  }
  .search-toggle .toggle-heading {
    display: none;
  }
  .search-toggle .toggle-body {
    display: block;
  }
  .used-list.listing .list-item {
    width: 25%;
  }
  .used-list.listing.has-adspace .list-item {
    width: 33.3%;
  }
  [class*="used"].listing .container-vpgvn .overlay__content {
    max-width: none;
    padding-bottom: 65px;
    padding-top: 65px;
  }
  [class^="used"].details .thumbnails .cycle .cycle-sentinel,
  [class^="used"].details .thumbnails .cycle .item,
  [class^="used"].details .thumbnails .cycle-slideshow .cycle-sentinel,
  [class^="used"].details .thumbnails .cycle-slideshow .item {
    width: 16.66666667% !important;
  }
  [class^="used"].details .tabs.tab-has-toggles .tab-pane {
    border-color: #efefef;
  }
  [class^="used"].details .overview-data.has-icons .row {
    display: flex;
  }
  [class^="used"].details .overview-data.has-icons .cell {
    padding-block: 45px;
    width: 16.66666667%;
  }
  [class^="used"].details .overview-data.has-icons .cell .icon {
    font-size: 75px;
    height: 75px;
    width: 75px;
  }
  [class^="used"].details .overview-data.has-icons .cell .value {
    padding-top: 10px;
  }
  [class^="used"].details .pack-vehicles > .inner {
    padding-inline: 30px;
  }
  [class*="used"].details .overview-data.has-icons .cell .icon {
    font-size: 50px;
    height: 50px;
    width: 50px;
  }
  [class*="used"].details .row-03q1g .vehicle-title .engine,
  [class*="used"].details .row-03q1g .vehicle-title .transmission,
  [class*="used"].details .row-03q1g .vehicle-title .variant {
    font-size: 22px;
  }
  .new-model-tabs .tab-content .tab-pane {
    padding-top: 60px;
  }
  .new-model-cycle [class*="cycle-pager-container"] {
    display: none;
  }
  .new-model-cycle .item .strapline {
    font-size: 28px;
  }
  .new-model-cycle.has-arrows .cycle-next,
  .new-model-cycle.has-arrows .cycle-prev {
    display: block !important;
  }
  .new-model-cycle.has-arrows-outside .cycle-next {
    right: -70px !important;
  }
  .new-model-cycle.has-arrows-outside .cycle-prev {
    left: -70px !important;
  }
  .buy-online-jump .thumb {
    max-width: 74px;
  }
  .jump-buy-online .text:before {
    font-size: 44px;
    padding-right: 30px;
  }
  .container-c23r4.overlay__wrap .row-9ffl4.overlay__content {
    height: 500px;
  }
  [class*="new"].details .home-banner {
    position: relative;
  }
  [class*="new"].details .row-action-bar {
    bottom: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1020;
  }
  [class*="new"].details .row-action-bar .action-bar-title {
    line-height: 16px;
    margin-bottom: 0;
  }
  [class*="new"].details .row-action-bar .action-bar-title .inner {
    padding-left: 220px;
    transition: padding 0.4s ease-in-out;
  }
  [class*="new"].details .row-action-bar .fixed {
    background: none;
  }
  [class*="new"].details .row-action-bar .fixed .row-ezm7x {
    background: #000;
    box-shadow: inset 0 -1px 0 0 #474747;
  }
  [class*="new"].details .row-action-bar .fixed .action-bar-title .inner {
    padding-left: 0;
  }
  [class*="new"].details .row-action-bar .row-ezm7x {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 0 #474747;
    padding-bottom: 25px;
    padding-top: 25px;
    transition: all 0.4s ease-in-out;
  }
  [class*="new"].details .row-action-bar .jump {
    padding-left: 0;
    padding-right: 0;
  }
  [class*="new"].details .row-action-bar .jump .title {
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  [class*="new"].details .row-action-bar .jump .btn {
    padding-left: 7px;
    padding-right: 7px;
  }
  [class*="new"].details .row-action-bar .jump.secondary .btn {
    box-shadow: none;
  }
  [class*="new"].details .row-action-bar .jump.has-icon .btn:before {
    font-family: master-v10, mg-middle-east-redesign-s;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    padding-right: 5px;
    position: relative;
    text-transform: none;
    top: -2px;
    transition: color 0.4s ease-in-out;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\c013";
    font-size: 20px;
  }
  [class*="new"].details .row-action-bar .jump.has-icon.test-drive .btn:before {
    content: "\c009";
  }
  [class*="new"].details .row-action-bar .jump.has-icon.enquire .btn:before {
    content: "\c014";
  }
  [class*="new"].details .row-action-bar .jump.has-icon.secondary .btn:before {
    color: #d2232a;
  }
  [class*="new"].details
    .row-action-bar
    .jump.has-icon.secondary
    .btn:hover:before {
    color: #fff;
  }
  [class*="new"].details .row-action-bar .jump[class*="action-bar-jump"] {
    padding-right: 10px;
  }
  [class*="new"].details .row-action-bar .jump[class*="jump-bar"] + .jump {
    padding-left: 5px !important;
  }
  [class*="new"].details .row-action-bar .jump-bar-brochure {
    margin-left: auto;
  }
  [class*="new"].details .row-action-bar .has-divider {
    padding-left: 7px;
    padding-right: 7px;
  }
  [class*="new"].details .row-action-bar .has-divider > :first-child:before {
    background: #323232;
    content: "";
    display: block;
    height: 22px;
    width: 1px;
  }
  [class*="new"].details .row-vehicle-details {
    left: 0;
    position: absolute;
    top: 130px;
    z-index: 105;
  }
  [class*="new"].details .row-vehicle-details .jump {
    max-width: 440px;
  }
  [class*="new"].details .row-vehicle-data {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 105;
  }
  [class*="new"].details .row-vehicle-data .vehicle-data .cycle-scroller {
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: calc(100% + 60px);
  }
  [class*="new"].details .row-vehicle-data .vehicle-data .item {
    max-width: none;
    min-width: 150px;
  }
  [class*="new"].details .row-vehicle-data .vehicle-data .item .inset {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  [class*="new"].details .cms.theme--standard h3 {
    font-size: 30px;
    padding-bottom: 4px;
  }
  [class*="new"].details .cms.theme--standard h2 {
    font-size: 50px;
  }
  [class*="new"].details .layout-has-borders.layout-5 {
    border-right: 1px solid #efefef;
  }
  [class*="new"].details .layout-has-borders.layout-5 .span6 {
    border-top: none;
  }
  [class*="new"].details .layout-has-borders.layout-5 .span6:first-child {
    border-left: 1px solid #efefef;
  }
  [class*="new"].details .ytembed-object .text__inner {
    padding-bottom: 150px !important;
  }
  [class*="new"].details .ytembed-object .heading span {
    font-size: 30px;
  }
  [class*="new"].details .ytembed-object .sub-heading {
    padding-top: 0;
  }
  [class*="new"].details .ytembed-object .sub-heading span {
    font-size: 50px;
  }
  [class*="new"].details .ytembed-play {
    margin-top: -20px;
  }
  [class*="new"].details .ytembed-play:before {
    font-size: 66px;
  }
  [class*="new"].details .form-module.form-module form.inner {
    display: flex;
    flex-wrap: wrap;
  }
  [class*="new"].details .form-module.form-module .control-group {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
  }
  [class*="new"].details .form-module.form-module .form-actions {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    width: 100%;
  }
  [class*="new"].details .form-module.form-module .form-actions .btn {
    width: calc(50% - 20px);
  }
  [class*="new"].details .enquire-cms > .inner > .row-fluid {
    display: flex;
  }
  [class*="new"].details .enquire-cms .form.span6,
  [class*="new"].details .enquire-cms .media.span6 {
    width: 50%;
  }
  [class*="new"].details .enquire-cms .media {
    padding-bottom: 0;
    padding-right: 20px;
  }
  [class*="new"].details .enquire-cms .form.span6 {
    align-items: center;
    display: flex;
  }
  [class*="new"].details .enquire-cms .form-module {
    background: none;
    padding: 1px 50px 1px 20px;
  }
  [class*="new"].details .enquire-cms .form-module form {
    padding-bottom: 7px;
  }
  [class*="new"].details .enquire-cms > .inner {
    box-shadow: inset 0 0 0 1px #efefef;
  }
  [class*="new"].details .jumps-cycle-generic.has-arrows-outside .cycle-next {
    right: -36px !important;
  }
  [class*="new"].details .jumps-cycle-generic.has-arrows-outside .cycle-prev {
    left: -36px !important;
  }
  .selections {
    min-height: 770px;
  }
  .bodystyle-select {
    margin-left: -585px;
    max-width: 1170px;
  }
  .bodystyle-select .options.one .option {
    margin: 0 0.25% 16px;
    width: 24.5%;
  }
  [class^="cap"][class*="offers"].listing .offers-search .inner,
  [class^="cap"][class*="offers"].listing .offers-search form {
    height: auto;
  }
  [class^="cap"][class*="offers"].listing .offers-search .reset-all {
    position: absolute;
    right: 0;
    top: 10px;
  }
  [class^="cap"][class*="offers"].listing .offers-search .search-header {
    padding-top: 0;
  }
  [class^="cap"][class*="offers"].listing
    .offers-search
    .filters
    .filter
    .filter-heading {
    border-bottom: 1px solid #757575;
  }
  [class^="cap"][class*="offers"].details .price {
    font-size: 24px;
  }
  [class^="cap"][class*="offers"].details .price.statistic {
    height: 140px;
    width: 140px;
  }
  .locations.listing .google-map {
    display: block;
  }
  .locations.listing .sticky-module {
    order: 2;
    z-index: 100;
  }
  .locations.listing .sticky-module .fixed {
    background: none;
    height: 0;
    right: 40px;
    top: 20px !important;
    z-index: 110;
  }
  .locations.listing .sticky-module .fixed .row-q9ih3 {
    background: #fff;
    float: right;
    width: calc((100% / 3) - 15px);
  }
  .locations.listing .row-73xa3 {
    display: flex;
  }
  .locations.listing .listing .list-item {
    padding-top: 0;
    position: relative;
    z-index: 100;
  }
  .locations.listing .container-dzbss .container {
    float: left;
    padding-left: 40px;
    padding-right: 34px;
    width: 66.66666667%;
  }
  .directions-modal .location-directions .control-label {
    float: none;
    width: auto;
  }
  .contact-forms-custom .form-bg .form-module.form-module form.inner {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-forms-custom
    .form-bg
    .form-module.form-module
    .control-group
    + .control-group {
    margin-top: 0;
  }
  .contact-forms-custom .form-bg .form-module.form-module .control-group {
    display: inline-block;
    padding-inline: 20px;
    width: 33%;
  }
  .contact-forms-custom
    .form-bg
    .form-module.form-module
    .control-enquiry-message {
    width: 100%;
  }
  .contact-forms-custom.contact-us-new .form-bg .tab-btn .btn {
    font-size: 15px;
  }
  [class*="used"].cmfdetails .featured-stock .item .inset:before {
    left: 30px;
    right: 30px;
  }
  [class*="used"].cmfdetails .featured-stock .item .inset > div {
    margin-inline: 30px;
    padding-inline: 0;
  }
  [class*="used"].cmfdetails .featured-stock .item .inset > div.title {
    padding-inline: 0;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .row-baict {
    max-width: 1170px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 h1 {
    font-size: 48px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump {
    margin-top: 60px;
  }
  .data-preferences
    #content-wrap:not(.nd-edit)
    .container-487v6
    .jump.jumps-6
    .title {
    font-size: 18px;
    line-height: 22px;
  }
  .data-preferences #content-wrap:not(.nd-edit) .container-487v6 .jump .title {
    font-size: 21px;
    line-height: 28px;
  }
  .data-preferences
    #content-wrap:not(.nd-edit)
    .container-487v6
    .jump
    .thumb
    img {
    max-width: 218px;
  }
  .events.listing .listing .list-item {
    width: 33.333%;
  }
  .vehicle__listing--details .dealership-open-until.is-inline,
  .vehicle__listing--details .location-name.is-inline {
    display: inline-block;
  }
  .vehicle__listing--details .location-name.is-inline {
    padding-right: 5px;
  }
  .history .the-journey-continues .text {
    right: 70px;
  }
  .buy-online .container-h73xw .container {
    width: 100%;
  }
  .buy-online .container-h73xw .row-fluid {
    margin: 0;
  }
  .buy-online .internal-banner {
    padding: 0;
  }
  .buy-online .row-xkvoj .module-search .filters {
    display: inline-block;
    width: 66.66%;
  }
  .buy-online .row-xkvoj .module-search .filter.filter-colour .filter-heading,
  .buy-online .row-xkvoj .module-search .filter.filter-custom .filter-heading,
  .buy-online .row-xkvoj .module-search .filter.filter-variant .filter-heading {
    border: none;
    border-left: 1px solid #888;
  }
  .buy-online .row-xkvoj .module-search .search-vehicles {
    padding-top: 0;
  }
  .buy-online .row-xkvoj .module-search .search-footer {
    display: inline-block;
    left: -5px;
    position: relative;
    vertical-align: top;
    width: 32.9%;
  }
  .buy-online .row-xkvoj .module-search .search-footer .btn {
    border-radius: 0;
    line-height: 78px;
  }
  .buy-online .jump.span4 .inner {
    padding: 40px;
  }
  .news.listing .module.listing.box-list .title {
    min-height: 195px;
  }
  .mg-fleet .container-h73xw {
    display: block;
    position: relative;
  }
  .mg-fleet .container-wrap.cms-container {
    margin-top: 0 !important;
    padding-top: 70px;
  }
  .mg-fleet .row-action-bar .fixed .action-bar-title .inner {
    padding-left: 100px !important;
  }
  .mg-fleet .row-action-bar .row-ezm7x {
    background: #000 !important;
  }
  .mg-fleet .jump[class*="action-bar-jump"] {
    padding-right: 20px !important;
  }
  .mg-fleet.franchise-1c1778b543b1bcb152f17f7c5943956a728ed220
    .row-action-bar
    .jump
    .title {
    text-transform: capitalize;
  }
  .black-editon.listing .home-banner .row-vehicle-details.center {
    left: 50%;
    transform: translateX(-50%);
  }
  .black-editon.listing .container-h62my.overlay__wrap {
    min-height: 547px;
    z-index: 99;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"] {
    bottom: 48px;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"]
    li {
    padding-inline: 1.2%;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"]
    a {
    height: 30px;
    width: 30px;
  }
  .cyberster .jumps-cycle.cycle-gallery .strapline {
    font-size: 50px;
  }
  .cyberster .specs-container .layout-5 .span6 + .span6 {
    padding-left: 50px;
  }
  .ismart .jump.introduction-image .text {
    margin-left: 50px;
  }
  .ismart .jump-01 .text {
    padding-right: 40px;
  }
  .ismart #content-wrap .container-wrap + .container-fluid .container {
    padding-inline: 100px;
  }
  .ismart .container-l9x89 .tab-content {
    padding-top: 20px;
  }
  .ismart .container-l9x89 .tab-nav > li a {
    font-size: 16px;
    padding-inline: 40px;
  }
  .ismart .container-l9x89 .jump .text {
    padding-left: 50px;
  }
  .ismart .jump-cycle-01 .strapline {
    min-height: auto;
  }
  .ismart .jumps-cycle.offers {
    padding-bottom: 100px;
  }
  .ismart .jumps-cycle.offers .inner {
    padding-inline: 10px;
  }
  .ismart .jumps-cycle.offers [class*="cycle-pager-container"] {
    bottom: 50px;
  }
  .ismart .jumps-cycle.offers .cycle-prev {
    left: -70px !important;
  }
  .ismart .jumps-cycle.offers .cycle-next {
    right: -70px !important;
  }
  .ismart .offers-btn {
    right: 70px;
  }
  .ismart .jump.next-steps-content .content {
    font-size: 20px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 70%;
  }
}
@media (min-width: 979px) and (max-height: 800px) {
  .modal-body {
    max-height: 400px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1540px;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .box-list.listing .list-item {
    width: 25%;
  }
  .box-list.location-listing .inner > .list-item {
    width: 7.14285714%;
  }
  .nav > li > a {
    padding: 0 20px;
  }
  .u-hidden-xl-up {
    display: none !important;
  }
  .spec-data--details .row-fluid .item:nth-child(odd) {
    margin-right: 20px;
  }
  .spec-data--details .row-fluid .item:nth-child(2n) {
    margin-left: 20px;
  }
  .spec-data--details .item {
    width: calc(50% - 20px);
  }
  .spec-data--details .item:nth-child(odd) {
    margin-left: 20px;
  }
  .spec-data--details .item:nth-child(2n) {
    margin-right: 20px;
  }
  .tech-data--details .tech-group:nth-child(odd) {
    padding-right: 20px;
  }
  .tech-data--details .tech-group:nth-child(2n) {
    padding-left: 20px;
  }
  .search .advanced-options .group .option .label {
    font-size: 13px;
  }
  .online-deposits-widget #nd-online-vehicle-sales .ovs-content {
    flex: 2;
  }
  .online-deposits-widget
    #nd-online-vehicle-sales
    .progress-bar_stage
    .progress-bar_stage-name {
    font-size: 15px;
  }
  .online-deposits-widget #nd-online-vehicle-sales .payment-method .sm-show {
    display: none;
  }
  .online-deposits-widget #nd-online-vehicle-sales .payment-method .sm-hidden {
    display: block;
  }
  .online-deposits-widget #nd-online-vehicle-sales .progress-bar {
    padding-inline: 60px;
  }
  .custom-html.payment-icons .icon {
    margin-right: 5px;
  }
  .nav li[class*="new-cars"] .dropdown-menu li {
    width: 16.66666667%;
  }
  .fill-container-body-bg\@xl,
  .fill-container-white\@xl {
    background-color: #fff !important;
  }
  .fill-container-black\@xl {
    background-color: #000 !important;
  }
  .fill-container-grey\@xl {
    background-color: #757575 !important;
  }
  .fill-container-light-grey\@xl {
    background-color: #efefef !important;
  }
  .fill-container-mid-light-grey\@xl {
    background-color: #b5b5b5 !important;
  }
  .fill-container-dark-grey\@xl {
    background-color: #121212 !important;
  }
  .fill-container-mid-dark-grey\@xl {
    background-color: #4f4f4f !important;
  }
  .fill-container-highlight\@xl {
    background-color: #d2232a !important;
  }
  .fill-container-highlight-alt\@xl {
    background-color: #000 !important;
  }
  .fill-container-transparent\@xl {
    background-color: transparent !important;
  }
  .fill-white\@xl .inner {
    background-color: #fff;
  }
  .fill-black\@xl .inner {
    background-color: #000;
  }
  .fill-grey\@xl .inner {
    background-color: #757575;
  }
  .fill-light-grey\@xl .inner {
    background-color: #efefef;
  }
  .fill-mid-light-grey\@xl .inner {
    background-color: #b5b5b5;
  }
  .fill-dark-grey\@xl .inner {
    background-color: #121212;
  }
  .fill-mid-dark-grey\@xl .inner {
    background-color: #4f4f4f;
  }
  .fill-highlight\@xl .inner {
    background-color: #d2232a;
  }
  .fill-highlight-alt\@xl .inner {
    background-color: #000;
  }
  .fill-transparent\@xl .inner {
    background-color: transparent;
  }
  .fill-body-bg\@xl .inner {
    background-color: #fff;
  }
  .fill-height\@xl,
  .fill-height\@xl .inner,
  .fill-height\@xl .inner > a {
    height: 100%;
  }
  [class*="flex"] > .fill-height\@xl {
    height: auto;
  }
  .module.slim\@xl {
    padding-inline: 1px;
  }
  .color-white\@xl,
  .color-white\@xl .cms-link:not(.btn),
  .color-white\@xl h1,
  .color-white\@xl h2,
  .color-white\@xl h3,
  .color-white\@xl h3 a,
  .color-white\@xl h3.title,
  .color-white\@xl.link .btn {
    color: #fff;
  }
  .color-black\@xl,
  .color-black\@xl .cms-link:not(.btn),
  .color-black\@xl h1,
  .color-black\@xl h2,
  .color-black\@xl h2.heading,
  .color-black\@xl h3,
  .color-black\@xl h3 a,
  .color-black\@xl h3.title,
  .color-black\@xl.link .btn {
    color: #000;
  }
  .color-invert\@xl,
  .color-invert\@xl:not(.btn),
  .color-invert\@xl.link .btn {
    color: #fff;
  }
  .color-primary\@xl,
  .color-primary\@xl .cms-link:not(.btn),
  .color-primary\@xl.link .btn {
    color: #000;
  }
  .color-secondary\@xl,
  .color-secondary\@xl .cms-link:not(.btn),
  .color-secondary\@xl.link .btn {
    color: #464646;
  }
  .color-tertiary\@xl,
  .color-tertiary\@xl .cms-link:not(.btn),
  .color-tertiary\@xl.link .btn {
    color: #d2232a;
  }
  .color-reset\@xl,
  .color-reset\@xl .cms-link:not(.btn),
  .color-reset\@xl.link .btn {
    color: #464646;
  }
  .has-border\@xl .inner {
    border: 1px solid #efefef;
  }
  .border-none\@xl .inner,
  .border-none\@xl .inner:before {
    border: none !important;
  }
  .border-top\@xl .inner:before {
    border-top: 1px solid #fff !important;
  }
  .border-bottom\@xl .inner:before {
    border-bottom: 1px solid #fff !important;
  }
  .border-right\@xl .inner:before {
    border-right: 1px solid #fff !important;
  }
  .border-left\@xl .inner:before {
    border-left: 1px solid #fff !important;
  }
  .rounded-inner\@xl > .inner,
  .rounded\@xl {
    border-radius: 0;
    overflow: hidden;
  }
  .rounded-inner\@xl > .inner:before,
  .rounded-none\@xl {
    border-radius: 0;
  }
  .rounded-inner-none\@xl .inner {
    border-radius: 0;
    overflow: visible;
  }
  .rounded-inner-none\@xl .inner figure.responsive-image:before,
  .rounded-inner-none\@xl .inner:before {
    border-radius: 0 !important;
  }
  .rounded-top-left\@xl {
    border-top-left-radius: 0;
  }
  .rounded-inner-top-left\@xl > .inner {
    border-top-left-radius: 0;
    overflow: hidden;
  }
  .rounded-bottom-left\@xl {
    border-bottom-left-radius: 0;
  }
  .rounded-inner-bottom-left\@xl > .inner {
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
  .rounded-top-right\@xl {
    border-top-right-radius: 0;
  }
  .rounded-inner-top-right\@xl > .inner {
    border-top-right-radius: 0;
    overflow: hidden;
  }
  .rounded-inner-top-right-none\@xl,
  .rounded-inner-top-right-none\@xl > .inner {
    border-top-right-radius: 0;
  }
  .rounded-bottom-right\@xl {
    border-bottom-right-radius: 0;
  }
  .rounded-inner-bottom-right\@xl > .inner {
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  .flex\@xl {
    display: flex;
  }
  .flex\@xl .inner,
  .flex\@xl .inner > a,
  .flex\@xl .inset,
  .flex\@xl .inset > a {
    display: flex;
    width: 100%;
  }
  .block\@xl .inner,
  .block\@xl .inner > a,
  .block\@xl .inset,
  .block\@xl .inset > a,
  .flex\@xl.module-cycle .inner {
    display: block;
  }
  .block\@xl .text,
  .block\@xl .thumb {
    width: auto;
  }
  .flex--justify-center\@xl .inner,
  .flex--justify-center\@xl .inner > a,
  .flex--justify-center\@xl .inset,
  .flex--justify-center\@xl .inset > a {
    justify-content: center;
  }
  .flex--align-center\@xl .inner,
  .flex--align-center\@xl .inner > a,
  .flex--align-center\@xl .inset,
  .flex--align-center\@xl .inset > a {
    align-items: center;
  }
  .flex--justify-start\@xl .inner,
  .flex--justify-start\@xl .inner > a,
  .flex--justify-start\@xl .inset,
  .flex--justify-start\@xl .inset > a {
    justify-content: flex-start;
  }
  .flex--justify-end\@xl .inner,
  .flex--justify-end\@xl .inner > a,
  .flex--justify-end\@xl .inset,
  .flex--justify-end\@xl .inset > a {
    justify-content: flex-end;
  }
  .flex--direction-column\@xl .inner,
  .flex--direction-column\@xl .inner > a,
  .flex--direction-column\@xl .inset,
  .flex--direction-column\@xl .inset > a {
    flex-direction: column;
  }
  .flex--direction-row\@xl .inner,
  .flex--direction-row\@xl .inner > a,
  .flex--direction-row\@xl .inset,
  .flex--direction-row\@xl .inset > a {
    flex-direction: row;
  }
  .fill--height\@xl {
    height: 100%;
  }
  .text--fill-white\@xl .text__inner {
    background: #fff;
  }
  .text--fill-grey\@xl .text__inner {
    background: #757575;
  }
  .text--fill-light-grey\@xl .text__inner {
    background: hsla(0, 0%, 94%, 0.75);
  }
  .text--fill-highlight\@xl .text__inner {
    background: rgba(210, 35, 42, 0.75);
  }
  .text--fill-transparent\@xl .text__inner {
    background: transparent;
  }
  .text--fill-body-bg\@xl .text__inner,
  .text-area--fill-white\@xl .text {
    background: #fff;
  }
  .text-area--fill-grey\@xl .text {
    background: #757575;
  }
  .text-area--fill-light-grey\@xl .text {
    background: hsla(0, 0%, 94%, 0.75);
  }
  .text-area--fill-highlight\@xl .text {
    background: rgba(210, 35, 42, 0.75);
  }
  .text-area--fill-transparent\@xl .text {
    background: transparent;
  }
  .text-area--fill-body-bg\@xl .text {
    background: #fff;
  }
  .text--gradient-grey\@xl .text__inner,
  .text-area--gradient-grey\@xl .text {
    background: linear-gradient(180deg, hsla(0, 0%, 44%, 0) 0, #707070);
  }
  .text--max-width-8\@xl .text__inner {
    max-width: 800px;
  }
  .text--max-width-6\@xl .text__inner {
    max-width: 600px;
  }
  .text--max-width-4\@xl .text__inner {
    max-width: 400px;
  }
  .text--max-width-3\@xl .text__inner {
    max-width: 300px;
  }
  .text--max-width-2\@xl .text__inner {
    max-width: 200px;
  }
  .text--max-width-0\@xl .text__inner {
    max-width: auto;
  }
  .text--max-width\@xl .text > span {
    margin-inline: auto;
    max-width: 500px;
  }
  .text--absolute\@xl .text {
    inset: 0 0;
    position: absolute;
    z-index: 10;
  }
  .text--justify-left\@xl .text {
    justify-content: flex-start;
  }
  .text--justify-right\@xl .text {
    justify-content: flex-end;
  }
  .text--justify-center\@xl .text {
    justify-content: center;
  }
  .text--align-self-center\@xl .text {
    align-items: center;
  }
  .text--align-stretch\@xl .text {
    align-items: stretch;
  }
  .text--align-self-start\@xl .text {
    align-items: flex-start;
  }
  .text--align-self-end\@xl .text {
    align-items: flex-end;
  }
  .text--static\@xl .text {
    max-width: none;
    position: static;
  }
  .text--flex-grow\@xl .text {
    flex-grow: 1;
  }
  .text--fluid\@xl .text {
    float: none;
    left: 0;
    max-width: none;
    width: 100%;
  }
  .text--fluid\@xl .text .text__inner {
    width: 100%;
  }
  .text--1\@xl .text {
    width: 8.33333333%;
  }
  .text--2\@xl .text {
    width: 16.66666667%;
  }
  .text--3\@xl .text {
    width: 25%;
  }
  .text--4\@xl .text {
    width: 33.33333333%;
  }
  .text--5\@xl .text {
    width: 41.66666667%;
  }
  .text--6\@xl .text {
    width: 50%;
  }
  .text--7\@xl .text {
    width: 58.33333333%;
  }
  .text--8\@xl .text {
    width: 66.66666667%;
  }
  .text--9\@xl .text {
    width: 75%;
  }
  .text--10\@xl .text {
    width: 83.33333333%;
  }
  .text--11\@xl .text {
    width: 91.66666667%;
  }
  .text--12\@xl .text {
    width: 100%;
  }
  .text--py-16\@xl .text__inner {
    padding-bottom: 160px;
    padding-top: 160px;
  }
  .text--py-10\@xl .text__inner {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .text--py-6\@xl .text__inner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .text--py-4\@xl .text__inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .text--py-3\@xl .text__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .text--py-2\@xl .text__inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .text--py-1\@xl .text__inner {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .text--py-0\@xl .text__inner {
    padding-bottom: 0;
    padding-top: 0;
  }
  .text--px-16\@xl .text__inner {
    padding-left: 160px;
    padding-right: 160px;
  }
  .text--px-10\@xl .text__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .text--px-6\@xl .text__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .text--px-4\@xl .text__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .text--px-3\@xl .text__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text--px-2\@xl .text__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text--px-1\@xl .text__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text--px-0\@xl .text__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .text--pr-16\@xl .text__inner {
    padding-right: 160px;
  }
  .text--pr-10\@xl .text__inner {
    padding-right: 100px;
  }
  .text--pr-6\@xl .text__inner {
    padding-right: 60px;
  }
  .text--pr-4\@xl .text__inner {
    padding-right: 40px;
  }
  .text--pr-3\@xl .text__inner {
    padding-right: 30px;
  }
  .text--pr-2\@xl .text__inner {
    padding-right: 20px;
  }
  .text--pr-1\@xl .text__inner {
    padding-right: 10px;
  }
  .text--pr-0\@xl .text__inner {
    padding-right: 0;
  }
  .text--pl-16\@xl .text__inner {
    padding-left: 160px;
  }
  .text--pl-10\@xl .text__inner {
    padding-left: 100px;
  }
  .text--pl-6\@xl .text__inner {
    padding-left: 60px;
  }
  .text--pl-4\@xl .text__inner {
    padding-left: 40px;
  }
  .text--pl-3\@xl .text__inner {
    padding-left: 30px;
  }
  .text--pl-2\@xl .text__inner {
    padding-left: 20px;
  }
  .text--pl-1\@xl .text__inner {
    padding-left: 10px;
  }
  .text--pl-0\@xl .text__inner {
    padding-left: 0;
  }
  .text--pb-16\@xl .text__inner {
    padding-bottom: 160px;
  }
  .text--pb-10\@xl .text__inner {
    padding-bottom: 100px;
  }
  .text--pb-6\@xl .text__inner {
    padding-bottom: 60px;
  }
  .text--pb-4\@xl .text__inner {
    padding-bottom: 40px;
  }
  .text--pb-3\@xl .text__inner {
    padding-bottom: 30px;
  }
  .text--pb-2\@xl .text__inner {
    padding-bottom: 20px;
  }
  .text--pb-1\@xl .text__inner {
    padding-bottom: 10px;
  }
  .text--pb-0\@xl .text__inner {
    padding-bottom: 0;
  }
  .text--pt-16\@xl .text__inner {
    padding-top: 160px;
  }
  .text--pt-10\@xl .text__inner {
    padding-top: 100px;
  }
  .text--pt-6\@xl .text__inner {
    padding-top: 60px;
  }
  .text--pt-4\@xl .text__inner {
    padding-top: 40px;
  }
  .text--pt-3\@xl .text__inner {
    padding-top: 30px;
  }
  .text--pt-2\@xl .text__inner {
    padding-top: 20px;
  }
  .text--pt-1\@xl .text__inner {
    padding-top: 10px;
  }
  .text--pt-0\@xl .text__inner {
    padding-top: 0;
  }
  .thumb--no-blur\@xl figure.responsive-image,
  .thumb--no-blur\@xl img {
    filter: blur(0);
  }
  .thumb--blur\@xl figure.responsive-image,
  .thumb--blur\@xl img {
    filter: blur(5px);
  }
  .thumb--blur-more\@xl figure.responsive-image,
  .thumb--blur-more\@xl img {
    filter: blur(25px);
  }
  .thumb--no-overlay\@xl figure.responsive-image:before {
    display: none;
  }
  .thumb--overlay\@xl figure.responsive-image {
    position: relative;
  }
  .thumb--overlay\@xl figure.responsive-image:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    inset: 0;
    position: absolute;
    z-index: 5;
  }
  .thumb--overlay\@xl .text {
    z-index: 6;
  }
  .thumb--overlay-gradient\@xl figure.responsive-image {
    position: relative;
  }
  .thumb--overlay-gradient\@xl figure.responsive-image:before {
    background-image: linear-gradient(transparent 60%, #000);
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
  }
  .thumb--overlay-gradient\@xl .text {
    z-index: 5;
  }
  .thumb--overlay-gradient\@xl.thumb--rounded\@xl
    figure.responsive-image:before {
    border-radius: 0 !important;
  }
  .thumb--align-center\@xl .thumb {
    align-self: center;
  }
  .thumb--justify-left\@xl .thumb {
    order: -1;
  }
  .thumb--justify-right\@xl .thumb {
    order: 2;
  }
  .thumb--1\@xl .thumb {
    width: 8.33333333%;
  }
  .thumb--2\@xl .thumb {
    width: 16.66666667%;
  }
  .thumb--3\@xl .thumb {
    width: 25%;
  }
  .thumb--4\@xl .thumb {
    width: 33.33333333%;
  }
  .thumb--5\@xl .thumb {
    width: 41.66666667%;
  }
  .thumb--6\@xl .thumb {
    width: 50%;
  }
  .thumb--7\@xl .thumb {
    width: 58.33333333%;
  }
  .thumb--8\@xl .thumb {
    width: 66.66666667%;
  }
  .thumb--9\@xl .thumb {
    width: 75%;
  }
  .thumb--10\@xl .thumb {
    width: 83.33333333%;
  }
  .thumb--11\@xl .thumb {
    width: 91.66666667%;
  }
  .thumb--12\@xl .thumb {
    width: 100%;
  }
  .thumb--py-6\@xl .thumb {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .thumb--py-4\@xl .thumb {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .thumb--py-2\@xl .thumb {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .thumb--py-1\@xl .thumb {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .thumb--py-0\@xl .thumb {
    padding-bottom: 0;
    padding-top: 0;
  }
  .thumb--px-6\@xl .thumb {
    padding-left: 60px;
    padding-right: 60px;
  }
  .thumb--px-4\@xl .thumb {
    padding-left: 40px;
    padding-right: 40px;
  }
  .thumb--px-2\@xl .thumb {
    padding-left: 20px;
    padding-right: 20px;
  }
  .thumb--px-1\@xl .thumb {
    padding-left: 10px;
    padding-right: 10px;
  }
  .thumb--px-0\@xl .thumb {
    padding-left: 0;
    padding-right: 0;
  }
  .thumb--pr-6\@xl .thumb {
    padding-right: 60px;
  }
  .thumb--pr-4\@xl .thumb {
    padding-right: 40px;
  }
  .thumb--pr-2\@xl .thumb {
    padding-right: 20px;
  }
  .thumb--pr-1\@xl .thumb {
    padding-right: 10px;
  }
  .thumb--pr-0\@xl .thumb {
    padding-right: 0;
  }
  .thumb--pl-6\@xl .thumb {
    padding-left: 60px;
  }
  .thumb--pl-4\@xl .thumb {
    padding-left: 40px;
  }
  .thumb--pl-2\@xl .thumb {
    padding-left: 20px;
  }
  .thumb--pl-1\@xl .thumb {
    padding-left: 10px;
  }
  .thumb--pl-0\@xl .thumb {
    padding-left: 0;
  }
  .thumb--pb-6\@xl .thumb {
    padding-bottom: 60px;
  }
  .thumb--pb-4\@xl .thumb {
    padding-bottom: 40px;
  }
  .thumb--pb-2\@xl .thumb {
    padding-bottom: 20px;
  }
  .thumb--pb-1\@xl .thumb {
    padding-bottom: 10px;
  }
  .thumb--pb-0\@xl .thumb {
    padding-bottom: 0;
  }
  .thumb--pt-6\@xl .thumb {
    padding-top: 60px;
  }
  .thumb--pt-4\@xl .thumb {
    padding-top: 40px;
  }
  .thumb--pt-2\@xl .thumb {
    padding-top: 20px;
  }
  .thumb--pt-1\@xl .thumb {
    padding-top: 10px;
  }
  .thumb--pt-0\@xl .thumb {
    padding-top: 0;
  }
  .img--block img {
    display: block;
  }
  .thumb--tiny\@xl .thumb {
    margin-inline: auto;
    max-width: 140px;
  }
  .thumb--float-left\@xl .thumb {
    float: left;
  }
  .thumb--hide\@xl .image,
  .thumb--hide\@xl .thumb {
    display: none !important;
  }
  .thumb--hidden\@xl img {
    visibility: hidden;
  }
  .thumb--block\@xl .image,
  .thumb--block\@xl .thumb {
    display: block !important;
  }
  .thumb--rounded\@xl .cycle .image,
  .thumb--rounded\@xl .cycle .responsive-image,
  .thumb--rounded\@xl .image .responsive-image,
  .thumb--rounded\@xl .thumb .responsive-image {
    border-radius: 0;
    overflow: hidden;
  }
  .thumb--rounded\@xl .cycle .image img,
  .thumb--rounded\@xl .cycle .responsive-image img,
  .thumb--rounded\@xl .image .responsive-image img,
  .thumb--rounded\@xl .thumb .responsive-image img {
    border-radius: 0;
  }
  .thumb--circular\@xl .cycle .responsive-image,
  .thumb--circular\@xl .image .responsive-image,
  .thumb--circular\@xl .thumb .responsive-image {
    border-radius: 50%;
    overflow: hidden;
  }
  .thumb--circular\@xl .cycle .responsive-image img,
  .thumb--circular\@xl .image .responsive-image img,
  .thumb--circular\@xl .thumb .responsive-image img {
    border-radius: 50%;
  }
  .thumb--fluid\@xl .image,
  .thumb--fluid\@xl .thumb {
    float: none;
    width: 100%;
  }
  .thumb--underlay\@xl figure.responsive-image {
    background: #d2232a;
  }
  .thumb--underlay-secondary\@xl figure.responsive-image {
    background: #000;
  }
  .thumb--has-border\@xl .thumb {
    border: 1px solid #efefef;
  }
  .title--dark\@xl .heading,
  .title--dark\@xl .title,
  .title--dark\@xl .title h3 {
    color: #000;
  }
  .title--white\@xl .heading,
  .title--white\@xl .title,
  .title--white\@xl .title h3 {
    color: #fff;
  }
  .title--highlight\@xl .heading,
  .title--highlight\@xl .title,
  .title--highlight\@xl .title h3 {
    color: #000;
  }
  .title--condensed\@xl .heading,
  .title--condensed\@xl .title {
    margin: 0 !important;
  }
  .sub-title--hide\@xl .sub-title {
    display: none !important;
  }
  .sub-title--hide\@xl .text .sub-title + span {
    padding-top: 0;
  }
  .sub-title--block\@xl .sub-title {
    display: block !important;
  }
  .sub-title--block\@xl .text .sub-title + span {
    padding-top: 20px;
  }
  .sub-title--dark\@xl .sub-title {
    color: #000;
  }
  .sub-title--white\@xl .sub-title {
    color: #fff;
  }
  .sub-title--highlight\@xl .sub-title {
    color: #d2232a;
  }
  .strapline--hide\@xl .strapline {
    display: none !important;
  }
  .strapline--block\@xl .strapline {
    display: block !important;
  }
  .strapline--dark\@xl .strapline {
    color: #000;
  }
  .strapline--white\@xl .strapline {
    color: #fff !important;
  }
  .strapline--highlight\@xl .strapline {
    color: #000;
  }
  .strapline--condensed\@xl .strapline {
    padding: 0 !important;
  }
  .content--hide\@xl .content {
    display: none !important;
  }
  .content--block\@xl .content {
    display: block !important;
  }
  .button--align-center\@xl .button {
    text-align: center;
  }
  .button--hide\@xl .button {
    display: none !important;
  }
  .button--block\@xl .button {
    display: block !important;
  }
  .button--align-bottom\@xl .text__inner {
    display: flex;
    flex-direction: column;
  }
  .button--align-bottom\@xl .button {
    margin-top: auto;
  }
  .btn--full-width\@xl .btn {
    width: 100% !important;
  }
  .container-fluid .text--has-spacing\@xl .text {
    padding-inline: 50px;
  }
  .container-fluid .thumb--has-spacing\@xl .thumb {
    padding: 50px;
  }
  .u-float-none\@xl {
    float: none !important;
  }
  .u-float-right\@xl {
    float: right !important;
  }
  .sticky\@xl {
    position: sticky !important;
    top: 0;
    z-index: 1015;
  }
  .u-float-left\@xl {
    float: left !important;
  }
  .u-width-reset\@xl {
    width: auto;
  }
  .clear-both\@xl {
    clear: both;
  }
  .clear-none\@xl {
    clear: none;
  }
  .align-center\@xl {
    text-align: center;
  }
  .align-left\@xl {
    text-align: left;
  }
  .align-right\@xl {
    text-align: right;
  }
  .flex-basis-0\@xl {
    flex-basis: 0;
  }
  .flex-grow-1\@xl {
    flex-grow: 1;
  }
  .flex--container-align-start\@xl {
    align-items: flex-start;
  }
  .flex--container-align-center\@xl {
    align-items: center;
  }
  .flex--container-align-end\@xl {
    align-items: flex-end;
  }
  .flex--container-align-content-center\@xl {
    align-content: center;
  }
  .flex--container-justify-center\@xl {
    justify-content: center;
  }
  .flex--container-justify-start\@xl {
    justify-content: flex-start;
  }
  .flex--container-justify-between\@xl {
    justify-content: space-between;
  }
  .flex--container-justify-around\@xl {
    justify-content: space-around;
  }
  .flex--container-justify-end\@xl {
    justify-content: flex-end;
  }
  .flex--container-direction-column\@xl {
    flex-direction: column;
  }
  .flex--container-direction-row\@xl {
    flex-direction: row;
  }
  .flex--container-wrap\@xl {
    flex-wrap: wrap;
  }
  .flex--container-nowrap\@xl {
    flex-wrap: nowrap;
  }
  .flex--container-row-reverse\@xl {
    flex-direction: row-reverse;
  }
  .flex--container\@xl {
    display: flex !important;
  }
  .flex-order-1\@xl {
    order: 1 !important;
  }
  .flex-order-2\@xl {
    order: 2 !important;
  }
  .flex-order-3\@xl {
    order: 3 !important;
  }
  .flex-order-4\@xl {
    order: 4 !important;
  }
  .flex-order-5\@xl {
    order: 5 !important;
  }
  .block--container\@xl {
    display: block !important;
  }
  .container-wrap-border-top\@xl {
    border-top: 1px solid #757575;
  }
  .container-wrap-border-bottom\@xl {
    border-bottom: 1px solid #757575;
  }
  .container-border-top\@xl > .container {
    border-top: 1px solid #757575;
  }
  .container-no-border-top\@xl > .container {
    border-top: 0;
  }
  .container-border-bottom\@xl > .container {
    border-bottom: 1px solid #757575;
  }
  .container-no-border-bottom\@xl > .container {
    border-bottom: 0;
  }
  .container-fluid\@xl > .container {
    margin-inline: auto;
    max-width: 1920px;
    width: auto;
  }
  .container-fluid\@xl .row-fluid {
    margin-inline: auto;
  }
  .container--max-1600\@xl > .container {
    max-width: 1600px;
  }
  .container--max-1366\@xl > .container {
    max-width: 1366px;
  }
  .container--max-1170\@xl > .container {
    max-width: 1170px;
  }
  .container--max-720\@xl > .container {
    max-width: 720px;
  }
  .content-visibility\@xl {
    contain-intrinsic-size: 1000px;
    content-visibility: auto;
  }
  .compact\@xl .row-fluid {
    margin-inline: auto;
  }
  .slim\@xl .row-fluid {
    margin-inline: -1px;
  }
  .slim\@xl [class*="span"] {
    padding-inline: 1px;
  }
  .row--has-minus-margin-1\@xl {
    margin-inline: -10px !important;
  }
  .pr-14\@xl {
    padding-right: 140px !important;
  }
  .pr-8\@xl {
    padding-right: 80px !important;
  }
  .pr-4\@xl {
    padding-right: 40px !important;
  }
  .pr-3\@xl {
    padding-right: 30px !important;
  }
  .pr-2\@xl {
    padding-right: 20px !important;
  }
  .pr-1\@xl {
    padding-right: 10px !important;
  }
  .pr-0\@xl {
    padding-right: 0 !important;
  }
  .pl-14\@xl {
    padding-left: 140px !important;
  }
  .pl-8\@xl {
    padding-left: 80px !important;
  }
  .pl-4\@xl {
    padding-left: 40px !important;
  }
  .pl-3\@xl {
    padding-left: 30px !important;
  }
  .pl-2\@xl {
    padding-left: 20px !important;
  }
  .pl-1\@xl {
    padding-left: 10px !important;
  }
  .pl-0\@xl {
    padding-left: 0 !important;
  }
  .pb-14\@xl {
    padding-bottom: 140px !important;
  }
  .pb-8\@xl {
    padding-bottom: 80px !important;
  }
  .pb-4\@xl {
    padding-bottom: 40px !important;
  }
  .pb-3\@xl {
    padding-bottom: 30px !important;
  }
  .pb-2\@xl {
    padding-bottom: 20px !important;
  }
  .pb-1\@xl {
    padding-bottom: 10px !important;
  }
  .pb-0\@xl {
    padding-bottom: 0 !important;
  }
  .pt-14\@xl {
    padding-top: 140px !important;
  }
  .pt-8\@xl {
    padding-top: 80px !important;
  }
  .pt-4\@xl {
    padding-top: 40px !important;
  }
  .pt-3\@xl {
    padding-top: 30px !important;
  }
  .pt-2\@xl {
    padding-top: 20px !important;
  }
  .pt-1\@xl {
    padding-top: 10px !important;
  }
  .pt-0\@xl {
    padding-top: 0 !important;
  }
  .mr-14\@xl {
    margin-right: 140px !important;
  }
  .mr-8\@xl {
    margin-right: 80px !important;
  }
  .mr-4\@xl {
    margin-right: 40px !important;
  }
  .mr-3\@xl {
    margin-right: 30px !important;
  }
  .mr-2\@xl {
    margin-right: 20px !important;
  }
  .mr-1\@xl {
    margin-right: 10px !important;
  }
  .mr-0\@xl {
    margin-right: 0 !important;
  }
  .ml-14\@xl {
    margin-left: 140px !important;
  }
  .ml-8\@xl {
    margin-left: 80px !important;
  }
  .ml-4\@xl {
    margin-left: 40px !important;
  }
  .ml-3\@xl {
    margin-left: 30px !important;
  }
  .ml-2\@xl {
    margin-left: 20px !important;
  }
  .ml-1\@xl {
    margin-left: 10px !important;
  }
  .ml-0\@xl {
    margin-left: 0 !important;
  }
  .mb-14\@xl {
    margin-bottom: 140px !important;
  }
  .mb-8\@xl {
    margin-bottom: 80px !important;
  }
  .mb-4\@xl {
    margin-bottom: 40px !important;
  }
  .mb-3\@xl {
    margin-bottom: 30px !important;
  }
  .mb-2\@xl {
    margin-bottom: 20px !important;
  }
  .mb-1\@xl {
    margin-bottom: 10px !important;
  }
  .mb-0\@xl {
    margin-bottom: 0 !important;
  }
  .mt-14\@xl {
    margin-top: 140px !important;
  }
  .mt-8\@xl {
    margin-top: 80px !important;
  }
  .mt-4\@xl {
    margin-top: 40px !important;
  }
  .mt-3\@xl {
    margin-top: 30px !important;
  }
  .mt-2\@xl {
    margin-top: 20px !important;
  }
  .mt-1\@xl {
    margin-top: 10px !important;
  }
  .mt-0\@xl {
    margin-top: 0 !important;
  }
  .module-cycle.has-arrows-outside .cycle-next {
    right: -60px;
  }
  .module-cycle.has-arrows-outside .cycle-prev {
    left: -60px;
  }
  .item--mx-0\@xl.module-cycle .cycle-scroller {
    margin-inline: 0 !important;
    width: 100%;
  }
  .item--mx-0\@xl.module-cycle .cycle .item .inset {
    margin-inline: 0 !important;
    width: auto;
  }
  .item--mx-1\@xl.module-cycle .cycle-scroller {
    margin-inline: -5px !important;
    width: calc(100% + 10px);
  }
  .item--mx-1\@xl.module-cycle .cycle .item .inset {
    margin-inline: 5px !important;
    width: auto;
  }
  .item--mx-2\@xl.module-cycle .cycle-scroller {
    margin-inline: -10px !important;
    width: calc(100% + 20px);
  }
  .item--mx-2\@xl.module-cycle .cycle .item .inset {
    margin-inline: 10px !important;
    width: auto;
  }
  .item--mx-3\@xl.module-cycle .cycle-scroller {
    margin-inline: -15px !important;
    width: calc(100% + 30px);
  }
  .item--mx-3\@xl.module-cycle .cycle .item .inset {
    margin-inline: 15px !important;
    width: auto;
  }
  .item--mx-4\@xl.module-cycle .cycle-scroller {
    margin-inline: -20px !important;
    width: calc(100% + 40px);
  }
  .item--mx-4\@xl.module-cycle .cycle .item .inset {
    margin-inline: 20px !important;
    width: auto;
  }
  .item--mx-6\@xl.module-cycle .cycle-scroller {
    margin-inline: -30px !important;
    width: calc(100% + 60px);
  }
  .item--mx-6\@xl.module-cycle .cycle .item .inset {
    margin-inline: 30px !important;
    width: auto;
  }
  .item--py-0\@xl.module-cycle .cycle .item .inset {
    padding: 0 !important;
  }
  .item--py-1\@xl.module-cycle .cycle .item .inset {
    padding: 10px 0 !important;
  }
  .item--my-1\@xl.module-cycle .cycle .item .inset {
    margin-block: 10px !important;
  }
  .one\@xl.module-cycle .cycle-scroller {
    margin-inline: 0;
  }
  .one\@xl.module-cycle .cycle .item {
    width: 100% !important;
  }
  .one\@xl.module-cycle .cycle .item .inset {
    margin-inline: 0;
    padding-inline: 0;
  }
  .two\@xl.module-cycle .cycle .item {
    width: 50% !important;
  }
  .three\@xl.module-cycle .cycle .item {
    width: 33.33333333% !important;
  }
  .four\@xl.module-cycle .cycle .item {
    width: 25% !important;
  }
  .five\@xl.module-cycle .cycle .item {
    width: 20% !important;
  }
  .six\@xl.module-cycle .cycle .item {
    width: 16.66666667% !important;
  }
  .align-center\@xl.module-cycle .inset {
    text-align: center;
  }
  .align-left\@xl.module-cycle .inset {
    text-align: left;
  }
  .align-right\@xl.module-cycle .inset {
    text-align: right;
  }
  .container-5k2ms .container,
  .container-r6z94 .container {
    max-width: none;
    padding-left: 140px;
    padding-right: 140px;
  }
  .header-container .dealer-name,
  .header-container .franchise-badge,
  .header-container .logo {
    max-width: none;
  }
  #__ndcc_footerPlaceholder {
    right: 0;
  }
  .used-list.listing .inset > div {
    margin-inline: 20px;
    padding-inline: 0;
  }
  .used-list.listing .inset:before {
    left: 20px;
    right: 20px;
  }
  .used-list.listing.box-list.module .title {
    padding-inline: 0;
  }
  [class*="used"].listing .page-controls .sort-order {
    min-width: 100%;
  }
  [class^="used"].details .row-8pyp8 .locations-hours {
    margin: 0 auto;
    width: 350px;
  }
  [class*="new"].listing.box-list.module.box-list.module .title {
    padding-inline: 0;
  }
  .new-model-cycle.has-arrows-outside .cycle-next {
    right: -100px !important;
  }
  .new-model-cycle.has-arrows-outside .cycle-prev {
    left: -100px !important;
  }
  .new-model-cycle .item .strapline {
    font-size: 40px;
  }
  .container-c23r4.overlay__wrap .row-9ffl4.overlay__content {
    height: 560px;
  }
  [class*="new"].details .row-action-bar .action-bar-title .inner {
    padding-left: 120px;
  }
  [class*="new"].details .row-action-bar .jump .title {
    font-size: 18px;
  }
  [class*="new"].details .row-action-bar .jump .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  [class*="new"].details .row-action-bar .jump.has-icon .btn:before {
    padding-right: 10px;
  }
  [class*="new"].details .row-action-bar .jump[class*="action-bar-jump"] {
    padding-right: 30px;
  }
  [class*="new"].details .row-action-bar .jump[class*="jump-bar"] + .jump {
    padding-left: 10px !important;
  }
  [class*="new"].details .row-action-bar .has-divider {
    padding-left: 30px;
    padding-right: 30px;
  }
  [class*="new"].details .row-vehicle-details {
    top: 170px;
  }
  [class*="new"].details .warranty-image img {
    max-width: 100%;
  }
  [class*="new"].details .jumps-cycle-generic.has-arrows-outside .cycle-next {
    right: -100px !important;
  }
  [class*="new"].details .jumps-cycle-generic.has-arrows-outside .cycle-prev {
    left: -100px !important;
  }
  .locations.listing .listing .list-item .inset {
    padding: 30px;
  }
  .locations.listing .listing .list-item .thumbs {
    max-width: 240px;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span4 {
    max-width: 280px;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span4 .thumbs {
    max-width: 100%;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span8 {
    max-width: calc(100% - 280px);
  }
  .locations.details .jump-used {
    padding: 20px 40px;
  }
  .locations.details .jump-used .inner {
    grid-template-columns: max-content 1fr max-content;
  }
  .locations.details .jump-used .btns {
    align-self: center;
    grid-column-start: 3;
    grid-row: 1/3;
    margin-top: 0;
    -ms-grid-row-span: 2;
  }
  .contact-forms-custom.contact-us-new .form-bg .tab-btn .btn {
    font-size: 17px;
  }
  .history .the-journey-continues .text {
    right: 25px;
  }
  .news.listing .module.listing.box-list .title {
    min-height: 145px;
  }
  .news.listing .module.listing.box-list .intro {
    min-height: 120px;
  }
  .mg-fleet .row-action-bar .fixed .action-bar-title .inner {
    padding-left: 50px !important;
  }
  .black-editon.listing .container-h62my .overlay__row {
    overflow: visible;
  }
  .black-editon.listing .container-h62my .overlay__image {
    padding-inline: 140px !important;
  }
  .black-editon.listing
    .container-h62my
    .overlay__content.overlay__content-fluid {
    padding-inline: 220px;
  }
  .black-editon.listing .container-h62my .overlay-minus-5 .thumb {
    position: relative;
    top: -50px;
  }
  .black-editon.listing .mt-minus-5 {
    margin-top: -50px !important;
  }
  .black-editon.listing .module-cycle.arrows-edge.has-arrows .cycle-prev {
    left: 10px;
  }
  .black-editon.listing .module-cycle.arrows-edge.has-arrows .cycle-next {
    right: 10px;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"]
    li {
    padding-inline: 1%;
  }
  .cyberster
    .jumps-cycle.colouriser-jump-cycle
    [class*="cycle-pager-container"]
    a {
    height: 40px;
    width: 40px;
  }
  .cyberster .specs-container .custom-html {
    margin-bottom: 20px;
  }
  .ismart .jump.introduction-image .text {
    margin-left: 110px;
  }
  .ismart .jump.introduction-image .title {
    font-size: 40px;
  }
  .ismart #content-wrap .container-wrap + .container-fluid .container {
    padding-inline: 150px;
  }
  .ismart .container-l9x89 .tab-content {
    padding-top: 30px;
  }
  .ismart .container-l9x89 .tab-nav > li a {
    font-size: 18px;
    padding-block: 15px;
  }
  .ismart .jumps-cycle.offers .title {
    font-size: 40px;
  }
  .ismart .jumps-cycle.offers .inset {
    margin-inline: 15px;
  }
  .ismart .jumps-cycle.offers .cycle-prev {
    left: -90px !important;
  }
  .ismart .jumps-cycle.offers .cycle-next {
    right: -90px !important;
  }
  .ismart .jumps-cycle.offers [class*="cycle-pager-container"] {
    bottom: 40px;
  }
  .ismart .offers-btn {
    right: 120px;
    top: -35px;
  }
  .ismart .offers-btn a {
    font-size: 20px;
  }
  .ismart .offers-btn .label:before {
    padding-bottom: 5px;
  }
  .ismart .jump.next-steps-content .content {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 1599px) {
  .u-hidden-lg-down {
    display: none !important;
  }
  .header-container .custom-html.contact-number a {
    font-size: 0 !important;
  }
  .used-list.listing.has-solid-button .view-vehicle .btn {
    padding: 0 5px;
  }
}
@media (max-width: 1199px) {
  .modal.modal--attached {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
    height: 100%;
    left: auto;
    max-width: 485px;
    position: fixed;
    right: -100vw;
    text-align: left;
    top: 0;
    transform: translate(0);
    transition: right 0.4s ease-in-out;
    width: 90%;
  }
  .modal.modal--attached .container {
    padding-inline: 10px;
  }
  .modal.modal--attached.fade.in {
    overflow-x: hidden;
    overflow-y: auto;
    right: 0;
    top: 0;
  }
  .modal .modal-header .close {
    top: 19px;
  }
  .modal--attached.modal.has-image .modal-header {
    display: block;
  }
  .modal--attached.modal.has-image .google-map .inner {
    padding-inline: 0;
  }
  .modal--attached.modal.has-image .google-map .responsive-iframe {
    height: auto;
    padding-bottom: 56%;
  }
  .modal--attached.modal.has-image .layout-4 > div:first-child {
    position: static;
    width: 100%;
  }
  .modal--attached.modal.has-image .layout-4 > div:last-child {
    padding: 10px;
  }
  .modal--attached .modal-header h3,
  .modal--attached .modal-title {
    border-bottom: 1px solid #efefef;
    color: #000;
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: calc(32px + (32 - 32) * ((100vw - 768px) / (1600 - 768)));
    font-weight: 700;
    line-height: normal;
    padding: 15px 30px 16px 20px;
  }
  .modal--attached .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }
  .modal--attached .modal-dialog {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .modal-body {
    flex: 1 1 auto;
  }
  .modal--attached .modal-body {
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 100;
  }
  .modal-body .row-fluid {
    margin-inline: 0;
  }
  .u-hidden-md-down {
    display: none !important;
  }
  .slide-out-toggle .close {
    top: 19px;
  }
  .tabs.tab-has-toggles {
    background: transparent;
    border: none;
    padding-top: 0;
  }
  .tabs.tab-has-toggles .toggle-body {
    padding: 1.5625em;
  }
  .tab-has-toggles .tab-nav {
    display: none;
  }
  .tab-has-toggles .tab-content .tab-pane {
    background: transparent;
    border: none;
    display: block;
    padding: 0;
  }
  .tab-has-toggles .tab-content .tab-pane + .tab-pane {
    padding-top: 10px;
  }
  .search .filter-heading:before {
    background: rgba(0, 0, 0, 0.5);
    content: " ";
    display: block;
    opacity: 0;
    transition:
      visibility 0.4s linear 0s,
      opacity 0.4s ease-in-out 0s;
    z-index: 1015;
  }
  .search .filter-heading:after {
    content: "\e075";
  }
  .search .filter:last-child:nth-child(odd) {
    width: 100%;
  }
  .search .filter:nth-child(2n) .filter-heading {
    border-left: 1px solid #757575;
  }
  .search .filter.active .filter-heading:before {
    inset: 0;
    opacity: 1;
    position: fixed;
    visibility: visible;
  }
  .search .filter.active .filter-options {
    color: #000;
    right: 0;
    transition:
      visibility 0.4s linear 0s,
      right 0.4s ease-in-out 0s;
    visibility: visible;
  }
  .search .filter .filter-options {
    background: #fff;
    border-color: #efefef;
    bottom: 0;
    display: block !important;
    height: 100% !important;
    left: auto;
    max-width: 520px;
    overflow: hidden;
    position: fixed;
    right: -100vw;
    top: 0;
    transition:
      visibility 0.4s linear 0.5s,
      right 0.4s ease-in-out 0s;
    visibility: hidden;
    width: 90%;
    z-index: 1020;
  }
  .search--expanded.search .filter .filter-options {
    overflow: visible;
  }
  .search .filter .filter-options .inset {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .search .filter .filter-options .inset > .options {
    max-height: none;
  }
  .search .filter .filter-options .tabs {
    height: 100%;
    overflow: auto;
  }
  .search .filter .heading {
    border-bottom: 1px solid #efefef;
    color: #000;
    display: block;
    flex: 0 1 auto;
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: calc(20px + (25 - 20) * ((100vw - 768px) / (1600 - 768)));
    font-weight: 700;
    line-height: normal;
    padding: 20px 50px 20px 20px;
    position: relative;
  }
  .search .filter .heading .icon {
    align-items: center;
    background: #efefef;
    border-radius: 100%;
    color: #000;
    cursor: pointer;
    display: flex;
    height: 25px;
    justify-content: center;
    position: absolute;
    right: 10px;
    right: 20px;
    top: 50%;
    top: 19px;
    transform: translateY(-50%);
    transform: translateY(0);
    width: 25px;
  }
  .search .filter .heading .icon:before {
    content: "\e08b";
    display: block;
    font-size: 16px;
  }
  .search .filter .buttons {
    flex: 0 0 50px;
    margin-top: auto;
    padding-inline: 15px;
  }
  .search .filter .options {
    flex: 1 1 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .search .filter .tab-inset {
    flex: 1 1 auto;
  }
  .search--expanded.search .filter-price [data-tab] {
    padding: 20px 10px;
  }
  .search .filter-price .heading {
    border: none;
    display: block;
    font-size: 14px;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
  }
  .search .filter-price .filter-options .tabs {
    overflow: visible;
  }
  .search--expanded.search .filter-price .filter-options .tabs > .option {
    justify-content: center;
    padding: 10px 14px;
    text-align: center;
    width: 50%;
  }
  .search--expanded.search
    .filter-price
    .filter-options
    .tabs
    > .option
    .label {
    font-size: 12px;
  }
  .search .filter-budget .tab-nav {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .search .filter-budget .tab-nav > li {
    flex: 1 1 auto;
  }
  .search .filter-budget .tab-nav > li > a {
    padding-inline: 5px;
  }
  .search .option {
    border-bottom: 1px solid #efefef;
    color: #000;
  }
  .search .filter-options.advanced .tab-nav {
    display: none;
  }
  .search .filter-options.advanced .tabs {
    border-bottom: none;
    flex: 1 1 auto;
  }
  .search .filter-options.advanced .tab-content {
    display: block;
  }
  .search .filter-options.advanced .tab-content .tab-pane {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    display: block;
    padding: 0;
  }
  .search .advanced-options {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
  }
  .search .advanced-options .heading {
    flex: 0 1 auto;
  }
  .search .advanced-options .selected {
    background: #fff;
    flex: 0 1 auto;
    margin: 0;
    padding: 15px;
    z-index: 50;
  }
  .search .advanced-options .selected .title {
    color: #000;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 100%;
  }
  .search .advanced-options .selected .title span {
    background-color: #fff;
    padding: 0 8px;
    position: relative;
    z-index: 1;
  }
  .search .advanced-options .selected .options {
    border: 1px solid #d8d8d8;
    overflow: auto;
    padding: 14px 14px 0;
  }
  .search .advanced-options .group .option {
    color: #000;
  }
  .search .advanced-options .group .option .label {
    color: #000;
  }
  .search .advanced-options .tab-pane .title {
    cursor: pointer;
    padding: 10px;
    position: relative;
  }
  .search .advanced-options .tab-pane .title .icon:before {
    content: "\e076";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .search .advanced-options .tab-pane .options {
    border: none;
    display: none;
    padding: 5px;
  }
  .search .advanced-options .tab-pane.is-open .title .icon:before {
    content: "\e073";
  }
  .button__search:after {
    content: "\e075";
  }
  .valuation-widget-jump--flex .btn {
    letter-spacing: 0;
  }
  #pre-footer-wrap .social-icons {
    display: inline-block;
    text-align: center;
  }
  #pre-footer-wrap .social-icons.social-icons-has-width {
    width: 179px;
  }
  #pre-footer-wrap .button.whatsapp {
    display: inline-block !important;
  }
  .search-toggle .toggle-heading {
    margin-bottom: 10px;
  }
  .search-toggle .toggle-heading.active {
    background: #d6d6d6;
  }
  [class^="used"].details .tabs.tab-has-toggles .toggle-heading {
    background: #efefef;
    border-color: #efefef;
  }
  [class^="used"].details .tabs.tab-has-toggles .toggle-body {
    background: #fff;
    border-color: #efefef;
  }
  [class^="used"].details .efficiency-data .efficiency-monthly-running-costs,
  [class^="used"].details .efficiency-data .efficiency-tax-band-graphic {
    float: none;
    padding-left: 0;
    width: auto;
  }
  [class^="used"].details .efficiency-data .efficiency-tax-band-graphic {
    padding-bottom: 15px;
  }
  [class^="used"].details .tech-data .column {
    display: block;
    width: auto;
  }
  .new-model-cycle.has-arrows .cycle-next,
  .new-model-cycle.has-arrows .cycle-prev {
    display: none !important;
  }
  [class*="new"].details #pre-footer-wrap {
    padding-bottom: 45px;
  }
  [class*="new"].details .row-action-bar [class*="span"],
  [class*="new"].details .row-action-bar [class^="col-"] {
    min-height: 0;
  }
  [class*="new"].details .row-action-bar .sticky-module-inset {
    bottom: 0;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.13);
    left: 0;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 1020;
  }
  [class*="new"].details .row-action-bar .jump.has-icon .btn {
    border-radius: 0;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  [class*="new"].details .row-action-bar .jump.has-icon.secondary .btn {
    box-shadow: inset 0 0 0 1px #efefef;
  }
  [class*="new"].details .jumps-cycle-generic.has-arrows-outside .cycle-next,
  [class*="new"].details .jumps-cycle-generic.has-arrows-outside .cycle-prev {
    display: none !important;
  }
  [class^="cap"][class*="offers"].listing .offers-search .filters {
    border-bottom: 1px solid #757575;
    border-left: 1px solid #757575;
  }
  .locations.listing .sticky-module {
    width: 100%;
  }
  .locations.listing .sticky-module-inset {
    top: 0 !important;
  }
  .locations.listing .sticky-module-inset.fixed {
    position: static;
  }
  .locations.listing .listing {
    width: 100%;
  }
  .black-editon.listing .container-h62my .overlay__image {
    max-width: 1020px;
  }
}
@media (max-width: 978px) {
  .nav .active .dropdown-menu {
    display: block;
  }
  .nav > li a {
    font-size: 21px;
  }
  .nav .dropdown-menu li > a {
    font-size: 21px;
  }
  .nav .dropdown-menu li > a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .u-hidden-sm-down {
    display: none !important;
  }
  .overview-data .value {
    width: 44%;
  }
  .overview-data .cell {
    padding: 0 10px;
  }
  .search--expanded.search .filter-price [data-tab] {
    border: none;
    padding: 20px 0;
  }
  .used-media .inner {
    padding-bottom: 50px;
  }
  .module.media .gallery-icon,
  .used-media .gallery-icon {
    display: none !important;
  }
  .module.media .image-count,
  .module.media .video-count,
  .used-media .image-count,
  .used-media .video-count {
    bottom: 0;
    font-size: 13px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50%;
  }
  .module.media .image-count span,
  .module.media .video-count span,
  .used-media .image-count span,
  .used-media .video-count span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
  }
  .module.media .image-count .count,
  .module.media .video-count .count,
  .used-media .image-count .count,
  .used-media .video-count .count {
    margin-left: 5px;
  }
  .module.media .video-count,
  .used-media .video-count {
    border-left: 1px solid #757575;
    left: 50%;
  }
  .module.media .media-photos .image-count a,
  .module.media .media-video .video-count a,
  .used-media .media-photos .image-count a,
  .used-media .media-video .video-count a {
    background: #757575;
    color: #fff;
  }
  .ytembed-object .text {
    text-align: center;
  }
  .ytembed-object .btn {
    display: block;
  }
  .cms {
    word-break: break-word;
  }
  .cms .btn {
    word-break: normal;
  }
  .nav li[class*="new-cars"] .dropdown-menu {
    display: none !important;
  }
  .nav li[class*="new-cars"].active .dropdown-menu {
    display: flex !important;
  }
  #chat-bot.modal {
    max-width: 90% !important;
    padding: 10px 0 10px 10px;
  }
  #chat-bot.modal .modal-body {
    max-height: 405px !important;
    padding: 10px;
  }
  #chat-bot.modal .modal-body iframe {
    height: 380px !important;
  }
  .header-container {
    height: 80px;
  }
  .header-container > header {
    background: #000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: flex;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1015;
  }
  .header-container > header .container-wrap.container-wrap {
    margin: 0;
  }
  .header-container .container-r6z94 {
    flex: 1;
  }
  .header-container .container-5k2ms {
    display: none;
  }
  .header-container .container-un2g5 .container {
    padding-inline: 0;
  }
  .toggle-primary-menu .toggle-pane {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 0;
  }
  .toggle-primary-menu .row-fluid {
    width: 100%;
  }
  .toggle-primary-menu .container {
    padding-inline: 0;
  }
  .toggle-primary-menu .toggle-nav {
    display: none;
  }
  .toggle-primary-menu .nav-collapse {
    display: block;
  }
  .toggle-primary-menu .row-c1wfa {
    display: flex;
    flex: 0 0 auto;
  }
  .toggle-primary-menu .row-46wjq {
    flex-grow: 1;
    overflow: auto;
  }
  .toggle-primary-menu .button {
    flex: 1;
    margin: 0;
    padding: 0;
  }
  .toggle-primary-menu .button + .button {
    margin-top: 0;
  }
  .toggle-primary-menu .button:first-child .btn {
    border-left: none;
  }
  .toggle-primary-menu .btn,
  .toggle-primary-menu .fw-popup {
    background: #000;
    border: none;
    border-left: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    letter-spacing: 0;
    line-height: normal;
    max-width: none;
    padding: 10px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
  }
  .toggle-primary-menu .btn:after,
  .toggle-primary-menu .btn:before,
  .toggle-primary-menu .fw-popup:after,
  .toggle-primary-menu .fw-popup:before {
    display: none;
  }
  .toggle-primary-menu .btn .icon,
  .toggle-primary-menu .fw-popup .icon {
    display: block;
  }
  .toggle-primary-menu .btn .icon:before,
  .toggle-primary-menu .fw-popup .icon:before {
    font-size: 25px;
  }
  .toggle-primary-menu .btn span,
  .toggle-primary-menu .fw-popup span {
    display: inline-block;
    padding: 3px 0;
    top: auto;
  }
  .toggle-primary-menu .btn span:after,
  .toggle-primary-menu .btn span:before,
  .toggle-primary-menu .fw-popup span:after,
  .toggle-primary-menu .fw-popup span:before {
    display: none;
  }
  .toggle-primary-menu .btn .count,
  .toggle-primary-menu .fw-popup .count {
    color: #fff !important;
  }
  .toggle-primary-menu .service-button .icon:before {
    content: "\c008";
  }
  .toggle-primary-menu .test-drive-button .icon:before {
    content: "\c009";
  }
  .toggle-primary-menu .buy-online-button .icon:before {
    content: "\c003";
  }
  .toggle-primary-menu .find-button .icon:before {
    content: "\c004";
  }
  .toggle-primary-menu .contact-button .icon:before {
    content: "\c007";
  }
  .toggle-primary-menu .save-button .icon:before {
    content: "\e0b1";
  }
  .toggle-primary-menu .account-button .icon:before {
    content: "\e0d9";
  }
  .toggle-primary-menu .valuations-button .icon:before {
    content: "\e0e1";
  }
  .toggle-primary-menu .search-button .icon:before {
    content: "\e08f";
  }
  .header-container .dealer-name img,
  .header-container .franchise-badge img,
  .header-container .logo img {
    max-height: 100%;
  }
  .header-container .logo {
    position: relative;
    width: auto !important;
  }
  .header-container .logo a {
    align-items: center;
    background: #cc2127
      url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/logo-mobile.png)
      50% no-repeat;
    display: flex;
    height: 93px;
    left: 0;
    position: absolute;
    width: 87px;
  }
  .header-container .logo img {
    display: none;
  }
  .toggle-primary-menu .toggle-body {
    border: none;
    width: 97.3%;
  }
  .toggle-primary-menu .btn,
  .toggle-primary-menu .fw-popup {
    border-left: 1px solid #373737;
  }
  .toggle-primary-menu .btn .icon:before,
  .toggle-primary-menu .fw-popup .icon:before {
    color: #d2232a;
    font-size: 20px;
  }
  [class^="used"].listing .container-vpgvn .sticky-module {
    height: auto !important;
  }
  [class^="used"].details .thumbnails .has-1-tabs .tab-nav,
  [class^="used"].details .thumbnails .tab-content {
    display: none;
  }
  [class^="used"].details .thumbnails .tab-nav {
    border: 1px solid #efefef;
    border-top: none;
    margin-right: 0;
    padding-inline: 0;
    z-index: 105;
  }
  [class^="used"].details .thumbnails .tab-nav > li {
    margin-left: 0;
    width: 33.3%;
  }
  [class^="used"].details .thumbnails .tab-nav > li > a {
    border-block: none;
    font-size: 12px;
    padding-inline: 0;
    position: relative;
  }
  [class^="used"].details .thumbnails .tab-nav > li > a:before {
    border-bottom: 8px solid #efefef;
    border-inline: 8px solid transparent;
    bottom: 100%;
    content: "" !important;
    display: none;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  [class^="used"].details .thumbnails .tab-nav > li.active > a:before,
  [class^="used"].details .thumbnails .tab-nav > li.active > a:hover:before {
    display: block;
  }
  [class^="used"].details .thumbnails .tab-nav > li.active > a:after,
  [class^="used"].details .thumbnails .tab-nav > li.active > a:hover:after {
    display: none;
  }
  [class^="used"].details .used-media .cycle-scroller .controls {
    display: block;
  }
  .vacancies.details .overlay__wrap .details-layout > [class*="span"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime-local"],
  input[type="datetime"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select,
  textarea {
    font-size: 16px;
  }
  select {
    background-image: none !important;
  }
  [class*="span"] + [class*="span"] {
    margin-top: 1.875rem;
  }
  [class*="col-xs"] + [class*="col-xs"] {
    margin-top: 0;
  }
  .box-list.used-list.listing > .inner {
    margin: 0;
  }
  .box-list.used-list.listing .list-item {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
  }
  .cycle-scroller .controls {
    display: none;
  }
  .has-controls-mobile .cycle-scroller .controls,
  .has-pagination-mobile .cycle-scroller .controls {
    display: block;
  }
  .has-pagination-mobile .cycle-scroller .controls .cycle-next,
  .has-pagination-mobile .cycle-scroller .controls .cycle-prev {
    display: none !important;
  }
  .inner-hide-overflow-mobile .inner {
    overflow: hidden;
  }
  .module-cycle.mobile-peeking-1 .cycle-scroller {
    margin-right: -10px !important;
    width: auto;
  }
  .module-cycle.mobile-peeking-2 .cycle-scroller {
    margin-right: -20px !important;
    width: auto;
  }
  .module-cycle.mobile-peeking-3 .cycle-scroller {
    margin-right: -30px !important;
    width: auto;
  }
  .module-cycle.mobile-peeking-4 .cycle-scroller {
    margin-right: -40px !important;
    width: auto;
  }
  [data-cycle-fx="carousel"] .cycle-sentinel,
  [data-cycle-fx="carousel"] .cycle-slide {
    width: 85%;
  }
  [data-cycle-fx="carousel"] .cycle-sentinel .inset,
  [data-cycle-fx="carousel"] .cycle-slide .inset {
    margin: 0 0.5em;
  }
  .nav > li a {
    overflow: hidden;
  }
  .nav .dropdown-menu li > a {
    border-bottom: 1px solid #efefef;
  }
  .pagination .pages li.btn-first,
  .pagination .pages li.btn-last {
    display: none;
  }
  .bootstrap-select {
    z-index: 1005;
  }
  .bootstrap-select button.btn {
    font-size: 16px;
  }
  .bootstrap-select .dropdown-menu:not(.inner) {
    border-radius: 0;
    bottom: 0;
    display: block;
    font-size: 14px;
    height: auto;
    left: 100%;
    max-height: none !important;
    min-height: 0 !important;
    min-width: 0;
    position: fixed;
    top: 0;
    transition:
      visibility 0.5s linear 0s,
      left 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 90%;
    z-index: 1200;
  }
  .bootstrap-select-pullout-off .bootstrap-select:before {
    display: none;
  }
  .bootstrap-select-pullout-off .bootstrap-select .dropdown-menu:not(.inner) {
    display: none !important;
    height: auto !important;
    position: static;
    width: 100%;
  }
  .bootstrap-select-pullout-off
    .bootstrap-select
    .dropdown-menu:not(.inner).show {
    display: block !important;
  }
  .bootstrap-select-pullout-off
    .bootstrap-select
    .dropdown-menu:not(.inner)
    .dropdown-menu.inner {
    height: auto !important;
  }
  .bootstrap-select .inner {
    max-height: none !important;
    min-height: 0 !important;
  }
  .bootstrap-select:before {
    background: rgba(0, 0, 0, 0.5);
    content: " ";
    cursor: pointer;
    display: block;
    inset: 0;
    opacity: 0;
    position: fixed;
    transition:
      visibility 0.5s linear 0s,
      opacity 0.5s ease-in-out 0s;
    visibility: hidden;
    z-index: 1015;
  }
  .bootstrap-select.open {
    z-index: 1200;
  }
  .bootstrap-select.open:before {
    opacity: 1;
    visibility: visible;
  }
  .bootstrap-select.open .dropdown-menu {
    height: 100%;
    left: 10%;
    visibility: visible;
  }
  .bootstrap-select .dropdown-backdrop {
    inset: 0;
    position: fixed;
    width: 10%;
    z-index: 1200;
  }
  .bootstrap-select {
    z-index: auto;
  }
  .bootstrap-select:before {
    z-index: 1021;
  }
  .bootstrap-select.open {
    z-index: auto;
  }
  .fancybox-wrap {
    margin-left: -32% !important;
    width: 64% !important;
  }
  .segment.button + .button.segment {
    margin-top: 0;
    padding-top: 20px;
  }
  .sticky-module .container,
  .sticky-module .row-fluid,
  .sticky-module [class*="layout"] {
    margin: 0;
  }
  .hidden-phone,
  .u-hidden-xs-down {
    display: none !important;
  }
  #__ndcc_cookieImpliedConsent {
    bottom: auto;
    margin: 2% !important;
    top: 0;
    width: 96% !important;
  }
  #__ndcc_cookieImpliedConsent .btns {
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  #__ndcc_cookieImpliedConsent .btns a {
    float: none;
  }
  #__ndcc_cookieImpliedConsent .button + .button {
    margin-top: 10px !important;
  }
  #__ndcc_popup {
    bottom: 2%;
    position: fixed;
  }
  #__ndcc_popup .cookieOptions {
    max-height: 60vh;
    overflow-y: auto;
  }
  #__ndcc_popup .cookieControls .btn {
    display: block;
    margin: 0 0 10px;
    text-align: left;
  }
  .button {
    display: block;
  }
  .button + .button {
    margin-top: 10px;
  }
  .btn--full-width-mobile .btn {
    max-width: none !important;
    width: 100% !important;
  }
  .btn--initial-mobile .btn {
    display: inline-block;
    max-width: none !important;
    width: auto !important;
  }
  .btn,
  .media-exterior360 .btn-hotspot,
  button,
  input[type="button"],
  input[type="submit"] {
    display: block;
    margin: 0 auto;
    max-width: 240px;
  }
  .cyclr {
    padding: 0;
  }
  .cyclr .caption .caption-inset {
    padding: 1em;
    vertical-align: bottom;
  }
  .cyclr .caption .caption-inset > span:not(.btn) {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }
  .cyclr .inner {
    background: #000;
  }
  .cyclr .controls {
    display: block;
    left: 0;
    padding-bottom: 75%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .cyclr .cycle-next,
  .cyclr .cycle-prev {
    display: none;
  }
  .cyclr .caption {
    background: #000;
    position: static;
  }
  .cyclr .caption .caption-inset {
    padding: 15px 20px;
  }
  .cyclr .caption .caption-inset > span:not(.btn) {
    color: #fff;
    text-shadow: none;
  }
  .mg-close .icon {
    margin: 5px 0 0 5px;
  }
  .total-monthly-cost .btn,
  .total-monthly-cost .controls {
    margin-inline: 0;
    width: 180px;
  }
  .total-monthly-cost input::placeholder {
    font-size: 11px;
  }
  .toggle-has-modals .toggle-heading {
    display: none;
  }
  .toggle-has-modals .toggle-body {
    border: 0;
    display: block !important;
    height: auto !important;
    padding: 0;
  }
  .toggle-has-modals .toggle-body .modal .close {
    display: flex;
  }
  .spec-data--details [class*="span"] + [class*="span"] {
    margin-top: 0;
  }
  .search .filter-heading .label {
    overflow: hidden;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search--expanded.search .filter-budget .tab-pane {
    border: none;
    padding: 20px 0;
  }
  .search .option .label {
    font-size: 14px;
  }
  .search .selected.is-empty {
    display: block;
  }
  .button__search .btn {
    font-size: 14px;
  }
  .button__search + .button__search {
    margin-top: 0;
  }
  .page-controls .sort-order .bootstrap-select button.btn {
    border: 0;
    line-height: 28px;
    opacity: 0;
  }
  .location-search .control-group {
    margin-bottom: 10px;
  }
  .location-search .control-label {
    color: #404040;
    font-size: 0.875rem;
    margin: 0;
    padding: 0 0.28571429em 0 0;
  }
  .location-search .control-label span {
    display: inline-block;
    line-height: normal;
    padding-bottom: 10px;
    vertical-align: middle;
  }
  .directions-table .foot .send-to-phone,
  .directions-table .head .send-to-phone {
    display: none;
  }
  .vacancies-list .vacancies-table table,
  .vacancies-list .vacancies-table tbody,
  .vacancies-list .vacancies-table td,
  .vacancies-list .vacancies-table th,
  .vacancies-list .vacancies-table thead,
  .vacancies-list .vacancies-table tr {
    display: block;
  }
  .vacancies-list .vacancies-table table thead tr,
  .vacancies-list .vacancies-table tbody thead tr,
  .vacancies-list .vacancies-table td thead tr,
  .vacancies-list .vacancies-table th thead tr,
  .vacancies-list .vacancies-table thead thead tr,
  .vacancies-list .vacancies-table tr thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .vacancies-list .vacancies-table table tr,
  .vacancies-list .vacancies-table tbody tr,
  .vacancies-list .vacancies-table td tr,
  .vacancies-list .vacancies-table th tr,
  .vacancies-list .vacancies-table thead tr,
  .vacancies-list .vacancies-table tr tr {
    margin-bottom: 20px;
  }
  .vacancies-list .vacancies-table table td:not(.job-title),
  .vacancies-list .vacancies-table tbody td:not(.job-title),
  .vacancies-list .vacancies-table td td:not(.job-title),
  .vacancies-list .vacancies-table th td:not(.job-title),
  .vacancies-list .vacancies-table thead td:not(.job-title),
  .vacancies-list .vacancies-table tr td:not(.job-title) {
    border: none;
    border-bottom: 1px solid #efefef;
    min-height: 25px;
    padding-left: 50%;
    padding-right: 5px;
    position: relative;
    text-align: right;
  }
  .vacancies-list .vacancies-table table td:not(.job-title).last,
  .vacancies-list .vacancies-table tbody td:not(.job-title).last,
  .vacancies-list .vacancies-table td td:not(.job-title).last,
  .vacancies-list .vacancies-table th td:not(.job-title).last,
  .vacancies-list .vacancies-table thead td:not(.job-title).last,
  .vacancies-list .vacancies-table tr td:not(.job-title).last {
    padding-left: 0;
  }
  .vacancies-list .vacancies-table table td.job-title,
  .vacancies-list .vacancies-table tbody td.job-title,
  .vacancies-list .vacancies-table td td.job-title,
  .vacancies-list .vacancies-table th td.job-title,
  .vacancies-list .vacancies-table thead td.job-title,
  .vacancies-list .vacancies-table tr td.job-title {
    padding: 10px;
  }
  .vacancies-list .vacancies-table table td.last,
  .vacancies-list .vacancies-table tbody td.last,
  .vacancies-list .vacancies-table td td.last,
  .vacancies-list .vacancies-table th td.last,
  .vacancies-list .vacancies-table thead td.last,
  .vacancies-list .vacancies-table tr td.last {
    border-bottom: 0;
    padding-right: 0;
  }
  .vacancies-list .vacancies-table table td.last a,
  .vacancies-list .vacancies-table tbody td.last a,
  .vacancies-list .vacancies-table td td.last a,
  .vacancies-list .vacancies-table th td.last a,
  .vacancies-list .vacancies-table thead td.last a,
  .vacancies-list .vacancies-table tr td.last a {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    outline: none;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #d2232a;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 45px;
    margin: 10px;
    min-height: 1em;
    overflow: hidden;
    padding: 0 2.22222222em;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
  }
  .vacancies-list .vacancies-table table td.last a a,
  .vacancies-list .vacancies-table tbody td.last a a,
  .vacancies-list .vacancies-table td td.last a a,
  .vacancies-list .vacancies-table th td.last a a,
  .vacancies-list .vacancies-table thead td.last a a,
  .vacancies-list .vacancies-table tr td.last a a {
    color: inherit;
  }
  .vacancies-list .vacancies-table table td.last a span,
  .vacancies-list .vacancies-table tbody td.last a span,
  .vacancies-list .vacancies-table td td.last a span,
  .vacancies-list .vacancies-table th td.last a span,
  .vacancies-list .vacancies-table thead td.last a span,
  .vacancies-list .vacancies-table tr td.last a span {
    display: inline-block;
    line-height: normal;
    padding: 3px 0;
    vertical-align: middle;
  }
  .vacancies-list .vacancies-table table td.last a span span,
  .vacancies-list .vacancies-table tbody td.last a span span,
  .vacancies-list .vacancies-table td td.last a span span,
  .vacancies-list .vacancies-table th td.last a span span,
  .vacancies-list .vacancies-table thead td.last a span span,
  .vacancies-list .vacancies-table tr td.last a span span {
    padding: 0;
    top: auto;
    vertical-align: baseline;
  }
  .vacancies-list .vacancies-table table td.last a .icon,
  .vacancies-list .vacancies-table tbody td.last a .icon,
  .vacancies-list .vacancies-table td td.last a .icon,
  .vacancies-list .vacancies-table th td.last a .icon,
  .vacancies-list .vacancies-table thead td.last a .icon,
  .vacancies-list .vacancies-table tr td.last a .icon {
    vertical-align: baseline;
  }
  .vacancies-list .vacancies-table table td.last a span,
  .vacancies-list .vacancies-table tbody td.last a span,
  .vacancies-list .vacancies-table td td.last a span,
  .vacancies-list .vacancies-table th td.last a span,
  .vacancies-list .vacancies-table thead td.last a span,
  .vacancies-list .vacancies-table tr td.last a span {
    position: relative;
    top: -2px;
  }
  .vacancies-list .vacancies-table table td.last a:after,
  .vacancies-list .vacancies-table tbody td.last a:after,
  .vacancies-list .vacancies-table td td.last a:after,
  .vacancies-list .vacancies-table th td.last a:after,
  .vacancies-list .vacancies-table thead td.last a:after,
  .vacancies-list .vacancies-table tr td.last a:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
  }
  .no-touch .vacancies-list .vacancies-table table td.last a:after,
  .no-touch .vacancies-list .vacancies-table tbody td.last a:after,
  .no-touch .vacancies-list .vacancies-table td td.last a:after,
  .no-touch .vacancies-list .vacancies-table th td.last a:after,
  .no-touch .vacancies-list .vacancies-table thead td.last a:after,
  .no-touch .vacancies-list .vacancies-table tr td.last a:after {
    transition: width 0.4s ease-in-out;
  }
  .vacancies-list .vacancies-table table td span:before,
  .vacancies-list .vacancies-table tbody td span:before,
  .vacancies-list .vacancies-table td td span:before,
  .vacancies-list .vacancies-table th td span:before,
  .vacancies-list .vacancies-table thead td span:before,
  .vacancies-list .vacancies-table tr td span:before {
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: nowrap;
    width: 45%;
  }
  .valuations__widget-container-overlap--mobile {
    margin-top: -42px !important;
    position: relative;
    z-index: 8;
  }
  .cw-plugin.cw-plugin .cw-finance-quote-bottom {
    max-width: 330px;
    width: 100%;
  }
  .cw-plugin.cw-plugin .cw-finance-quote-bottom .cw-apply .cw-call-to-action,
  .cw-plugin.cw-plugin .cw-finance-quote-bottom iframe {
    width: 100% !important;
  }
  .cw-plugin.cw-plugin .cw-action {
    display: block;
  }
  .cw-plugin.cw-plugin .cw-action + .cw-action {
    margin-top: 10px;
  }
  .cw-plugin.cw-plugin .cw-call-to-action {
    display: block;
    max-width: 240px;
  }
  .cw-plugin.cw-plugin .cw-product {
    min-height: 0;
    width: 100%;
  }
  .representative-finance-example .toggle-heading .button .btn {
    font-size: 11px;
    padding: 0 6px;
    text-align: center;
  }
  #modal-advert .modal-body.cyclr .item img,
  div[data-require-module-id="widgets/popin"]
    .modal
    .modal-body.cyclr
    .item
    img {
    aspect-ratio: 4/3;
  }
  #modal-finance-example .modal-body .cw-product,
  #modal-finance-example .modal-body .cw-video iframe {
    width: 100% !important;
  }
  .motability-search p {
    background: url(//d2638j3z8ek976.cloudfront.net/73a77a4ba8e28d12baad64923722b1e3141d14ce/1752566194/images/motability.png)
      center 0 no-repeat;
    background-size: 237px auto;
    padding: 70px 0 14px;
    text-align: center;
  }
  .motability-search .range-slider {
    background: none;
    margin-top: 0;
  }
  .motability-search .filter-models .model {
    margin: 0 1% 20px;
    width: 48%;
  }
  .online-deposits-widget .key_facts_footer label {
    max-width: 210px;
  }
  .cms {
    padding: 0 0.625rem;
  }
  .cms .responsive-video {
    padding-bottom: 75.25%;
  }
  .cms .btn + .btn {
    margin-top: 10px;
  }
  .cms table {
    word-break: normal;
  }
  .cms .sticky-module {
    background: #efefef;
    margin-bottom: 10px;
    padding: 20px 10px;
  }
  .cms .sticky-module:before {
    content: "Select an item to jump to a section on this page:";
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .cms .sticky-module .cms-jump {
    padding-left: 30px;
  }
  .cms .sticky-module .cms-jump:before {
    background: #000;
    content: "";
    display: inline-block;
    height: 3px;
    vertical-align: middle;
    width: 3px;
  }
  .cms .sticky-module .cms-jump a {
    background: #efefef;
    color: #000;
    display: inline-block;
    font-family: bebas-neue-pro-expanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 5px;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .cms .row-fluid[data-last-row-on-mobile="true"] + .row-fluid {
    margin-top: 0;
  }
  .cms .row-fluid .textInner {
    max-height: 9999em;
    opacity: 1;
    overflow: hidden;
    transition:
      opacity 0.7s cubic-bezier(1, 0.36, 0.61, 0.22),
      max-height 0.7s cubic-bezier(1, 0.36, 0.61, 0.22);
  }
  .cms .row-fluid.hidden {
    display: block !important;
    margin: 0;
    transition: margin 0.1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.7s;
  }
  .cms .row-fluid.hidden .mediaInner,
  .cms .row-fluid.hidden .textInner {
    max-height: 0;
    opacity: 0;
    transition:
      opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
      max-height 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .cms .row-fluid.hidden .media {
    padding: 0;
  }
  .cms .row-fluid.hidden [class*="span"] + [class*="span"] {
    margin-top: 0;
  }
  .cms .show-more {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 44%);
    padding-top: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .cms .show-more:after {
    border-top: 1px solid #ccc;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: -1;
  }
  .cms .show-more a {
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    display: inline-block;
    font-size: 0;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
  }
  .cms .show-more a:after {
    color: #000;
    content: "\e076";
    font-family: master-v10, mg-middle-east-redesign-s;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    transition: transform 0.5s ease 0.6s;
    speak: none;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .cms .show-more span {
    display: none;
  }
  .cms .show-more.is-minimised {
    margin-top: -50px;
    transition: margin-top 0.6s cubic-bezier(1, 0.36, 0.61, 0.22) 0.1s;
  }
  .cms .show-more.is-maximised {
    margin-top: -20px;
    transition: margin-top 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  }
  .cms .show-more.is-maximised a:after {
    transform: rotate(180deg);
  }
  .cms.show-more-alt .show-more {
    background-image: none;
  }
  .cms.cms-collapsed [class*="span"] + [class*="span"] {
    margin-top: 0;
  }
  .action-bar__wrap .button .btn {
    max-width: none;
  }
  .overlay__wrap .overlay__image--fill-height {
    height: 100%;
    top: 0;
    transform: translate(-50%);
    width: auto;
  }
  .overlay__wrap .overlay__image--fill-height > .inner {
    height: 100%;
  }
  .overlay__wrap .overlay__image--fill-height .thumb {
    display: block;
    height: 100%;
    width: auto;
  }
  .overlay__wrap .overlay__image--fill-height .thumb .responsive-image {
    height: 100%;
  }
  .overlay__wrap .overlay__image--fill-height .thumb img {
    height: 100%;
    max-width: none;
    width: auto;
  }
  .overlay__wrap .overlay__image--fill-height.overlay__image--fluid {
    transform: translate(0);
  }
  .overlay__wrap .overlay__image--hide-on-mobile .thumb img {
    display: none;
  }
  .form-module.form-module .form-actions .btn {
    margin: 0;
    max-width: none;
  }
  .jump.franchise-badge:nth-child(3n) .inner {
    border-right: none;
  }
  .sticky-module.sticky-custom .action-bar__wrap .col-xs-12 {
    width: 100%;
  }
  .sticky-module.sticky-custom .action-bar__wrap .layout-6 {
    flex-wrap: wrap;
  }
  .home-banner .cyclr .cycle-next,
  .home-banner .cyclr .cycle-prev {
    display: none;
  }
  .home-banner .cyclr .caption {
    z-index: 10;
  }
  .home-banner .cyclr .controls {
    padding-bottom: 66.66666667%;
  }
  .header-container .logo + .dealer-name {
    display: none;
  }
  .header-container .logo a {
    left: -10px;
  }
  .header-container .button.pl-3,
  .header-container .custom-html.pl-3 {
    padding-left: 12px !important;
  }
  #__ndcc_footerPlaceholder #__ndcc_footerSettings_icon {
    margin: 0 auto !important;
  }
  .homepage .search-header {
    background: none;
  }
  body:not(.homepage):not([class*="cap"]):not([class*="buying-online"])
    .search-toggle
    .toggle-heading {
    width: 68%;
  }
  .page-controls {
    position: relative;
  }
  .page-controls .sort-order {
    position: absolute;
    right: 10px;
    top: 1px;
    width: 28%;
  }
  .page-controls .sort-order .bootstrap-select {
    z-index: 1005;
  }
  .page-controls .sort-order .bootstrap-select.open {
    z-index: auto;
  }
  .page-controls .sort-order .bootstrap-select button.btn,
  .page-controls .sort-order .control-label {
    border: 1px solid #efefef;
    font-size: 0.875rem;
    line-height: normal;
    padding: 20px;
    text-align: center;
  }
  .page-controls .sort-order .bootstrap-select button.btn:after,
  .page-controls .sort-order .control-label:after {
    display: none;
  }
  [class^="used"].listing .container-vpgvn .overlay__image {
    width: 132%;
  }
  .used-list.listing > .inner {
    margin-inline: 0;
  }
  .used-list.listing .button + .button {
    margin-top: 0;
  }
  [class*="used"].listing.new-stock .container-hodyd {
    position: relative;
  }
  [class*="used"].listing.new-stock .page-controls {
    position: static;
  }
  [class*="used"].listing.new-stock .page-controls .sort-order {
    top: -69px;
    width: 30%;
  }
  [class^="used"].details .container-341qs {
    margin-top: 10px;
  }
  [class^="used"].details .container-341qs + .container-7e8ak {
    margin-top: 0;
  }
  [class^="used"].details .container-341qs .row-fluid {
    margin-inline: 0;
  }
  [class^="used"].details .thumbnails,
  [class^="used"].details .used-media {
    padding-inline: 0;
  }
  [class^="used"].details .thumbnails .tab-content {
    display: none;
  }
  [class^="used"].details
    .row-03q1g
    .basic
    + .basic[class*="span"].documents-toggle {
    border-left: none;
  }
  [class^="used"].details .print-details.basic {
    display: inline-block;
    margin-top: 0;
    width: 50%;
  }
  [class^="used"].details .print-details.basic .btn {
    max-width: none;
    text-align: center;
  }
  [class^="used"].details .social-share {
    display: inline-block;
    width: 50%;
  }
  [class^="used"].details .social-share .toggle-body {
    left: -1px;
    right: -1px;
    width: calc(200% + 2px);
  }
  [class^="used"].details .social-share .social-icons li + li {
    margin-left: 0.1em;
  }
  [class^="used"].details
    .row-8pyp8
    .location
    .location-no.has-icon
    .phone
    > span {
    text-decoration: underline;
  }
  [class^="used"].details .documents-toggle {
    display: inline-block;
    width: 100%;
  }
  [class^="used"].details .documents-toggle .toggle-heading {
    border-top: 1px solid #efefef;
    text-align: center;
  }
  [class^="used"].details .documents-toggle .toggle-body {
    left: -1px;
    right: -1px;
  }
  .new-model-tabs .tab-nav > li > a {
    font-size: 12px;
  }
  .new-model-cycle .controls {
    display: block;
  }
  .new-model-cycle .item {
    width: 90.1%;
  }
  .new-model-cycle .inner {
    direction: ltr;
  }
  .new-model-cycle .cycle-scroller.cycle-scroller {
    margin-right: -30px !important;
    width: calc(100% + 30px);
  }
  .buying-online-container .overlay__image {
    top: 0;
    transform: translate(-50%);
    width: 1366px;
  }
  [class*="new"].details .row-vehicle-data .vehicle-data .strapline {
    font-size: 20px;
  }
  [class*="new"].details .row-vehicle-data .vehicle-data .content {
    font-size: 13px;
    padding-top: 3px;
  }
  .jump-text-hidden-mobile .content,
  .jump-text-hidden-mobile .sub-title,
  .jump-text-hidden-mobile .title {
    display: none !important;
  }
  [class*="new"].details .cms .show-more {
    background: none;
    padding-top: 0;
  }
  [class*="new"].details .cms .show-more a {
    background: none;
    border: none;
    border-radius: 0;
    color: #000;
    display: block;
    font-family:
      bebas-neue-pro-semiexpanded, Arial, Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
  }
  [class*="new"].details .cms .show-more span {
    display: block;
  }
  [class*="new"].details .cms .show-more.is-maximised,
  [class*="new"].details .cms .show-more.is-minimised {
    margin-top: 6px;
  }
  [class*="new"].details .cms .show-more a:after,
  [class*="new"].details .cms .show-more:after {
    display: none;
  }
  [class*="new"].details .cms.color-white .show-more a {
    color: #fff;
  }
  [class*="new"].details .design---colours .controls,
  [class*="new"].details .jumps-cycle-generic .controls {
    display: block;
  }
  [class*="new"].details .jumps-cycle-generic > .inner {
    padding-right: 5px;
  }
  [class*="new"].details .jumps-cycle-generic .cycle-slide {
    width: 91.5%;
  }
  [class*="new"].details .jumps-cycle-generic [class*="cycle-pager-container"] {
    font-size: 0;
    margin-left: -20px;
  }
  [class*="new"].details .jumps-cycle-generic .text {
    padding-bottom: 0;
    padding-top: 10px;
  }
  [class^="new"].details .exp-360-container .responsive-iframe.clicked {
    padding-bottom: 157%;
  }
  .config-steps .tab-nav > li {
    display: none;
    width: auto;
  }
  .config-steps .tab-nav > li.active {
    display: block;
  }
  .paint-select .row-fluid .span6 .inset .heading,
  .trim-select .row-fluid .span6 .inset .heading {
    padding-left: 6px;
  }
  .paint-select .row-fluid .span6 .inset .options.three,
  .trim-select .row-fluid .span6 .inset .options.three {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
  }
  .paint-select .row-fluid .span6 .inset .options.three .option,
  .trim-select .row-fluid .span6 .inset .options.three .option {
    margin: 0 6px;
    width: 170px;
  }
  .paint-select .row-fluid .span6 .inset .options.three .option label,
  .trim-select .row-fluid .span6 .inset .options.three .option label {
    padding: 1px;
  }
  .paint-select .row-fluid .span6 .inset .options.three .option label .image,
  .trim-select .row-fluid .span6 .inset .options.three .option label .image {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .paint-select .row-fluid .span6 .inset .options.three .option .sub-title,
  .paint-select .row-fluid .span6 .inset .options.three .option .title,
  .trim-select .row-fluid .span6 .inset .options.three .option .sub-title,
  .trim-select .row-fluid .span6 .inset .options.three .option .title {
    white-space: normal;
  }
  .paint-select .row-fluid .span6 .inset .options.three .option .price,
  .paint-select .row-fluid .span6 .inset .options.three .option .title,
  .trim-select .row-fluid .span6 .inset .options.three .option .price,
  .trim-select .row-fluid .span6 .inset .options.three .option .title {
    display: block;
    margin: 0;
    min-width: 100%;
    text-align: center;
  }
  .search-toggle {
    padding: 0;
  }
  .search-toggle .row-fluid {
    margin-inline: 0;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span4 {
    display: none;
  }
  .locations.listing .listing .list-item .span9 .layout-3 .span8 {
    margin-top: 0;
  }
  .locations.listing
    .location-search
    .control-group.directions
    .controls
    .bootstrap-select
    + .bootstrap-select {
    margin-top: 10px;
  }
  .module.listing .list-item {
    width: 100%;
  }
  .data-preferences .container-487v6 .jump {
    margin-bottom: 10px;
  }
  .data-preferences .container-487v6 .jump .thumb,
  .data-preferences .container-487v6 .jump .title {
    display: none;
  }
  .data-preferences .container-487v6 .jump .btn {
    color: #fff;
    max-width: none;
    padding: 0 15px;
  }
  .history .history-items-container-new .row-fluid {
    overflow: hidden;
  }
  .mg-experience.details #gf-ui-controls {
    height: 500px !important;
  }
  .cyberster .jumps-cycle.cycle-gallery .controls {
    display: block !important;
  }
}
@media (max-width: 567px) {
  .google-map .inner {
    padding-inline: 20px;
  }
  .google-map .inner .responsive-iframe {
    padding-bottom: 140%;
  }
  .social-icons ul {
    font-size: 1.25rem;
  }
  .social-icons li {
    display: inline-block;
    float: none;
  }
  [class^="used"].details .social-share .social-icons ul {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 978px) {
  .nav > .dropdown .icon {
    right: 0;
  }
  .u-hidden-sm-only {
    display: none !important;
  }
  .breadcrumb .active,
  .breadcrumb a {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .reevoo-badge .caption {
    font-size: 12px;
  }
  .reevoo-badge .badge {
    display: none;
  }
  .cw-plugin.cw-plugin .cw-finance-options .cw-calculation-form-row {
    width: 50%;
  }
  .cw-plugin.cw-plugin .cw-finance-options .cw-finance-term .cw-control-group {
    padding-right: 0;
  }
  .cw-plugin.cw-plugin .cw-finance-options .cw-calculate-button-container {
    padding-top: 23px;
    width: auto;
  }
  .cw-plugin.cw-plugin
    .cw-finance-options
    .cw-calculate-button-container
    .cw-button {
    margin: 0;
  }
  .cms .skype_c2c_print_container a {
    color: inherit;
    text-decoration: none;
  }
  .header-container .nav > .dropdown .icon {
    right: 0;
  }
}
@media (min-width: 979px) and (max-width: 1199px) {
  .u-hidden-md-only {
    display: none !important;
  }
  .location-search .control-group:first-child .controls {
    width: 170px;
  }
  .header-container .logo {
    margin-right: 10px !important;
    width: 124px;
  }
  .header-container #primary-menu {
    margin-right: 0 !important;
  }
  .header-container #primary-menu .nav > li > a {
    font-size: 19px !important;
    padding: 0 8px !important;
  }
  .header-container .button.pl-3,
  .header-container .custom-html.pl-3 {
    padding-left: 15px !important;
  }
  [class^="used"].details .print-details.span4 .btn {
    font-size: 10px;
  }
  [class^="used"].details .print-details.span4 .btn .icon:before {
    font-size: 18px;
    margin-right: 1px;
  }
  [class^="used"].details .social-share.span3 .toggle-heading {
    font-size: 9px;
  }
  [class^="used"].details .social-share.span4 .toggle-heading {
    font-size: 10px;
  }
  [class^="used"].details .social-share.span4 .toggle-heading:before {
    font-size: 18px;
    margin-right: 1px;
  }
  [class^="used"].details .documents-toggle.span3 .toggle-heading {
    font-size: 9px;
  }
  [class^="used"].details .documents-toggle.span4 .toggle-heading {
    font-size: 10px;
  }
  [class^="used"].details .documents-toggle.span4 .toggle-heading:before {
    font-size: 18px;
    margin-right: 1px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .u-hidden-lg-only {
    display: none !important;
  }
  #pre-footer-wrap .social-icons li + li {
    margin-left: 5px;
  }
  #pre-footer-wrap .button.custom--social-icon .btn {
    padding: 0 0 0 5px;
  }
  [class^="used"].details .print-details.span4 .btn {
    font-size: 13px;
  }
  [class^="used"].details .print-details.span4 .btn .icon:before {
    margin-right: 1px;
  }
  [class^="used"].details .social-share.span4 .toggle-heading {
    font-size: 13px;
  }
  [class^="used"].details .social-share.span4 .toggle-heading:before {
    margin-right: 1px;
  }
  [class^="used"].details .documents-toggle.span4 .toggle-heading {
    font-size: 13px;
  }
  [class^="used"].details .documents-toggle.span4 .toggle-heading:before {
    margin-right: 1px;
  }
  .new-model-tabs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  [class*="new"].details .form-module.form-module .control-group {
    padding-left: 10px;
    padding-right: 10px;
  }
  [class*="new"].details .form-module.form-module .form-actions {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
  [class*="new"].details .form-module.form-module .form-actions .btn {
    width: calc(50% - 20px);
  }
  [class*="new"].details .enquire-cms .media.span6 {
    width: 66.66666667%;
  }
  [class*="new"].details .enquire-cms .form.span6 {
    width: 33.33333333%;
  }
  [class*="new"].details .enquire-cms .form-module {
    padding-left: 0;
    padding-right: 10px;
  }
  .jumps-cycle-generic {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .news.listing .module.listing.box-list .intro {
    min-height: 195px;
  }
  .mg-fleet.franchise-1c1778b543b1bcb152f17f7c5943956a728ed220
    .row-action-bar
    .action-bar-title
    .inner {
    padding-left: 0;
  }
}
/*HOTFIX*/
/*#exterior-content .new-exterior {
  position: relative;
}
#exterior-content .new-exterior * {
  box-sizing: border-box;
}
#exterior-content .new-exterior .main-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  z-index: 1;
  width: 100%;
  padding: 5px 20px;
  font-size: 15px;
}
#exterior-content .new-exterior .btns.fullwidth {
  bottom: 5%;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 0px 10px;
}
#exterior-content .new-exterior .btn-environments {
  bottom: 0;
  right: 5px;
  position: absolute;
  display: inline-block;
}
#exterior-content .new-exterior .btn-environments > span {
  display: none;
}
#exterior-content .new-exterior .btn-environments .btn-colour {
  display: block;
  padding: 5px 0px;
}
#exterior-content .new-exterior .btn-environments .btn-colour .btn {
  background: none;
  border-radius: 50%;
  padding: 0px;
  display: block;
  border: 2px solid #fff;
  width: 25px;
  height: 25px;
}
#exterior-content .new-exterior .btn-colours {
  display: inline-block;
}
#exterior-content .new-exterior .btn-colours .btn-colour {
  display: inline-block;
  position: relative;
}
#exterior-content .new-exterior .btn-colours .btn-colour > span {
  display: none;
}
#exterior-content .new-exterior .btn-colours .btn-colour:hover > span {
  display: block;
  position: absolute;
  top: -25px;
  left: -30px;
  width: 150px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  border: 1px solid #999;
  z-index: 1;
  text-align: center;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn {
  background: none;
  padding: 0px 3px;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn:hover {
  background: none;
}
#exterior-content .new-exterior .btn-colours .btn-colour .btn span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
}
#exterior-content .terms {
  padding: 10px 0px;
  text-align: center;
}
#exterior-content .new-exterior-loader {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
#exterior-content .new-exterior-loader span {
  color: #fff;
  display: block;
  font-size: 17px;
  text-align: center;
  width: 100%;
}
#exterior-content .new-exterior-loader img {
  display: block;
  margin: 19% auto 0;
  width: 20%;
}
#exterior-content .reel-preloader {
  display: block !important;
}
@media (min-width: 48rem) {
  #exterior-content .new-exterior .main-title {
    padding: 10px 20px;
    font-size: 20px;
  }
  #exterior-content .new-exterior .btn-environments {
    bottom: auto;
    right: auto;
    position: static;
    float: right;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour {
    display: inline-block;
    padding: 0px 3px;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour .btn {
    width: 40px;
    height: 40px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn span {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 61.1875rem) {
  #exterior-content .new-exterior .btn-environments .btn-colour {
    padding: 0px 10px;
  }
  #exterior-content .new-exterior .btn-environments .btn-colour .btn {
    width: 50px;
    height: 50px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn {
    padding: 0 10px;
  }
  #exterior-content .new-exterior .btn-colours .btn-colour .btn span {
    width: 50px;
    height: 50px;
  }
}
*/
.tooltip-mobile {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale(1.01);
  transform: translate(-50%, -50%) scale(1.01);
  background: rgba(102, 102, 102, 0.85);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  max-width: 164px;
  line-height: normal;
  color: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 100;
}
.tooltip-mobile.is-hidden {
  -webkit-animation-name: tooltipOut;
  animation-name: tooltipOut;
}
.tooltip-mobile.is-visible {
  -webkit-animation-name: tooltipIn;
  animation-name: tooltipIn;
}
.tooltip-mobile > span {
  display: block;
}
.tooltip-mobile > span:last-child {
  margin-top: 5px;
}
@-webkit-keyframes tooltipOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes tooltipOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes tooltipIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tooltipIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.google-map .map {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
Contents:
    01. General
    02. Mobile
    03. Tablet
*/
/* ==========================================================================
   01. General
   ========================================================================== */
.gm-style-iw {
  min-height: 235px;
  width: 300px !important;
  top: 15px !important;
  left: 0 !important;
}
.gm-style-iw > div {
  background: #fff;
  box-shadow: rgba(72, 181, 233, 0.6) 0 0 6px;
}
.gm-style-iw > div > div {
  overflow: hidden !important;
}
.mp-item {
  clear: both;
}
.mp-item:after {
  content: " ";
  display: table;
  clear: both;
}
.mp-item + .mp-item {
  border-top: solid 1px #f1f1f1;
  padding-top: 10px;
  margin-top: 10px;
}
.mp-item * {
  display: inline;
  box-sizing: border-box;
}
.mp-item .thumb {
  margin: 0 0 10px 0 !important;
  padding-left: 10px;
}
.mp-item .directions {
  float: left;
}
.mp-item .view {
  float: right;
}
.mp-item .description {
  float: left;
  display: block;
  min-height: 150px;
}
.mp-item .actions {
  clear: left;
  float: left;
  width: 100%;
  display: block;
}
.mp-item .distance {
  display: none;
}
.mp-item .phone-numbers {
  display: block;
}
.gm-box {
  color: #000;
  font-size: 14px;
  background-color: #fff;
}
.gm-box-header {
  padding: 1px 10px;
  color: #000;
  background-color: #fff;
  font-size: 0;
  height: 20px;
}
.gm-box-content {
  padding: 10px;
  height: 160px;
}
.gm-box-content img {
  max-width: 130px;
}
.mp-item .tooltip-content {
  display: none;
}
.mp-item .thumb {
  width: 55%;
  float: right;
}
/* ==========================================================================
    02. Mobile
    ========================================================================== */
@media (max-width: 47.9rem) {
  .mp-item .thumb {
    display: block;
  }
}
/* ==========================================================================
    03. Tablet
    ========================================================================== */
@media (min-width: 48rem) {
  .mp-item .description {
    width: 45%;
  }
}
.home-banner .container {
  width: 100%;
}

/*HOTFIX*/
