/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.primary-font,
.button-font {
  font-family: "Roboto", sans-serif;
}
.header-font {
  font-family: "GocoHeadline Regular";
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: none;
}
.condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.center {
  text-align: center;
}
.content-width {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 740px) {
  .content-width {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.full-width {
  max-width: none;
}
.background-image-cover {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-image-contain {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.background-image-full-width {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.more-less-button {
  position: relative;
  color: white;
  border: 1px solid #25181d;
  background-color: #25181d;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 12px 57px 12px 40px;
  cursor: pointer;
  transition: 0.3s;
}
.more-less-button:after {
  content: "";
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/arrow-white.png);
}
.more-less-button:hover {
  color: #25181d;
  background-color: white;
}
.more-less-button:hover:after {
  background-image: url(../images/icons/arrow-hover.png);
}
.more-less-button.expanded {
  padding: 12px 54px 12px 40px;
}
.more-less-button.expanded:after {
  right: 34px;
  transform: translateY(-50%) rotate(180deg);
}
/* TODO: delete */
@font-face {
  font-family: "Chicago";
  src: url("../fonts/Chicago.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v2/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSyccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v9/NGSpv5_NC0k9P_v6ZUCbLRAHxK1Ebiuccg.ttf) format('truetype');
}
/* /TODO: delete */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v19/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format('truetype');
}
@font-face {
  font-family: "GocoHeadline Regular";
  src: url("../fonts/GoCoHeadlineWeb-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot"), url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
}
.rarest-classic-cars {
  font-size: 0;
}
.rarest-classic-cars p,
.rarest-classic-cars li,
.rarest-classic-cars time,
.rarest-classic-cars span,
.rarest-classic-cars input,
.rarest-classic-cars label,
.rarest-classic-cars select,
.rarest-classic-cars textarea,
.rarest-classic-cars th,
.rarest-classic-cars td,
.rarest-classic-cars blockquote,
.rarest-classic-cars footer,
.rarest-classic-cars button {
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  margin-bottom: 0;
  outline: 0;
}
.rarest-classic-cars p .white,
.rarest-classic-cars li .white,
.rarest-classic-cars time .white,
.rarest-classic-cars span .white,
.rarest-classic-cars input .white,
.rarest-classic-cars label .white,
.rarest-classic-cars select .white,
.rarest-classic-cars textarea .white,
.rarest-classic-cars th .white,
.rarest-classic-cars td .white,
.rarest-classic-cars blockquote .white,
.rarest-classic-cars footer .white,
.rarest-classic-cars button .white {
  color: white;
}
.rarest-classic-cars button {
  outline: 0;
}
.rarest-classic-cars h1,
.rarest-classic-cars h2,
.rarest-classic-cars h3,
.rarest-classic-cars h4 {
  font-family: "GocoHeadline Regular";
  font-weight: 700;
  color: #25181d;
  margin-bottom: 16px;
  line-height: 1;
}
.rarest-classic-cars h1 span,
.rarest-classic-cars h2 span,
.rarest-classic-cars h3 span,
.rarest-classic-cars h4 span {
  font-size: inherit;
  color: #3fa535;
}
.rarest-classic-cars p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #25181d;
}
.rarest-classic-cars p span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #25181d;
}
.rarest-classic-cars p a {
  text-decoration: underline;
}
.rarest-classic-cars img {
  display: block;
}
.rarest-classic-cars ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.rarest-classic-cars body {
  overflow-x: hidden;
  transition: 0.3s;
}
.rarest-classic-cars h2 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 50px;
  margin-top: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.rarest-classic-cars header {
  background-color: #3fa535;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/gocompare-rarest-classic-cars-still-on-road-cover.jpg);
  overflow-x: hidden;
}
.rarest-classic-cars header section {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars header section {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.rarest-classic-cars header section.logo a {
  width: 198px;
  display: block;
  margin-top: 38px;
}
.rarest-classic-cars header section.logo a img {
  width: 100%;
}
.rarest-classic-cars header section.header-content {
  display: flex;
  padding-bottom: 45px;
  margin-top: 100px;
}
.rarest-classic-cars header section.header-content h1,
.rarest-classic-cars header section.header-content p {
  color: #ffffff;
}
.rarest-classic-cars header section.header-content img {
  width: 50%;
  order: 2;
  transform: translate(35%, 5%) scale(1.4);
  transition: 0.3s;
}
.rarest-classic-cars header section.header-content h1 {
  text-transform: uppercase;
  font-size: 95px;
  font-size: 5.9375rem;
  font-weight: 400;
  width: 50%;
  line-height: 87px;
  margin-top: 0;
  order: 1;
  transition: 0.3s;
}
.rarest-classic-cars header section.header-content h1 span {
  color: inherit;
}
.rarest-classic-cars header section.header-content h1 span.normal {
  font-family: "Roboto", sans-serif;
  display: block;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 53px;
  font-size: 3.3125rem;
  line-height: 62px;
}
.rarest-classic-cars header section.header-content h1 span.no-break {
  white-space: nowrap;
}
.rarest-classic-cars header section.intro-para {
  max-width: none;
  padding: 53px 0;
  background-color: white;
}
.rarest-classic-cars header section.intro-para div {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars header section.intro-para div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.rarest-classic-cars header section.intro-para p {
  max-width: 980px;
}
@media screen and (max-width: 1365px) {
  .rarest-classic-cars header section.header-content h1 {
    width: unset;
    margin-top: 50px;
  }
  .rarest-classic-cars header section.header-content h1 span.no-break {
    white-space: normal;
  }
}
@media screen and (max-width: 1320px) {
  .rarest-classic-cars header section.header-content img {
    width: unset;
    transform: translate(5%, -13%) scale(1);
  }
  .rarest-classic-cars header section.header-content h1 span.no-break {
    white-space: normal;
  }
}
@media screen and (max-width: 960px) {
  .rarest-classic-cars header section.header-content {
    display: block;
    margin-top: 0;
  }
  .rarest-classic-cars header section.header-content img {
    transform: translateY(-90px) scale(0.9);
    transform-origin: left;
  }
  .rarest-classic-cars header section.header-content h1 {
    margin-top: -100px;
  }
}
@media screen and (max-width: 800px) {
  .rarest-classic-cars header section.logo a {
    width: 152px;
  }
  .rarest-classic-cars header section.header-content h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 48px;
  }
  .rarest-classic-cars header section.header-content h1 span.normal {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 600px) {
  .rarest-classic-cars header section.header-content img {
    transform: translateY(-170px) scale(0.9);
  }
  .rarest-classic-cars header section.header-content h1 {
    margin-top: -190px;
  }
}
@media only screen and (max-device-width : 320px) and (max-device-width : 568px) and (-webkit-device-pixel-ratio: 2) and (orientation : portrait) {
  .rarest-classic-cars header section.header-content img {
    transform: translateY(-210px) scale(0.9);
  }
  .rarest-classic-cars header section.header-content h1 {
    margin-top: -300px;
    line-height: 44px;
  }
}
.rarest-classic-cars table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #25181d;
}
.rarest-classic-cars table tr td {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 14px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #25181d;
}
.rarest-classic-cars table tr td:first-of-type,
.rarest-classic-cars table tr td:last-of-type {
  padding: 0;
  width: 14px;
}
.rarest-classic-cars table tr td:nth-of-type(5),
.rarest-classic-cars table tr td:nth-of-type(6) {
  text-align: center;
}
.rarest-classic-cars table tr.title {
  background-color: #25181d;
}
.rarest-classic-cars table tr.title td {
  font-weight: 700;
  color: white;
}
.rarest-classic-cars table tbody tr td {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(37, 24, 29, 0.3);
  background-color: white;
}
.rarest-classic-cars table tbody tr td:nth-of-type(2) {
  position: relative;
}
.rarest-classic-cars table tbody tr td:nth-of-type(2) span {
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  color: #cc2222;
}
.rarest-classic-cars table tbody tr td:nth-of-type(2) span.bullet-two {
  color: #ff9264;
}
.rarest-classic-cars table tbody tr td:nth-of-type(2),
.rarest-classic-cars table tbody tr td:nth-of-type(5) {
  font-weight: 400;
}
.rarest-classic-cars table tbody tr td:nth-of-type(3),
.rarest-classic-cars table tbody tr td:nth-of-type(4) {
  white-space: nowrap;
}
.rarest-classic-cars table tbody tr td:nth-of-type(6) {
  background-color: #f4f7f5;
}
.rarest-classic-cars table tbody tr td:first-of-type,
.rarest-classic-cars table tbody tr td:last-of-type {
  border-top-width: 0;
}
.rarest-classic-cars table tbody tr td:last-of-type {
  background-color: #f4f7f5;
}
.rarest-classic-cars table tbody tr:first-of-type td {
  border-top-width: 0;
}
.rarest-classic-cars table tbody tr.hide td {
  font-size: 0px;
  font-size: 0rem;
  padding: 0;
  border-width: 0;
}
.rarest-classic-cars table tbody tr.hide td span {
  font-size: 0px;
  font-size: 0rem;
}
.rarest-classic-cars table tbody tr.show td {
  font-size: 16px;
  font-size: 1rem;
  border-top-width: 1px;
  padding: 14px 20px;
}
.rarest-classic-cars table tbody tr.show td:first-of-type,
.rarest-classic-cars table tbody tr.show td:last-of-type {
  border-top-width: 0;
  padding: 0;
}
@media screen and (max-width: 1120px) {
  .rarest-classic-cars table thead tr td:nth-of-type(5),
  .rarest-classic-cars table tbody tr td:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars table tr td {
    padding: 14px 0px;
  }
  .rarest-classic-cars table tr td:nth-of-type(2) {
    padding-right: 8px;
  }
  .rarest-classic-cars table tr td:first-of-type,
  .rarest-classic-cars table tr td:last-of-type {
    width: 10px;
    font-size: 0;
  }
  .rarest-classic-cars table tbody tr td {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .rarest-classic-cars table tbody tr td span {
    display: none;
  }
  .rarest-classic-cars table tbody tr td:nth-of-type(6),
  .rarest-classic-cars table tbody tr td:last-of-type {
    background-color: white;
  }
  .rarest-classic-cars table tbody tr.show td {
    padding: 14px 0px;
  }
}
.rarest-classic-cars main section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.rarest-classic-cars main section.still-on-the-road {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/gocompare-rarest-classic-cars-still-on-road-background-alpha-60.jpg);
}
.rarest-classic-cars main section.still-on-the-road > div {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars main section.still-on-the-road > div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.rarest-classic-cars main section.rarest-cars {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars main section.rarest-cars {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.rarest-classic-cars main section.rarest-cars > div {
  flex: 1 0 0;
}
.rarest-classic-cars main section.rarest-cars h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  color: #25181d;
  margin-bottom: 160px;
}
.rarest-classic-cars main section.rarest-cars .table-options {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.rarest-classic-cars main section.rarest-cars .table-options button {
  position: relative;
  color: white;
  border: 1px solid #25181d;
  background-color: #25181d;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 12px 57px 12px 40px;
  cursor: pointer;
  transition: 0.3s;
}
.rarest-classic-cars main section.rarest-cars .table-options button:after {
  content: "";
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/arrow-white.png);
}
.rarest-classic-cars main section.rarest-cars .table-options button:hover {
  color: #25181d;
  background-color: white;
}
.rarest-classic-cars main section.rarest-cars .table-options button:hover:after {
  background-image: url(../images/icons/arrow-hover.png);
}
.rarest-classic-cars main section.rarest-cars .table-options button.expanded {
  padding: 12px 54px 12px 40px;
}
.rarest-classic-cars main section.rarest-cars .table-options button.expanded:after {
  right: 34px;
  transform: translateY(-50%) rotate(180deg);
}
.rarest-classic-cars main section.driving-into-decline {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/gocompare-rarest-classic-cars-still-on-road-background-alpha-60.jpg);
}
.rarest-classic-cars main section.driving-into-decline > div {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars main section.driving-into-decline > div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.rarest-classic-cars main section.driving-into-decline > div > p {
  max-width: 980px;
}
.rarest-classic-cars main section.driving-into-decline > div .table-options {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.rarest-classic-cars main section.driving-into-decline > div .table-options button {
  position: relative;
  color: white;
  border: 1px solid #25181d;
  background-color: #25181d;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 12px 57px 12px 40px;
  cursor: pointer;
  transition: 0.3s;
}
.rarest-classic-cars main section.driving-into-decline > div .table-options button:after {
  content: "";
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/arrow-white.png);
}
.rarest-classic-cars main section.driving-into-decline > div .table-options button:hover {
  color: #25181d;
  background-color: white;
}
.rarest-classic-cars main section.driving-into-decline > div .table-options button:hover:after {
  background-image: url(../images/icons/arrow-hover.png);
}
.rarest-classic-cars main section.driving-into-decline > div .table-options button.expanded {
  padding: 12px 54px 12px 40px;
}
.rarest-classic-cars main section.driving-into-decline > div .table-options button.expanded:after {
  right: 34px;
  transform: translateY(-50%) rotate(180deg);
}
.rarest-classic-cars main section.cars-fading-fast {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/gocompare-rarest-classic-cars-still-on-road-background-alpha-60.jpg);
  background-size: 150%;
}
.rarest-classic-cars main section.cars-fading-fast > div {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars main section.cars-fading-fast > div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.rarest-classic-cars main section.cars-fading-fast > div .carousel.desktop .slick-slide .figure .image-wrapper a {
  left: 3.5%;
  bottom: 12.5%;
}
.rarest-classic-cars main section.get-a-quote {
  background-color: #3fa535;
  padding-top: 80px;
  padding-bottom: 80px;
}
.rarest-classic-cars main section.get-a-quote > div {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars main section.get-a-quote > div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.rarest-classic-cars main section.get-a-quote > div h2,
.rarest-classic-cars main section.get-a-quote > div p {
  color: #ffffff;
}
.rarest-classic-cars main section.get-a-quote > div p {
  max-width: 768px;
  margin: 0 auto;
}
.rarest-classic-cars main section.get-a-quote > div p a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.rarest-classic-cars main section.get-a-quote > div > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  height: 36px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 22px;
  padding: 7px 43px 7px 32px;
  margin-top: 30px;
  box-sizing: border-box;
  transition: 0.3s;
}
.rarest-classic-cars main section.get-a-quote > div > a:after {
  content: "\e900";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
}
.rarest-classic-cars main section.get-a-quote > div > a:hover {
  color: #3fa535;
  background-color: white;
}
.rarest-classic-cars main section.get-a-quote > div > a:hover:after {
  color: #3fa535;
}
@media screen and (max-width: 1120px) {
  .rarest-classic-cars main section.driving-into-decline {
    padding-bottom: 160px;
  }
  .rarest-classic-cars main section.driving-into-decline > div .table-options {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .rarest-classic-cars main section.rarest-cars > div:first-of-type {
    flex-basis: calc(40% - 50px);
    margin-right: 50px;
  }
  .rarest-classic-cars main section.rarest-cars > div:first-of-type img {
    width: 100%;
  }
  .rarest-classic-cars main section.rarest-cars > div:last-of-type {
    flex-basis: 60%;
  }
  .rarest-classic-cars main section.cars-fading-fast {
    background-size: 900%;
  }
  .rarest-classic-cars main section.driving-into-decline {
    background-size: 200%;
  }
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars main section.rarest-cars {
    display: block;
  }
  .rarest-classic-cars main section.rarest-cars > div:first-of-type {
    margin-right: 0;
  }
  .rarest-classic-cars main section.rarest-cars > div:first-of-type h3 {
    margin-bottom: 30px;
  }
  .rarest-classic-cars main section.rarest-cars > div:first-of-type img {
    display: none;
  }
  .rarest-classic-cars main section.driving-into-decline {
    background-size: 300%;
  }
}
@media screen and (max-width: 480px) {
  .rarest-classic-cars main section.driving-into-decline {
    background-size: 400%;
  }
}
.rarest-classic-cars footer {
  background-color: #25181d;
  padding: 34px 0;
}
.rarest-classic-cars footer > div {
  max-width: 1366px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .rarest-classic-cars footer > div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.rarest-classic-cars footer > div a.logo {
  display: block;
  width: 152px;
  height: 25px;
  transform: translateY(2px);
}
.rarest-classic-cars footer > div a.logo img {
  width: 100%;
}
.rarest-classic-cars footer > div .social {
  display: flex;
}
.rarest-classic-cars footer > div .social a {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0px;
  font-size: 0rem;
  transition: 0.3s;
  text-decoration: none;
}
.rarest-classic-cars footer > div .social a:before {
  font-family: "icomoon";
  color: white;
  font-size: 30px;
  font-size: 1.875rem;
}
.rarest-classic-cars footer > div .social a.twitter:before {
  content: "\e902";
}
.rarest-classic-cars footer > div .social a.facebook {
  margin-left: 26px;
}
.rarest-classic-cars footer > div .social a.facebook:before {
  content: "\e901";
}
.rarest-classic-cars footer > div .social a:hover {
  opacity: 0.8;
}
.rarest-classic-cars .carousel.desktop {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 54px;
  padding-bottom: 40px;
}
.rarest-classic-cars .carousel.desktop .slick-arrow {
  position: absolute;
  width: 12px;
  height: 18px;
  padding: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  top: 50%;
  transform: translateY(-50%);
}
.rarest-classic-cars .carousel.desktop .slick-arrow:hover {
  cursor: pointer;
}
.rarest-classic-cars .carousel.desktop .slick-arrow.slick-prev {
  left: -85px;
  background-image: url(../images/icons/carousel-arrow-prev.png);
}
.rarest-classic-cars .carousel.desktop .slick-arrow.slick-next {
  right: -85px;
  background-image: url(../images/icons/carousel-arrow-next.png);
}
.rarest-classic-cars .carousel.desktop .slick-arrow.slick-prev.mobile,
.rarest-classic-cars .carousel.desktop .slick-arrow.slick-next.mobile {
  top: unset;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}
.rarest-classic-cars .carousel.desktop .slick-arrow.slick-disabled {
  opacity: 0.25;
}
.rarest-classic-cars .carousel.desktop .slick-arrow.slick-disabled:hover {
  cursor: default;
}
.rarest-classic-cars .carousel.desktop .slick-dots {
  position: absolute;
  left: calc(50% - 25px);
  bottom: 25px;
  display: flex;
  transform: translateX(-50%);
  cursor: pointer;
}
.rarest-classic-cars .carousel.desktop .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b1b1b1;
  margin-right: 12px;
  border: none;
  text-indent: -9999px;
}
.rarest-classic-cars .carousel.desktop .slick-dots li.slick-active {
  background-color: #3fa535;
}
.rarest-classic-cars .carousel.desktop .slick-dots li:last-child {
  margin-right: 0;
}
.rarest-classic-cars .carousel.desktop .slick-list {
  width: 100%;
}
.rarest-classic-cars .carousel.desktop .slick-list .slick-track {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.rarest-classic-cars .carousel.desktop .slick-slide {
  display: flex;
  position: relative;
  user-select: text;
}
.rarest-classic-cars .carousel.desktop .slick-slide:focus {
  outline-width: 0;
}
.rarest-classic-cars .carousel.desktop .slick-slide:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 80px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure {
  position: relative;
  margin: 0;
  padding: 0;
  width: calc(50% - 66px);
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure .image-wrapper {
  position: relative;
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure .image-wrapper img {
  width: 100%;
  margin-bottom: 40px;
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure .image-wrapper a {
  position: absolute;
  left: 4%;
  bottom: 11.5%;
  width: 32px;
  height: 32px;
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure .image-wrapper a img {
  width: 100%;
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure .image-wrapper a span {
  position: absolute;
  display: block;
  bottom: 0;
  transform: translateY(100%);
  left: 12px;
  background-color: #f7f6bf;
  padding: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: black;
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure .image-wrapper a span.hidden {
  display: none;
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure .figcaption {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #25181d;
  color: white;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-size: 12px;
}
.rarest-classic-cars .carousel.desktop .slick-slide .figure .figcaption span {
  font-family: inherit;
  font-size: 28px;
  font-size: 1.75rem;
  display: block;
  margin-left: 10px;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% + 66px);
  margin-left: 66px;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text p.remaining {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #3fa535;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text p.counter {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul:after {
  content: "";
  flex: auto;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li {
  margin-right: 57px;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li dl {
  text-align: center;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li dl dt {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #3fa535;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 40px;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li dl dt:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li dl.car-launched dt:before {
  background-image: url(../images/icons/car-launched.png);
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li dl.total-sales dt:before {
  background-image: url(../images/icons/total-sales.png);
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li dl.remaining dt:before {
  background-image: url(../images/icons/remaining.png);
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li dl.value-today dt:before {
  background-image: url(../images/icons/value-today.png);
}
.rarest-classic-cars .carousel.desktop .slick-slide .text ul li dl dd {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #25181d;
  font-size: 16px;
  font-size: 1rem;
  margin: 4px 0 0;
}
.rarest-classic-cars .carousel.desktop.fading .slick-slide .figure .image-wrapper img {
  margin-bottom: 0;
}
.rarest-classic-cars .carousel.desktop.fading .slick-slide .text p.remaining {
  color: #f40000;
}
.rarest-classic-cars .carousel.desktop.fading .slick-slide .text p.extinction-date {
  color: #f40000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/extinction.png);
  padding-left: 40px;
  margin-top: 20px;
}
.rarest-classic-cars .carousel.desktop.fading .slick-dots {
  bottom: -15px;
}
@media screen and (max-width: 1023px) {
  .rarest-classic-cars .carousel.desktop.fading .slick-slide .text {
    margin-top: 40px;
  }
  .rarest-classic-cars .carousel.desktop.fading .slick-arrow.slick-prev.mobile,
  .rarest-classic-cars .carousel.desktop.fading .slick-arrow.slick-next.mobile {
    bottom: -19px;
  }
}
@media screen and (max-width: 1480px) {
  .rarest-classic-cars .carousel.desktop {
    width: calc(100% - 60px);
    margin: 54px auto 0;
  }
  .rarest-classic-cars .carousel.desktop .slick-slide .text ul li {
    margin-right: 30px;
  }
  .rarest-classic-cars .carousel.desktop .slick-arrow.slick-prev {
    left: -50px;
  }
  .rarest-classic-cars .carousel.desktop .slick-arrow.slick-next {
    right: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .rarest-classic-cars .carousel.desktop .slick-slide .text ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .rarest-classic-cars .carousel.desktop {
    width: 100%;
  }
  .rarest-classic-cars .carousel.desktop .slick-dots {
    left: 50%;
  }
  .rarest-classic-cars .carousel.desktop .slick-slide {
    display: block;
  }
  .rarest-classic-cars .carousel.desktop .slick-slide .figure {
    width: 100%;
  }
  .rarest-classic-cars .carousel.desktop .slick-slide .text {
    margin-left: 0;
    width: 100%;
  }
  .rarest-classic-cars .carousel.desktop .slick-slide .text ul li {
    margin-right: 57px;
  }
  .rarest-classic-cars .carousel.desktop .slick-slide .text p.counter {
    font-size: 32px;
    font-size: 2rem;
  }
  .rarest-classic-cars .carousel.desktop .slick-slide .text p.remaining {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .rarest-classic-cars .carousel.desktop .slick-slide .text h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .rarest-classic-cars .carousel.desktop .slick-slide .text ul li {
    margin-right: 0;
    width: 50%;
  }
}
.rarest-classic-cars .carousel.mobile {
  margin-top: 55px;
}
.rarest-classic-cars .carousel.mobile .slick-arrow {
  position: absolute;
  width: 12px;
  height: 18px;
  padding: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
}
.rarest-classic-cars .carousel.mobile .slick-arrow:hover {
  cursor: pointer;
}
.rarest-classic-cars .carousel.mobile .slick-arrow.slick-prev,
.rarest-classic-cars .carousel.mobile .slick-arrow.slick-next {
  bottom: -60px;
}
.rarest-classic-cars .carousel.mobile .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/icons/carousel-arrow-prev.png);
}
.rarest-classic-cars .carousel.mobile .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/icons/carousel-arrow-next.png);
}
.rarest-classic-cars .carousel.mobile .slick-arrow.slick-prev.mobile,
.rarest-classic-cars .carousel.mobile .slick-arrow.slick-next.mobile {
  top: unset;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
}
.rarest-classic-cars .carousel.mobile .slick-arrow.slick-disabled {
  opacity: 0.25;
}
.rarest-classic-cars .carousel.mobile .slick-arrow.slick-disabled:hover {
  cursor: default;
}
.rarest-classic-cars .carousel.mobile .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -55px;
  display: flex;
  transform: translateX(-50%);
  cursor: pointer;
}
.rarest-classic-cars .carousel.mobile .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b1b1b1;
  margin-right: 12px;
  border: none;
  text-indent: -9999px;
}
.rarest-classic-cars .carousel.mobile .slick-dots li.slick-active {
  background-color: #3fa535;
}
.rarest-classic-cars .carousel.mobile .slick-dots li:last-child {
  margin-right: 0;
}
.rarest-classic-cars .carousel.mobile .slick-list {
  padding: 0;
}
.rarest-classic-cars .carousel.mobile .slick-slide {
  padding: 10px;
  position: relative;
}
.rarest-classic-cars .carousel.mobile > div {
  position: relative;
  display: flex;
  border-width: 1.5px;
  border-style: solid;
  border-color: #25181d;
  padding: 10px;
  margin-top: 20px;
}
.rarest-classic-cars .carousel.mobile > div.hide {
  display: none;
}
.rarest-classic-cars .carousel.mobile > div.show {
  display: flex;
}
.rarest-classic-cars .carousel.mobile > div .counter {
  position: absolute;
  left: -0.5px;
  top: -0.5px;
  background-color: #ea6e3a;
  padding: 5px 15px;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  z-index: 1;
}
.rarest-classic-cars .carousel.mobile > div .counter.now {
  background-color: #f40000;
}
.rarest-classic-cars .carousel.mobile > div .figure,
.rarest-classic-cars .carousel.mobile > div .deatils {
  flex-grow: 1;
  flex-shrink: 0;
}
.rarest-classic-cars .carousel.mobile > div .figure {
  flex-basis: 25%;
  position: relative;
  margin: 0;
}
.rarest-classic-cars .carousel.mobile > div .figure img {
  width: 100%;
}
.rarest-classic-cars .carousel.mobile > div .figure .figcaption {
  position: absolute;
  left: 10px;
  bottom: 8px;
}
.rarest-classic-cars .carousel.mobile > div .figure .figcaption a {
  position: relative;
  display: block;
}
.rarest-classic-cars .carousel.mobile > div .figure .figcaption a span {
  position: absolute;
  display: block;
  bottom: 0;
  transform: translateY(100%);
  left: 12px;
  background-color: #f7f6bf;
  padding: 2px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: black;
  z-index: 1;
}
.rarest-classic-cars .carousel.mobile > div .figure .figcaption a span.hidden {
  display: none;
}
.rarest-classic-cars .carousel.mobile > div .details {
  flex-basis: 75%;
  position: relative;
  padding: 20px 50px 0 42px;
  box-sizing: border-box;
}
.rarest-classic-cars .carousel.mobile > div .details h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #25181d;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 4px;
}
.rarest-classic-cars .carousel.mobile > div .details h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ea6e3a;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
}
.rarest-classic-cars .carousel.mobile > div .details h4.now {
  color: #f40000;
}
.rarest-classic-cars .carousel.mobile > div .details > p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.rarest-classic-cars .carousel.mobile > div .details > p.extinction-date {
  position: absolute;
  right: 50px;
  top: 25px;
  color: #ea6e3a;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/extinction-orange.png);
  padding-left: 40px;
  margin-top: 0;
}
.rarest-classic-cars .carousel.mobile > div .details > p.extinction-date.now {
  color: #f40000;
  background-image: url(../images/icons/extinction.png);
}
@media screen and (max-width: 1240px) {
  .rarest-classic-cars .carousel.mobile > div .details h3 {
    max-width: 300px;
  }
}
@media screen and (max-width: 1120px) {
  .rarest-classic-cars .carousel.mobile > div {
    flex-direction: column;
    border-width: 2px;
  }
  .rarest-classic-cars .carousel.mobile > div .counter {
    left: 0;
  }
  .rarest-classic-cars .carousel.mobile > div .details {
    padding: 20px 12px 40px;
  }
  .rarest-classic-cars .carousel.mobile > div .details h3 {
    max-width: none;
  }
  .rarest-classic-cars .carousel.mobile > div .details p.extinction-date {
    left: 12px;
    bottom: 0;
    top: unset;
  }
}
@media screen and (max-width: 374px) {
  .rarest-classic-cars .carousel.mobile > div .details {
    padding: 20px 12px 60px;
  }
  .rarest-classic-cars .carousel.mobile > div .details p.extinction-date {
    padding-left: 60px;
    background-size: 25%;
    background-position: center left;
  }
}

/*# sourceMappingURL=all.css.map */
