/* input(3274,32): run-time error CSS1019: Unexpected token, found ' '
input(3274,32): run-time error CSS1019: Unexpected token, found ' '
input(3274,32): run-time error CSS1042: Expected function, found ' '
input(3274,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3281,32): run-time error CSS1019: Unexpected token, found ' '
input(3281,32): run-time error CSS1019: Unexpected token, found ' '
input(3281,32): run-time error CSS1042: Expected function, found ' '
input(3281,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3543,32): run-time error CSS1019: Unexpected token, found ' '
input(3543,32): run-time error CSS1019: Unexpected token, found ' '
input(3543,32): run-time error CSS1042: Expected function, found ' '
input(3543,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3605,32): run-time error CSS1019: Unexpected token, found ' '
input(3605,32): run-time error CSS1019: Unexpected token, found ' '
input(3605,32): run-time error CSS1042: Expected function, found ' '
input(3605,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3615,32): run-time error CSS1019: Unexpected token, found ' '
input(3615,32): run-time error CSS1019: Unexpected token, found ' '
input(3615,32): run-time error CSS1042: Expected function, found ' '
input(3615,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3626,32): run-time error CSS1019: Unexpected token, found ' '
input(3626,32): run-time error CSS1019: Unexpected token, found ' '
input(3626,32): run-time error CSS1042: Expected function, found ' '
input(3626,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(3635,32): run-time error CSS1019: Unexpected token, found ' '
input(3635,32): run-time error CSS1019: Unexpected token, found ' '
input(3635,32): run-time error CSS1042: Expected function, found ' '
input(3635,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' ' */
:root {
  --header-height: 98px;
  --container-gutter-x: 15px;
}
@media (max-width: 992px) {
  :root {
    --header-height: 77px;
  }
}

:root {
  --container-width: 100vw;
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
    --container-gutter-x: 12px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --container-width: 1340px;
  }
}

@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/Rav4LandingPage/Fonts/English/ToyotaType-Book.ttf?v=UIcU5wT__lTttWotvZuL9KIDti0") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/Rav4LandingPage/Fonts/English/ToyotaType-BookIt.ttf?v=vF-OEoMhZXBQlENCn5syGTY6USg") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/Rav4LandingPage/Fonts/English/ToyotaType-Semibold.ttf?v=QbOKAR2Ks74An0DRuZCu7zdY3gU") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/Rav4LandingPage/Fonts/English/ToyotaType-SemiboldIt.otf?v=gmLK7YR_QJ58zVzSngLgEAphX38") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/Rav4LandingPage/Fonts/English/ToyotaType-Bold.ttf?v=hmf1oHgKhkDhu90JpEgMfGQL_Wo") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Toyota Type";
  src: url("/LandingPages/Rav4LandingPage/Fonts/English/ToyotaType-BoldIt.ttf?v=nZSaMAu1Zq-2C9b7BLeAibIRw_g") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Bahij Janna";
  src: url("/LandingPages/Rav4LandingPage/Fonts/Arabic/Bahij_Janna-Regular.ttf?v=LGDxjVeErNXx9GZ_DoyY8DLvIts") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bahij Janna";
  src: url("/LandingPages/Rav4LandingPage/Fonts/Arabic/Bahij_Janna-Bold.ttf?v=LGDxjVeErNXx9GZ_DoyY8DLvIts") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-kerning: none;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Toyota Type", "Arial", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  color: #1a1a1a;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #1a1a1a;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none !important;
  color: #eb0a1e;
}

ul {
  list-style: none;
  padding-left: 17px;
}
ul li::marker {
  font-size: 12px;
}

.container-md,
.container {
  width: 100%;
  padding-inline: var(--container-gutter-x);
  margin-inline: auto;
}
@media (min-width: 576px) {
  .container-md,
  .container {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-md,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-md,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-md,
  .container {
    max-width: 1340px;
  }
}

.rav4-inset {
  --rav4-inset: 8.333%;
  max-width: calc(100% - var(--rav4-inset) * 2);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .rav4-inset {
    max-width: none;
  }
}

.section-container {
  position: relative;
  z-index: 2;
  --section-pt: 100px;
  --section-pb: 100px;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .section-container {
    --section-pt: 60px;
    --section-pb: 60px;
  }
}

.section-container-sm {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}
@media (max-width: 992px) {
  .section-container-sm {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
}

.background-dark {
  background-color: #1a1a1a;
  color: #fff;
}
.background-dark * {
  color: #fff;
}

.background-light {
  background-color: #ebebeb;
}

.background-lighter {
  background-color: #f5f5f5;
}

.title-h1 {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
.title-h1 {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .title-h1 {
    font-size: calc(32px + 8 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .title-h1 {
    font-size: 40px;
  }
}

.title-h2 {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
.title-h2 {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .title-h2 {
    font-size: calc(32px + 3 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .title-h2 {
    font-size: 35px;
  }
}

.title-h3 {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
.title-h3 {
  font-size: 22px;
}
@media screen and (min-width: 420px) {
  .title-h3 {
    font-size: calc(22px + 6 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .title-h3 {
    font-size: 28px;
  }
}

h2.title {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
h2.title {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  h2.title {
    font-size: calc(32px + 3 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  h2.title {
    font-size: 35px;
  }
}

h3.title {
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: 400;
}
h3.title {
  font-size: 22px;
}
@media screen and (min-width: 420px) {
  h3.title {
    font-size: calc(22px + 6 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  h3.title {
    font-size: 28px;
  }
}

.subtitle {
  display: inline-flex;
  padding: 2px 10px;
  background-color: #1a1a1a;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.subtitle.white {
  background-color: white;
  color: #1a1a1a !important;
}
.subtitle.accent {
  background-color: #eb0a1e;
  color: white;
}
.subtitle:empty {
  display: none;
}

.titles-container {
  --spacing: 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 1200px;
  margin-bottom: 40px;
}
.titles-container:last-child {
  margin-bottom: 0;
}
.titles-container *:first-child {
  margin-top: 0 !important;
}
.titles-container * {
  margin-bottom: 0;
}
.titles-container.center {
  align-items: center;
  text-align: center;
  margin-inline: auto;
  max-width: 600px;
}
.titles-container.white .subtitle,
.titles-container.white .title,
.titles-container.white .description {
  color: white;
}
.titles-container [class^=description] {
  margin-top: var(--spacing, 30px);
}
.titles-container [class^=description] p:not(:last-child) {
  margin-bottom: 12px;
}

.description,
.description p {
  font-size: 16px;
  line-height: 1.5;
}

.description-large,
.description-large p {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  .description-large,
  .description-large p {
    font-size: calc(16px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .description-large,
  .description-large p {
    font-size: 18px;
  }
}
.description-large,
.description-large p {
  line-height: 1.55;
}

.button-primary {
  --btn-gap: 20px;
  --padding-block: 12px;
  --padding-inline: 20px;
}
.button-primary:is(a, button),
.button-primary a,
.button-primary button {
  --color: #1a1a1a;
  --color-text: var(--color);
  --color-inverse: white;
  --dot-width: 8px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text) !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-block: var(--padding-block);
  padding-inline: calc(var(--padding-inline) + var(--btn-gap)) var(--padding-inline);
  border-radius: 40px;
  border: 1px solid var(--color);
  background: transparent;
  transition: all 0.4s ease;
  gap: var(--btn-gap);
  min-width: fit-content;
  cursor: pointer;
}
.button-primary:is(a, button)::before,
.button-primary a::before,
.button-primary button::before {
  content: "";
  position: absolute;
  width: var(--dot-width);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color);
  transition: all 0.4s ease;
  top: 50%;
  inset-inline-start: var(--btn-gap);
  translate: -50% -50%;
}
.button-primary:is(a, button):hover,
.button-primary a:hover,
.button-primary button:hover {
  padding-inline: var(--padding-inline) calc(var(--padding-inline) + var(--btn-gap));
}

.button-container-bottom {
  margin-top: calc(100px / 2);
}

.img-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure {
  margin: 0;
}

header {
  text-align: left;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
header > .container > .headerContainer > .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  margin-inline: 0;
}
header.gray {
  background-color: #2f2f2f;
  position: fixed;
}
header.open {
  background: #2f2f2f;
}
header .menuToggler {
  display: none;
  align-items: center;
  margin-inline-start: 10px;
}
header .left {
  flex-shrink: 0;
}
header .left .logo {
  max-width: 165px;
}
header .left .logoIcon {
  display: block;
  filter: brightness(0) invert(1);
}
header .left .logoIconBlack {
  display: none;
}
header .middle {
  flex: 1;
  display: flex;
  justify-content: center;
}
header .middle .mainMenu > ul {
  display: flex;
  margin-bottom: 0;
}
header .middle .mainMenu > ul > li {
  margin-right: 25px;
  padding: 27.5px 0;
  border-bottom: 3px solid transparent;
}
header .middle .mainMenu > ul > li > a {
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.35px;
}
header .middle .mainMenu > ul > li > a:hover {
  opacity: 0.7;
}
header .middle .mainMenu > ul > li > a.active {
  color: #eb0a1e;
}
header .middle .mainMenu > ul > li.openSubmenu {
  border-bottom: 3px solid #eb0a1e;
}
header .middle .mainMenu > ul > li a {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  header .middle .mainMenu > ul > li a {
    font-size: calc(16px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  header .middle .mainMenu > ul > li a {
    font-size: 18px;
  }
}
header .middle .mainMenu > ul > li a {
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
header .middle .mainMenu .ddSecondLevel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -1;
  margin-top: 85px;
  padding: 40px 0;
  background: #fff;
  min-height: 500px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
header .middle .mainMenu .ddSecondLevel ul.container {
  position: relative;
  padding: 0;
  display: flex;
  margin-bottom: 100px;
}
header .middle .mainMenu .ddSecondLevel ul.container img.closes {
  position: absolute;
  object-fit: contain;
  height: 22px;
  width: 22px;
  top: 0;
  right: 0;
  filter: brightness(0);
}
header .middle .mainMenu .ddSecondLevel ul.container img.closes:hover {
  filter: brightness(0.3);
}
header .middle .mainMenu .ddSecondLevel ul.container li {
  margin-right: 130px;
}
header .middle .mainMenu .ddSecondLevel ul.container li a {
  color: #000;
}
header .middle .mainMenu .ddSecondLevel ul.container li a {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  header .middle .mainMenu .ddSecondLevel ul.container li a {
    font-size: calc(16px + 4 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  header .middle .mainMenu .ddSecondLevel ul.container li a {
    font-size: 20px;
  }
}
header .middle .mainMenu .ddSecondLevel ul.container li a {
  font-weight: 400;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
header .middle .mainMenu .ddSecondLevel ul.container li a:hover {
  color: #eb0a1e;
}
header .middle .mainMenu .ddSecondLevel ul.container li a:first-of-type {
  margin: 35px 0;
  font-size: 15px;
  font-family: "Toyota Type", "Arial", sans-serif;
  font-weight: 700;
}
header .middle .mainMenu .ddSecondLevel .btnContainer {
  padding-top: 60px;
  border-top: 1px solid #ddd;
  display: flex;
}
header .middle .mainMenu .ddSecondLevel .btnContainer a {
  color: #000;
  padding: 10px 30px;
  border: 1px solid #000;
  border-radius: 200px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
header .middle .mainMenu .ddSecondLevel .btnContainer a:hover {
  color: #fff;
  background: #eb0a1e;
  border: 1px solid #eb0a1e;
}
header .middle .mainMenu li.openSubmenu .ddSecondLevel {
  opacity: 1;
  visibility: visible;
}
header .middle .ddThirdLevel li a {
  margin: 0 0 15px 0 !important;
  color: #000;
  font-size: 20px !important;
  font-weight: 400 !important;
}
header .right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
header .right .dealer-btn {
  border-radius: 200px;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
header .right .dealer-btn a {
  padding: 5px 46px 10px 24px;
  color: #fff;
  position: relative;
  display: block;
}
header .right .dealer-btn a {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  header .right .dealer-btn a {
    font-size: calc(14px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  header .right .dealer-btn a {
    font-size: 16px;
  }
}
header .right .dealer-btn a:after {
  content: "";
  position: absolute;
  background-image: url("/images/Arrow.svg?v=_e-8rlt7o_qCYEighWyiIMnZBQI");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 15px;
  top: 55%;
  right: 22px;
  transform: translateY(-50%);
}
header .right .dealer-btn:hover {
  background-color: #eb0a1e;
  border: 1px solid #eb0a1e;
}
header .right .dealer-btn:hover a {
  color: #fff;
}
header .right .language {
  display: flex;
  margin-right: 15px;
  gap: 8px;
  align-items: center;
}
header .right .language .en,
header .right .language .ar,
header .right .language .kur {
  height: 29px;
  width: 29px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
header .right .language .en:hover,
header .right .language .ar:hover,
header .right .language .kur:hover {
  opacity: 0.7;
}
header .right .language a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
header .right .language .active {
  background-color: #fff;
  border-radius: 50%;
}
header .right .language .active a {
  color: #000;
}
header.fixed {
  position: fixed;
  background: #fff;
  z-index: 1001;
}
header.fixed.nav-up {
  top: -100px;
}
header.fixed.nav-down {
  top: 0;
}
header.fixed.nav-down .logoIcon {
  filter: none;
}
header.fixed .middle .mainMenu > ul > li a {
  color: #000;
}
header.fixed .middle .mainMenu > ul > li a.active {
  color: #eb0a1e;
}
header.fixed .right .dealer-btn {
  border: 1px solid #000;
}
header.fixed .right .dealer-btn a {
  color: #000;
}
header.fixed .right .dealer-btn a::after {
  filter: brightness(0);
}
header.fixed .right .dealer-btn:hover {
  border: 1px solid #eb0a1e;
}
header.fixed .right .dealer-btn:hover a {
  color: #fff;
}
header.fixed .right .dealer-btn:hover a:after {
  filter: brightness(0) invert(1);
}
header.fixed .right .language a {
  color: #000;
}
header.fixed .right .language .active {
  background-color: #000;
}
header.fixed .right .language .active a {
  color: #fff;
}

@media screen and (max-width: 1247px) {
  header > .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.open > .container {
    transition-delay: 0.5s;
    background-color: #fff;
  }
  header .middle {
    display: none;
  }
  header .right {
    display: flex !important;
    align-items: center;
    margin-right: 15px;
  }
  header .right .dealer-btn,
  header .right .language {
    display: none;
  }
  header.fixed {
    background-color: white;
  }
  header.fixed .left .logoIcon {
    display: block;
  }
  header.fixed .left .logoIconBlack {
    display: none;
  }
  header.fixed.nav-up {
    top: -102px;
  }
  header .menuToggler {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 44px;
    height: 44px;
  }
  header .menuToggler span {
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(/images/OpenMenu.svg?v=RosxPUFt-wtOrQHPlpcrVJ2R2RE);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
  }
  header .menuToggler.active span {
    background-image: url(/images/close2.svg?v=lxnbjvMzkqcFVn-6XiZwlpAllls);
    height: 22px;
    width: 22px;
    filter: brightness(0) invert(1);
  }
  header.fixed .menuToggler span {
    filter: brightness(0);
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  inset-inline-end: -100%;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background-color: #1a1a1a;
  z-index: 1100;
  transition: all 0.3s ease-in-out;
  padding: 80px 32px 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.mobile-menu.active {
  inset-inline-end: 0;
}
@media screen and (min-width: 1248px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .close-menu {
  position: absolute;
  top: 24px;
  inset-inline-end: 24px;
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.mobile-menu .close-menu::before, .mobile-menu .close-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.mobile-menu .close-menu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu .close-menu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile-menu .links {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .links a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.4s ease;
}
.mobile-menu .links a:hover {
  opacity: 0.7;
}
.mobile-menu .mobile-menu__language {
  margin-bottom: 24px;
}
.mobile-menu .mobile-menu__language .language {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-menu .mobile-menu__language .en,
.mobile-menu .mobile-menu__language .ar,
.mobile-menu .mobile-menu__language .kur {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.4s ease;
}
.mobile-menu .mobile-menu__language a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.mobile-menu .mobile-menu__language .active {
  background-color: #fff;
  border-color: #fff;
}
.mobile-menu .mobile-menu__language .active a {
  color: #1a1a1a;
}
.mobile-menu .mobile-menu__dealer {
  border-radius: 200px;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.mobile-menu .mobile-menu__dealer a {
  padding: 5px 46px 10px 24px;
  color: #fff;
  position: relative;
  display: block;
}
.mobile-menu .mobile-menu__dealer a {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .mobile-menu .mobile-menu__dealer a {
    font-size: calc(14px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .mobile-menu .mobile-menu__dealer a {
    font-size: 16px;
  }
}
.mobile-menu .mobile-menu__dealer a:after {
  content: "";
  position: absolute;
  background-image: url("/images/Arrow.svg?v=_e-8rlt7o_qCYEighWyiIMnZBQI");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 15px;
  top: 55%;
  right: 22px;
  transform: translateY(-50%);
}
.mobile-menu .mobile-menu__dealer:hover {
  background-color: #eb0a1e;
  border: 1px solid #eb0a1e;
}
.mobile-menu .mobile-menu__dealer:hover a {
  color: #fff;
}
.mobile-menu .mobile-menu__socials {
  margin-top: auto;
}
.mobile-menu .mobile-menu__socials a img {
  filter: brightness(0) invert(1);
}

.mobile-menu__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .mobile-menu__backdrop {
  display: block;
}

footer li {
  list-style: none;
}
footer .footer .middleFooter {
  background: #252525;
  padding: 100px 0 50px;
  position: relative;
}
footer .footer .middleFooter .mainMenu > ul > li > a {
  color: #fff;
}
footer .footer .middleFooter .mainMenu > ul > li > a {
  font-size: 18px;
}
@media screen and (min-width: 420px) {
  footer .footer .middleFooter .mainMenu > ul > li > a {
    font-size: calc(18px + 6 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  footer .footer .middleFooter .mainMenu > ul > li > a {
    font-size: 24px;
  }
}
footer .footer .middleFooter .mainMenu > ul > li > a {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 35px;
  transition: all 0.2s ease-in-out;
  display: block;
}
footer .footer .middleFooter .mainMenu > ul > li > a:hover {
  opacity: 0.6;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul {
  padding-left: 0;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
  color: #fff;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
    font-size: calc(14px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
    font-size: 16px;
  }
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a {
  margin-bottom: 13px;
  transition: all 0.2s ease-in-out;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul li a:hover {
  opacity: 0.6;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul.socials {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #3d3d3d;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul.socials a img {
  height: 100%;
}
footer .footer .middleFooter .mainMenu .ddSecondLevel ul.socials a:hover {
  background: #333333;
}
footer .footer .middleFooter > .container > .row {
  display: block;
}
footer .footer.errorFooter .bottomFooter {
  padding: 35px 0;
}
footer .bottomFooter {
  background: #252525;
  padding-bottom: 35px;
}
footer .bottomFooter .row {
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
footer .bottomFooter .row a {
  transition: all 0.3s ease-in-out;
}
footer .bottomFooter .row a:hover {
  opacity: 0.6;
}
footer .bottomFooter .right a {
  display: inline;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline !important;
}
footer .bottomFooter .middle {
  display: flex;
  gap: 20px;
}
footer .hasSubmenu.open > a:after {
  transform: rotate(-90deg);
}
footer .hasSubmenu > a {
  display: inline-block;
  padding-inline-end: 25px;
  position: relative;
}
footer .hasSubmenu > a:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/arrowNext.svg?v=f_ON6nDDpL9p8KKK4ZUT5wvddUE);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 16.5px;
  top: 6px;
  right: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
footer .ddThirdLevel {
  display: none;
  margin: 20px 0;
}
footer .ddThirdLevel li:last-of-type {
  margin-bottom: 0 !important;
}

footer .footer .middleFooter h5 {
  color: #fff;
}
footer .footer .middleFooter h5 {
  font-size: 18px;
}
@media screen and (min-width: 420px) {
  footer .footer .middleFooter h5 {
    font-size: calc(18px + 6 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  footer .footer .middleFooter h5 {
    font-size: 24px;
  }
}
footer .footer .middleFooter h5 {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 35px;
}
footer .footer .middleFooter .simpleList li {
  margin-bottom: 12px;
}
footer .footer .middleFooter .simpleList li a {
  color: #fff;
}
footer .footer .middleFooter .simpleList li a {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  footer .footer .middleFooter .simpleList li a {
    font-size: calc(14px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  footer .footer .middleFooter .simpleList li a {
    font-size: 16px;
  }
}
footer .footer .middleFooter .simpleList li a {
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
footer .footer .middleFooter .simpleList li a:hover {
  opacity: 0.7;
}
footer .footer .bottomFooter .terms {
  color: #fff;
}

.footer:not(.footerHome) .row {
  position: relative;
}

@media screen and (max-width: 767px) {
  footer .middleFooter {
    padding: 70px 0 50px !important;
  }
  footer .middleFooter div.simpleList {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  footer .middleFooter .mainMenu > .row > .row > div:last-of-type div.simpleList {
    border: none;
  }
  footer .middleFooter h5.simpleListTitle {
    position: relative;
    margin-bottom: 25px;
  }
  footer .middleFooter h5.simpleListTitle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    background-image: url(/images/WhiteArrowUp.svg?v=VJO1f5joxM7TpgYxBkD6GkygRZ0);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.2s ease-in-out;
  }
  footer .middleFooter h5.simpleListTitle.active:after {
    transform: translateY(-50%);
  }
  footer .middleFooter ul.simpleList {
    display: none;
  }
  footer .middleFooter .mainMenu > ul > li > a {
    display: none;
  }
  .bottomFooter .row {
    flex-direction: column-reverse;
    align-items: start !important;
  }
  .bottomFooter .row .right,
  .bottomFooter .row .middle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  footer .footer .middleFooter .clearListing {
    padding-left: 0 !important;
  }
  footer .footer .middleFooter .row {
    margin: 0;
  }
  footer .footer .middleFooter .row.col-md-9 {
    padding: 0;
  }
  footer .footer .middleFooter .row.col-md-9 > div {
    padding: 0;
  }
  footer .footer #liContainer {
    padding: 0 !important;
  }
  footer .footer .bottomFooter {
    padding-inline: 15px;
  }
}
.form-loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2000;
}
.form-loader .spinner-border {
  width: 50px;
  height: 50px;
  border-width: 4px;
}

.social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.social-media a {
  position: relative;
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.social-media a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.social-media a:hover {
  scale: 1.1;
}

.rav4-heading {
  text-align: center;
}
.rav4-heading__label {
  font-size: 11px;
}
@media screen and (min-width: 420px) {
  .rav4-heading__label {
    font-size: calc(11px + 1 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-heading__label {
    font-size: 12px;
  }
}
.rav4-heading__label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #303030;
  margin-bottom: 10px;
}
.rav4-heading__label:empty {
  display: none;
}
.rav4-heading__title {
  font-size: 21px;
}
@media screen and (min-width: 420px) {
  .rav4-heading__title {
    font-size: calc(21px + 7 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-heading__title {
    font-size: 28px;
  }
}
.rav4-heading__title {
  margin: 0;
  font-weight: 700;
  color: #1a1a1a;
}
.rav4-heading__subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 14px auto 0;
  max-width: 720px;
  color: #303030;
}
.rav4-heading__subtitle:empty {
  display: none;
}

.rav4-navbtn {
  width: 48px;
  aspect-ratio: 1;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ebebeb;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.rav4-navbtn::before {
  content: "";
  width: 20px;
  height: 12px;
  background-image: url(/images/Arrow.svg?v=_e-8rlt7o_qCYEighWyiIMnZBQI);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0);
  opacity: 0.75;
  transition: all 0.4s ease;
}
.rav4-navbtn:hover {
  background-color: #d0d0d0;
}
.rav4-navbtn--prev::before {
  scale: -1 1;
}
.rav4-navbtn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.rav4-navbtn.swiper-button-lock {
  display: flex;
}
@media (max-width: 992px) {
  .rav4-navbtn {
    width: 38px;
  }
}

.rav4-banner {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1440/720;
  min-height: 620px;
}
@media (min-width: 1440px) {
  .rav4-banner {
    max-height: 720px;
  }
}
.rav4-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.rav4-banner__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rav4-banner__bg-img[src=""], .rav4-banner__bg-img:not([src]) {
  display: none;
}
.rav4-banner__inner {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--header-height) + 32px);
}
.rav4-banner__title {
  font-size: 36px;
}
@media screen and (min-width: 420px) {
  .rav4-banner__title {
    font-size: calc(36px + 65 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-banner__title {
    font-size: 101px;
  }
}
.rav4-banner__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 70%;
  text-wrap: balance;
}
.rav4-banner__cta {
  margin-top: 32px;
}
.rav4-banner__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.rav4-banner__cta a {
  font-size: 12px;
}
@media screen and (min-width: 420px) {
  .rav4-banner__cta a {
    font-size: calc(12px + 4 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-banner__cta a {
    font-size: 16px;
  }
}
.rav4-banner__cta a {
  padding: 0.875em 2em;
  border-radius: 40px;
  background-color: #fff;
  color: #eb0a1e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.rav4-banner__cta a:hover {
  background-color: #eb0a1e;
  color: #fff !important;
}
.rav4-banner__badges {
  position: absolute;
  z-index: 2;
  inset-block-end: 40px;
  inset-inline-end: calc((100% - var(--container-width)) / 2 + var(--container-gutter-x));
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.rav4-banner__badge {
  width: auto;
  height: 140px;
  object-fit: contain;
}
.rav4-banner__badge[src=""], .rav4-banner__badge:not([src]) {
  display: none;
}
@media (max-width: 992px) {
  .rav4-banner {
    aspect-ratio: 4/3;
    min-height: 520px;
  }
  .rav4-banner__badges {
    inset-block-end: 32px;
  }
  .rav4-banner__badge {
    height: 105px;
  }
}
@media (max-width: 768px) {
  .rav4-banner {
    aspect-ratio: 3/4;
    min-height: 560px;
  }
  .rav4-banner__title {
    max-width: none;
  }
  .rav4-banner__badges {
    inset-block-end: 24px;
    gap: 10px;
  }
  .rav4-banner__badge {
    height: 76px;
  }
}

.rav4-image-block {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: 0;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
}
.rav4-image-block .container-md {
  display: flex;
  justify-content: center;
}
.rav4-image-block__img {
  display: block;
  width: 100%;
  max-width: 950px;
  height: auto;
}
.rav4-image-block__img[src=""], .rav4-image-block__img:not([src]) {
  display: none;
}
@media (max-width: 992px) {
  .rav4-image-block {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: 0;
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
}

.rav4-stat-block {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  --stat-title-color: #a5e4ff;
  --stat-fallback-bg: #4a6ff0;
}
.rav4-stat-block__box {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  min-height: 580px;
  display: flex;
  background-color: var(--stat-fallback-bg);
}
.rav4-stat-block__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.rav4-stat-block__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rav4-stat-block__bg-img[src=""], .rav4-stat-block__bg-img:not([src]) {
  display: none;
}
.rav4-stat-block__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 72px;
}
.rav4-stat-block__title {
  font-size: 36px;
}
@media screen and (min-width: 420px) {
  .rav4-stat-block__title {
    font-size: calc(36px + 78 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-stat-block__title {
    font-size: 114px;
  }
}
.rav4-stat-block__title {
  margin: 0;
  color: var(--stat-title-color);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.rav4-stat-block__body {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-top: auto;
  padding-top: 48px;
}
.rav4-stat-block__text {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  .rav4-stat-block__text {
    font-size: calc(16px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-stat-block__text {
    font-size: 18px;
  }
}
.rav4-stat-block__text {
  line-height: 1.55;
  color: #fff;
  flex: 0 0 45%;
}
.rav4-stat-block__text p:not(:last-child) {
  margin-bottom: 28px;
}
.rav4-stat-block__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  text-align: start;
  margin-inline: auto;
}
.rav4-stat-block__stat-value {
  font-size: 44px;
}
@media screen and (min-width: 420px) {
  .rav4-stat-block__stat-value {
    font-size: calc(44px + 85 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-stat-block__stat-value {
    font-size: 129px;
  }
}
.rav4-stat-block__stat-value {
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
.rav4-stat-block__stat-label {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .rav4-stat-block__stat-label {
    font-size: calc(14px + 10 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-stat-block__stat-label {
    font-size: 24px;
  }
}
.rav4-stat-block__stat-label {
  color: #fff;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .rav4-stat-block__box {
    min-height: 480px;
  }
  .rav4-stat-block__inner {
    padding: 48px;
  }
  .rav4-stat-block__text {
    flex-basis: 55%;
  }
}
@media (max-width: 768px) {
  .rav4-stat-block {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
  .rav4-stat-block__box {
    border-radius: 20px;
    min-height: 0;
  }
  .rav4-stat-block__inner {
    padding: 40px 24px;
  }
  .rav4-stat-block__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-top: 32px;
  }
  .rav4-stat-block__text {
    flex: 0 0 auto;
  }
  .rav4-stat-block__stat {
    margin-inline: 0;
  }
}

.rav4-colors {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  text-align: center;
  --colors-panel-bg: #f8f8f8;
  --colors-panel-radius: 16px;
}
.rav4-colors__heading {
  margin-bottom: 28px;
}
.rav4-colors__title {
  font-size: 21px;
}
@media screen and (min-width: 420px) {
  .rav4-colors__title {
    font-size: calc(21px + 7 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-colors__title {
    font-size: 28px;
  }
}
.rav4-colors__title {
  margin: 0;
  font-weight: 700;
  color: #1a1a1a;
}
.rav4-colors__subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 12px 0 0;
  color: #303030;
}
.rav4-colors__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  margin-inline: auto;
}
.rav4-colors__swiper {
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  background-color: var(--colors-panel-bg);
  border-radius: var(--colors-panel-radius);
}
.rav4-colors__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rav4-colors__car {
  width: 100%;
  height: auto;
  aspect-ratio: 2.1/1;
  object-fit: cover;
  object-position: center;
}
.rav4-colors__nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.rav4-colors__nav--prev {
  inset-inline-start: 0;
}
.rav4-colors__nav--next {
  inset-inline-end: 0;
}
.rav4-colors__nav.swiper-button-disabled {
  cursor: default;
}
.rav4-colors__swatches {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.rav4-colors__swatch {
  display: inline-block;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--swatch, transparent);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: all 0.4s ease;
}
.rav4-colors__swatch--two-tone {
  background-image: linear-gradient(to right, var(--swatch) 0 50%, var(--swatch-second) 50% 100%);
}
.rav4-colors__swatch:hover {
  scale: 1.1;
}
.rav4-colors__swatch--active {
  scale: 1.1;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 0 2px #fff, 0 0 0 3px #303030;
}
.rav4-colors__name {
  font-size: 15px;
}
@media screen and (min-width: 420px) {
  .rav4-colors__name {
    font-size: calc(15px + 5 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-colors__name {
    font-size: 20px;
  }
}
.rav4-colors__name {
  margin-top: 16px;
  color: #1a1a1a;
}
.rav4-colors__cta {
  margin-top: 28px;
}
.rav4-colors__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 40px;
  background-color: #eb0a1e;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.rav4-colors__cta-btn:hover {
  background-color: #1a1a1a;
  color: #fff !important;
}
.rav4-colors__cta-btn--disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 992px) {
  .rav4-colors__swiper {
    max-width: 76%;
  }
}
@media (max-width: 768px) {
  .rav4-colors {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
    --colors-panel-radius: 10px;
  }
  .rav4-colors__nav {
    display: none;
  }
  .rav4-colors__swiper {
    max-width: 100%;
  }
  .rav4-colors__car {
    aspect-ratio: 1.7/1;
  }
  .rav4-colors__swatches {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  .rav4-colors__swatch {
    width: 26px;
  }
}

.rav4-grid {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  position: relative;
  overflow: hidden;
  --grid-blur: 60px;
  --grid-card-bg: #1a4ed8;
  --grid-bg-opacity: 0.55;
  --grid-fade-top: 64px;
  --grid-fade-bottom: 120px;
}
.rav4-grid__body {
  position: relative;
  padding-top: 24px;
  padding-bottom: 56px;
}
.rav4-grid__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, transparent 0, #000 var(--grid-fade-top), #000 calc(100% - var(--grid-fade-bottom)), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--grid-fade-top), #000 calc(100% - var(--grid-fade-bottom)), transparent 100%);
}
.rav4-grid__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: var(--grid-bg-opacity);
  filter: blur(var(--grid-blur));
  scale: 1.1;
}
.rav4-grid__bg-img[src=""], .rav4-grid__bg-img:not([src]) {
  display: none;
}
.rav4-grid__inner {
  position: relative;
  z-index: 2;
}
.rav4-grid__items {
  display: grid;
  gap: 12px;
  width: 100%;
  grid-template-columns: 38fr 30fr 30fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "card mid    right" "card bottom bottom";
  --grid-reserved: 260px;
  height: calc(100vh - var(--grid-reserved));
  min-height: 420px;
  max-height: 760px;
}
.rav4-grid__card {
  grid-area: card;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  background-color: var(--grid-card-bg);
  padding: 32px 28px;
  min-width: 0;
  min-height: 0;
}
.rav4-grid__card-text {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  .rav4-grid__card-text {
    font-size: calc(14px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-grid__card-text {
    font-size: 16px;
  }
}
.rav4-grid__card-text {
  line-height: 1.6;
  color: #fff;
  min-height: 0;
  overflow: hidden;
  flex: 1 1 auto;
  --clip-fade: 40px;
  mask-image: linear-gradient(to bottom, #000 calc(100% - var(--clip-fade)), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - var(--clip-fade)), transparent 100%);
}
.rav4-grid__card-text p:not(:last-child) {
  margin-bottom: 14px;
}
.rav4-grid__card-text strong,
.rav4-grid__card-text b {
  font-weight: 700;
}
.rav4-grid__card-cta {
  margin-top: auto;
  padding-top: 24px;
  flex-shrink: 0;
}
.rav4-grid__card-cta:has(> .rav4-grid__card-btn:empty) {
  display: none;
}
.rav4-grid__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 8px;
  background-color: #fff;
  color: #1a1a1a;
}
.rav4-grid__card-btn {
  font-size: 12px;
}
@media screen and (min-width: 420px) {
  .rav4-grid__card-btn {
    font-size: calc(12px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-grid__card-btn {
    font-size: 14px;
  }
}
.rav4-grid__card-btn {
  font-weight: 600;
  transition: all 0.4s ease;
}
.rav4-grid__card-btn:hover {
  background-color: #ebebeb;
  color: #1a1a1a !important;
}
.rav4-grid__card-btn:empty {
  display: none;
}
.rav4-grid__tile {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  min-width: 0;
  min-height: 0;
}
.rav4-grid__tile--mid {
  grid-area: mid;
}
.rav4-grid__tile--bottom {
  grid-area: bottom;
}
.rav4-grid__tile--right {
  grid-area: right;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rav4-grid__tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.rav4-grid__tile-img--logo {
  width: 66%;
  height: auto;
  object-fit: contain;
}
.rav4-grid__tile-img[src=""], .rav4-grid__tile-img:not([src]) {
  display: none;
}
@media (max-width: 992px) {
  .rav4-grid__items {
    height: auto;
    min-height: 0;
    max-height: none;
    grid-template-rows: auto auto;
  }
  .rav4-grid__card {
    padding: 32px 24px;
  }
  .rav4-grid__card-text {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .rav4-grid__tile--mid, .rav4-grid__tile--right {
    aspect-ratio: 4/3;
  }
  .rav4-grid__tile--bottom {
    aspect-ratio: 21/9;
  }
}
@media (max-width: 768px) {
  .rav4-grid {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
  .rav4-grid__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "card card" "mid  right" "bottom bottom";
  }
  .rav4-grid__tile--mid, .rav4-grid__tile--right {
    aspect-ratio: 1/1;
  }
  .rav4-grid__tile--bottom {
    aspect-ratio: 16/9;
  }
}

.rav4-video {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  --video-r-lg: 96px;
  --video-r-sm: 18px;
}
.rav4-video .rav4-heading {
  margin-bottom: 24px;
}
.rav4-video__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 15/8;
  border-radius: var(--video-r-sm) var(--video-r-lg) var(--video-r-sm) var(--video-r-lg);
  mask-image: url(/LandingPages/Rav4LandingPage/Images/video-shape.svg?v=NPodH-mi0QSJXc-CfDs_OqoN5xQ);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url(/LandingPages/Rav4LandingPage/Images/video-shape.svg?v=NPodH-mi0QSJXc-CfDs_OqoN5xQ);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.rav4-video__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 992px) {
  .rav4-video {
    --video-r-lg: 64px;
    --video-r-sm: 14px;
  }
}
@media (max-width: 768px) {
  .rav4-video {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
    --video-r-lg: 44px;
    --video-r-sm: 12px;
  }
}

.rav4-tabs {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  --tabs-card-bg: #efefef;
  --tabs-btn-bg: #3f3f3f;
  --tabs-radius: 12px;
}
.rav4-tabs .rav4-heading {
  margin-bottom: 18px;
}
.rav4-tabs__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 24px;
}
.rav4-tabs__tab {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.rav4-tabs__tab {
  font-size: 11px;
}
@media screen and (min-width: 420px) {
  .rav4-tabs__tab {
    font-size: calc(11px + 1 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-tabs__tab {
    font-size: 12px;
  }
}
.rav4-tabs__tab {
  color: #303030;
  font-weight: 400;
  transition: all 0.4s ease;
}
.rav4-tabs__tab:hover {
  color: #1a1a1a;
}
.rav4-tabs__tab.is-active {
  color: #1a1a1a;
  font-weight: 700;
}
.rav4-tabs__panel[hidden] {
  display: none !important;
}
.rav4-tabs__grid {
  --rav4-inset: 8.333%;
  max-width: calc(100% - var(--rav4-inset) * 2);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .rav4-tabs__grid {
    max-width: none;
  }
}
.rav4-tabs__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "main main mid  right" "left card wide wide";
  aspect-ratio: 15/8;
}
.rav4-tabs__cell {
  position: relative;
  overflow: hidden;
  border-radius: var(--tabs-radius);
  min-width: 0;
  min-height: 0;
}
.rav4-tabs__cell--main {
  grid-area: main;
}
.rav4-tabs__cell--mid {
  grid-area: mid;
}
.rav4-tabs__cell--right {
  grid-area: right;
}
.rav4-tabs__cell--left {
  grid-area: left;
}
.rav4-tabs__cell--wide {
  grid-area: wide;
}
.rav4-tabs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.rav4-tabs__img[src=""], .rav4-tabs__img:not([src]) {
  display: none;
}
.rav4-tabs__card {
  grid-area: card;
  display: flex;
  flex-direction: column;
  background-color: var(--tabs-card-bg);
  border-radius: var(--tabs-radius);
  padding: 22px 20px;
  min-width: 0;
  min-height: 0;
}
.rav4-tabs__card-text {
  font-size: 12px;
}
@media screen and (min-width: 420px) {
  .rav4-tabs__card-text {
    font-size: calc(12px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-tabs__card-text {
    font-size: 14px;
  }
}
.rav4-tabs__card-text {
  line-height: 1.55;
  color: #1a1a1a;
  min-height: 0;
  overflow: hidden;
  flex: 1 1 auto;
  --clip-fade: 28px;
  mask-image: linear-gradient(to bottom, #000 calc(100% - var(--clip-fade)), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - var(--clip-fade)), transparent 100%);
}
.rav4-tabs__card-text p,
.rav4-tabs__card-text span,
.rav4-tabs__card-text li,
.rav4-tabs__card-text div {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.rav4-tabs__card-text p:not(:last-child) {
  margin-bottom: 10px;
}
.rav4-tabs__card-cta {
  margin-top: auto;
  padding-top: 18px;
  flex-shrink: 0;
}
.rav4-tabs__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: var(--tabs-btn-bg);
  border: none;
  color: #fff;
}
.rav4-tabs__card-btn {
  font-size: 11px;
}
@media screen and (min-width: 420px) {
  .rav4-tabs__card-btn {
    font-size: calc(11px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-tabs__card-btn {
    font-size: 13px;
  }
}
.rav4-tabs__card-btn {
  font-weight: 600;
  transition: all 0.4s ease;
}
.rav4-tabs__card-btn:hover {
  background-color: #1a1a1a;
  color: #fff !important;
}
.rav4-tabs__card-btn--disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 992px) {
  .rav4-tabs__nav {
    gap: 20px;
  }
  .rav4-tabs__card {
    padding: 18px 16px;
  }
}
@media (max-width: 768px) {
  .rav4-tabs {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
    --tabs-radius: 8px;
  }
  .rav4-tabs__grid {
    aspect-ratio: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "main main" "mid  right" "left card" "wide wide";
  }
  .rav4-tabs__cell {
    aspect-ratio: 1/1;
  }
  .rav4-tabs__cell--main, .rav4-tabs__cell--wide {
    aspect-ratio: 16/9;
  }
  .rav4-tabs__cell--left {
    aspect-ratio: auto;
  }
  .rav4-tabs__card-text {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.rav4-safety {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  --safety-bg: #eeeeee;
  --safety-card-bg: #fff;
  --safety-accent-bg: #eb0a1e;
  --safety-radius: 10px;
  background-color: var(--safety-bg);
}
.rav4-safety .rav4-heading {
  margin-bottom: 24px;
}
.rav4-safety__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, minmax(230px, 1fr));
  grid-template-areas: "c1 i1 c2" "c3 c4 i2" "c5 ic ic";
}
.rav4-safety__cell {
  position: relative;
  overflow: hidden;
  border-radius: var(--safety-radius);
  min-width: 0;
  min-height: 0;
}
.rav4-safety__cell--c1 {
  grid-area: c1;
}
.rav4-safety__cell--i1 {
  grid-area: i1;
}
.rav4-safety__cell--c2 {
  grid-area: c2;
}
.rav4-safety__cell--c3 {
  grid-area: c3;
}
.rav4-safety__cell--c4 {
  grid-area: c4;
}
.rav4-safety__cell--i2 {
  grid-area: i2;
}
.rav4-safety__cell--c5 {
  grid-area: c5;
}
.rav4-safety__cell--ic {
  grid-area: ic;
}
.rav4-safety__cell--ic .rav4-safety__img {
  object-fit: contain;
}
.rav4-safety__cell--card {
  display: flex;
  flex-direction: column;
  background-color: var(--safety-card-bg);
  padding: 24px 22px;
}
.rav4-safety__cell--accent {
  background-color: var(--safety-accent-bg);
}
.rav4-safety__cell--accent .rav4-safety__card-title,
.rav4-safety__cell--accent .rav4-safety__card-text {
  color: #fff;
}
.rav4-safety__cell--media {
  background-color: var(--safety-card-bg);
}
.rav4-safety__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.rav4-safety__img[src=""], .rav4-safety__img:not([src]) {
  display: none;
}
.rav4-safety__card-title {
  font-size: 13px;
}
@media screen and (min-width: 420px) {
  .rav4-safety__card-title {
    font-size: calc(13px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-safety__card-title {
    font-size: 15px;
  }
}
.rav4-safety__card-title {
  margin: 0;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
}
.rav4-safety__card-title:empty {
  display: none;
}
.rav4-safety__card-text {
  font-size: 12px;
}
@media screen and (min-width: 420px) {
  .rav4-safety__card-text {
    font-size: calc(12px + 1 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-safety__card-text {
    font-size: 13px;
  }
}
.rav4-safety__card-text {
  line-height: 1.6;
  color: #303030;
  margin-top: auto;
  padding-top: 20px;
  min-height: 0;
}
.rav4-safety__card-text p,
.rav4-safety__card-text span,
.rav4-safety__card-text li,
.rav4-safety__card-text div {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.rav4-safety__card-text p:not(:last-child) {
  margin-bottom: 8px;
}
.rav4-safety__card-text:empty {
  display: none;
}
@media (max-width: 992px) {
  .rav4-safety__grid {
    grid-template-rows: repeat(3, minmax(200px, 1fr));
    gap: 12px;
  }
  .rav4-safety__cell--card {
    padding: 20px 18px;
  }
}
@media (max-width: 768px) {
  .rav4-safety {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
  .rav4-safety__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "c1 i1" "c2 c3" "c4 i2" "c5 c5" "ic ic";
  }
  .rav4-safety__cell--i1, .rav4-safety__cell--i2 {
    aspect-ratio: auto;
  }
  .rav4-safety__cell--i1 .rav4-safety__img, .rav4-safety__cell--i2 .rav4-safety__img {
    position: absolute;
    inset: 0;
  }
  .rav4-safety__cell--ic {
    aspect-ratio: auto;
  }
  .rav4-safety__cell--ic .rav4-safety__img {
    height: auto;
  }
}

.rav4-grades {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: 0;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  --grades-card-image: url(/LandingPages/Rav4LandingPage/Images/grade-card.svg?v=hPuYtdUgGatbF7EZlNER5pN_M0Q);
}
.rav4-grades .rav4-heading {
  margin-bottom: 28px;
}
.rav4-grades__panels {
  display: flex;
  gap: 0;
}
.rav4-grades__panel {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 397/428;
  min-height: 520px;
  container-type: inline-size;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5.5%;
}
.rav4-grades__panel--end .rav4-grades__specs {
  text-align: end;
}
.rav4-grades__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.rav4-grades__bg[src=""], .rav4-grades__bg:not([src]) {
  display: none;
}
.rav4-grades__card {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: 73%;
  aspect-ratio: 527/664;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 9% 4% 0;
  background-image: var(--grades-card-image);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.rav4-grades__title {
  font-size: 32px;
}
@media screen and (min-width: 420px) {
  .rav4-grades__title {
    font-size: calc(32px + 40 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-grades__title {
    font-size: 72px;
  }
}
.rav4-grades__title {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.05;
  text-align: center;
  color: #1a1a1a;
}
.rav4-grades__title:empty {
  display: none;
}
.rav4-grades__specs {
  font-size: 12px;
}
@media screen and (min-width: 420px) {
  .rav4-grades__specs {
    font-size: calc(12px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-grades__specs {
    font-size: 14px;
  }
}
.rav4-grades__specs {
  line-height: 1.6;
  margin-top: 18px;
  text-align: start;
  color: #1a1a1a;
}
.rav4-grades__specs p,
.rav4-grades__specs span,
.rav4-grades__specs li,
.rav4-grades__specs div {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.rav4-grades__specs p:not(:last-child) {
  margin-bottom: 2px;
}
.rav4-grades__specs ul,
.rav4-grades__specs ol {
  padding: 0;
  margin: 0;
}
.rav4-grades__specs:empty {
  display: none;
}
@supports (container-type: inline-size) {
  .rav4-grades__title {
    font-size: 9cqw;
  }
  .rav4-grades__specs {
    font-size: 1.944cqw;
    margin-top: 2.5cqw;
  }
}
.rav4-grades__car {
  margin-top: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.rav4-grades__car[src=""], .rav4-grades__car:not([src]) {
  display: none;
}
@media (max-width: 992px) {
  .rav4-grades__panel {
    padding-top: 5%;
    min-height: 420px;
  }
  .rav4-grades__card {
    width: 80%;
    padding: 8% 4% 0;
  }
}
@media (max-width: 768px) {
  .rav4-grades {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: 0;
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
  .rav4-grades__panels {
    flex-direction: column;
  }
  .rav4-grades__panel {
    aspect-ratio: 4/5;
    min-height: 0;
    padding-top: 6%;
  }
  .rav4-grades__card {
    width: 86%;
    padding: 8% 4% 0;
  }
  .rav4-grades__panel--end .rav4-grades__specs {
    text-align: start;
  }
}

.rav4-hybrid {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: calc(100px * 0.5);
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  overflow: hidden;
  --hybrid-card-bg: #fff;
  --hybrid-accent-bg: #eb0a1e;
  --hybrid-radius: 12px;
  --hybrid-bg-opacity: 0.5;
  --hybrid-fade-color: #fff;
  --hybrid-veil-top: 48%;
  --hybrid-veil-bottom: 30%;
}
.rav4-hybrid .rav4-heading {
  margin-bottom: 0;
}
.rav4-hybrid__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.rav4-hybrid__bg::before, .rav4-hybrid__bg::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  z-index: 2;
  pointer-events: none;
}
.rav4-hybrid__bg::before {
  top: 0;
  height: var(--hybrid-veil-top);
  background: linear-gradient(to bottom, var(--hybrid-fade-color), rgba(255, 255, 255, 0));
}
.rav4-hybrid__bg::after {
  bottom: 0;
  height: var(--hybrid-veil-bottom);
  background: linear-gradient(to top, var(--hybrid-fade-color), rgba(255, 255, 255, 0));
}
.rav4-hybrid__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: var(--hybrid-bg-opacity);
}
.rav4-hybrid__bg-img[src=""], .rav4-hybrid__bg-img:not([src]) {
  display: none;
}
.rav4-hybrid__inner {
  position: relative;
  z-index: 2;
}
.rav4-hybrid__summary {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  max-width: 720px;
  margin: 24px auto 34px;
  color: #303030;
}
.rav4-hybrid__summary p:not(:last-child) {
  margin-bottom: 10px;
}
.rav4-hybrid__summary:empty {
  display: none;
}
.rav4-hybrid__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, minmax(160px, 1fr));
  grid-template-areas: "c1 i1 c2" "i2 c3 c4" "i2 i3 i4";
}
.rav4-hybrid__cell {
  position: relative;
  overflow: hidden;
  border-radius: var(--hybrid-radius);
  min-width: 0;
  min-height: 0;
}
.rav4-hybrid__cell--c1 {
  grid-area: c1;
}
.rav4-hybrid__cell--i1 {
  grid-area: i1;
}
.rav4-hybrid__cell--c2 {
  grid-area: c2;
}
.rav4-hybrid__cell--i2 {
  grid-area: i2;
}
.rav4-hybrid__cell--c3 {
  grid-area: c3;
}
.rav4-hybrid__cell--c4 {
  grid-area: c4;
}
.rav4-hybrid__cell--i3 {
  grid-area: i3;
}
.rav4-hybrid__cell--i4 {
  grid-area: i4;
}
.rav4-hybrid__cell--card {
  display: flex;
  flex-direction: column;
  background-color: var(--hybrid-card-bg);
  padding: 22px 20px;
}
.rav4-hybrid__cell--accent {
  background-color: var(--hybrid-accent-bg);
}
.rav4-hybrid__cell--accent .rav4-hybrid__card-title,
.rav4-hybrid__cell--accent .rav4-hybrid__card-text {
  color: #fff;
}
.rav4-hybrid__cell--media {
  background-color: var(--hybrid-card-bg);
}
.rav4-hybrid__cell--logo {
  background-color: var(--hybrid-card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8%;
}
.rav4-hybrid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.rav4-hybrid__img--contain {
  object-fit: contain;
}
.rav4-hybrid__img[src=""], .rav4-hybrid__img:not([src]) {
  display: none;
}
.rav4-hybrid__card-title {
  font-size: 13px;
}
@media screen and (min-width: 420px) {
  .rav4-hybrid__card-title {
    font-size: calc(13px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-hybrid__card-title {
    font-size: 15px;
  }
}
.rav4-hybrid__card-title {
  margin: 0;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
}
.rav4-hybrid__card-title:empty {
  display: none;
}
.rav4-hybrid__card-text {
  font-size: 12px;
}
@media screen and (min-width: 420px) {
  .rav4-hybrid__card-text {
    font-size: calc(12px + 1 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-hybrid__card-text {
    font-size: 13px;
  }
}
.rav4-hybrid__card-text {
  line-height: 1.6;
  color: #303030;
  margin-top: auto;
  padding-top: 18px;
  min-height: 0;
}
.rav4-hybrid__card-text p,
.rav4-hybrid__card-text span,
.rav4-hybrid__card-text li,
.rav4-hybrid__card-text div {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}
.rav4-hybrid__card-text p:not(:last-child) {
  margin-bottom: 8px;
}
.rav4-hybrid__card-text:empty {
  display: none;
}
@media (max-width: 992px) {
  .rav4-hybrid__grid {
    gap: 10px;
    grid-template-rows: repeat(3, minmax(140px, 1fr));
  }
  .rav4-hybrid__cell--card {
    padding: 18px 16px;
  }
}
@media (max-width: 768px) {
  .rav4-hybrid {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.25);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
  .rav4-hybrid__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "c1 i1" "c2 i2" "c3 c4" "i3 i4";
  }
  .rav4-hybrid__cell--i1, .rav4-hybrid__cell--i2 {
    aspect-ratio: auto;
  }
  .rav4-hybrid__cell--i1 .rav4-hybrid__img, .rav4-hybrid__cell--i2 .rav4-hybrid__img {
    position: absolute;
    inset: 0;
  }
  .rav4-hybrid__cell--i3, .rav4-hybrid__cell--logo {
    aspect-ratio: 1/1;
  }
}

.rav4-gswiper {
  position: relative;
  z-index: 2;
  --section-pt: calc(100px * 0.5);
  --section-pb: 100px;
  padding-top: var(--section-pt);
  padding-bottom: var(--section-pb);
  --gswiper-divider: #d0d0d0;
}
.rav4-gswiper .rav4-heading {
  margin-bottom: 32px;
}
.rav4-gswiper__stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rav4-gswiper__nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.rav4-gswiper__nav--prev {
  inset-inline-start: 0;
}
.rav4-gswiper__nav--next {
  inset-inline-end: 0;
}
.rav4-gswiper__swiper {
  width: 100%;
  max-width: calc(100% - 140px);
  overflow: hidden;
}
.rav4-gswiper__slide {
  height: auto;
}
.rav4-gswiper__slide + .rav4-gswiper__slide {
  border-inline-start: 1px solid var(--gswiper-divider);
}
.rav4-gswiper__slide.swiper-slide-active {
  border-inline-start: 0;
}
.rav4-gswiper__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 0 6%;
}
.rav4-gswiper__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/11;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rav4-gswiper__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.rav4-gswiper__img[src=""], .rav4-gswiper__img:not([src]) {
  display: none;
}
.rav4-gswiper__eco {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 28px;
  aspect-ratio: 1;
}
.rav4-gswiper__eco img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rav4-gswiper__name {
  font-size: 18px;
}
@media screen and (min-width: 420px) {
  .rav4-gswiper__name {
    font-size: calc(18px + 4 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-gswiper__name {
    font-size: 22px;
  }
}
.rav4-gswiper__name {
  margin: 18px 0 0;
  font-weight: 700;
  color: #1a1a1a;
}
.rav4-gswiper__name:empty {
  display: none;
}
.rav4-gswiper__specs {
  font-size: 13px;
}
@media screen and (min-width: 420px) {
  .rav4-gswiper__specs {
    font-size: calc(13px + 2 * (100vw - 420px) / 1020);
  }
}
@media screen and (min-width: 1440px) {
  .rav4-gswiper__specs {
    font-size: 15px;
  }
}
.rav4-gswiper__specs {
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  color: #303030;
}
.rav4-gswiper__specs li {
  margin-bottom: 5px;
}
.rav4-gswiper__specs li::marker {
  content: none;
}
.rav4-gswiper__specs li:last-child {
  margin-bottom: 0;
}
.rav4-gswiper__cta {
  margin-top: auto;
  padding-top: 22px;
}
.rav4-gswiper__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 40px;
  background-color: #eb0a1e;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.rav4-gswiper__btn:hover {
  background-color: #1a1a1a;
  color: #fff !important;
}
.rav4-gswiper__btn--disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 992px) {
  .rav4-gswiper__swiper {
    max-width: calc(100% - 110px);
  }
  .rav4-gswiper__card {
    padding: 0 4%;
  }
}
@media (max-width: 768px) {
  .rav4-gswiper {
    position: relative;
    z-index: 2;
    --section-pt: calc(100px * 0.25);
    --section-pb: calc(100px * 0.5);
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
    overflow-x: clip;
    --gswiper-divider: transparent;
  }
  .rav4-gswiper__nav {
    top: 50%;
    width: 34px;
    background-color: rgba(235, 235, 235, 0.85);
  }
  .rav4-gswiper__swiper {
    max-width: 100%;
    overflow: visible;
  }
}

.filterSection .container .row {
  margin-inline: 0 !important;
}
.filterSection .blockHead {
  margin-bottom: 70px;
}
.filterSection .blockHead h5 {
  color: #898989;
  font-size: clamp(16px, 16px + 2 * (100vw - 320px) / 1601, 18px);
  font-weight: 600;
  line-height: 130.187%;
  text-transform: uppercase;
}
.filterSection .blockHead .blockTitle {
  color: #303030;
  font-size: clamp(26px, 26px + 18 * (100vw - 320px) / 1601, 44px);
  font-weight: 400;
  line-height: 130.187%;
}
.filterSection .filter {
  padding: 0;
  z-index: 1001;
  position: relative;
}
.filterSection input {
  border: 1px solid #e8e8e8;
  border-radius: 200px;
  padding: 10px 50px 10px 20px;
  width: 25%;
  margin-bottom: 37px;
  background-image: url(/images/search.svg?v=Lg-EiQj-mEPD6IikkHDGyVXWsQc);
  background-size: 14px 16px;
  background-position: 94% center;
  background-repeat: no-repeat;
  height: 40px;
  margin-inline-start: 15px;
  margin-inline-end: 5vw;
}
.filterSection input::placeholder {
  color: #818181;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.filterSection .selectedTab {
  display: none;
}
.filterSection .filter .filterContainer {
  margin-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.filterSection .filter .filterContainer:last-of-type {
  margin: 0;
}
.filterSection .filter .filterContainer label {
  color: #818181;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
}
.filterSection .filter .filterContainer .dk-select {
  width: auto;
  user-select: none;
  position: static;
}
.filterSection .filter .filterContainer .dk-select .dk-selected {
  border: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  padding: 0;
  padding-right: 30px;
  position: relative;
}
.filterSection .filter .filterContainer .dk-select .dk-selected:before {
  content: none;
}
.filterSection .filter .filterContainer .dk-select .dk-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: unset;
  margin: 0;
  border: 0;
  background-image: url(/images/RedArrowDown.svg?v=LJTvQE67PHTC0webz0vrepRs1ls);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.filterSection .filter .filterContainer .dk-select .dk-option {
  color: #000;
  min-height: 30px;
  display: flex;
  align-items: center;
}
.filterSection .filter .filterContainer .dk-select .dk-option.dk-option-selected, .filterSection .filter .filterContainer .dk-select .dk-option.dk-option-highlight {
  color: #fff;
}
.filterSection .filter .filterContainer .dk-select .dk-select-options {
  border: none;
  border-radius: 8px;
  z-index: 1001;
  box-shadow: 0px 1px 3px 0px rgba(19, 10, 46, 0.13), 0px 3px 14px 0px rgba(19, 10, 46, 0.03), 0px 8px 32px 0px rgba(19, 10, 46, 0.07), 0px 30px 84px 0px rgba(19, 10, 46, 0.08);
}
.filterSection .filter .filterContainer .dk-select .dk-select-options .dk-option-highlight {
  background: #eb0a1e;
  transition: all 0.3s ease-in-out;
}
.filterSection .filter .filterContainer .dk-select .dk-option-selected {
  background: #eb0a1e;
}
.filterSection .filter .filterContainer .dk-select.dk-select-open-down .dk-selected:after {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .filterSection {
    margin-top: 20px;
  }
  .filterSection input {
    flex: 0 0 100%;
    width: 100%;
    margin: 20px 0;
  }
  .filterSection .blockHead {
    margin-bottom: 20px;
  }
  .filterSection .blockHead h5 {
    margin-bottom: 10px;
  }
  .filterSection .filter {
    margin-top: 40px;
    width: 100%;
  }
  .filterSection .filter .dk-select {
    flex: 0 0 50%;
  }
  .filterSection .selectedTab {
    display: block;
    width: 100%;
    color: #818181;
    line-height: 26px;
    border: 1px solid #e8e8e8;
    border-radius: 200px;
    padding: 8px 20px;
    position: relative;
  }
  .filterSection .selectedTab:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    background-image: url(/images/RedArrowDown.svg?v=LJTvQE67PHTC0webz0vrepRs1ls);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    height: 29px;
    width: 29px;
    transition: all 0.2s ease-in-out;
  }
  .filterSection .selectedTab.active:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .filterSection .selectedTab a {
    color: #eb0a1e;
  }
  .filterSection .listingHolder {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-top: 4px;
  }
  .filterSection .listingHolder .DealerName {
    background: transparent;
  }
  .filterSection .listingHolder .DealerName a {
    font-style: normal;
    line-height: normal;
    padding: 5px 0;
    margin: 5px 0;
    text-align: center;
  }
  .filterSection .listingHolder .DealerName a.active {
    background-color: #eb0a1e;
    color: #fff;
  }
  .filterSection .listingHolder .DealerName a:hover {
    background: initial;
    color: initial;
  }
  .filterSection .listingHolder .listingItemDIV {
    padding: 0;
  }
}

.openStreetMap {
  padding-bottom: 150px;
}
.openStreetMap .container .row {
  margin-inline: 0 !important;
}
.openStreetMap .listingHolder {
  height: 620px;
  overflow: auto;
  padding-inline-end: 20px;
  scroll-behavior: smooth;
}
.openStreetMap .listingHolder::-webkit-scrollbar {
  width: 5px;
}
.openStreetMap .listingHolder::-webkit-scrollbar-thumb {
  background-color: #eb0a1e;
  border-radius: 6px;
}
.openStreetMap .listingHolder::-webkit-scrollbar-thumb:hover {
  background-color: rgb(210.5408163265, 8.9591836735, 26.8775510204);
}
.openStreetMap .listingHolder li {
  margin: 0;
}
.openStreetMap .dealers {
  padding-inline-start: 0;
  padding-inline-end: 30px;
}
.openStreetMap .dealers .leaftlet-container {
  z-index: 1;
}
.openStreetMap .dealers .listingItemDI {
  margin-bottom: 10px;
}
.openStreetMap .dealers .listingItemDI:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .openStreetMap {
    padding-bottom: 60px;
  }
  .openStreetMap .mapWrapper {
    row-gap: 30px;
  }
  .openStreetMap .leaflet-touch {
    height: 100vw;
    max-height: 500px;
  }
  .openStreetMap .DealerOpen a.mapsBackLink {
    display: none;
  }
  .openStreetMap .dealers {
    padding: 30px 0;
  }
}

.DealerName {
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: start;
}
.DealerName:last-of-type {
  margin: 0;
}
.DealerName a {
  display: block;
  color: #2f2f2f;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1601, 20px);
  font-weight: 400;
  line-height: 26px;
  padding: 27px 30px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.DealerName a:hover {
  background: #2f2f2f;
  color: #f5f5f5;
}

.DealerOpen {
  display: none;
  border-radius: 10px;
  padding: 30px;
  background: #f5f5f5;
}
.DealerOpen .mapsBackLink {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  padding-left: 15px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.DealerOpen .mapsBackLink:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/RedArrowBack.svg?v=JXzylRQLeSPpd6bm5Ryh9dm57mM);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 7px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  filter: brightness(0);
  cursor: pointer;
}
.DealerOpen .mapsBackLink:hover {
  transform: translateX(-5px);
}
.DealerOpen .phone span,
.DealerOpen .email span {
  font-family: "Toyota Type", "Arial", sans-serif;
  font-weight: 700 !important;
}
.DealerOpen .phone a,
.DealerOpen .email a {
  display: inline-block;
  color: black;
  font-weight: normal;
}
.DealerOpen h3 {
  color: #2f2f2f;
  font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 1601, 20px);
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.DealerOpen .info {
  margin-bottom: 15px;
}
.DealerOpen .info div span {
  color: #2f2f2f;
  font-size: clamp(16px, 16px + 2 * (100vw - 320px) / 1601, 18px);
  line-height: 26px;
}
.DealerOpen .info div span:first-of-type {
  font-weight: 700;
}
.DealerOpen .info div span:last-of-type {
  font-weight: 400;
}
.DealerOpen .opening {
  color: #2f2f2f;
  font-size: clamp(16px, 16px + 2 * (100vw - 320px) / 1601, 18px);
  font-weight: 400;
  line-height: 26px;
}
.DealerOpen .opening h5 {
  font-weight: 700;
  margin-bottom: 2px;
}
.DealerOpen .opening p {
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 1601, 16px);
}
