:root {
  --brand--dark-slate-blue: #323349c9;
  --bcr-red: #f2352f;
  --brand--blu: #008fbb;
  --brand--purple: #7f3f98;
  --whitesemi-transparent: #ffffff6e;
  --dark-slate-blue: #283152;
  --color: white;
  --bcr-blue: #354165;
  --lightgrey: var(--lightgrey2);
  --whitesemitrans: var(--lightgrey);
  --blackshadow: #00000078;
  --lightestgrey: #ececec;
  --brandnav--dim-grey: #413f3f30;
  --lightgrey2: #d4d4d4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
}

a {
  text-decoration: none;
  position: static;
}

.homepage-hero {
  background-color: #fff;
  width: auto;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.homepage-hero.home {
  z-index: 99;
  min-height: 100vh;
  position: relative;
}

.homepage-hero.pages {
  flex-flow: column;
  justify-content: center;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.section2 {
  z-index: 99;
  opacity: 1;
  background-color: #fff;
  flex-flow: column;
  width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 124px;
  display: flex;
  position: relative;
}

.logomark {
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 15% 20% auto;
}

.image {
  max-width: none;
  position: relative;
}

.footer {
  background-color: #fff;
  height: 900px;
  min-height: 800px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 60px;
}

.bluebackground {
  z-index: 1;
  background-color: var(--brand--dark-slate-blue);
  color: #323349c7;
  width: 100%;
  height: 280px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fffdfd;
  object-fit: contain;
  order: -1;
  align-self: flex-end;
  width: auto;
  min-width: auto;
  max-width: 300px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  position: absolute;
  inset: auto auto 0% 0%;
}

.smbuttonicon {
  text-align: center;
  object-fit: contain;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: inline;
}

.copyright {
  z-index: 4;
  flex: none;
  order: 1;
  align-self: flex-start;
  display: block;
  position: absolute;
  inset: auto 6% 5%;
}

.image-7 {
  max-width: 100%;
  padding-left: 0;
  font-size: 28px;
  line-height: 28px;
  transition: opacity .2s;
}

.wow {
  z-index: 9;
  flex-wrap: wrap;
  flex: none;
  order: 1;
  justify-content: flex-end;
  align-self: flex-end;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 91px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.socailmedialink {
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start center;
  align-self: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin: 0 10px;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.socailmedialink:hover {
  opacity: .6;
  transform: translate(0);
}

.whitesub {
  color: #fffcfc;
  text-align: center;
  letter-spacing: 1px;
  order: 1;
  align-self: flex-start;
  margin-top: 41px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.whitesub.white-title {
  letter-spacing: 0;
  white-space: normal;
  text-align: center;
  letter-spacing: 0;
  white-space: normal;
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.whitesub.phone {
  letter-spacing: 0;
  white-space: normal;
  order: 9999;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  display: block;
  position: relative;
  left: 0%;
  right: 0%;
}

.contacts-social {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-self: center;
  place-items: center;
  width: 450px;
  height: 200px;
  margin: auto auto 0;
  font-size: 0;
  display: grid;
  position: relative;
  inset: 40px 0% 0%;
}

.copyrigt-attrib {
  z-index: 3;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  align-self: center;
  place-items: center;
  height: auto;
  margin: 0 auto 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.wow-logo {
  object-fit: cover;
  background-color: #0000;
  margin-bottom: 0;
  transition: opacity .275s;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(20deg)translate(0);
}

.backround-sec1 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/1963-mgb-and-1980-mgb-gt-limited-edition-front-end-in-motion.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.toastingimagefooter {
  object-fit: scale-down;
  background-image: url('../images/CountryDriveCA.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.bcr-logo {
  z-index: 3;
  cursor: pointer;
  flex: 0 auto;
  max-width: 55%;
  height: 47px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 1% -17% auto;
}

.text-block-3 {
  z-index: 5;
  color: #0c0b0b;
  text-align: center;
  object-fit: fill;
  min-width: 240px;
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  position: static;
  top: -251px;
  left: 0%;
  right: 0%;
}

.heading-2 {
  text-align: right;
  margin-top: 8px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.heading-2.c {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 99px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: .9;
  display: block;
}

.start-conversationbutton {
  z-index: 999;
  background-color: var(--bcr-red);
  text-align: center;
  letter-spacing: 1px;
  border: 0 #000;
  border-radius: 8px;
  width: 300px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  transition: all .2s;
  display: block;
  position: relative;
  inset: 15% 0% auto;
}

.start-conversationbutton:hover {
  background-color: var(--brand--blu);
}

.start-conversationbutton.quote {
  top: 20px;
}

.container-3 {
  height: 0;
  margin-top: 0;
  padding-top: 0;
}

.closebutton {
  cursor: pointer;
  background-image: url('../images/CloseXICON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 4% 3% auto auto;
}

.popupboxcontact {
  z-index: 9999;
  color: #323349;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border: 8px solid #868686;
  border-radius: 20px;
  width: 750px;
  height: 575px;
  margin: auto;
  padding: 47px 21px;
  display: none;
  position: fixed;
  inset: 0%;
  box-shadow: 5px 6px 15px #000;
}

.div-block-4 {
  height: 500px;
}

.html-embed {
  width: auto;
  height: 500px;
}

.body {
  overflow: visible;
}

.brandlockup {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  height: 39vh;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: -17% 0% auto;
}

.text-span-2 {
  color: var(--bcr-red);
  font-size: 19px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.quote {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.socailicons {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.bold-text {
  align-self: flex-end;
  font-weight: 500;
  display: block;
}

.div-block-10 {
  background-image: url('../images/BritishCarRepair-Logo-noname22x.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 200px;
  height: 200px;
}

.code-embed {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.shirtembed {
  justify-content: center;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/bcrmellonball-tshirt_collection.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  height: 400px;
  transition: opacity .325s;
  display: flex;
}

.div-block-11:hover {
  background-image: url('../images/mellonball-tshirt_collection.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-span-4 {
  color: #9c9c9c;
  font-size: 22px;
  line-height: .9;
}

.hours {
  text-align: left;
  margin-top: 10px;
  font-size: 19px;
  line-height: 24px;
}

.div-block-12 {
  background-image: url('../images/susanadler_edwrightbritish2014-034.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
}

.car-marques-grid {
  grid-column-gap: 59px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 46px 60px 56px;
  display: grid;
}

.car-marques-grid.one {
  z-index: 999;
  grid-column-gap: 33px;
  background-color: var(--whitesemi-transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 1200px;
  margin: 0 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 8%;
  overflow: hidden;
}

.car-marques-grid.home {
  grid-column-gap: 21px;
  grid-row-gap: 19px;
  margin: 20px 10px;
}

.carmarquesselector {
  margin: 60px 78px 0;
}

.marquelink {
  background-image: url('../images/Aston-Martin-logo-768x266-1920w.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.marquelink.rolls-royce {
  background-image: url('../images/RollsRoyceBRAND.png');
  width: 103px;
  height: 105px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform .2s;
  transform: translate(0);
}

.marquelink.rolls-royce:hover {
  transform: scale(1.2);
}

.marquelink.triumph {
  background-image: url('../images/TriumphBRAND.png');
  width: 95px;
  height: 100px;
  transition: transform .2s;
}

.marquelink.triumph:hover {
  transform: scale(1.2);
}

.marquelink.mini-cooper {
  background-image: url('../images/MiniCooperBRAND.png');
  width: 124px;
  height: 100px;
  transition: transform .2s;
}

.marquelink.mini-cooper:hover {
  transform: scale(1.2);
}

.marquelink.mini-cooper.w--current {
  width: 117px;
}

.marquelink.mini-cooper.horiz {
  width: 150px;
}

.marquelink.austin-healey {
  background-image: url('../images/AustinHealeyBRAND.png');
  width: 90px;
  height: 100px;
  transition: transform .2s;
}

.marquelink.austin-healey:hover {
  transform: scale(1.2);
}

.marquelink.jaguar {
  background-image: url('../images/JaguarBRAND.png');
  width: 100px;
  height: 100px;
  transition: transform .2s;
}

.marquelink.jaguar:hover {
  transform: scale(1.2);
}

.marquelink.jaguar.horiz {
  width: 156px;
}

.marquelink.mg-cars {
  background-image: url('../images/MGcarsBRAND.png');
  width: 91px;
  height: 100px;
  transition: transform .2s;
  transform: translate(0);
}

.marquelink.mg-cars:hover {
  transform: scale(1.2);
}

.marquelink.bentley {
  background-image: url('../images/BentleyBRAND.png');
  width: 100px;
  height: 100px;
  transition: transform .2s;
}

.marquelink.bentley:hover {
  transform: scale(1.2);
}

.marquelink.bentley.horiz {
  width: 158px;
}

.marquelink.lotus-cars {
  background-image: url('../images/LotuscarsBRAND.png');
  width: 95px;
  height: 100px;
  transition: transform .25s;
}

.marquelink.lotus-cars:hover {
  transform: scale(1.2);
}

.marquelink.land-rover-rangerover {
  background-image: url('../images/LandRoverBRAND.png');
  width: 138px;
  height: 100px;
  transition: transform .275s;
}

.marquelink.land-rover-rangerover:hover {
  transform: scale(1.2);
}

.marquelink.astonmartin {
  background-image: url('../images/AstonMartinLogoBLAK.png');
  background-size: contain;
  width: 100px;
  height: 108px;
  transition: transform .2s;
}

.marquelink.astonmartin:hover {
  transform: scale(1.2);
}

.marquelink.astonmartin.horiz {
  width: 157px;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 300;
}

.bold-text-2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
}

.code-embed-2 {
  justify-content: flex-start;
  display: flex;
}

.code-embed-2.mobile {
  display: none;
}

.code-embed-2.big {
  margin-top: 90px;
}

.address-contact {
  flex-flow: column;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-top: 20px;
  padding-right: 60px;
  display: flex;
}

.cars-summary {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 31px;
  display: flex;
}

.payment-acceptance {
  background-image: url('../images/ccacceptancebrands.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 17px;
}

.div-block-18 {
  background-image: url('../images/BritishCarRepair-Blue.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 160px;
  margin-bottom: 10px;
}

.picture-tag {
  text-align: center;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 60px;
  font-size: 22px;
  line-height: 30px;
}

.headings {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 112px;
  margin-bottom: 100px;
  display: flex;
}

.headings.story {
  margin-top: 0;
  margin-bottom: 0;
}

.title {
  background-image: url('../images/marques.png');
  background-position: 50% 100%;
  background-size: auto;
  width: 352px;
  height: 92px;
  margin-top: -45px;
}

.title.contact {
  background-image: url('../images/contact.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.title.story {
  background-image: url('../images/ourstory.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.introcopy {
  text-align: center;
  margin-bottom: 38px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 23px;
}

.bold-text-3 {
  margin-left: 100px;
  margin-right: 100px;
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
}

.shoppicture, .div-block-19 {
  justify-content: center;
  display: flex;
}

.text-block-6 {
  color: var(--brand--blu);
  text-align: left;
  margin-right: 85px;
  line-height: 36px;
}

.sectiondiv {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  line-height: 42px;
}

.div-block-20 {
  background-color: var(--dark-slate-blue);
  align-self: center;
  width: 100vw;
  padding: 0 15% 60px;
}

.heading-5 {
  color: var(--color);
  text-align: center;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 500;
}

.text-block-8 {
  color: var(--color);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 34px;
}

.carpics {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  max-width: 80vw;
  margin-top: 40px;
  display: grid;
}

.carpics.carpagejag {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  width: 80vw;
  max-width: 80vw;
  height: auto;
}

.headline-popup {
  background-color: #494949b8;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 62%;
  height: 121px;
  display: flex;
  position: absolute;
  inset: 43% 15% 0%;
}

.heading-6 {
  color: var(--color);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 15px;
  padding: 10px;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  position: relative;
  bottom: 5px;
}

.car-selector {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f3f3ab;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 815px;
  height: 263px;
  display: none;
  position: absolute;
  inset: 11% 10% auto auto;
}

.reviews {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 80%;
  height: 200px;
  margin-top: 60px;
  padding-top: 0;
  display: grid;
}

.facebook-reviews {
  background-image: url('../images/FacebookNameLink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 138px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.yelp-reviews {
  background-image: url('../images/yelp-reviews-Link.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 138px;
  margin-right: 0;
}

.googlereveiws {
  background-image: url('../images/Google-Reveiws.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 138px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.headings-contact {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 112px;
  margin-bottom: 100px;
  display: flex;
}

.headings-contact.contact {
  margin-bottom: 60px;
}

.navbar2 {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar2.pages {
  z-index: 999;
  background-color: var(--bcr-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 317px;
  position: relative;
  inset: 0% 0% auto;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: 1fr .5fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.nav-link-6 {
  color: var(--color);
  font-size: 25px;
  font-weight: 600;
}

.nav-link-6:hover {
  color: var(--bcr-red);
}

.nav-link-7 {
  color: var(--color);
  font-size: 25px;
  font-weight: 600;
}

.nav-link-7:hover {
  color: var(--bcr-red);
}

.nav-link-8 {
  color: var(--color);
  font-size: 25px;
  font-weight: 600;
}

.nav-link-8:hover {
  color: var(--bcr-red);
}

.nav-menu-6 {
  margin-top: 69px;
}

.jaguar-homepage-hero {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/JaguarXK-150Header.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  width: 100vw;
  height: 32vw;
  margin-top: 0;
  display: block;
  position: relative;
  inset: 0%;
}

.jaguar-12 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: clip;
}

.titleblockmarque {
  background-image: url('../images/JAGUARLOGORebuild.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px 100px;
  width: auto;
  height: 114px;
  margin-bottom: 23px;
  position: relative;
  inset: 0%;
}

.titleblockmarque.landrover {
  background-image: url('../images/LandRoverBRAND.png');
  background-position: 100%;
  background-size: auto 104px;
}

.titleblockmarque.mini-cooper {
  background-image: url('../images/MiniCooperBRAND.png');
  background-position: 50%;
  background-size: 228px 100px;
  margin-top: 13px;
  margin-bottom: 0;
}

.titleblockmarque.mgbpage {
  background-image: url('../images/MG_Cars_logo.png');
  background-size: contain;
}

.titleblockmarque.austin-healey {
  background-image: url('../images/AustinHealeyBRAND2.png');
  background-position: 83%;
  background-size: contain;
}

.titleblockmarque.carrestoration {
  background-image: url('../images/ClassicCarRestoration.svg');
  background-position: 50% 100%;
  background-size: 70%;
  bottom: 0%;
}

.titleblockmarque.lotus {
  background-image: url('../images/LotuscarsBRAND.png');
  background-position: 50% 100%;
  background-size: contain;
  margin-top: 13px;
  margin-bottom: 0;
}

.titleblockmarque.rollsroyce-bentley {
  background-image: url('../images/Rolls-Royce--Bentley.png');
}

.carmarqueheading {
  color: var(--bcr-blue);
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.carmarquetext {
  color: var(--dark-slate-blue);
  column-count: 2;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 34px;
}

.carmarque-servicesguide {
  text-align: center;
  margin: 5% 5% 38px;
  font-size: 23px;
}

.bold-text-3-copy {
  column-count: auto;
  overflow-wrap: normal;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
}

.carmarque-bulletpoints {
  color: var(--brand--blu);
  text-align: left;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 36px;
}

.introcopy-copycars {
  text-align: center;
  margin-bottom: 38px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 23px;
}

.bulletpoints-cars {
  flex-flow: row;
  justify-content: center;
  margin-top: 63px;
  display: flex;
}

.carbrandquestions {
  color: var(--brand--blu);
  text-align: left;
  column-count: 1;
  column-rule-width: 0px;
  column-gap: 4%;
  margin-bottom: 50px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 21px;
  line-height: 36px;
}

.carspages-headersection {
  background-color: var(--color);
  padding: 0 10% 60px;
}

.c-faq {
  background-color: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  display: flex;
  position: relative;
}

.c-faq-q-text {
  flex: 1;
  padding: 30px 20px;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #6ccef836;
  border: 1px solid #0000;
  overflow: hidden;
}

.c-faq-divider {
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.faqitems {
  min-height: auto;
  margin-top: 36px;
  display: block;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 3px;
  height: 100%;
}

.faq-q-text {
  color: #274068;
}

.faq-q-text.lib {
  color: #fff;
  margin-top: 2px;
  margin-left: 22px;
  font-size: 1.2em;
}

.c-faq-q {
  background-color: #26a8df;
  align-items: center;
  display: flex;
}

.c-faq-q:hover {
  background-color: #7a7a7ac2;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-a-text {
  padding: 20px 10px 20px 20px;
  display: flex;
}

.c-faq-a-text.lib {
  flex-direction: column;
}

.models.jagnuar {
  align-self: center;
  margin-top: 40px;
}

.heading-7 {
  color: var(--bcr-blue);
  text-align: center;
  font-weight: 600;
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.car-description {
  color: var(--dark-slate-blue);
  text-align: right;
  align-self: flex-end;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 1.56em;
}

.car-class-description {
  background-color: var(--whitesemi-transparent);
  opacity: 1;
  border-radius: 40px;
  grid-template-rows: auto;
  align-content: start;
  max-width: 1000px;
  margin-top: 0;
  padding: 0 10px 40px;
}

.car-concerns {
  text-align: left;
  align-self: flex-end;
  width: auto;
  min-width: 360px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 40px;
  font-size: 15px;
  line-height: 1.7em;
}

.bold-text-10 {
  font-size: 25px;
}

.image-13 {
  align-self: flex-end;
  width: 300px;
  height: 200px;
  margin-top: 26px;
}

.carmodels-pulldown {
  min-height: auto;
  margin-top: 36px;
  display: block;
}

.carmodelspulldown {
  background-color: #fff;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.casrmodelititle {
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.carmodeltitle-block {
  background-color: #26a8df;
  align-items: center;
  display: flex;
}

.carmodeltitle-block:hover {
  background-color: #7a7a7ac2;
}

.carmodel-details-and-photo {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #6ccef836;
  border: 1px solid #0000;
  overflow: hidden;
}

.carmodellcontent {
  padding: 20px;
  display: flex;
}

.text-span-6 {
  font-size: 23px;
}

.text-span-7 {
  font-size: 20px;
}

.resources--links {
  justify-content: center;
  align-self: center;
  align-items: stretch;
  height: auto;
  margin-top: 80px;
  margin-bottom: 100px;
  display: block;
}

.div-block-24 {
  background-color: var(--lightgrey);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  width: 80vw;
  height: 40px;
  margin-top: -46px;
  display: flex;
  position: relative;
}

.resourcestitle {
  z-index: 999;
  background-image: url('../images/JaguarBRAND.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 103px;
  display: flex;
  position: relative;
}

.resourcestitle.mg {
  background-image: url('../images/MG_Cars_logo.png');
  background-size: contain;
  height: 103px;
}

.resourcestitle.austinhealey {
  background-image: url('../images/AustinHealeyBRAND2.png');
  background-size: contain;
}

.resourcestitle.general {
  background-image: url('../images/BritishCarRepair-Logo-noname22x.png');
  background-size: contain;
}

.resourcestitle.lotus {
  background-image: url('../images/LotuscarsBRAND.png');
}

.resourcestitle.rollsroycebentley {
  background-image: url('../images/Rolls-Royce--Bentley.png');
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 40px;
  display: grid;
}

.heading-8 {
  text-align: center;
  letter-spacing: 20px;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 500;
}

.clublogo {
  background-image: url('../images/Screenshot-2025-12-03-at-2.20.22-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.clublogo.b {
  background-image: url('../images/OCD-Logo-Template-3.avif');
}

.clublogo.b:hover {
  opacity: .53;
}

.clublogo.a {
  background-image: url('../images/header.png');
}

.clublogo.a:hover {
  opacity: .62;
}

.clublogo.c {
  background-image: url('../images/Screenshot-2025-12-03-at-2.46.15-PM.png');
  background-size: contain;
}

.clublogo.d {
  background-image: url('../images/logo.png');
}

.clublogo.f {
  background-image: url('../images/Screenshot-2025-12-30-at-8.16.15-PM.png');
}

.clublogo.mc {
  background-image: url('../images/Screenshot-2025-12-04-at-4.28.40-PM.png');
}

.clublogo.cmc {
  background-image: url('../images/Screenshot-2025-12-04-at-5.13.38-PM.png');
}

.clublogo.jag1 {
  background-image: url('../images/Screenshot-2025-12-03-at-2.14.14-PM.png');
  height: 150px;
}

.clublogo.jag2 {
  background-image: url('../images/Screenshot-2025-12-03-at-2.25.02-PM.png');
  height: 150px;
}

.clublogo.mb1 {
  background-image: url('../images/OCD-Logo-Template-3.avif');
}

.clublogo.mb1:hover {
  opacity: .53;
}

.clublogo.mg2 {
  background-image: url('../images/header.png');
}

.clublogo.mg2:hover {
  opacity: .62;
}

.clublogo.mg3 {
  background-image: url('../images/NAMGBR-Logo-Squared.webp');
}

.clublogo.mg4 {
  background-image: url('../images/wp3dfdfb14_05_06.jpg');
}

.clublogo.g {
  background-image: url('../images/Screenshot-2025-12-30-at-7.55.36-PM.png');
}

.club {
  color: var(--bcr-blue);
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
}

.jaguar-14 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
}

.jaguar-15 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  overflow: clip;
}

.jaguar-16 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: clip;
}

.jaguar-17 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.code-embed-3 {
  align-self: center;
  margin-top: 40px;
}

.rangerover-13, .range-rover-land-rover, .range-rover {
  align-self: flex-end;
  width: 300px;
  max-width: none;
  height: 200px;
  margin-top: 26px;
}

.landrover-defender, .land-rover-defender, .rangerover-new, .rangerover-newer {
  align-self: flex-end;
  width: 300px;
  height: 200px;
  margin-top: 26px;
}

.landroverhomepage-hero {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Mini1960-500.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 0;
  width: 100vw;
  height: 60vh;
  position: relative;
  inset: 0%;
}

.landroverhomepage-hero.rangerover {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/LandRover1600inMud3.avif');
  background-position: 50% 100%;
  background-size: cover;
  background-clip: content-box;
  height: 52vh;
  margin-top: -38px;
  top: 0%;
}

.landroverhomepage-hero.austin-healey {
  background-image: url('../images/AustinHealey-2000.jpg');
  background-position: 50%;
}

.landroverhomepage-hero.classiccarrestoration {
  background-image: url('../images/RestorationCarHeroHeader.jpg');
  height: 44vh;
  position: relative;
}

.landrover13 {
  align-self: flex-end;
  width: 300px;
  height: 200px;
  margin-top: 26px;
}

.landroverclub.a {
  background-image: url('../images/SDCCCA3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.landroverclub.b {
  background-image: url('../images/Screenshot-2025-12-30-at-7.49.27-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.landroverclub.minic {
  background-image: url('../images/Screenshot-2025-12-04-at-5.17.23-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.landroverclub.ncmg {
  background-image: url('../images/MiniClubNorCal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.landroverclub.ah {
  background-image: url('../images/Logo_1_20251015_copy_19858352.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.landroverclub.lotus1 {
  background-image: url('../images/LotuscarsBRAND.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.landroverclub.lotus2 {
  background-image: url('../images/Hofmanns-Logo-Dark.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.landroverclub.rollysroyce {
  background-image: url('../images/Rolls-Royce--Bentley.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.landroverclub.rroc {
  background-image: url('../images/RROC_logo_1994770486.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.landroverclub.rrf {
  background-image: url('../images/RRF-Logo_USE-THIS-ONE-768x593.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.carpageheader {
  z-index: auto;
  background-image: url('../images/MINIRANGROVERBack.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 53vh;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.carpageheader.lotus {
  background-image: url('../images/LOTUSHeader.jpg');
}

.carpageheader.bentley {
  background-image: url('../images/bentley-logo.jpg');
  background-position: 50%;
  height: 32vh;
}

.carpageheroheader {
  background-color: #fff;
  width: auto;
  height: 49vh;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.carpagetop {
  flex-flow: column;
  justify-content: flex-start;
  height: 61vh;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 160px;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.code-embed-4 {
  margin-top: 39px;
}

.text-span-8 {
  font-size: 24px;
}

.mg-homepage-hero {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/MG-Cars-Header.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  width: 100vw;
  height: 59vh;
  margin-top: -78px;
  position: relative;
  inset: 0%;
}

.austinhealey.b {
  background-image: url('../images/Austin-Healey-Club-of-America-Logo_1367980973.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.austinhealey.b:hover {
  opacity: .62;
}

.austinhealey.a {
  background-image: url('../images/Logo_1_20251015_copy_19858352.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.austinhealey.a:hover {
  opacity: .6;
}

.austinhealey.c {
  background-image: url('../images/header-black.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.austinhealey.c:hover {
  opacity: .56;
}

.carpics-big {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.carpics-big.carpagejag {
  width: auto;
  height: auto;
}

.bold-text-11 {
  font-size: 22px;
}

.linktextone {
  color: var(--whitesemi-transparent);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 50px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.linktextone:hover {
  color: var(--bcr-blue);
}

.linkbutton-callout {
  border: 1px solid var(--whitesemi-transparent);
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 52px;
  transition: border-radius .2s, background-color .4s;
  display: flex;
  position: relative;
}

.linkbutton-callout:hover {
  background-color: var(--whitesemitrans);
  border-radius: 16px;
}

.club-textlink {
  color: var(--bcr-blue);
  font-size: 23px;
  font-weight: 400;
  line-height: 22px;
  position: static;
}

.bold-text-13 {
  line-height: 1.6em;
}

.jaguar-19 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.div-block-27 {
  color: var(--bcr-red);
  margin-top: 33px;
  font-size: 22px;
}

.div-block-27:hover {
  color: var(--brand--blu);
}

.heading-9 {
  font-size: 36px;
}

.heading-10 {
  margin-top: 100px;
}

.div-block-28 {
  height: 500px;
}

.bold-text-14 {
  font-size: 37px;
}

.youtube {
  min-width: 360px;
}

@media screen and (max-width: 991px) {
  .homepage-hero {
    min-height: 64vh;
  }

  .section2 {
    margin-top: 40px;
  }

  .logomark {
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    display: block;
    left: 0%;
    right: 0%;
  }

  .image {
    max-width: none;
  }

  .footer {
    margin-top: -58px;
    top: 140px;
    overflow: hidden;
  }

  .bluebackground {
    z-index: 2;
    height: 439px;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .heading {
    margin-left: 0;
    margin-right: 0;
    left: -4%;
  }

  .wow {
    margin-right: 47px;
  }

  .socailmedialink {
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 0;
  }

  .contacts-social {
    margin-top: 33px;
    margin-bottom: 0;
  }

  .copyrigt-attrib {
    align-self: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    inset: auto 0% 0%;
  }

  .backround-sec1 {
    background-position: 50%;
    max-width: 100vw;
    height: 104vh;
    overflow: hidden;
  }

  .toastingimagefooter {
    overflow: hidden;
  }

  .bcr-logo {
    max-width: 55%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-3 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
  }

  .heading-2.c {
    margin-bottom: 55px;
  }

  .start-conversationbutton {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 311px;
    height: 40px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .start-conversationbutton.quote {
    position: relative;
  }

  .container-3 {
    margin-top: 79px;
  }

  .brandlockup {
    z-index: 9999;
    flex-flow: column wrap;
    place-content: center flex-start;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: -5% 0% auto;
  }

  .text-span-2 {
    font-weight: 400;
  }

  .div-block-10 {
    max-height: 9999px;
    margin-top: 0;
  }

  .hours {
    text-align: center;
  }

  .car-marques-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 40px 0;
  }

  .car-marques-grid.one {
    grid-column-gap: 0px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    bottom: 5%;
  }

  .car-marques-grid.home {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .carmarquesselector {
    margin-left: 40px;
    margin-right: 40px;
  }

  .marquelink.jaguar.horiz {
    width: 162px;
  }

  .marquelink.bentley.horiz {
    width: 142px;
  }

  .marquelink.land-rover-rangerover {
    width: 122px;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 35px;
  }

  .code-embed-2 {
    margin-top: 44px;
  }

  .code-embed-2.mobile {
    display: none;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-right: 0;
  }

  .cars-summary {
    padding-bottom: 0;
  }

  .payment-acceptance {
    background-position: 50%;
    width: 200px;
    height: 80px;
    position: relative;
  }

  .div-block-18 {
    width: 100px;
  }

  .bold-text-3 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
    display: flex;
  }

  .div-block-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 93px;
  }

  .text-block-6 {
    align-self: flex-start;
    margin-right: 0;
    display: flex;
  }

  .sectiondiv {
    flex-flow: column;
  }

  .text-block-8 {
    font-size: 17px;
  }

  .carpics {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
  }

  .carpics.carpagejag {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    justify-content: center;
    width: auto;
    overflow: scroll;
  }

  .headline-popup {
    height: 211px;
    margin-top: 9%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    top: 25%;
    left: 24%;
  }

  .heading-6 {
    font-size: 25px;
    line-height: 31px;
  }

  .car-selector {
    width: auto;
    height: auto;
    display: none;
    top: 29%;
    right: 7%;
  }

  .reviews {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 40px;
  }

  .yelp-reviews {
    background-size: contain;
  }

  .intheshoppict {
    object-fit: fill;
    align-self: auto;
    width: auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .bold-text-5 {
    align-items: flex-start;
    margin-top: 22px;
    display: flex;
  }

  .bold-text-6 {
    align-items: flex-start;
    display: flex;
  }

  .bold-text-7 {
    text-align: center;
  }

  .headings-contact.contact {
    margin-bottom: 40px;
  }

  .navbar2 {
    inset: 0% 0% auto;
  }

  .navbar2.pages {
    height: 330px;
  }

  .container-5 {
    grid-template-rows: .75fr .5fr;
    width: 700px;
  }

  .nav-link-6 {
    background-color: var(--brand--dark-slate-blue);
    text-align: center;
    margin-top: 11px;
    margin-bottom: 11px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-link-7 {
    background-color: var(--brand--dark-slate-blue);
    text-align: center;
    margin-bottom: 11px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-link-8 {
    background-color: var(--brand--dark-slate-blue);
    text-align: center;
    margin-bottom: 21px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .nav-menu-6 {
    background-color: var(--whitesemi-transparent);
    margin-top: 148px;
    margin-left: 0;
    margin-right: 34px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .icon-6 {
    color: var(--color);
    font-size: 68px;
    line-height: 66px;
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: #c8c8c800;
  }

  .jaguar-homepage-hero {
    background-size: cover;
    max-width: 100vw;
    height: 27vh;
    overflow: hidden;
  }

  .jaguar-12 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .titleblockmarque {
    height: 119px;
    margin-bottom: 0;
  }

  .carmarqueheading {
    margin-top: 0;
    font-size: 21px;
  }

  .carmarquetext {
    font-size: 17px;
  }

  .bold-text-3-copy {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 23px;
    line-height: 34px;
    display: flex;
  }

  .carmarque-bulletpoints {
    align-self: flex-start;
    margin-right: 0;
    display: flex;
  }

  .bulletpoints-cars {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 93px;
  }

  .carbrandquestions {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .carspages-headersection {
    flex-flow: column;
    align-self: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .c-faq {
    max-width: 800px;
  }

  .c-faq-a {
    column-count: 1;
  }

  .faqitems {
    align-self: center;
    max-width: 80vw;
  }

  .faq-q-text.lib {
    font-size: 1.1em;
  }

  .faq-divider {
    column-count: 1;
  }

  .c-faq-a-text.lib {
    padding-left: 0;
  }

  .car-description {
    align-self: flex-end;
    font-size: 14px;
  }

  .car-concerns {
    margin-left: 20px;
    font-size: 13px;
    line-height: 1.5em;
  }

  .carmodels-pulldown {
    align-self: center;
    max-width: 90vw;
  }

  .div-block-24 {
    width: auto;
  }

  .club {
    font-size: 22px;
    line-height: 20px;
  }

  .jaguar-14 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .jaguar-15 {
    height: auto;
    position: relative;
  }

  .jaguar-16 {
    height: auto;
    display: block;
    position: relative;
    overflow: scroll;
  }

  .jaguar-17 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .landroverhomepage-hero {
    max-width: 100vw;
    overflow: hidden;
  }

  .landroverhomepage-hero.rangerover {
    height: 51vh;
    margin-top: -76px;
    top: 0%;
  }

  .landroverhomepage-hero.austin-healey {
    height: 33vh;
  }

  .landroverhomepage-hero.classiccarrestoration {
    height: 28vh;
  }

  .carpageheader {
    height: 31vh;
  }

  .carpageheroheader {
    min-height: 86vh;
  }

  .carpagetop {
    height: 56vh;
  }

  .lottie-animation {
    width: 138px;
  }

  .mg-homepage-hero {
    max-width: 100vw;
    overflow: hidden;
  }

  .carpics-big, .carpics-big.carpagejag {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .club-textlink {
    font-size: 22px;
    line-height: 20px;
  }

  .jaguar-19 {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .homepage-hero {
    max-width: 100vw;
    height: 63vh;
    min-height: 64vh;
  }

  .homepage-hero.home {
    z-index: auto;
    height: 94vh;
  }

  .homepage-hero.pages {
    height: 46vh;
  }

  .section2 {
    z-index: 999;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .logomark {
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    top: 25%;
    left: 25%;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    height: 1000px;
    margin-top: 100px;
    top: 0;
  }

  .bluebackground {
    max-width: 100vw;
    height: 400px;
  }

  .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0 0% 0%;
  }

  .copyright {
    z-index: auto;
    justify-content: center;
    align-self: center;
    align-items: baseline;
    display: flex;
    top: 40px;
    bottom: 0%;
  }

  .wow {
    z-index: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0 0% 0%;
  }

  .socailmedialink {
    margin-left: 13px;
    margin-right: 13px;
    display: flex;
  }

  .whitesub.white-title, .whitesub.phone {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .contacts-social {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .copyrigt-attrib {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
    position: relative;
    inset: auto 0% 0%;
  }

  .wow-logo {
    position: absolute;
    inset: 8px 0% auto;
  }

  .backround-sec1 {
    z-index: auto;
    height: 100vh;
    inset: 0%;
    overflow: hidden;
  }

  .toastingimagefooter {
    max-width: 100vw;
  }

  .bcr-logo {
    max-width: 75%;
    margin-top: 10px;
    top: 1%;
  }

  .text-block-3 {
    max-width: none;
    margin-top: 0;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.4;
    top: 21%;
    left: 21%;
    right: 21%;
    overflow: hidden;
  }

  .heading-2 {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2.c {
    text-align: center;
    align-self: center;
    margin-top: 124px;
    margin-left: auto;
    margin-right: auto;
  }

  .start-conversationbutton {
    margin-top: 472px;
    margin-bottom: 0;
    top: 0%;
    overflow: hidden;
  }

  .start-conversationbutton.quote {
    margin-top: 20px;
  }

  .container-3 {
    margin-top: 90px;
  }

  .closebutton {
    top: 3%;
    right: 6%;
  }

  .popupboxcontact {
    width: 400px;
    height: 800px;
    display: none;
  }

  .body {
    overflow: visible;
  }

  .quote {
    background-color: var(--brand--purple);
  }

  .div-block-10 {
    margin-top: 57px;
  }

  .car-marques-grid.one {
    grid-row-gap: 0px;
    bottom: 13%;
  }

  .carmarquesselector {
    margin-left: 10px;
    margin-right: 10px;
  }

  .marquelink.rolls-royce, .marquelink.triumph {
    width: 90px;
    height: 90px;
  }

  .marquelink.mini-cooper.horiz {
    width: 100px;
  }

  .marquelink.austin-healey {
    width: 80px;
    height: 80px;
  }

  .marquelink.mg-cars, .marquelink.lotus-cars {
    width: 80px;
  }

  .marquelink.astonmartin.horiz {
    width: 110px;
    height: 100px;
  }

  .text-span-5 {
    font-size: 22px;
  }

  .bold-text-2 {
    font-size: 26px;
  }

  .code-embed-2.mobile {
    margin-top: 82px;
    display: flex;
  }

  .code-embed-2.big {
    display: none;
  }

  .picture-tag {
    font-size: 16px;
    line-height: 23px;
  }

  .headings.story {
    z-index: 9999;
    justify-content: center;
    align-items: flex-start;
    max-height: 999px;
    position: relative;
  }

  .title.story {
    z-index: 9999;
    margin-top: -10px;
    position: relative;
  }

  .bold-text-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 31px;
  }

  .bold-text-4 {
    line-height: 35px;
  }

  .div-block-20 {
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-5 {
    font-size: 23px;
    line-height: 39px;
  }

  .text-block-8 {
    margin-top: 59px;
  }

  .carpics {
    width: 100%;
  }

  .carpics.carpagejag {
    grid-template-rows: auto auto;
  }

  .headline-popup {
    width: 64%;
    padding-left: 10px;
    padding-right: 10px;
    top: 20%;
    left: 20%;
    right: 20%;
  }

  .car-selector, .div-block-21 {
    display: none;
  }

  .container-5 {
    width: 100vw;
    height: 312px;
  }

  .jaguar-homepage-hero {
    z-index: auto;
    background-position: 50% 0;
    background-size: cover;
    height: 46vh;
    position: relative;
    inset: 0%;
    overflow: hidden;
  }

  .titleblockmarque {
    height: 108px;
  }

  .titleblockmarque.landrover {
    background-position: 100%;
    background-size: contain;
    height: 84px;
    margin-top: -28px;
    margin-bottom: 14px;
    margin-right: 20px;
  }

  .titleblockmarque.mini-cooper {
    margin-top: 20px;
  }

  .titleblockmarque.austin-healey {
    height: 96px;
  }

  .carmarqueheading {
    margin-top: 0;
    font-size: 20px;
    line-height: 33px;
  }

  .carmarquetext {
    margin-top: 59px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
  }

  .carmarque-servicesguide {
    margin-left: 0%;
    margin-right: 0%;
  }

  .bold-text-3-copy {
    font-size: 22px;
    line-height: 28px;
  }

  .carmarque-bulletpoints {
    font-size: 18px;
    line-height: 31px;
  }

  .introcopy-copycars {
    line-height: 26px;
  }

  .bulletpoints-cars {
    margin-left: 20px;
  }

  .carbrandquestions {
    font-size: 18px;
    line-height: 31px;
  }

  .carspages-headersection {
    padding-left: 5%;
    padding-right: 5%;
  }

  .c-faq-a {
    position: relative;
  }

  .faq-q-text.lib {
    font-size: 1.1em;
  }

  .c-faq-a-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-faq-a-text.lib {
    align-items: center;
    position: relative;
  }

  .car-description {
    width: 50%;
    font-size: 13px;
  }

  .image-13 {
    height: 151px;
  }

  .carmodel-details-and-photo {
    position: relative;
  }

  .carmodellcontent {
    flex-direction: column;
    align-items: flex-start;
  }

  .club {
    font-size: 19px;
  }

  .rangerover-13, .range-rover-land-rover {
    width: 200px;
    height: 151px;
  }

  .range-rover {
    width: auto;
    height: 151px;
  }

  .landrover-defender {
    height: 151px;
  }

  .landrover-defender.mcm {
    width: 200px;
  }

  .land-rover-defender {
    width: 200px;
    height: 151px;
  }

  .rangerover-new, .rangerover-newer {
    height: 151px;
  }

  .landroverhomepage-hero {
    z-index: auto;
    background-position: 50% 100%;
    background-size: contain;
    height: 65vh;
    inset: 0%;
    overflow: hidden;
  }

  .landroverhomepage-hero.rangerover {
    background-position: 50% 100%;
    height: 39vh;
    margin-top: 0;
    top: 0%;
  }

  .landroverhomepage-hero.austin-healey {
    background-size: cover;
  }

  .landroverhomepage-hero.classiccarrestoration {
    background-size: cover;
    height: 30vh;
    position: relative;
  }

  .landrover13 {
    height: 151px;
  }

  .carpageheader {
    height: 26vh;
  }

  .carpageheroheader {
    max-width: 100vw;
    height: 95vh;
  }

  .carpagetop {
    height: 50vh;
  }

  .mg-homepage-hero {
    z-index: auto;
    background-position: 50% 100%;
    background-size: cover;
    height: 21vh;
    margin-top: 0;
    inset: 0%;
    overflow: hidden;
  }

  .carpics-big {
    width: 100%;
  }

  .carpics-big.carpagejag {
    grid-template-rows: auto auto;
  }

  .bold-text-12 {
    font-size: 18px;
  }

  .club-textlink {
    font-size: 19px;
  }
}

@media screen and (max-width: 479px) {
  .homepage-hero {
    width: 100vw;
    max-width: 100vw;
    height: 52vh;
    min-height: 52vh;
    overflow: hidden;
  }

  .homepage-hero.home {
    height: 95vh;
    min-height: 600px;
    max-height: 800px;
  }

  .homepage-hero.pages {
    justify-content: flex-start;
    align-items: center;
    height: 37vh;
    min-height: 36vh;
  }

  .section2 {
    z-index: 99;
    float: none;
    width: 100vw;
    min-width: auto;
    max-width: 100vw;
    min-height: auto;
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .logomark {
    text-align: left;
    align-self: flex-start;
    width: 132px;
    min-width: 132px;
    max-width: 132px;
    min-height: 150px;
    max-height: 150px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    position: relative;
    inset: 6% 0% auto;
  }

  .image {
    text-align: left;
    width: 132px;
    min-width: 132px;
    max-width: 132px;
    height: 148px;
    min-height: 120px;
    max-height: 150px;
    position: relative;
    inset: 5% 0% auto;
  }

  .footer {
    top: 0;
  }

  .bluebackground {
    max-width: 100%;
    height: 449px;
    bottom: 0%;
  }

  .heading {
    text-align: center;
    flex-direction: column;
    flex: none;
    order: 1;
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: 0 0% 0% -3%;
  }

  .copyright {
    opacity: 1;
    text-align: center;
    flex-wrap: wrap;
    place-content: flex-end center;
    align-self: center;
    align-items: flex-end;
    margin-left: 5%;
    margin-right: 5%;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .wow {
    margin-left: auto;
    margin-right: auto;
    inset: 0 0% 0%;
  }

  .socailmedialink {
    width: 53px;
    margin-left: 7px;
    margin-right: 7px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .whitesub {
    margin-top: 20px;
    padding-left: 43px;
    padding-right: 43px;
    font-size: 15px;
  }

  .whitesub.white-title, .whitesub.phone {
    width: 82%;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 23px;
    top: -37%;
  }

  .contacts-social {
    flex-wrap: wrap;
    width: 320px;
    margin-bottom: 70px;
  }

  .copyrigt-attrib {
    width: 200px;
    min-width: 300px;
    max-width: 300px;
    height: 150px;
    margin-top: auto;
    margin-bottom: 0;
    inset: auto 0% 7%;
  }

  .wow-logo {
    display: block;
    inset: auto 0% 10%;
  }

  .backround-sec1 {
    justify-content: center;
    height: 95vh;
    min-height: 600px;
    max-height: 800px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .toastingimagefooter {
    max-width: 100vw;
    height: 100%;
    inset: 0 0% 0%;
  }

  .bcr-logo {
    max-width: 85%;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    top: 9%;
    left: 7%;
    right: 7%;
    overflow: hidden;
  }

  .text-block-3 {
    margin-top: -5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 33px;
    top: 17%;
    left: 12%;
    right: 12%;
  }

  .heading-2 {
    text-align: center;
    margin-top: 1px;
    margin-left: auto;
    font-size: 24px;
  }

  .heading-2.c {
    order: -1;
    align-items: center;
    width: auto;
    margin-top: 28px;
    margin-bottom: 21px;
    font-size: 24px;
    display: none;
    position: static;
  }

  .start-conversationbutton {
    width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: none;
    inset: auto 0% 0%;
  }

  .closebutton {
    background-color: #fff;
    background-position: 50%;
    background-size: 22px 22px;
    background-attachment: scroll;
    width: 40px;
    height: 40px;
    display: block;
    top: 3%;
    right: 6%;
  }

  .popupboxcontact {
    width: 82%;
    height: 680px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    overflow: hidden;
  }

  .html-embed {
    height: 530px;
    margin-top: 40px;
  }

  .body {
    overflow: visible;
  }

  .text-span-2 {
    font-size: 17px;
  }

  .div-block-10 {
    background-position: 50%;
    background-size: contain;
    align-self: center;
    width: 150px;
    height: 150px;
    overflow: hidden;
  }

  .code-embed, .shirtembed {
    display: none;
  }

  .div-block-12 {
    width: 300px;
    display: flex;
  }

  .car-marques-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .car-marques-grid.one {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    inset: 43% 0% auto;
  }

  .car-marques-grid.home {
    overflow: visible;
  }

  .carmarquesselector {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 11px;
    display: none;
  }

  .code-embed-2 {
    justify-content: center;
    align-self: center;
  }

  .code-embed-2.mobile {
    width: 90vw;
    margin-top: 92px;
    display: flex;
  }

  .code-embed-2.big {
    display: none;
  }

  .address-contact {
    margin-bottom: 60px;
  }

  .picture-tag {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 17px;
    line-height: 22px;
    display: none;
  }

  .headings {
    display: flex;
  }

  .headings.story, .headings.marques {
    display: none;
  }

  .title {
    width: 230px;
    height: 60px;
    margin-top: 0;
  }

  .title.contact {
    width: 230px;
    height: 60px;
    margin-top: -46px;
  }

  .title.story {
    display: flex;
  }

  .introcopy {
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-3 {
    justify-content: center;
    font-size: 19px;
    line-height: 25px;
  }

  .div-block-19 {
    margin-left: 40px;
  }

  .text-block-6 {
    justify-content: center;
    align-self: flex-start;
  }

  .div-block-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    font-size: 17px;
    line-height: 26px;
  }

  .text-block-8 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 25px;
    display: none;
  }

  .carpics {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: center;
    margin-bottom: 60px;
  }

  .carpics.carpagejag {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .headline-popup {
    min-width: 200px;
    max-width: 210px;
    height: 25%;
    min-height: 220px;
    max-height: 220px;
    margin-top: 0;
    top: 31%;
    left: 15%;
  }

  .heading-6 {
    font-size: 15px;
    line-height: 25px;
  }

  .car-selector {
    z-index: 99999;
    right: 0%;
  }

  .reviews {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: auto;
    height: auto;
    margin-top: 10px;
  }

  .facebook-reviews {
    width: 200px;
    height: 100px;
  }

  .yelp-reviews {
    width: 200px;
    height: 125px;
    margin-right: 0;
  }

  .googlereveiws {
    width: 200px;
    height: 110px;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-5 {
    font-size: 15px;
    line-height: 24px;
  }

  .bold-text-6 {
    justify-content: center;
    align-self: flex-start;
    font-size: 15px;
    line-height: 24px;
  }

  .headings-contact {
    display: flex;
  }

  .headings-contact.contact {
    margin-top: 59px;
    margin-bottom: 20px;
  }

  .div-block-21 {
    display: none;
  }

  .navbar2.pages {
    height: 23vh;
  }

  .nav-menu-6 {
    justify-content: center;
    width: 100vw;
    margin-top: 109px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jaguar-homepage-hero {
    background-size: cover;
    justify-content: center;
    width: 100vw;
    height: 31vh;
    display: block;
    position: relative;
    inset: 0%;
  }

  .titleblockmarque {
    background-size: contain;
    height: 66px;
    margin-right: 10px;
  }

  .titleblockmarque.landrover {
    background-size: contain;
    height: 75px;
  }

  .titleblockmarque.mini-cooper {
    background-size: contain;
    height: 82px;
  }

  .titleblockmarque.austin-healey {
    height: 73px;
  }

  .carmarqueheading {
    z-index: 99;
    flex-flow: column;
    justify-content: center;
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    position: relative;
  }

  .carmarquetext {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 25px;
    display: none;
  }

  .carmarque-servicesguide {
    align-self: center;
  }

  .bold-text-3-copy {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .carmarque-bulletpoints {
    justify-content: center;
    align-self: flex-start;
  }

  .introcopy-copycars {
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .bulletpoints-cars {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 20px;
    padding-right: 0;
  }

  .carbrandquestions {
    justify-content: center;
    align-self: flex-start;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 28px;
  }

  .carspages-headersection {
    flex-flow: column;
    align-self: center;
    padding-bottom: 20px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .c-faq-q-text {
    padding: 20px 10px 20px 20px;
    font-size: 1em;
  }

  .faq-q-text {
    line-height: 1.4em;
  }

  .faq-q-text.lib {
    color: #fff;
    margin-left: 6px;
    font-size: .6em;
    font-weight: 300;
    line-height: 1.8em;
  }

  .c-faq-q {
    background-color: #26a8df;
    border-top: 3px solid #26a8df;
  }

  .c-faq-a-text {
    padding-left: 10px;
  }

  .bold-text-9 {
    font-size: 15px;
  }

  .heading-7 {
    width: 80vw;
    font-size: 26px;
    line-height: 27px;
  }

  .div-block-22 {
    text-align: center;
  }

  .car-description {
    text-align: center;
    align-self: center;
    width: auto;
    font-size: 12px;
    line-height: 1.5em;
  }

  .car-class-description {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .car-concerns {
    text-align: center;
    margin-left: 10px;
  }

  .bold-text-10 {
    font-size: 23px;
  }

  .image-13 {
    align-self: center;
    width: auto;
    height: auto;
  }

  .carmodels-pulldown {
    max-width: 90vw;
    min-height: auto;
  }

  .carmodeltitle-block {
    background-color: #26a8df;
    border-top: 3px solid #26a8df;
  }

  .carmodellcontent {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-26 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .club {
    text-align: center;
  }

  .rangerover-13, .range-rover-land-rover, .range-rover {
    align-self: center;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .landrover-defender {
    align-self: center;
    width: auto;
    height: auto;
  }

  .landrover-defender.mcm, .land-rover-defender {
    width: auto;
    height: auto;
  }

  .rangerover-new, .rangerover-newer {
    align-self: center;
    width: auto;
    height: auto;
  }

  .landroverhomepage-hero {
    justify-content: center;
    height: 46vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .landroverhomepage-hero.rangerover {
    align-self: center;
    height: 21vh;
    margin-top: 173px;
  }

  .landroverhomepage-hero.austin-healey {
    position: relative;
  }

  .landrover13 {
    align-self: center;
    width: auto;
    height: auto;
  }

  .carpageheader {
    margin-top: 0;
  }

  .carpageheroheader {
    width: 100vw;
    max-width: 100vw;
    height: 90vh;
    min-height: 90vh;
    overflow: hidden;
  }

  .carpagetop {
    height: 40vh;
  }

  .mg-homepage-hero {
    justify-content: center;
    align-items: flex-start;
    height: 39vh;
    display: block;
    position: relative;
    inset: 0%;
  }

  .carpics-big {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .carpics-big.carpagejag {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .linkbutton-callout {
    min-width: 220px;
    max-width: 300px;
    min-height: 120px;
    max-height: 120px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .club-textlink {
    text-align: center;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18 {
    max-width: 90%;
  }
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-e5324d32 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-e5324d32 {
  justify-self: end;
}

#Rolls-Royce-Cars.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d3109-e5324d32, #Triumph-British-Leyland.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310a-e5324d32, #Mini-Mini-Cooper.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310b-e5324d32, #Austin-Healey.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310c-e5324d32, #Jagnuar-Cars.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310d-e5324d32, #w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310e-e5324d32, #w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310f-e5324d32, #w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d3110-e5324d32, #w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d3111-e5324d32, #w-node-_56b0d352-c301-1960-022e-4246e5c1539d-e5324d32 {
  place-self: center;
}

#w-node-b864cbc1-defb-3486-ba6a-3d1a1acc2508-1acc24fd {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b864cbc1-defb-3486-ba6a-3d1a1acc250a-1acc24fd {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-b864cbc1-defb-3486-ba6a-3d1a1acc2513-1acc24fd {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_33c8475a-3485-e6c7-56cd-792986a098d9-86a098d8, #w-node-_33c8475a-3485-e6c7-56cd-792986a098da-86a098d8, #w-node-_33c8475a-3485-e6c7-56cd-792986a098db-86a098d8, #w-node-_33c8475a-3485-e6c7-56cd-792986a098dc-86a098d8, #w-node-_33c8475a-3485-e6c7-56cd-792986a098dd-86a098d8, #w-node-_33c8475a-3485-e6c7-56cd-792986a098de-86a098d8, #w-node-_33c8475a-3485-e6c7-56cd-792986a098df-86a098d8 {
  place-self: center;
}

#w-node-_33c8475a-3485-e6c7-56cd-792986a098e0-86a098d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_33c8475a-3485-e6c7-56cd-792986a098e1-86a098d8, #w-node-_33c8475a-3485-e6c7-56cd-792986a098e2-86a098d8, #w-node-_4b12af61-68ca-2997-4347-b1d9517dbe94-517dbe93, #w-node-_4b12af61-68ca-2997-4347-b1d9517dbe95-517dbe93 {
  place-self: center;
}

#w-node-_45151ec7-20c9-1e05-2004-f38617a37bd6-17a37bd1 {
  align-self: center;
}

#w-node-_45151ec7-20c9-1e05-2004-f38617a37bd7-17a37bd1, #w-node-_45151ec7-20c9-1e05-2004-f38617a37bd8-17a37bd1, #w-node-_45151ec7-20c9-1e05-2004-f38617a37bd9-17a37bd1, #w-node-_45151ec7-20c9-1e05-2004-f38617a37bda-17a37bd1, #w-node-_45151ec7-20c9-1e05-2004-f38617a37bdb-17a37bd1, #w-node-_45151ec7-20c9-1e05-2004-f38617a37bdc-17a37bd1 {
  place-self: center;
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-40a6dcab {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-40a6dcab {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-40a6dcab {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-dff2b727-ff83-a1ef-f207-1304777560b1-40a6dcab, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-40a6dcab, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-40a6dcab, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-40a6dcab {
  place-self: center;
}

#w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-40a6dcab {
  justify-self: center;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-40a6dcab {
  place-self: start;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93626f-40a6dcab {
  align-self: end;
}

#w-node-d5b789e6-ae20-6d02-428b-723231f56afc-40a6dcab {
  place-self: start;
}

#w-node-f8225ae6-0270-41d1-c175-89df2fdce231-40a6dcab {
  align-self: end;
}

#w-node-f4ca0284-685d-94b3-3764-1e2fb58cd763-40a6dcab {
  place-self: start;
}

#w-node-f4ca0284-685d-94b3-3764-1e2fb58cd773-40a6dcab {
  align-self: start;
}

#w-node-ca0e65d5-f761-b60c-2cb7-cb089c63827e-40a6dcab {
  place-self: start end;
}

#w-node-ca0e65d5-f761-b60c-2cb7-cb089c63828f-40a6dcab {
  align-self: start;
}

#w-node-_0c09b7a0-bb6c-d425-2882-b4fda4277a61-40a6dcab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9941b7b-f526-18d2-d747-392828fb37cd-40a6dcab, #w-node-_20bde2aa-3d39-3db8-dab8-50a6e10237fa-40a6dcab, #w-node-_6ca8fa6c-c32e-f4d0-55c9-d01270ace9e4-40a6dcab, #w-node-ed0dab16-634a-1624-b926-499774b3a6eb-40a6dcab {
  align-self: center;
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-dd71d590 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-dd71d590 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-dd71d590 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-dff2b727-ff83-a1ef-f207-1304777560b1-dd71d590, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-dd71d590, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-dd71d590, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-dd71d590, #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-dd71d590 {
  place-self: center;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-dd71d590 {
  place-self: start;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93626f-dd71d590 {
  align-self: end;
}

#w-node-d5b789e6-ae20-6d02-428b-723231f56afc-dd71d590 {
  place-self: start;
}

#w-node-f8225ae6-0270-41d1-c175-89df2fdce231-dd71d590 {
  align-self: start;
}

#w-node-f4ca0284-685d-94b3-3764-1e2fb58cd763-dd71d590 {
  place-self: start;
}

#w-node-f4ca0284-685d-94b3-3764-1e2fb58cd773-dd71d590 {
  align-self: end;
}

#w-node-ca0e65d5-f761-b60c-2cb7-cb089c63827e-dd71d590 {
  place-self: start end;
}

#w-node-ca0e65d5-f761-b60c-2cb7-cb089c63828f-dd71d590 {
  align-self: end;
}

#w-node-d9941b7b-f526-18d2-d747-392828fb37cd-dd71d590, #w-node-_20bde2aa-3d39-3db8-dab8-50a6e10237fa-dd71d590, #w-node-_6ca8fa6c-c32e-f4d0-55c9-d01270ace9e4-dd71d590, #w-node-ed0dab16-634a-1624-b926-499774b3a6eb-dd71d590 {
  align-self: center;
}

#w-node-c7624724-e078-bdda-d6b4-c567220b8ae6-dd71d590 {
  place-self: center;
}

#w-node-c7624724-e078-bdda-d6b4-c567220b8ae7-dd71d590 {
  place-self: center;
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-0da5b370 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: start;
}

#w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-0da5b370 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-0da5b370 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_5d8f03b5-9d2a-9653-e923-add385bd9c77-0da5b370 {
  align-self: center;
}

#w-node-_5d8f03b5-9d2a-9653-e923-add385bd9c7b-0da5b370, #w-node-_5d8f03b5-9d2a-9653-e923-add385bd9c78-0da5b370, #w-node-_5d8f03b5-9d2a-9653-e923-add385bd9c7c-0da5b370, #w-node-_5d8f03b5-9d2a-9653-e923-add385bd9c79-0da5b370, #w-node-_5d8f03b5-9d2a-9653-e923-add385bd9c7d-0da5b370, #w-node-_5d8f03b5-9d2a-9653-e923-add385bd9c75-0da5b370, #w-node-dff2b727-ff83-a1ef-f207-1304777560b1-0da5b370, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-0da5b370, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-0da5b370, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-0da5b370 {
  place-self: center;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-0da5b370 {
  place-self: start;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93626f-0da5b370 {
  align-self: end;
}

#w-node-d5b789e6-ae20-6d02-428b-723231f56afc-0da5b370 {
  place-self: start end;
}

#w-node-f8225ae6-0270-41d1-c175-89df2fdce231-0da5b370 {
  align-self: start;
}

#w-node-d9941b7b-f526-18d2-d747-392828fb37cd-0da5b370, #w-node-_20bde2aa-3d39-3db8-dab8-50a6e10237fa-0da5b370, #w-node-_6ca8fa6c-c32e-f4d0-55c9-d01270ace9e4-0da5b370 {
  align-self: center;
}

#w-node-ed0dab16-634a-1624-b926-499774b3a6eb-0da5b370 {
  place-self: center;
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-c035e4d7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-c035e4d7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-c035e4d7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-dff2b727-ff83-a1ef-f207-1304777560b1-c035e4d7, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-c035e4d7, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-c035e4d7, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-c035e4d7 {
  place-self: center;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-c035e4d7 {
  place-self: start;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93626f-c035e4d7 {
  align-self: end;
}

#w-node-d5b789e6-ae20-6d02-428b-723231f56afc-c035e4d7 {
  place-self: start;
}

#w-node-f8225ae6-0270-41d1-c175-89df2fdce231-c035e4d7 {
  align-self: start;
}

#w-node-d9941b7b-f526-18d2-d747-392828fb37cd-c035e4d7, #w-node-_20bde2aa-3d39-3db8-dab8-50a6e10237fa-c035e4d7 {
  align-self: center;
}

#w-node-_422a3e59-b307-fe83-418d-e2c03983cfd3-c035e4d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6ca8fa6c-c32e-f4d0-55c9-d01270ace9e4-c035e4d7 {
  align-self: center;
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-3d9580a6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-3d9580a6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_230f7b7b-aa6a-fb3d-b435-1779c45601ae-3d9580a6 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-dff2b727-ff83-a1ef-f207-1304777560b1-3d9580a6, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-3d9580a6, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-3d9580a6, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-3d9580a6 {
  place-self: center;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-3d9580a6 {
  place-self: start end;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93626f-3d9580a6 {
  align-self: end;
}

#w-node-d9941b7b-f526-18d2-d747-392828fb37cd-3d9580a6 {
  place-self: center start;
}

#w-node-_20bde2aa-3d39-3db8-dab8-50a6e10237fa-3d9580a6, #w-node-_6ca8fa6c-c32e-f4d0-55c9-d01270ace9e4-3d9580a6 {
  align-self: center;
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-cde2204a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-cde2204a {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-cde2204a {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-dff2b727-ff83-a1ef-f207-1304777560b1-cde2204a, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-cde2204a, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-cde2204a, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-cde2204a, #w-node-f3ee4f0c-69bc-38f7-9848-df6684facb28-cde2204a, #w-node-f3ee4f0c-69bc-38f7-9848-df6684facb29-cde2204a, #w-node-f3ee4f0c-69bc-38f7-9848-df6684facb2a-cde2204a, #w-node-f3ee4f0c-69bc-38f7-9848-df6684facb2b-cde2204a, #w-node-_0946df83-2efb-c1c5-01e6-c1bbd02286cb-cde2204a, #w-node-_0946df83-2efb-c1c5-01e6-c1bbd02286cc-cde2204a, #w-node-_0946df83-2efb-c1c5-01e6-c1bbd02286cd-cde2204a, #w-node-_0946df83-2efb-c1c5-01e6-c1bbd02286ce-cde2204a {
  place-self: center;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-cde2204a {
  place-self: start end;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93626f-cde2204a {
  align-self: start;
}

#w-node-d5b789e6-ae20-6d02-428b-723231f56afc-cde2204a {
  place-self: start end;
}

#w-node-f8225ae6-0270-41d1-c175-89df2fdce231-cde2204a, #w-node-c1a8f8a8-e031-e405-96d8-81cb3a32dc43-cde2204a, #w-node-_922b91b1-5a27-7f3a-804c-b99a5deb4005-cde2204a, #w-node-dc488d17-dd6f-3471-c6c7-788686b62ba9-cde2204a {
  align-self: start;
}

#w-node-d9941b7b-f526-18d2-d747-392828fb37cd-cde2204a, #w-node-_20bde2aa-3d39-3db8-dab8-50a6e10237fa-cde2204a, #w-node-_6ca8fa6c-c32e-f4d0-55c9-d01270ace9e4-cde2204a, #w-node-ed0dab16-634a-1624-b926-499774b3a6eb-cde2204a, #w-node-f732706a-6b16-0acd-76b0-6c04d261e9e0-cde2204a {
  align-self: center;
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-f54c57a5 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: start;
}

#w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-f54c57a5 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-f54c57a5 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-dff2b727-ff83-a1ef-f207-1304777560b1-f54c57a5, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-f54c57a5, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-f54c57a5, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-f54c57a5 {
  place-self: center;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-f54c57a5 {
  place-self: start;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93626f-f54c57a5 {
  align-self: end;
}

#w-node-d5b789e6-ae20-6d02-428b-723231f56afc-f54c57a5 {
  place-self: start end;
}

#w-node-f8225ae6-0270-41d1-c175-89df2fdce231-f54c57a5 {
  align-self: start;
}

#w-node-d9941b7b-f526-18d2-d747-392828fb37cd-f54c57a5, #w-node-aeda2e37-a3f9-da04-55b5-32a9e7f60572-f54c57a5 {
  align-self: center;
}

#w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-cc28d41f {
  grid-area: 1 / 1 / 3 / 2;
  place-self: start;
}

#w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-cc28d41f {
  grid-area: 2 / 2 / 3 / 3;
  place-self: end;
}

#w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-cc28d41f {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-dff2b727-ff83-a1ef-f207-1304777560b1-cc28d41f, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-cc28d41f, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-cc28d41f, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-cc28d41f {
  place-self: center;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-cc28d41f {
  place-self: start;
}

#w-node-ecabf3e3-2f7d-5787-9c92-086adb93626f-cc28d41f {
  align-self: start;
}

#w-node-d5b789e6-ae20-6d02-428b-723231f56afc-cc28d41f {
  place-self: start end;
}

#w-node-f8225ae6-0270-41d1-c175-89df2fdce231-cc28d41f {
  align-self: start;
}

#w-node-d9941b7b-f526-18d2-d747-392828fb37cd-cc28d41f, #w-node-aeda2e37-a3f9-da04-55b5-32a9e7f60572-cc28d41f, #w-node-f29bca01-0cb9-ee69-639a-31a55579d3e4-cc28d41f {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-e5324d32 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-e5324d32 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #Rolls-Royce-Cars.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d3109-e5324d32, #Triumph-British-Leyland.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310a-e5324d32, #Mini-Mini-Cooper.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310b-e5324d32, #Austin-Healey.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310c-e5324d32, #Jagnuar-Cars.w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310d-e5324d32, #w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310e-e5324d32, #w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d310f-e5324d32, #w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d3110-e5324d32, #w-node-_8237c6f9-34e5-e4ea-1d71-8969d34d3111-e5324d32 {
    justify-self: center;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-40a6dcab {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-40a6dcab {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-c73a303b-582d-7400-6225-6986ceda38cd-40a6dcab, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-40a6dcab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-40a6dcab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ca0e65d5-f761-b60c-2cb7-cb089c63827e-40a6dcab {
    justify-self: end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-dd71d590 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-dd71d590 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-dff2b727-ff83-a1ef-f207-1304777560b1-dd71d590 {
    justify-self: center;
  }

  #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-dd71d590 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-dd71d590 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f8225ae6-0270-41d1-c175-89df2fdce231-dd71d590 {
    align-self: start;
  }

  #w-node-ca0e65d5-f761-b60c-2cb7-cb089c63827e-dd71d590 {
    justify-self: end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-0da5b370 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-0da5b370 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-0da5b370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-0da5b370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-c035e4d7 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-c035e4d7 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-c035e4d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-c035e4d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_230f7b7b-aa6a-fb3d-b435-1779c45601ae-3d9580a6 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-3d9580a6 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-dff2b727-ff83-a1ef-f207-1304777560b1-3d9580a6 {
    justify-self: center;
  }

  #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-3d9580a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-3d9580a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-cde2204a {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-cde2204a {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f3ee4f0c-69bc-38f7-9848-df6684facb2b-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3ee4f0c-69bc-38f7-9848-df6684facb2c-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_0946df83-2efb-c1c5-01e6-c1bbd02286ce-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0946df83-2efb-c1c5-01e6-c1bbd02286cf-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f8225ae6-0270-41d1-c175-89df2fdce231-cde2204a, #w-node-c1a8f8a8-e031-e405-96d8-81cb3a32dc43-cde2204a, #w-node-_922b91b1-5a27-7f3a-804c-b99a5deb4005-cde2204a, #w-node-dc488d17-dd6f-3471-c6c7-788686b62ba9-cde2204a {
    align-self: start;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-f54c57a5 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-f54c57a5 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-f54c57a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-f54c57a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-cc28d41f {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-cc28d41f {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center end;
  }

  #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-cc28d41f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-cc28d41f, #w-node-fcf5754b-bb56-5926-659d-fd85683d7e92-cc28d41f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b864cbc1-defb-3486-ba6a-3d1a1acc2517-1acc24fd {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-b864cbc1-defb-3486-ba6a-3d1a1acc251c-1acc24fd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-0da5b370 {
    align-self: end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-0da5b370 {
    justify-self: end;
  }

  #w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-f54c57a5 {
    align-self: end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-f54c57a5 {
    justify-self: end;
  }

  #w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-cc28d41f {
    align-self: end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e350273-cc28d41f {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-e5324d32, #w-node-dff2b727-ff83-a1ef-f207-1304777560b1-e5324d32, #w-node-c74133e2-5013-221c-9756-99c3be86b20c-e5324d32, #w-node-c73a303b-582d-7400-6225-6986ceda38cd-e5324d32, #w-node-_68df497e-9d95-6080-6252-1e53173f2b0a-e5324d32, #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-e5324d32 {
    justify-self: center;
  }

  #w-node-_4b12af61-68ca-2997-4347-b1d9517dbe94-517dbe93 {
    align-self: auto;
  }

  #w-node-_4b12af61-68ca-2997-4347-b1d9517dbe95-517dbe93 {
    place-self: auto center;
  }

  #w-node-_4b12af61-68ca-2997-4347-b1d9517dbe96-517dbe93, #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-40a6dcab {
    justify-self: center;
  }

  #w-node-c74133e2-5013-221c-9756-99c3be86b20c-40a6dcab {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-40a6dcab {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9941b7b-f526-18d2-d747-392828fb37cd-40a6dcab {
    place-self: center;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-dd71d590 {
    justify-self: center;
  }

  #w-node-c74133e2-5013-221c-9756-99c3be86b20c-dd71d590 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-dd71d590 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9941b7b-f526-18d2-d747-392828fb37cd-dd71d590 {
    place-self: center;
  }

  #w-node-c7624724-e078-bdda-d6b4-c567220b8ae6-dd71d590 {
    align-self: auto;
  }

  #w-node-c7624724-e078-bdda-d6b4-c567220b8ae7-dd71d590 {
    place-self: auto center;
  }

  #w-node-c7624724-e078-bdda-d6b4-c567220b8ae8-dd71d590 {
    justify-self: center;
  }

  #w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-0da5b370 {
    justify-self: start;
  }

  #w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-0da5b370 {
    place-self: end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-0da5b370 {
    justify-self: center;
  }

  #w-node-c74133e2-5013-221c-9756-99c3be86b20c-0da5b370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-0da5b370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-0da5b370, #w-node-d5b789e6-ae20-6d02-428b-723231f56afc-0da5b370, #w-node-d9941b7b-f526-18d2-d747-392828fb37cd-0da5b370 {
    place-self: center;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-c035e4d7 {
    justify-self: center;
  }

  #w-node-c74133e2-5013-221c-9756-99c3be86b20c-c035e4d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-c035e4d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9941b7b-f526-18d2-d747-392828fb37cd-c035e4d7 {
    place-self: center;
  }

  #w-node-_230f7b7b-aa6a-fb3d-b435-1779c45601ae-3d9580a6 {
    justify-self: center;
  }

  #w-node-c74133e2-5013-221c-9756-99c3be86b20c-3d9580a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-3d9580a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9941b7b-f526-18d2-d747-392828fb37cd-3d9580a6 {
    place-self: center;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-cde2204a {
    justify-self: center;
  }

  #w-node-c74133e2-5013-221c-9756-99c3be86b20c-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3ee4f0c-69bc-38f7-9848-df6684facb29-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f3ee4f0c-69bc-38f7-9848-df6684facb2c-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0946df83-2efb-c1c5-01e6-c1bbd02286cc-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_0946df83-2efb-c1c5-01e6-c1bbd02286cf-cde2204a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9941b7b-f526-18d2-d747-392828fb37cd-cde2204a {
    place-self: center;
  }

  #w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-f54c57a5 {
    justify-self: start;
  }

  #w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-f54c57a5 {
    place-self: end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-f54c57a5 {
    justify-self: center;
  }

  #w-node-c74133e2-5013-221c-9756-99c3be86b20c-f54c57a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-f54c57a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-f54c57a5, #w-node-d5b789e6-ae20-6d02-428b-723231f56afc-f54c57a5, #w-node-d9941b7b-f526-18d2-d747-392828fb37cd-f54c57a5, #w-node-aeda2e37-a3f9-da04-55b5-32a9e7f60572-f54c57a5 {
    place-self: center;
  }

  #w-node-_4aace885-91af-843e-0c0b-6b69eeb750c8-cc28d41f {
    justify-self: start;
  }

  #w-node-bd5537cf-ac3b-8666-ba10-d5e5ad4792ce-cc28d41f {
    place-self: end;
  }

  #w-node-_649ab9f7-d62e-452a-54fb-8a773e35026c-cc28d41f {
    justify-self: center;
  }

  #w-node-c74133e2-5013-221c-9756-99c3be86b20c-cc28d41f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dfbcccd7-8d23-6f0f-d1ab-8ba97efa0aab-cc28d41f, #w-node-fcf5754b-bb56-5926-659d-fd85683d7e92-cc28d41f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ecabf3e3-2f7d-5787-9c92-086adb93625f-cc28d41f, #w-node-d5b789e6-ae20-6d02-428b-723231f56afc-cc28d41f, #w-node-d9941b7b-f526-18d2-d747-392828fb37cd-cc28d41f, #w-node-aeda2e37-a3f9-da04-55b5-32a9e7f60572-cc28d41f, #w-node-f29bca01-0cb9-ee69-639a-31a55579d3e4-cc28d41f {
    place-self: center;
  }
}


