#mm-nav-mobile {
    display: none;
}

#mm-nav-mobile.mm-opened {
    display: block;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted currentColor;
    text-decoration: underline dotted currentColor;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Nobel, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    text-rendering: optimizeLegibility;
}

@media (min-width: 1024px) {
    html {
        font-size: 18px;
    }
}

p:empty {
    margin-bottom: 0;
    margin-top: 0;
}

[lang="vn"] {
    font-family: NobelVnu, Arial, sans-serif;
}

html[lang="km"] {
    font-family: Nobel, Khmer OS Siemreap, Arial, sans-serif;
    word-break: break-word;
}

h1 {
    font-size: 1.875rem;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 1.75rem;
}

@media (min-width: 1024px) {
    h2 {
        font-size: 2.66667rem;
    }
}

h3 {
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    h3 {
        font-size: 2rem;
    }
}

.txt_big {
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    .txt_big {
        font-size: 1.66667rem;
    }
}

.txt_lead {
    font-size: 1.375rem;
}

@media (min-width: 1024px) {
    .txt_lead {
        font-size: 1.33333rem;
    }
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.875rem;
}

@media (min-width: 1024px) {
    h5 {
        font-size: 0.88889rem;
    }
}

.txt_small,
h6 {
    font-size: 0.75rem;
}

@media (min-width: 1024px) {
    .txt_small,
    h6 {
        font-size: 0.77778rem;
    }
}

.link_back_to {
    font-size: 80%;
}

sub,
sup {
    font-size: 65%;
}

.font_normal,
h1,
h2,
h3,
h5,
h6,
input {
    font-weight: 300;
}

b,
h4,
strong {
    font-weight: 700;
}

body,
input,
select,
textarea {
    letter-spacing: 0.015em;
}

.txt_big,
h4,
h5,
h6 {
    letter-spacing: 0.03em;
}

.sec__header h2,
h3 {
    letter-spacing: 0.06em;
}

h1,
h2 {
    letter-spacing: 0.15em;
}

h1 {
    line-height: 1.15;
}

h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

p.el__parallax {
    word-break: break-word;
}

section header + p {
    margin-top: 1rem;
}

small {
    display: inline-block;
}

* {
    box-sizing: border-box;
}

::-moz-selection {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-shadow: none;
}

body,
html {
    overflow-x: hidden;
}

html main:before {
    background-color: transparent;
    bottom: 0;
    content: "";
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 0.3s;
    z-index: 99;
}

html.no_scroll {
    height: 100%;
    overflow-y: hidden;
}

html.no_scroll body {
    height: auto;
    min-height: 100%;
    overflow-y: hidden;
    padding-right: 12px;
}

html.no_scroll main:before {
    background-color: rgba(0, 0, 0, 0.75);
    pointer-events: all;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    html.no_scroll main:before {
        -webkit-backdrop-filter: blur(0.3em);
        backdrop-filter: blur(0.3em);
        background-color: rgba(0, 0, 0, 0.6);
    }
}

body {
    background-color: #000;
    color: #fff;
}

html.desktop body {
    scrollbar-color: #f5f5f5 #000;
    scrollbar-width: thin;
}

html.desktop body::-webkit-scrollbar {
    width: 12px;
}

html.desktop body::-webkit-scrollbar-track {
    background-color: #000;
    box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0.15);
}

html.desktop body::-webkit-scrollbar-thumb {
    background: linear-gradient(
        hsla(0, 0%, 100%, 0.8),
        #fff 50%,
        hsla(0, 0%, 100%, 0.8)
    );
    border: 2px solid #000;
    border-radius: 6px;
}

html.desktop body::-webkit-scrollbar-thumb:active,
html.desktop body::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

main {
    position: relative;
}

a {
    text-decoration: none;
}

#footer a:not(.mdc-button):not(.no_txt_link),
.nav__link a:not(.mdc-button):not(.no_txt_link),
article a:not(.mdc-button):not(.no_txt_link) {
    background-color: transparent;
    background-image: linear-gradient(
        270deg,
        rgba(41, 41, 41, 0) 0,
        #292929 50%,
        rgba(41, 41, 41, 0)
    );
    background-position: 50% calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 300% 1px;
    transition: background-image 0.3s, background-size 0.3s;
}

.dpr-modified #footer a:not(.mdc-button):not(.no_txt_link),
.dpr-modified .nav__link a:not(.mdc-button):not(.no_txt_link),
.dpr-modified article a:not(.mdc-button):not(.no_txt_link) {
    background-position: 50% calc(100% - 1pt);
    background-size: 300% 1pt;
}

#footer a:not(.mdc-button):not(.no_txt_link):hover,
.nav__link a:not(.mdc-button):not(.no_txt_link):hover,
article a:not(.mdc-button):not(.no_txt_link):hover {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
    background-size: 100% 1px;
}

.dpr-modified #footer a:not(.mdc-button):not(.no_txt_link):hover,
.dpr-modified .nav__link a:not(.mdc-button):not(.no_txt_link):hover,
.dpr-modified article a:not(.mdc-button):not(.no_txt_link):hover {
    background-size: 100% 1pt;
}

article a:not(.mdc-button):not(.no_txt_link) {
    background-image: linear-gradient(
        270deg,
        hsla(0, 0%, 92%, 0) 0,
        #ebebeb 50%,
        hsla(0, 0%, 92%, 0)
    );
    color: inherit;
}

#footer a:not(.mdc-button):not(.no_txt_link),
.mdc-dialog a:not(.mdc-button):not(.no_txt_link),
.nav__link a:not(.mdc-button):not(.no_txt_link) {
    background-image: linear-gradient(
        270deg,
        rgba(41, 41, 41, 0) 0,
        #292929 50%,
        rgba(41, 41, 41, 0)
    );
}

a.external:not(.no_icon):after,
a[target="_blank"]:not(.no_icon):after {
    content: url(../img/resources/icon-external.svg);
    display: inline-block;
    margin-left: 0.35em;
    width: 0.75em;
}

a[href^="mailto"] {
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
}

p:not(:last-of-type) {
    margin-bottom: 0.75rem;
}

address {
    font-style: normal;
}

mark {
    background-color: hsla(0, 0%, 75%, 0.75);
}

ol,
ul {
    list-style-type: none;
    padding: 0;
}

dl,
dl dd,
dl dt,
ol,
ul {
    margin: 0;
}

.video__wrp img,
picture img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.video__wrp img:not([src]),
picture img:not([src]) {
    visibility: hidden;
}

picture {
    display: block;
    position: relative;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimizeQuality;
}

img[data-src],
img[data-srcset] {
    display: block;
}

img.lazy {
    opacity: 0.5;
    transition: opacity 0.5s;
}

img.lazy.loaded {
    opacity: 1;
}

video {
    pointer-events: none;
}

video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.video__wrp video.lazy {
    opacity: 0.5;
    transition: opacity 0.5s;
}

.video__wrp video.lazy.loaded {
    opacity: 1;
}

blockquote,
figure {
    margin: 0;
}

.height_full {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transition: height 0.3s ease-out;
}

.inline {
    display: flex;
}

.inline > :not(:last-child) {
    margin-right: 1rem;
}

.layout__cols {
    grid-column-gap: 1rem;
    -moz-column-count: 2;
    column-count: 2;
}

.layout__cols.cols_2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

@supports (display: grid) {
    .layout__cols {
        -moz-column-count: 1;
        column-count: 1;
        display: grid;
    }
}

@media (min-width: 600px) {
    .layout__cols {
        grid-column-gap: 2rem;
    }
}

.sec__cont.no_padding_rl {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 599px) {
    .sec__cont {
        padding: 16px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .sec__cont {
        padding: 24px;
    }
}

@media (min-width: 1024px) {
    .sec__cont {
        padding: 40px;
    }
}

.scrollbar_inner {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: scroll;
}

html.desktop .scrollbar_inner {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html.desktop .scrollbar_inner::-webkit-scrollbar {
    width: 6px;
}

html.desktop .scrollbar_inner::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}

html.desktop .scrollbar_inner::-webkit-scrollbar-thumb {
    background: linear-gradient(
        rgba(41, 41, 41, 0.8),
        #292929 50%,
        rgba(41, 41, 41, 0.8)
    );
}

html.desktop .scrollbar_inner::-webkit-scrollbar-thumb:active,
html.desktop .scrollbar_inner::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

.cta__close {
    height: 40px;
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 40px;
}

.cta__close:after,
.cta__close:before {
    border-left: 1px solid #292929;
    content: "";
    height: 18px;
    left: calc(50% - 1px);
    pointer-events: none;
    position: absolute;
    top: 11px;
}

.cta__close:before {
    transform: rotate(45deg);
}

.cta__close:after {
    transform: rotate(-45deg);
}

.cta__close .mdc-ripple-surface {
    height: 100%;
    width: 100%;
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
    overflow: hidden;
}

#footer {
    margin-top: auto;
}

.headroom {
    transition: background-color 0.3s, opacity 0.3s, transform 0.3s;
}

.headroom,
.headroom.headroom--pinned {
    transform: translate(0);
}

.cta__back_top {
    -webkit-backdrop-filter: blur(0.3em);
    backdrop-filter: blur(0.3em);
    background-image: linear-gradient(
        hsla(0, 0%, 70%, 0.35),
        hsla(0, 0%, 70%, 0.9)
    );
    bottom: calc(72px + 0.75rem);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125),
        inset 0 0 0.0625rem #fff;
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    opacity: 0;
    padding: 0.65rem;
    pointer-events: none;
    position: fixed;
    right: 1.25rem;
    text-decoration: none;
    transform: translate(100%);
    transition: box-shadow 0.5s, opacity 0.5s,
        transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    width: 2.5rem;
    will-change: transform;
    z-index: 100;
}

.headroom--not-top ~ .cta__back_top {
    opacity: 0.75;
    pointer-events: all;
    transform: translate(0);
}

.headroom--not-top ~ .cta__back_top:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.125), inset 0 0 0.0625rem #fff;
    opacity: 1;
}

.cta__back_top svg {
    height: 100%;
    width: 100%;
}

.grecaptcha-popup {
    pointer-events: none;
}

.layout_grid {
    margin: 0 auto;
}

@media (max-width: 599px) {
    .layout_grid {
        padding: 16px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid {
        padding: 24px;
    }
}

@media (min-width: 1024px) {
    .layout_grid {
        padding: 40px;
    }
}

.layout_grid .layout_grid,
.layout_grid.no_padding {
    padding: 0;
}

.layout_grid.no_padding_top {
    padding-top: 0;
}

.layout_grid.no_padding_bottom {
    padding-bottom: 0;
}

.layout_grid.no_padding_rl {
    padding-left: 0;
    padding-right: 0;
}

.layout_grid.no_padding_rl:last-child {
    padding-bottom: 0;
}

.layout_grid_inner {
    display: grid;
    grid-template-rows: auto;
}

@media (max-width: 599px) {
    .layout_grid_inner {
        grid-gap: 24px 16px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_inner {
        grid-gap: 24px;
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .layout_grid_inner {
        grid-gap: 40px;
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

.layout_grid_cell_3 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_3 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_3 {
        grid-column-end: span 2;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_3 {
        grid-column-end: span 3;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_3 + .layout_grid_cell_9 {
        grid-column: 3 / span 6;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_3 + .layout_grid_cell_9 {
        -ms-grid-column-span: 9;
        -ms-grid-column: 4;
    }
}

.layout_grid_cell_4 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_4 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_4 {
        grid-column-end: span 3;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_4 {
        grid-column-end: span 4;
    }

    .layout_grid_cell_4 + .layout_grid_cell_4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 5;
    }

    .layout_grid_cell_4 + .layout_grid_cell_4 + .layout_grid_cell_4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 9;
    }
}

.layout_grid_cell_6 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_6 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_6 {
        grid-column-end: span 4;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_6 {
        grid-column-end: span 6;
    }

    .layout_grid_cell_6 + .layout_grid_cell_6 {
        -ms-grid-column-span: 6;
        -ms-grid-column: 7;
    }
}

.layout_grid_cell_6 + .layout_grid_cell_5 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_6 + .layout_grid_cell_5 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_6 + .layout_grid_cell_5 {
        grid-column: 6 / span 3;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_6 + .layout_grid_cell_5 {
        grid-column: 8 / span 5;
    }
}

.layout_grid_cell_8 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_8 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_8 {
        grid-column-end: span 5;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_8 {
        grid-column-end: span 8;
    }
}

.layout_grid_cell_8 + .layout_grid_cell_3 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_8 + .layout_grid_cell_3 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_8 + .layout_grid_cell_3 {
        grid-column-end: span 3;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_8 + .layout_grid_cell_3 {
        grid-column: 10 / span 3;
    }

    .layout_grid_cell_8 + .layout_grid_cell_4 {
        -ms-grid-column-span: 4;
        -ms-grid-column: 10;
    }
}

.layout_grid_cell_9 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_9 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_9 {
        grid-column-end: span 5;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_9 {
        grid-column-end: span 9;
    }
}

.layout_grid_cell_9 + .layout_grid_cell_3 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_9 + .layout_grid_cell_3 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_9 + .layout_grid_cell_3 {
        grid-column-end: span 3;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_9 + .layout_grid_cell_3 {
        grid-column: 10 / span 3;
    }
}

.layout_grid_cell_10 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_10 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_10 {
        grid-column-end: span 6;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_10 {
        grid-column-end: span 10;
    }
}

.layout_grid_cell_12 {
    width: auto;
}

@media (max-width: 599px) {
    .layout_grid_cell_12 {
        grid-column-end: span 4;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .layout_grid_cell_12 {
        grid-column-end: span 8;
    }
}

@media (min-width: 1024px) {
    .layout_grid_cell_12 {
        grid-column-end: span 12;
    }
}

.logo_lexus {
    align-items: center;
    display: flex;
    height: 22px;
    position: relative;
    transition: top 0.3s;
    width: 122px;
    z-index: 2;
}

.nav__pageIndicator {
    border-left: 1px solid #fff;
    box-sizing: border-box;
    flex-basis: 45%;
    font-size: 0.75rem;
    margin-left: 0.625rem;
    max-width: 11rem;
    min-width: 10rem;
    padding-left: 0.625rem;
    width: auto;
}

@media (max-width: 599px) {
    .nav__pageIndicator {
        font-size: 0.625rem;
        max-width: 9rem;
        min-width: 8rem;
    }
}

#header__top {
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(0);
    width: 100%;
    z-index: 100;
}

#header__top:before {
    bottom: -1px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s;
    width: 100%;
}

#header__top.is_hidden {
    transform: translateY(-100%);
}

#header__top a[href="#"]:after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 16px;
    line-height: inherit;
    margin-left: 0.25em;
    margin-top: 2px;
    transition: transform 0.2s;
    vertical-align: top;
    width: 16px;
}

#header__top .link_active a[href="#"]:after {
    transform: rotate(180deg);
}

#header__top .nav__link {
    flex-flow: column wrap;
    line-height: 1.3;
}

#header__top .nav__link li:not(:last-child) {
    margin-bottom: 0.75rem;
}

#header__top .nav__link a:not(.mdc-button) {
    color: #292929;
    display: inline;
}

#header__top .mdc-button {
    height: 40px;
    padding: 0 1rem;
}

#header__top .mdc-button.mdc-button--outlined {
    border-color: #292929;
}

#header__top .mdc-button__label {
    font-size: 12.5px;
    letter-spacing: 0.175em;
}

#header__top .nav__mega_sidelink {
    margin-top: 2.5rem;
}

#header__top.headroom--not-top:before,
#header__top.headroom--unpinned:before {
    opacity: 1;
}

#header__top.headroom--unpinned {
    height: 50px;
}

#header__top.headroom--unpinned .logo_lexus {
    top: 0;
}

#header__top.headroom--unpinned .header__cont:first-child {
    height: 50px;
}

#header__top.headroom--unpinned .header__cont:nth-child(2) {
    opacity: 0;
    transform: rotateX(-90deg);
}

#header__top.headroom--unpinned .hide_on_sticky {
    display: none !important;
    pointer-events: none;
    visibility: hidden;
}

#header__top.headroom--unpinned #nav__desktop_top > ul > li > a {
    font-size: 0.889rem;
    opacity: 1;
}

#header__top.headroom--unpinned #nav__desktop_top > ul > li > a:hover {
    opacity: 0.65;
}

@media (max-width: 1023px) {
    #header__top.headroom--unpinned {
        transform: translateY(-100%);
    }
}

@media (min-width: 1024px) {
    #header__top .logo_lexus {
        top: 50px;
    }
}

@media (min-width: 1280px) {
    #header__top {
        letter-spacing: 0.03em;
    }
}

.header__main {
    backface-visibility: hidden;
    perspective: 250;
    transform-style: preserve-3d;
}

@media (min-width: 1024px) {
    .headroom--unpinned .header__main {
        height: 50px;
    }
}

.header__cont {
    position: relative;
    width: 100%;
}

.header__cont:first-child {
    transition: background-color 0.3s, height 0.3s;
    z-index: 1;
}

.header__cont:nth-child(2) {
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    transition: background-color 0.3s, opacity 0.45s, transform 0.3s;
}

.header__cont > div {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
}

@media (max-width: 599px) {
    .header__cont > div {
        padding: 0 16px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .header__cont > div {
        padding: 0 24px;
    }
}

@media (max-width: 1023px) {
    .header__cont:first-child {
        box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05),
            0 0.375rem 0.75rem rgba(0, 0, 0, 0.05);
        height: 50px;
    }

    .header__cont:nth-child(2) {
        display: none;
    }
}

@media (min-width: 1024px) {
    .header__cont:first-child {
        height: 40px;
    }

    .header__cont:nth-child(2) {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
            0 0.625rem 1.25rem rgba(0, 0, 0, 0.05);
        height: 60px;
    }

    .header__cont:nth-child(2) > div:before {
        content: "";
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
    }

    .header__cont > div {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .header__cont:nth-child(2) > div:before {
        width: calc(100% - 80px);
    }
}

@media (min-width: 1280px) {
    .header__cont:nth-child(2) > div:before {
        width: 1200px;
    }
}

#header__notification {
    background-color: #fff;
    color: #292929;
    font-size: 0.875rem;
    line-height: 1.3;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, background-color 0.3s;
}

#header__notification.is_hidden {
    max-height: 0;
    pointer-events: none;
}

#header__notification .sec__cont {
    margin: 0 auto;
    max-width: 1280px;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    position: relative;
}

#header__notification .sec__cont:before {
    background-image: linear-gradient(
        270deg,
        hsla(0, 0%, 80%, 0) 0,
        #ccc 50%,
        hsla(0, 0%, 80%, 0)
    );
    background-size: 100% 1px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

#header__notification .scrollbar_inner {
    max-height: 45vh;
    max-height: calc(var(--vh, 1vh) * 45);
}

#header__notification .scrollbar_inner::-webkit-scrollbar-track {
    background-color: transparent;
}

#header__notification .scrollbar_inner > div,
#header__notification .scrollbar_inner > div p {
    display: inline;
}

#header__notification .scrollbar_inner > div:first-child p {
    padding-right: 0.3rem;
}

@media (max-width: 599px) {
    #header__notification .scrollbar_inner {
        padding-right: 24px;
    }
}

@media (min-width: 600px) {
    #header__notification .scrollbar_inner {
        padding-right: 40px;
    }
}

#header__notification .free_html a:not(.cta__close) {
    background-color: transparent;
    background-image: linear-gradient(
        270deg,
        rgba(41, 41, 41, 0) 0,
        #292929 50%,
        rgba(41, 41, 41, 0)
    );
    background-position: 50% calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 300% 1px;
    color: inherit;
    transition: background-image 0.3s, background-size 0.3s;
}

.dpr-modified #header__notification .free_html a:not(.cta__close) {
    background-position: 50% calc(100% - 1pt);
    background-size: 300% 1pt;
}

#header__notification .free_html a:not(.cta__close):hover {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
    background-size: 100% 1px;
}

.dpr-modified #header__notification .free_html a:not(.cta__close):hover {
    background-size: 100% 1pt;
}

#header__notification .free_html ul {
    display: block !important;
}

#header__notification .free_html ul:not(:last-child) {
    margin-bottom: 0.75rem;
}

#header__notification .expandable__header:after {
    height: 15px;
}

.nav__tiles {
    height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh) * 100 - 100px);
}

.nav__tiles.no_full_height,
.nav__tiles.no_full_height li,
.nav__tiles.no_full_height ul,
.nav__tiles.no_full_height ul li {
    height: auto;
}

.nav__tiles.no_full_height figure {
    height: 0;
    padding-bottom: 56.25%;
}

.nav__tiles.tiles-col-3 ul li {
    width: 33.3333333333%;
}

.nav__tiles ul {
    flex-flow: row wrap;
    height: calc(100vh - 164px);
}

.nav__tiles ul li {
    backface-visibility: hidden;
    height: 33.3333333333%;
    overflow: hidden;
    transform-style: preserve-3d;
    width: 25%;
}

.nav__tiles ul li:nth-child(n + 13) {
    display: none;
}

.nav__tiles ul li a {
    height: 100%;
}

.nav__tiles .tag {
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff;
    left: 16px;
    line-height: 1;
    padding: 3px 12px;
    position: absolute;
    top: 0.75rem;
    z-index: 2;
}

.nav__tiles figure {
    transform: scale(1.1);
    transition: transform 0.75s cubic-bezier(0.68, -1, 0.265, 2);
}

#nav__desktop_main li.link_active .nav__tiles figure {
    transform: scale(1);
}

#nav__desktop_main li .nav__tiles li:first-child figure {
    transition-delay: 0.6s;
}

#nav__desktop_main li .nav__tiles li:nth-child(2) figure {
    transition-delay: 0.625s;
}

#nav__desktop_main li .nav__tiles li:nth-child(3) figure {
    transition-delay: 0.65s;
}

#nav__desktop_main li .nav__tiles li:nth-child(4) figure {
    transition-delay: 0.675s;
}

#nav__desktop_main li .nav__tiles li:nth-child(5) figure {
    transition-delay: 0.7s;
}

#nav__desktop_main li .nav__tiles li:nth-child(6) figure {
    transition-delay: 0.725s;
}

#nav__desktop_main li .nav__tiles li:nth-child(7) figure {
    transition-delay: 0.75s;
}

#nav__desktop_main li .nav__tiles li:nth-child(8) figure {
    transition-delay: 0.775s;
}

#nav__desktop_main li .nav__tiles li:nth-child(9) figure {
    transition-delay: 0.8s;
}

#nav__desktop_main li .nav__tiles li:nth-child(10) figure {
    transition-delay: 0.825s;
}

#nav__desktop_main li .nav__tiles li:nth-child(11) figure {
    transition-delay: 0.85s;
}

#nav__desktop_main li .nav__tiles li:nth-child(12) figure {
    transition-delay: 0.875s;
}

#nav__desktop_main li .nav__tiles li:nth-child(13) figure {
    transition-delay: 0.9s;
}

.nav__tiles .nav__link {
    padding: 20px;
    text-align: center;
}

.nav__tiles_item {
    backface-visibility: hidden;
    height: 100%;
    position: relative;
    transform: translateZ(0);
}

.nav__tiles_item figcaption,
.nav__tiles_item img {
    position: absolute;
}

.nav__tiles_item img {
    height: 100%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    transform: scale(1.01) translate(-50%, -50%);
    transition: transform 0.3s;
    width: 100%;
}

a:hover .nav__tiles_item img {
    transform: scale(1.06) translate(-47%, -47%);
}

.nav__tiles_item figcaption {
    bottom: 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.15em;
    line-height: 1.3;
    padding-bottom: 0.75rem;
    padding-top: 48px;
    width: 100%;
    z-index: 1;
}

.nav__tiles_item figcaption:before {
    background: linear-gradient(
        0deg,
        #000 0,
        rgba(0, 0, 0, 0.738) 19%,
        rgba(0, 0, 0, 0.541) 34%,
        rgba(0, 0, 0, 0.382) 47%,
        rgba(0, 0, 0, 0.278) 56.5%,
        rgba(0, 0, 0, 0.194) 65%,
        rgba(0, 0, 0, 0.126) 73%,
        rgba(0, 0, 0, 0.075) 80.2%,
        rgba(0, 0, 0, 0.042) 86.1%,
        rgba(0, 0, 0, 0.021) 91%,
        rgba(0, 0, 0, 0.008) 95.2%,
        rgba(0, 0, 0, 0.002) 98.2%,
        transparent
    );
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    width: 100%;
    z-index: -1;
}

@media (max-width: 599px) {
    .nav__tiles_item figcaption {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media (min-width: 600px) and (max-width: 1279px) {
    .nav__tiles_item figcaption {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 1280px) {
    .nav__tiles_item figcaption {
        padding-bottom: 1rem;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.nav__dealer_header:before {
    border-bottom: 1px solid #e1e1e1;
    bottom: 0;
    content: "";
    left: 40px;
    position: absolute;
    width: calc(100% - 40px);
}

@media (min-width: 1024px) {
    .nav__dealer_header.layout_grid {
        padding-bottom: 16px;
    }
}

.nav__dealer_header .layout_grid_inner {
    align-items: flex-end;
}

.nav__dealer_header h3,
.nav__dealer_header h4 {
    background: url(../img/resources/icon-pin.svg) no-repeat 0 0;
}

.nav__dealer_header h3 {
    background-size: auto 36px;
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 36px;
    padding-left: 36px;
}

.nav__dealer_header h4 {
    background-size: auto 24px;
    line-height: 24px;
    padding-left: 24px;
}

.nav__dealer_cont {
    line-height: 1.3;
}

.nav__dealer_cont :not(p) {
    font-size: 0.889rem;
}

.nav__dealer_cont p strong {
    font-size: 1rem;
}

.nav__dealer_col > :not(:first-child) {
    margin-top: 1rem;
}

.nav__dealer_col p + .nav__link,
.nav__dealer_col p + .sel_dealer__opening_hrs {
    margin-top: 0.5rem;
}

.nav__dealer_col + .nav__dealer_col {
    margin-top: 1rem;
}

.mm .nav__dealer_col span:not(.expandable__header) {
    display: inline;
}

.sel_dealer__assistance a {
    margin-left: 0.25rem !important;
}

.sel_dealer__assistance a:before {
    content: "(";
}

.sel_dealer__assistance a:after {
    content: ")";
}

.nav__logo_wrp {
    align-items: center;
    display: flex;
}

.nav__indicator {
    display: none;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: opacity 0.25s, transform 0.3s;
    white-space: nowrap;
    will-change: opacity, transform;
}

.headroom--unpinned .nav__indicator {
    opacity: 1;
}

.nav__indicator_sec:not(:empty):before {
    content: "/";
    margin: 0 0.5rem;
}

@media (max-width: 599px) {
    .nav__indicator {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .nav__indicator {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1023px) {
    .nav__indicator {
        background-color: rgba(0, 0, 0, 0.75);
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
        font-size: 16px;
        height: 50px;
        left: 0;
        line-height: 50px;
        position: fixed;
        text-overflow: ellipsis;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }

    .headroom--unpinned .nav__indicator {
        transform: translateY(100%);
    }
}

@media (min-width: 1024px) {
    .nav__indicator {
        font-size: 12px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nav__indicator {
        padding-left: 2rem;
    }
}

@media (min-width: 1280px) {
    .nav__indicator {
        padding-left: 3rem;
    }
}

#header__top:before {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.theme__light #header__top:before {
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

#header__top.headroom--not-top .header__cont {
    background-color: rgba(0, 0, 0, 0.8);
}

.theme__light #header__top.headroom--not-top .header__cont {
    background-color: hsla(0, 0%, 100%, 0.9);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #header__top.headroom--not-top .header__cont {
        -webkit-backdrop-filter: blur(0.3em);
        backdrop-filter: blur(0.3em);
        background-color: rgba(0, 0, 0, 0.75);
    }

    .theme__light #header__top.headroom--not-top .header__cont {
        background-color: hsla(0, 0%, 100%, 0.875);
    }
}

#header__top:focus .header__cont,
#header__top:hover .header__cont {
    background-color: rgba(0, 0, 0, 0.875);
}

.theme__light #header__top:focus #header__notification,
.theme__light #header__top:focus .header__cont,
.theme__light #header__top:hover #header__notification,
.theme__light #header__top:hover .header__cont {
    background-color: #fff;
}

#header__top a {
    color: #ebebeb;
}

.theme__light #header__top a {
    color: #000;
}

#header__top a[href="#"]:after {
    background-image: url(../img/resources/icon-arrow-down-w.svg);
}

.theme__light #header__top a[href="#"]:after {
    background-image: url(../img/resources/icon-arrow-down.svg);
}

.header__cont {
    background-color: rgba(0, 0, 0, 0.75);
}

.theme__light .header__cont {
    background-color: hsla(0, 0%, 100%, 0.875);
}

.header__cont:nth-child(2) > div:before {
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}

.theme__light .header__cont:nth-child(2) > div:before {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.theme__light #nav__desktop_top > ul > li > a.external:not(.no_icon):after {
    content: url(../img/resources/icon-external.svg);
}

body:not(.theme__light)
    #nav__desktop_top
    .choices[data-type*="select-one"]:after {
    background-image: url(../img/resources/icon-arrow-down-w.svg);
}

#nav__desktop_top .choices.is-open .choices__inner,
#nav__desktop_top .choices:hover .choices__inner {
    background-color: #000;
}

.theme__light #nav__desktop_top .choices.is-open .choices__inner,
.theme__light #nav__desktop_top .choices:hover .choices__inner {
    background-color: #fff;
}

.sec__bg_dark .choices__inner {
    background-color: transparent;
}

#nav__desktop_top .choices__inner {
    border: 1px solid #555;
    padding-left: 8px;
}

.theme__light #nav__desktop_top .choices__inner {
    border-color: #959595;
}

#nav__desktop_top .choices__list--dropdown {
    background-color: #000;
    border-color: #555;
}

.theme__light #nav__desktop_top .choices__list--dropdown {
    background-color: #fff;
    border-color: #959595;
}

#nav__desktop_top
    .choices__list--dropdown
    .choices__item--selectable.is-highlighted {
    background-color: #292929;
}

.theme__light
    #nav__desktop_top
    .choices__list--dropdown
    .choices__item--selectable.is-highlighted {
    background-color: #ebebeb;
}

.theme__light .mm:after,
.theme__light .mm:before,
.theme__light .nav__mobile_select_lang select {
    color: #292929;
}

.theme__light .mm {
    background: hsla(0, 0%, 100%, 0.975);
}

.theme__light .nav__mobile_select_lang select {
    border-bottom-color: #292929;
}

.theme__light #header__notification {
    background-color: hsla(0, 0%, 100%, 0.875);
}

#nav__desktop_top > ul > li.lc__cta_hotline:not(.hide_on_sticky) {
    display: none;
}

#nav__desktop_top > ul > li.lc__cta_hotline:not(.hide_on_sticky) a {
    align-items: center;
    border-color: #fff;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

#nav__desktop_top
    > ul
    > li.lc__cta_hotline:not(.hide_on_sticky)
    span:first-child {
    margin-right: 10px;
}

.headroom--unpinned
    #nav__desktop_top
    > ul
    > li.lc__cta_hotline:not(.hide_on_sticky) {
    display: list-item;
}

#header__top ul:not(.tab__item_models) {
    display: flex;
}

#header__top ul.tab__item_models {
    display: flex;
    flex-flow: row wrap;
    width: calc(100% + 40px);
}

#header__top ul.tab__item_models > li {
    padding-right: 40px;
    width: 25%;
}

@supports (display: grid) {
    #header__top ul.tab__item_models {
        grid-gap: 40px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: auto;
        width: 100%;
    }

    #header__top ul.tab__item_models > li {
        padding-right: 0;
        width: auto;
    }
}

#nav__desktop_main,
#nav__desktop_top {
    display: none;
}

@media (min-width: 1024px) {
    #nav__desktop_main,
    #nav__desktop_top {
        display: block;
    }
}

#nav__desktop_top > ul {
    align-items: center;
}

#nav__desktop_top > ul > li:not(.hide_on_sticky) {
    display: none;
}

.pg__index #nav__desktop_top > ul > li:not(.hide_on_sticky).show_on_index,
.pg__mlp #nav__desktop_top > ul > li:not(.hide_on_sticky).show_on_mlp,
.pg__model #nav__desktop_top > ul > li:not(.hide_on_sticky).show_on_model {
    display: block;
}

#header__top:not(.headroom--unpinned)
    #nav__desktop_top
    > ul
    > li.hide_on_pinned {
    display: none !important;
}

#nav__desktop_top > ul > li:not(:first-child) {
    margin-left: 1.25rem;
}

#header__top.headroom--unpinned #nav__desktop_top > ul > li:not(:first-child) {
    margin-left: 1.5rem;
}

#nav__desktop_top > ul > li > a {
    display: flex;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    opacity: 0.65;
    transition: opacity 0.2s;
    white-space: nowrap;
}

#nav__desktop_top > ul > li > a:hover {
    opacity: 1;
}

#nav__desktop_top
    > ul
    > li
    > a[target="_blank"]:not(.external):not(.no_icon):after {
    display: none;
}

#nav__desktop_top > ul > li > a.external:not(.no_icon):after {
    content: url(../img/resources/icon-external-w.svg);
}

#nav__desktop_top > ul > li > a span:first-child {
    display: none;
}

#header__top.headroom--unpinned
    #nav__desktop_top
    > ul
    > li
    > a
    span:first-child {
    display: block;
}

#nav__desktop_top > ul > li > a span:not(:last-child) {
    margin-right: 8px;
}

#nav__desktop_top > ul > li > a svg {
    display: block;
    height: 20px;
    width: auto;
}

#nav__desktop_top .choices {
    line-height: 26px;
}

#nav__desktop_top .choices[data-type*="select-one"]:after {
    background-size: 16px auto;
    opacity: 0.65;
    transition: opacity 0.2s, transform 0.2s;
}

#nav__desktop_top .choices__inner {
    background-color: transparent;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    min-height: inherit;
    opacity: 0.65;
    transition: background-color 0.2s, opacity 0.2s;
}

#nav__desktop_top .choices.is-open .choices__inner,
#nav__desktop_top .choices.is-open[data-type*="select-one"]:after,
#nav__desktop_top .choices:hover .choices__inner,
#nav__desktop_top .choices:hover[data-type*="select-one"]:after {
    opacity: 1;
}

#nav__desktop_top .choices__list--single {
    padding-right: 28px;
}

#nav__desktop_top .choices__list--single .choices__item {
    line-height: 24px;
}

#nav__desktop_top .choices__list--dropdown {
    border-top: 0;
    margin-top: -1px;
}

#nav__desktop_top .choices__list--dropdown .choices__item {
    font-size: 14px;
    line-height: 1.3;
}

body:not(.theme__light)
    #nav__desktop_top
    .choices__list--dropdown
    .choices__item {
    color: #fff;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #nav__desktop_top > ul > li:not(:first-child) {
        margin-left: 0.75rem;
    }
}

#nav__desktop_main > ul {
    height: 60px;
    line-height: 60px;
}

#nav__desktop_main > ul > li {
    display: block;
    height: inherit;
    line-height: inherit;
}

#nav__desktop_main > ul > li:not(:first-child) {
    margin-left: 1.5rem;
}

#nav__desktop_main > ul > li > a {
    height: inherit;
    line-height: inherit;
    opacity: 1;
    transition: opacity 0.2s;
}

#nav__desktop_main > ul > li > a[href="#"]:after {
    height: 58px;
}

#nav__desktop_main > ul > li > a:hover {
    opacity: 0.65;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #nav__desktop_main > ul > li:not(:first-child) {
        margin-left: 1.25rem;
    }

    #nav__desktop_main > ul > li a {
        font-size: 16px;
    }
}

.nav__mega {
    background-color: #fff;
    box-shadow: 0 0.5em 0.25em rgba(0, 0, 0, 0.1),
        0 1em 0.5em rgba(0, 0, 0, 0.1), 0 2em 1em rgba(0, 0, 0, 0.1),
        0 4em 2em rgba(0, 0, 0, 0.1);
    font-weight: 300;
    left: 0;
    max-height: calc(100vh - 100px);
    max-height: calc(var(--vh, 1vh) * 100 - 100px);
    opacity: 0;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: opacity 0.25s, transform 0.4s;
    width: 100%;
}

html.desktop .nav__mega::-webkit-scrollbar {
    width: 12px;
}

html.desktop .nav__mega::-webkit-scrollbar-track {
    background-color: #000;
    box-shadow: inset 0 0 6px hsla(0, 0%, 100%, 0.15);
}

html.desktop .nav__mega::-webkit-scrollbar-thumb {
    background: linear-gradient(
        hsla(0, 0%, 100%, 0.8),
        #fff 50%,
        hsla(0, 0%, 100%, 0.8)
    );
    border: 2px solid #000;
    border-radius: 6px;
}

html.desktop .nav__mega::-webkit-scrollbar-thumb:active,
html.desktop .nav__mega::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

.link_active .nav__mega {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 0.25s;
}

#nav__desktop_top .nav__mega {
    top: 100px;
}

#nav__desktop_main .nav__mega {
    top: 60px;
}

.nav__mega:before {
    background: linear-gradient(
        #000,
        rgba(0, 0, 0, 0.738) 19%,
        rgba(0, 0, 0, 0.541) 34%,
        rgba(0, 0, 0, 0.382) 47%,
        rgba(0, 0, 0, 0.278) 56.5%,
        rgba(0, 0, 0, 0.194) 65%,
        rgba(0, 0, 0, 0.126) 73%,
        rgba(0, 0, 0, 0.075) 80.2%,
        rgba(0, 0, 0, 0.042) 86.1%,
        rgba(0, 0, 0, 0.021) 91%,
        rgba(0, 0, 0, 0.008) 95.2%,
        rgba(0, 0, 0, 0.002) 98.2%,
        transparent
    );
    content: "";
    height: 50px;
    left: 0;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nav__mega * {
    color: #292929;
}

.nav__mega_wrp {
    position: relative;
    width: 100%;
}

.nav__mega .tab__main {
    height: 54px;
}

.nav__mega_hva {
    background-color: #fff;
}

.nav__mega_hva svg {
    display: block;
    height: 30px;
}

.nav__mega_hva p {
    line-height: 1.3;
    margin-left: 0.75rem;
}

.nav__mega_hva ul {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 40px;
    position: relative;
}

.nav__mega_hva ul:before {
    background-color: #ccc;
    content: "";
    height: 1px;
    left: 40px;
    position: absolute;
    top: 0;
    width: calc(100% - 80px);
}

.nav__slant_img + .nav__mega_hva ul:before {
    background-color: transparent;
    background-image: linear-gradient(
        90deg,
        #ccc 0,
        #ccc 50%,
        hsla(0, 0%, 80%, 0)
    );
}

.nav__mega_hva ul li {
    display: none;
}

.nav__mega_hva ul li a {
    height: 80px;
    padding: 0 1rem;
}

#header__top .nav__mega_hva ul li a {
    align-items: center;
    display: flex;
}

.nav__mega_hva.nav__hva_nav_dealers .show_on_nav_dealers,
.nav__mega_hva.nav__hva_nav_models .show_on_nav_models,
.nav__mega_hva.nav__hva_nav_svc_support .show_on_nav_svc_support {
    display: block;
}

.nav__d_nav_models {
    margin: 0 auto;
    max-width: 1280px;
    padding: 20px 40px 3rem;
    width: 100%;
}

.nav__d_nav_models .tab__panel_sub:first-child .tab__item_models > li {
    padding-top: 2rem;
    position: relative;
}

.nav__d_nav_models .tab__item_model {
    display: flex;
    flex-flow: column wrap;
}

.nav__d_nav_models .tab__item_thumb {
    height: 0;
    padding-top: 53.25%;
    position: relative;
    transform: scale(1) translateZ(0);
    transform-origin: 50% 100%;
    transition: opacity 0.3s, transform 0.3s ease;
}

.nav__d_nav_models .tab__item_thumb img {
    bottom: 0;
    left: 0;
    position: absolute;
}

.nav__d_nav_models .tab__item_model:hover .tab__item_thumb {
    transform: scale(1.04) translateZ(0);
}

.nav__d_nav_models .tab__item_txt {
    margin-top: 16px;
}

.nav__d_nav_models .tab__item_txt * {
    line-height: 1.3;
}

.nav__d_nav_models .tab__item_txt *,
.nav__d_nav_models .tab__item_txt :not(:last-child) {
    margin-bottom: 0;
}

.nav__d_nav_models .tab__item_txt h3,
.nav__d_nav_models .tab__item_txt h4 {
    margin-top: 0;
}

.nav__d_nav_models .tab__item_txt h3 {
    font-weight: 700;
    left: 0;
    line-height: 0.9;
    position: absolute;
    top: 0;
}

.nav__d_nav_models .tab__item_txt h6,
.nav__d_nav_models .tab__item_txt p {
    margin-top: 8px;
}

.nav__d_nav_models .tab__item_txt .add-comma:not(:last-of-type):after {
    content: ", ";
}

@media (min-width: 1024px) {
    .nav__d_nav_models .tab__item_txt h3 {
        font-size: 1.667rem;
    }
}

.nav__view_models {
    border-top: 1px solid #d7d7d7;
    margin-top: 1.5rem;
}

.nav__view_models .choices {
    line-height: 1.3;
}

.nav__view_models .choices[data-type*="select-one"]:after {
    margin-top: 8px;
    right: -6px;
    top: 0;
}

.nav__view_models .choices[data-type*="select-one"].is-open:after {
    margin-top: 8px;
}

.nav__view_models .choices__inner {
    background-color: transparent;
    border: 0;
    font-size: 0.889rem;
    height: 44px;
    line-height: 44px;
    padding: 0;
}

.nav__view_models .choices__list--single .choices__placeholder {
    font-style: normal;
    opacity: 1;
}

.nav__view_models .choices__list--dropdown {
    display: none;
    position: static;
}

.nav__view_models .choices__list--dropdown .choices__list {
    max-height: 160px;
}

.nav__view_models .choices__list--dropdown .choices__item {
    font-size: 0.889rem;
}

.nav__view_models .choices__list--dropdown .choices__placeholder {
    display: none;
}

.nav__view_models .is-open .choices__inner {
    box-shadow: none;
}

.nav__view_models .is-open .choices__list--dropdown {
    display: block;
}

.nav__slant_img {
    display: flex;
    min-height: 440px;
}

.nav__slant_img picture {
    background-color: #f5f5f5;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.nav__slant_img picture:after {
    background: url(../img/resources/clip-01.svg) no-repeat 100%;
    background-size: auto 100%;
    content: "";
    height: 440px;
    left: -1px;
    position: absolute;
    top: 0;
    width: 110px;
}

.nav__slant_img picture img {
    left: 50%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav__slant_img .layout_grid {
    padding-right: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.nav__slant_img .layout_grid + .layout_grid {
    padding-top: 0;
}

.nav__slant_img .layout_grid p {
    line-height: 1.45;
}

.nav__slant_img h4 {
    margin-bottom: 1.25rem;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .nav__slant_img picture {
        width: 480px;
    }
}

@media (min-width: 1280px) {
    .nav__slant_img picture {
        width: calc(50% - 160px);
    }
}

.nav__slant_cont {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 1280px;
    padding-right: 480px;
    position: relative;
    width: 100%;
}

.nav__slant_cont.justify_start {
    justify-content: flex-start;
}

/*!
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
}

:root {
    --mm-item-height: 50px;
    --mm-item-indent: 16px;
    --mm-line-height: 16px;
}

.mm-hidden {
    display: none !important;
}

.mm {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    background: #f3f3f3;
    clip-path: inset(0 0 0 0);
    color: #444;
    cursor: pointer;
    line-height: 16px;
    line-height: var(--mm-line-height);
    overflow: hidden;
    transform: translateX(0);
}

.mm:before {
    border-left: 1px solid;
    border-top: 1px solid;
    content: "";
    display: block;
    height: 10px;
    left: 16px;
    left: var(--mm-item-indent);
    margin-top: 2px;
    opacity: 0.15;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-item-height) / 2);
    transform: rotate(-45deg) translate(50%, -50%);
    width: 10px;
}

.mm.mm--main {
    cursor: default;
}

.mm.mm--main:before {
    content: none;
    display: none;
}

.mm:after {
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0), 0 1px 0 0 currentColor;
    content: attr(data-mm-title);
    display: block;
    height: 50px;
    height: var(--mm-item-height);
    left: 0;
    line-height: 50px;
    line-height: var(--mm-item-height);
    opacity: 0.15;
    overflow: hidden;
    padding: 0 32px;
    padding: 0 calc(var(--mm-item-indent) * 2);
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
}

.mm.mm--main:after {
    padding-left: 16px;
    padding-left: var(--mm-item-indent);
}

.mm ul {
    -webkit-overflow-scrolling: touch;
    background: inherit;
    bottom: 0;
    cursor: default;
    left: 100%;
    overflow: visible;
    overflow-y: auto;
    padding-right: 100%;
    position: fixed;
    top: 50px;
    top: var(--mm-item-height);
    transition: left 0.3s ease 0s;
    width: 200%;
}

.mm ul:after {
    content: "";
    display: block;
    height: 50px;
    height: var(--mm-item-height);
}

.mm ul.mm--open,
.mm > ul {
    left: 0;
}

.mm ul.mm--parent {
    left: -100%;
    overflow-y: hidden;
}

.mm li {
    background: inherit;
    cursor: pointer;
    position: relative;
}

.mm li:before {
    border-right: 1px solid;
    height: 10px;
    opacity: 1;
    position: absolute;
    right: 25px;
    right: calc(var(--mm-item-height) / 2);
    top: 25px;
    top: calc(var(--mm-item-height) / 2);
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    z-index: 0;
}

.mm li:after,
.mm li:before {
    border-top: 1px solid;
    content: "";
    display: block;
}

.mm li:after {
    margin-left: 16px;
    margin-left: var(--mm-item-indent);
    opacity: 0.15;
}

.mm a,
.mm span {
    padding: 17px 16px;
    padding: calc((var(--mm-item-height) - var(--mm-line-height)) / 2)
        var(--mm-item-indent);
    position: relative;
    z-index: 1;
}

.mm a {
    background: inherit;
    color: inherit;
    text-decoration: none;
}

.mm a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-item-height));
}

.mm a:not(:last-child):after {
    border-right: 1px solid;
    bottom: 0;
    content: "";
    display: block;
    opacity: 0.15;
    position: absolute;
    right: 0;
    top: 0;
}

.mm span {
    background: transparent;
}

.mm.mm--dark {
    background: #333;
    color: #ccc;
}

.mm.mm--vertical:after,
.mm.mm--vertical:before {
    content: none;
    display: none;
}

.mm.mm--vertical {
    overflow-y: auto;
}

.mm.mm--vertical ul {
    padding-right: 0;
    position: static;
    width: 100%;
}

.mm.mm--vertical ul ul {
    display: none;
    padding-left: 16px;
    padding-left: var(--mm-item-indent);
}

.mm.mm--vertical ul ul:after {
    height: 25px;
    height: calc(var(--mm-item-height) / 2);
}

.mm.mm--vertical ul.mm--open {
    display: block;
}

.mm.mm--vertical li.mm--open:before {
    transform: rotate(135deg) translate(-50%);
}

.mm.mm--vertical ul ul li:last-child:after {
    content: none;
    display: none;
}

:root {
    --mm-width: 85%;
    --mm-min-width: 280px;
    --mm-max-width: 440px;
}

.mm-body--open {
    overflow-y: hidden;
    pointer-events: none;
}

.mm {
    pointer-events: auto;
}

.mm.mm--offcanvas {
    bottom: 0;
    left: 0;
    max-width: 440px;
    max-width: var(--mm-max-width);
    min-width: 280px;
    min-width: var(--mm-min-width);
    position: fixed;
    top: 0;
    transition: transform 0.3s ease 0s, bottom 0s ease 0s;
    width: 85%;
    width: var(--mm-width);
    z-index: 9995;
}

.mm.mm--offcanvas:not(.mm--open) {
    bottom: 100%;
    transform: translateX(-100%);
    transition-delay: 0s, 0.6s;
}

.mm-blocker {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: block;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 100%;
    transition-delay: 0s, 0.45s;
    transition-duration: 0.45s, 0s;
    transition-property: opacity, top;
    transition-timing-function: ease, linear;
    width: 100%;
    z-index: 9990;
}

.mm-blocker.mm--open {
    max-width: calc(100% - 280px);
    max-width: calc(100% - var(--mm-min-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-max-width));
    opacity: 1;
    top: 0;
    transition-delay: 0.3s, 0s;
    width: 15%;
    width: calc(100% - var(--mm-width));
    z-index: 9999;
}

.mm.mm--right {
    left: auto;
    right: 0;
}

.mm.mm--right:not(.mm--open) {
    transform: translateX(100%);
}

.mm-blocker.mm--right {
    left: 0;
    right: auto;
}

.mm {
    background: rgba(0, 0, 0, 0.975);
    border-left: 1px solid hsla(0, 0%, 100%, 0.3);
    color: #292929;
}

.mm:after,
.mm:before {
    color: #fff;
    opacity: 1;
}

.mm:after {
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 0.15em;
    padding-right: 0;
    text-align: left;
    text-transform: uppercase;
    z-index: 3;
}

.mm.mm--main:after,
.mm.mm--main:before {
    z-index: 1;
}

.mm.mm--offcanvas {
    letter-spacing: 0.03em;
}

.mm ul:after {
    content: none;
}

.mm > ul {
    background-color: #fff;
}

.mm span {
    padding-right: 36px;
}

.mm-blocker {
    background: rgba(0, 0, 0, 0.5);
}

.theme__light .mm-blocker {
    background: hsla(0, 0%, 100%, 0.5);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .mm-blocker {
        -webkit-backdrop-filter: blur(0.2em);
        backdrop-filter: blur(0.2em);
    }
}

#nav__hamburger {
    display: none;
}

#nav__hamburger > a {
    padding: 14px 0;
}

#nav__hamburger svg {
    display: block;
}

@media (max-width: 1023px) {
    #nav__hamburger {
        display: block;
    }
}

@media (min-width: 1024px) {
    #nav__mobile {
        display: none;
    }
}

.nav__mobile_select_lang {
    display: none;
    padding: 0 16px;
    position: relative;
    text-align: right;
    z-index: 2;
}

.mm--main .nav__mobile_select_lang {
    display: block;
}

.nav__mobile_select_lang select {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    color: #ebebeb;
    display: inline-block;
    font-weight: 300;
    margin-top: 14px;
    outline: none;
}

.mm > ul:before {
    background: linear-gradient(
        #000,
        rgba(0, 0, 0, 0.738) 19%,
        rgba(0, 0, 0, 0.541) 34%,
        rgba(0, 0, 0, 0.382) 47%,
        rgba(0, 0, 0, 0.278) 56.5%,
        rgba(0, 0, 0, 0.194) 65%,
        rgba(0, 0, 0, 0.126) 73%,
        rgba(0, 0, 0, 0.075) 80.2%,
        rgba(0, 0, 0, 0.042) 86.1%,
        rgba(0, 0, 0, 0.021) 91%,
        rgba(0, 0, 0, 0.008) 95.2%,
        rgba(0, 0, 0, 0.002) 98.2%,
        transparent
    );
    content: "";
    height: 1.5rem;
    left: 0;
    opacity: 0.25;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.mm ul.tab__item_models {
    padding-right: 0;
    position: static;
    width: 100%;
}

.mm li.nav__m_item:after,
.mm li.nav__m_item:before,
.mm ul.tab__item_models li:before {
    content: none;
}

.mm span.mdc-tab-indicator,
.mm span.mdc-tab__content {
    display: flex;
    padding: 0;
}

.mm span.mdc-tab-indicator,
.mm span.mdc-tab__ripple {
    position: absolute;
}

.mm span.expandable__header,
.mm span.mdc-tab-indicator__content,
.mm span.mdc-tab__ripple,
.mm span.mdc-tab__text-label {
    padding: 0;
}

.mm .tab__panels_sub {
    margin-left: -16px;
    width: calc(100% + 32px);
}

.mm a.tab__item_model {
    display: flex;
}

.mm .nav__link a:not(.mdc-button) {
    display: inline;
    padding: 0;
}

.mm .nav__link .mdc-button {
    display: inline-flex;
    height: 40px;
    padding: 0 16px;
}

.mm .nav__link .mdc-button.mdc-button--outlined {
    border-color: #292929;
    color: #292929;
}

.mm .nav__link .mdc-button__label {
    font-size: 11px;
    letter-spacing: 0.175em;
}

.mm .tab__item_txt :not(:first-child) {
    margin-top: 4px;
}

.mm .tab__item_txt h4,
.mm .tab__item_txt h6,
.mm .tab__item_txt p {
    font-size: 0.875rem;
}

.mm .tab__item_txt h3,
.mm .tab__item_txt h4 {
    font-weight: 700;
}

.mm .tab__item_txt h3 {
    line-height: 0.9;
    text-indent: -0.015em;
}

.mm .tab__item_txt p:not(:last-of-type) {
    margin-bottom: 0;
}

.mm .tab__item_txt span {
    padding: 0;
}

.mm .nav__tiles {
    height: auto;
}

.mm .nav__tiles ul {
    display: flex;
    height: auto;
    padding-right: 0;
    position: static;
    width: 100%;
}

.mm .nav__tiles ul li {
    height: 0;
    padding-bottom: 50%;
}

.mm .nav__tiles ul li:first-child figure {
    transition-delay: 0.6s;
}

.mm .nav__tiles ul li:nth-child(2) figure {
    transition-delay: 0.625s;
}

.mm .nav__tiles ul li:nth-child(3) figure {
    transition-delay: 0.65s;
}

.mm .nav__tiles ul li:nth-child(4) figure {
    transition-delay: 0.675s;
}

.mm .nav__tiles ul li:nth-child(5) figure {
    transition-delay: 0.7s;
}

.mm .nav__tiles ul li:nth-child(6) figure {
    transition-delay: 0.725s;
}

.mm .nav__tiles ul li:nth-child(7) figure {
    transition-delay: 0.75s;
}

.mm .nav__tiles ul li:nth-child(8) figure {
    transition-delay: 0.775s;
}

.mm .nav__tiles ul li:nth-child(9) figure {
    transition-delay: 0.8s;
}

.mm .nav__tiles ul li:nth-child(10) figure {
    transition-delay: 0.825s;
}

.mm .nav__tiles ul li:nth-child(11) figure {
    transition-delay: 0.85s;
}

.mm .nav__tiles ul li:nth-child(12) figure {
    transition-delay: 0.875s;
}

.mm .nav__tiles ul li:nth-child(13) figure {
    transition-delay: 0.9s;
}

.mm .nav__tiles ul li:after,
.mm .nav__tiles ul li:before {
    content: none;
}

@media only screen and (orientation: portrait) {
    .mm .nav__tiles ul li {
        width: 50%;
    }
}

.mm .nav__tiles ul li a {
    padding: 0;
    position: absolute;
    width: 100%;
}

.mm .nav__tiles figure {
    height: 100%;
}

.mm .nav__tiles img {
    height: 100%;
    left: 50%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mm .nav__tiles .nav__link {
    padding: 24px 8px;
}

.mm .nav__tiles_item figcaption {
    font-size: 13px;
}

.mm .mm--open > li > .nav__tiles figure {
    transform: scale(1.01);
}

.mm .nav__dealer_header {
    margin-bottom: 1rem;
}

.mm .nav__dealer_header:before {
    content: none;
}

.mm .nav__dealer_col:not(:first-child) {
    margin-top: 1.5rem;
}

.mm .nav__dealer_col span {
    padding: 0;
}

.mm .nav__link_wrp .nav__link {
    padding: 14px 0;
}

@media (min-width: 600px) {
    .mm .tab__panels_main,
    .mm .tab__panels_sub {
        margin-top: 0.5rem;
    }

    .mm .tab__item_model {
        flex-flow: row wrap;
    }

    .mm .tab__item_thumb {
        height: auto;
        padding-top: 0;
        width: 160px;
    }

    .mm .tab__item_thumb img {
        position: static;
    }

    .mm .tab__item_txt {
        padding-left: 16px;
        width: calc(100% - 160px);
    }
}

@media (max-width: 599px) {
    .mm .tab__panels_main,
    .mm .tab__panels_sub {
        margin-top: 0;
    }

    .mm .tab__item_thumb {
        width: 124px;
    }

    .mm .tab__item_txt {
        padding-left: 12px;
        width: calc(100% - 124px);
    }
}

.nav__m_item section {
    padding: 8px 16px;
}

.nav__m_item section.nav__m_item_intro {
    padding-top: 24px;
}

.nav__m_item section.nav__m_item_intro p {
    line-height: 1.3;
}

.nav__m_item_slant > div {
    padding-top: 16px;
}

.nav__m_item_slant > div:not(:last-child) {
    padding-bottom: 16px;
}

.nav__m_item_slant h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.nav__m_item_slant h4:after {
    background-color: rgba(0, 0, 0, 0.15);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: calc(100% + 16px);
}

.nav__m_discover_lexus > li:after,
.nav__m_discover_lexus > li:before,
.nav__m_electrification > li:after,
.nav__m_electrification > li:before {
    content: none;
}

.nav__m_discover_lexus .nav__tiles ul,
.nav__m_electrification .nav__tiles ul {
    background-color: #f5f5f5;
}

.nav__m_map {
    margin-left: -16px;
    width: calc(100% + 32px);
}

.nav__m_map picture {
    background-color: #f5f5f5;
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    width: 100%;
}

.nav__m_map img {
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1.75);
}

.mm ul.nav__m_hva_ul {
    position: static;
}

.nav__m_hva_ul li {
    display: none;
}

.nav__m_hva_ul li:after,
.nav__m_hva_ul li:before {
    content: none;
}

.nav__m_hva_ul a {
    padding-bottom: 12px;
    padding-top: 12px;
}

.nav__hva_m_nav_dealers .show_on_nav_dealers,
.nav__hva_m_nav_models .show_on_nav_models,
.nav__hva_m_nav_svc_support .show_on_nav_svc_support {
    display: block;
}

.nav__m_hva {
    box-shadow: 0 -1em 0.75em rgba(0, 0, 0, 0.025),
        0 -1.25em 1em rgba(0, 0, 0, 0.025);
    margin-top: 2rem;
    padding: 8px 0;
}

.nav__m_hva a {
    align-items: center;
    display: flex;
}

.nav__m_hva p {
    margin-left: 0.75rem;
}

.nav__m_hva svg {
    display: block;
    width: 36px;
}

.mm .nav__dealer_col .nav__m_dealer_icons ul {
    display: flex;
    justify-content: space-around;
    padding-right: 0;
    position: static;
    width: 100%;
}

.mm .nav__dealer_col .nav__m_dealer_icons ul li:after,
.mm .nav__dealer_col .nav__m_dealer_icons ul li:before {
    content: none;
}

.mm .nav__dealer_col .nav__m_dealer_icons ul li a {
    padding-bottom: 8px;
    padding-top: 8px;
}

.mm .nav__dealer_col .nav__m_dealer_icons ul li span {
    align-items: center;
    display: flex;
    padding: 0;
}

.mm .nav__dealer_col .nav__m_dealer_icons ul li span:before {
    display: block;
    margin-right: 8px;
}

#hva,
#nav__mobile .hide_on_mobile_menu {
    display: none;
}

#hva {
    background-color: rgba(41, 41, 41, 0.85);
    border-top: 1px solid hsla(0, 0%, 100%, 0.075);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    visibility: hidden;
    width: 100vw;
    z-index: 100;
}

#hva.headroom--unpinned {
    transform: translate3d(0, 100%, 0);
}

#hva ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

#hva li {
    display: none;
}

#hva li.liveagent-cta,
.pg__index #hva li.show_on_index {
    display: block;
}

.pg__index #hva li.hide_on_hva_index {
    display: none;
}

.pg__mlp #hva li.show_on_mlp {
    display: block;
}

.pg__mlp #hva li.hide_on_hva_mlp {
    display: none;
}

.pg__model #hva li.show_on_model {
    display: block;
}

.pg__model #hva li.hide_on_hva_model {
    display: none;
}

#hva a {
    color: #fff;
    display: block;
    padding: 10px 0;
}

#hva.bg__light {
    background-color: hsla(0, 0%, 100%, 0.95);
    border-top-color: rgba(0, 0, 0, 0.075);
}

#hva.bg__light a {
    color: #000;
}

#hva svg {
    display: block;
    height: 30px;
    margin: 0 auto 8px;
}

#hva h6 {
    line-height: 14px;
}

#hva .lp__cta_wrapper > div {
    padding: 10px 0;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    #hva {
        -webkit-backdrop-filter: blur(0.3em);
        backdrop-filter: blur(0.3em);
        background-color: rgba(41, 41, 41, 0.75);
    }

    #hva.bg__light {
        background-color: hsla(0, 0%, 100%, 0.75);
    }
}

@media (max-width: 1023px) {
    #hva {
        display: block;
        visibility: visible;
    }
}

@media (max-width: 599px) {
    #hva ul li {
        width: 32.5vw;
    }
}

@media (max-width: 599px) and (orientation: landscape) {
    #hva svg {
        height: 24px;
    }

    #hva a {
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    #hva ul li {
        width: 25vw;
    }
}

@media (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
    #hva svg {
        height: 24px;
    }

    #hva a {
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

.theme__light #hva {
    background-color: hsla(0, 0%, 100%, 0.95);
    border-top-color: rgba(0, 0, 0, 0.075);
}

.theme__light #hva a {
    color: #000;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .theme__light #hva {
        background-color: hsla(0, 0%, 100%, 0.75);
    }
}

.choices {
    font-size: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

.choices.is-open {
    overflow: visible;
    overflow: initial;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
}

.choices [hidden] {
    display: none !important;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%;
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    background-size: 8px;
    border-radius: 10em;
    height: 20px;
    margin-right: 25px;
    margin-top: -10px;
    opacity: 0.25;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
}

.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
    opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
    box-shadow: 0 0 0 2px #ebebeb;
}

.choices[data-type*="select-one"]
    .choices__item[data-value=""]
    .choices__button {
    display: none;
}

.choices[data-type*="select-one"]:after {
    border: 5px solid transparent;
    border-top-color: #292929;
    content: "";
    height: 0;
    margin-top: -2.5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    width: 0;
}

.choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #292929;
    margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
    left: 0;
    margin-left: 25px;
    margin-right: 0;
    right: auto;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
    cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    background-size: 8px;
    border-left: 1px solid #d2d2d2;
    border-radius: 0;
    display: inline-block;
    line-height: 1;
    margin: 0 -4px 0 8px;
    opacity: 0.75;
    padding-left: 16px;
    position: relative;
    width: 8px;
}

.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
    opacity: 1;
}

.choices__inner {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    display: inline-block;
    font-size: 1rem;
    min-height: 44px;
    overflow: hidden;
    padding: 7.5px 7.5px 3.75px;
    vertical-align: top;
    width: 100%;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b1b1b1;
}

.is-open .choices__inner {
    border-radius: 5px 5px 0 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 5px 5px;
}

.choices__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
}

[dir="rtl"] .choices__list--single {
    padding-left: 16px;
    padding-right: 4px;
}

.choices__list--single .choices__item {
    width: 100%;
}

.choices__list--multiple {
    display: inline;
}

.choices__list--multiple .choices__item {
    background-color: #ebebeb;
    border: 1px solid #dedede;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 0.667rem;
    font-weight: 500;
    margin-bottom: 3.75px;
    margin-right: 3.75px;
    padding: 4px 10px;
    vertical-align: middle;
    word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
    margin-left: 3.75px;
    margin-right: 0;
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #dedede;
    border: 1px solid #d2d2d2;
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    will-change: visibility;
    word-break: break-all;
    z-index: 1;
}

.choices__list--dropdown.is-active {
    visibility: visible;
}

.is-open .choices__list--dropdown {
    border-color: #b1b1b1;
}

.is-flipped .choices__list--dropdown {
    border-radius: 0.25rem 0.25rem 0 0;
    bottom: 100%;
    margin-bottom: -1px;
    margin-top: 0;
    top: auto;
}

.choices__list--dropdown .choices__list {
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
    overflow: auto;
    position: relative;
    will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
    font-size: 1rem;
    position: relative;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 100px;
    }

    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 0.667rem;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        padding-left: 100px;
        padding-right: 10px;
        text-align: right;
    }

    [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
        left: 10px;
        right: auto;
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: 0.5;
}

.choices__item {
    cursor: default;
}

.choices__item--selectable {
    cursor: pointer;
}

.choices__item--disabled {
    cursor: not-allowed;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.choices__heading {
    border-bottom: 1px solid #f1f1f1;
    color: grey;
    font-size: 0.667rem;
    font-weight: 600;
    padding: 10px;
}

.choices__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
}

.choices__button:focus {
    outline: none;
}

.choices__input {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    vertical-align: baseline;
}

.choices__input:focus {
    outline: 0;
}

[dir="rtl"] .choices__input {
    padding-left: 0;
    padding-right: 2px;
}

.choices__placeholder {
    opacity: 0.5;
}

.choices {
    margin: 0;
}

.choices__inner {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    line-height: 49px;
    min-height: 49px;
    padding: 0;
    transition: border-bottom-color 0.2s;
}

.choices__inner:hover {
    border-bottom-color: #292929;
}

.is-open .choices__inner {
    border-radius: 0;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.is-flipped.is-open .choices__inner {
    border-radius: 0;
}

.choices.is-open .choices__inner {
    box-shadow: none;
}
.sec__bg_dark .choices[data-type*="select-one"]:after {
    background-image: url(../img/resources/icon-arrow-down-w.svg);
}
.choices[data-type*="select-one"]:after {
    background-image: url(../img/resources/icon-arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: 0;
    height: 28px;
    margin-top: -14px;
    opacity: 0.8;
    pointer-events: none;
    right: 0;
    transform: rotate(0);
    transition: transform 0.2s;
    width: 32px;
}

.choices[data-type*="select-one"].is-open:after {
    margin-top: -14px;
    transform: rotate(180deg);
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 0;
}

.choices[data-type*="select-one"] .choices__button {
    display: none;
    pointer-events: none;
    visibility: hidden;
}

.choices[data-type*="select-multiple"] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
    border-left: 0;
}

.choices__list--single {
    padding: 0 45px 0 0;
    vertical-align: top;
}

.choices__list--multiple {
    display: inline-flex;
    flex-flow: row wrap;
}

.choices__list--multiple ~ .choices__input {
    bottom: 6px;
    position: absolute;
}

.choices__list--multiple:not(:empty) + .choices__input {
    font-size: 0;
    opacity: 0;
}

.choices__list--multiple .choices__item {
    background-color: #fff;
    border-color: #292929;
    color: #292929;
    font-size: 1rem;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 6px;
    margin-right: 6px;
}

.choices__list--dropdown {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    word-break: normal;
    z-index: 306;
}

.choices__list--dropdown .choices__list {
    max-height: 200px;
}

html.desktop .choices__list--dropdown .choices__list {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html.desktop .choices__list--dropdown .choices__list::-webkit-scrollbar {
    width: 6px;
}

html.desktop .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}

html.desktop .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
    background: linear-gradient(
        rgba(41, 41, 41, 0.8),
        #292929 50%,
        rgba(41, 41, 41, 0.8)
    );
}

html.desktop
    .choices__list--dropdown
    .choices__list::-webkit-scrollbar-thumb:active,
html.desktop
    .choices__list--dropdown
    .choices__list::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

.choices__list--dropdown .choices__item {
    padding: 10px;
}

.choices__list--dropdown .choices__item--selectable {
    transition: background-color 0.2s;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #ebebeb;
}

.choices__list--dropdown .choices__item--selectable.choices__placeholder {
    display: none;
}

.choices__item--choice {
    color: #292929;
}

.choices__heading {
    font-weight: 300;
    letter-spacing: 0.0275em;
    padding-bottom: 8px;
    padding-top: 16px;
    text-transform: uppercase;
}

.choices__input,
.choices__placeholder {
    font-style: italic;
}

.choices__input {
    padding-left: 0;
}

label + .choices {
    margin-top: 4px;
}

.choices.is-disabled {
    pointer-events: none;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: hsla(0, 0%, 100%, 0);
}

.choices--invalid
    ~ .mdc-text-field-helper-line
    .mdc-text-field-helper-text--validation-msg,
.choices--is-invalid
    ~ .mdc-text-field-helper-line
    .mdc-text-field-helper-text--validation-msg {
    display: block;
}

.choices--invalid
    ~ .mdc-text-field-helper-line
    .mdc-text-field-helper-text--error-msg,
.choices--is-invalid
    ~ .mdc-text-field-helper-line
    .mdc-text-field-helper-text--error-msg {
    display: none;
}

.choices--invalid .choices__inner,
.choices--is-invalid .choices__inner {
    border-bottom-color: #f44336;
}

.choices--is-error
    ~ .mdc-text-field-helper-line
    .mdc-text-field-helper-text--validation-msg {
    display: none;
}

.choices--is-error
    ~ .mdc-text-field-helper-line
    .mdc-text-field-helper-text--error-msg {
    display: block;
}

.choices .choices__item.choices__placeholder > .choices__button {
    display: none;
}

.choices.is-disabled:after {
    opacity: 0.3;
}

.icon_circle,
[class^="icon_"] {
    background-position: 50%;
    background-repeat: no-repeat;
}

.icon_circle {
    background-color: #292929;
    background-size: auto 66%;
    border-radius: 50%;
    display: inline-block;
    height: 24px;
    vertical-align: top;
    width: 24px;
}

.icon_expand {
    background-image: url(../img/resources/icon-expand.svg);
    pointer-events: none;
}

.icon_info {
    background-color: #b3b3b3;
    border-radius: 50%;
    cursor: help;
    display: inline-flex;
    height: 0.9rem;
    line-height: 0.9rem;
    margin-left: 0.25em;
    position: relative;
    transition: background 0.2s;
    width: 0.9rem;
}

.icon_info:before {
    color: #fff;
    content: "i";
    font-size: 0.875rem;
    height: inherit;
    left: 0;
    letter-spacing: 1px;
    line-height: inherit;
    position: absolute;
    text-align: center;
    top: 0;
    width: inherit;
}

.icon_calendar {
    background-image: url(../img/resources/icon-calendar.svg);
    width: 19px;
}

.icon_calendar,
.icon_search {
    display: inline-block;
    height: 20px;
}

.icon_search {
    background-image: url(../img/resources/icon-search.svg);
    width: 20px;
}

.icon_versus {
    height: 28px;
    position: relative;
    width: 28px;
}

.icon_versus:after,
.icon_versus:before {
    border-left: 1px solid #000;
    content: "";
    height: 36px;
    left: calc(50% - 1px);
    position: absolute;
    top: -4px;
}

.icon_versus:before {
    transform: rotate(45deg);
}

.icon_versus:after {
    transform: rotate(-45deg);
}

.icon_tick {
    background-color: #000;
    background-image: url(../img/resources/icon-tick.svg);
    border-radius: 50%;
    display: inline-flex;
    height: 0.9rem;
    line-height: 0.9rem;
    position: relative;
    width: 0.9rem;
}

.icon_facebook {
    background-image: url(../img/resources/icon-facebook.svg);
}

.icon_instagram {
    background-image: url(../img/resources/icon-instagram.svg);
}

.icon_twitter {
    background-image: url(../img/resources/icon-twitter.svg);
}

.icon_whatsapp {
    background-image: url(../img/resources/icon-whatsapp.svg);
}

.icon_youtube {
    background-image: url(../img/resources/icon-youtube.svg);
}

[class^="i_hva_"] {
    align-items: center;
    display: flex;
}

[class^="i_hva_"]:before {
    display: block;
    height: 30px;
    margin-right: 8px;
    width: auto;
}

.i_hva__call:before {
    content: url(../img/resources/icon-call.svg);
}

.i_hva__call-b:before {
    content: url(../img/resources/icon-call-b.svg);
}

.i_hva__location:before {
    content: url(../img/resources/icon-location.svg);
}

.i_hva__sms:before {
    content: url(../img/resources/icon-sms.svg);
}

.i_hva__whatsapp-b:before {
    content: url(../img/resources/icon-whatsapp-b.svg);
}

.i_inline_calendar {
    background: url(../img/resources/icon-calendar.svg) no-repeat 0 0.125em;
    background-size: 19px 20px;
    min-height: 20px;
}

.i_inline_calendar,
.i_inline_location {
    display: inline-flex;
    padding-left: calc(19px + 0.6rem);
}

.i_inline_location {
    background: url(../img/resources/icon-location.svg) no-repeat 0 0;
    background-size: 19px 25px;
    min-height: 25px;
}

.cta__scroll {
    background: none !important;
    background-image: none !important;
    bottom: 2rem;
    color: #fff;
    height: 48px;
    margin-right: -2.5vh;
    opacity: 1;
    position: fixed;
    right: 50%;
    transition: opacity 1s;
    width: 48px;
    will-change: opacity;
    z-index: 50;
}

.headroom--not-top ~ .cta__scroll,
.headroom--not-top ~ main .cta__scroll {
    opacity: 0;
    pointer-events: none;
}

.cta__scroll svg {
    height: 100%;
    position: absolute;
    width: 100%;
}

@media (orientation: portrait) {
    .cta__scroll {
        bottom: 97px;
        right: 7.5%;
    }
}

.anim_mouse {
    animation: anim_mouse 2s cubic-bezier(0.65, -0.55, 0.25, 1.5) infinite;
    transform-origin: 50% 20px;
    will-change: transform, opacity;
}

.anim_swipe {
    animation: anim_swipe 2s ease infinite;
    transform-origin: 50% 50%;
    will-change: transform;
}

@keyframes anim_mouse {
    0%,
    20% {
        opacity: 1;
        transform: translate(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(25px) scaleY(2);
    }
}

@keyframes anim_swipe {
    15%,
    45% {
        transform: translateY(-8px);
    }

    0%,
    30%,
    to {
        transform: translate(0);
    }
}

.icon_link {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    position: relative;
}

.icon_link > span {
    background-color: transparent;
    background-image: linear-gradient(
        270deg,
        rgba(41, 41, 41, 0) 0,
        #292929 50%,
        rgba(41, 41, 41, 0)
    );
    background-position: 50% calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 300% 1px;
    transition: background-image 0.3s, background-size 0.3s;
}

.dpr-modified .icon_link > span {
    background-position: 50% calc(100% - 1pt);
    background-size: 300% 1pt;
}

.icon_link.icon_link_reset {
    padding-left: 28px;
}

.icon_link.icon_link_reset:before {
    background-image: url(../img/resources/icon-refresh.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: transform 0.15s ease-in;
    width: 18px;
}

.icon_link:hover > span {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
    background-size: 100% 1px;
}

.dpr-modified .icon_link:hover > span {
    background-size: 100% 1pt;
}

.icon_link:hover.icon_link_reset:before {
    transform: rotate(45deg);
}

.icon_link:active.icon_link_reset:before {
    transform: rotate(1turn);
}

.mdc-touch-target-wrapper {
    display: inline;
}

.mdc-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    -webkit-appearance: none;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-flex;
    font-family: Nobel, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.0892857143em;
    line-height: 2.25rem;
    line-height: inherit;
    min-width: 64px;
    outline: none;
    overflow: visible;
    padding: 0 40px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.mdc-button.mdc-button--white.mdc-button--unelevated:not(:disabled) {
    background-color: #ffff;
    color: #000;
}

.mdc-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mdc-button:active {
    outline: none;
}

.mdc-button:hover {
    cursor: pointer;
}

.mdc-button:disabled {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.37);
    cursor: default;
    pointer-events: none;
}

.mdc-button .mdc-button__ripple {
    border-radius: 4px;
}

.mdc-button:not(:disabled) {
    background-color: transparent;
}

.mdc-button .mdc-button__icon {
    display: inline-block;
    font-size: 18px;
    height: 18px;
    margin-left: 0;
    margin-right: 8px;
    vertical-align: top;
    width: 18px;
}

.mdc-button .mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button .mdc-button__icon {
    margin-left: 8px;
    margin-right: 0;
}

.mdc-button .mdc-button__touch {
    height: 48px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mdc-button:not(:disabled) {
    color: #1f3fcf;
    color: var(--mdc-theme-primary, #1f3fcf);
}

.mdc-button__label + .mdc-button__icon {
    margin-left: 8px;
    margin-right: 0;
}

.mdc-button__label + .mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button__label + .mdc-button__icon {
    margin-left: 0;
    margin-right: 8px;
}

svg.mdc-button__icon {
    fill: currentColor;
}

.mdc-button--outlined .mdc-button__icon,
.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon {
    margin-left: -4px;
    margin-right: 8px;
}

.mdc-button--outlined .mdc-button__icon[dir="rtl"],
.mdc-button--outlined .mdc-button__label + .mdc-button__icon,
.mdc-button--raised .mdc-button__icon[dir="rtl"],
.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir="rtl"],
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
[dir="rtl"] .mdc-button--outlined .mdc-button__icon,
[dir="rtl"] .mdc-button--raised .mdc-button__icon,
[dir="rtl"] .mdc-button--unelevated .mdc-button__icon {
    margin-left: 8px;
    margin-right: -4px;
}

.mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir="rtl"],
.mdc-button--raised .mdc-button__label + .mdc-button__icon[dir="rtl"],
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir="rtl"],
[dir="rtl"] .mdc-button--outlined .mdc-button__label + .mdc-button__icon,
[dir="rtl"] .mdc-button--raised .mdc-button__label + .mdc-button__icon,
[dir="rtl"] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon {
    margin-left: -4px;
    margin-right: 8px;
}

.mdc-button--raised,
.mdc-button--unelevated {
    padding: 0 40px;
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.37);
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    background-color: #1f3fcf;
}

@supports not (-ms-ime-align: auto) {
    .mdc-button--raised:not(:disabled),
    .mdc-button--unelevated:not(:disabled) {
        background-color: #1f3fcf;
        background-color: var(--mdc-theme-primary, #1f3fcf);
    }
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
    color: #1f3fcf;
    color: var(--mdc-theme-on-primary, #1f3fcf);
}

.mdc-button--raised {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-button--raised:focus,
.mdc-button--raised:hover {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.mdc-button--raised:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
        0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-button--raised:disabled {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14),
        0 0 0 0 rgba(0, 0, 0, 0.12);
}

.mdc-button--outlined {
    border-style: solid;
    border-width: 1px;
    padding: 0 39px;
}

.mdc-button--outlined:disabled {
    border-color: rgba(0, 0, 0, 0.37);
}

.mdc-button--outlined .mdc-button__ripple {
    border: 1px solid transparent;
    left: -1px;
    top: -1px;
}

.mdc-button--outlined:not(:disabled) {
    border-color: #1f3fcf;
    border-color: var(--mdc-theme-primary, #1f3fcf);
}

.mdc-button--touch {
    margin-bottom: -1px;
    margin-top: -1px;
}

@keyframes mdc-ripple-fg-radius-in {
    0% {
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transform: translate(0) scale(1);
        transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
    }

    to {
        transform: translate(0) scale(1);
        transform: translate(var(--mdc-ripple-fg-translate-end, 0))
            scale(var(--mdc-ripple-fg-scale, 1));
    }
}

@keyframes mdc-ripple-fg-opacity-in {
    0% {
        animation-timing-function: linear;
        opacity: 0;
    }

    to {
        opacity: 0;
        opacity: var(--mdc-ripple-fg-opacity, 0);
    }
}

@keyframes mdc-ripple-fg-opacity-out {
    0% {
        animation-timing-function: linear;
        opacity: 0;
        opacity: var(--mdc-ripple-fg-opacity, 0);
    }

    to {
        opacity: 0;
    }
}

.mdc-ripple-surface--test-edge-var-bug {
    --mdc-ripple-surface-test-edge-var: 1px solid #000;
    visibility: hidden;
}

.mdc-ripple-surface--test-edge-var-bug:before {
    border: var(--mdc-ripple-surface-test-edge-var);
}

.mdc-button {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.mdc-button .mdc-button__ripple:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:before {
    transform: scale(1);
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after {
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple:after {
    left: 0;
    left: var(--mdc-ripple-left, 0);
    top: 0;
    top: var(--mdc-ripple-top, 0);
}

.mdc-button.mdc-ripple-upgraded--foreground-activation
    .mdc-button__ripple:after {
    animation: mdc-ripple-fg-radius-in 225ms forwards,
        mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation
    .mdc-button__ripple:after {
    animation: mdc-ripple-fg-opacity-out 0.15s;
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
        scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
    height: 200%;
    left: -50%;
    top: -50%;
    width: 200%;
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after {
    height: 100%;
    height: var(--mdc-ripple-fg-size, 100%);
    width: 100%;
    width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
    background-color: #1f3fcf;
}

@supports not (-ms-ime-align: auto) {
    .mdc-button .mdc-button__ripple:after,
    .mdc-button .mdc-button__ripple:before {
        background-color: #1f3fcf;
        background-color: var(--mdc-theme-primary, #1f3fcf);
    }
}

.mdc-button:hover .mdc-button__ripple:before {
    opacity: 0.04;
}

.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple:after {
    transition: opacity 0.15s linear;
}

.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.mdc-button .mdc-button__ripple {
    box-sizing: content-box;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple {
    left: 0;
    top: 0;
}

.mdc-button--raised .mdc-button__ripple:after,
.mdc-button--raised .mdc-button__ripple:before,
.mdc-button--unelevated .mdc-button__ripple:after,
.mdc-button--unelevated .mdc-button__ripple:before {
    background-color: #1f3fcf;
}

@supports not (-ms-ime-align: auto) {
    .mdc-button--raised .mdc-button__ripple:after,
    .mdc-button--raised .mdc-button__ripple:before,
    .mdc-button--unelevated .mdc-button__ripple:after,
    .mdc-button--unelevated .mdc-button__ripple:before {
        background-color: #1f3fcf;
        background-color: var(--mdc-theme-on-primary, #1f3fcf);
    }
}

.mdc-button--raised:hover .mdc-button__ripple:before,
.mdc-button--unelevated:hover .mdc-button__ripple:before {
    opacity: 0.04;
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused
    .mdc-button__ripple:before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused
    .mdc-button__ripple:before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus
    .mdc-button__ripple:before {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple:after {
    transition: opacity 0.15s linear;
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active
    .mdc-button__ripple:after {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.mdc-button {
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    letter-spacing: 0.25em;
    overflow: hidden;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.mdc-button__label:before {
    content: "";
    display: block;
    height: calc(100% + 2px);
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -1px;
    transform: skew(-30deg) translate3d(100%, 0, 0);
    width: 100%;
}

.mdc-button__label:before,
.off_canvas .mdc-button__label:before,
.sec__bg_grad_light .mdc-button__label:before,
.sec__bg_white .mdc-button__label:before {
    background-color: hsla(0, 0%, 60%, 0.5);
}

.mdc-button:hover .mdc-button__label:before {
    animation: anim_button_hover 0.75s ease forwards;
}

.mdc-button__link,
.mdc-button__remove {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
}

.mdc-button__link[disabled],
.mdc-button__remove[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.mdc-button__link.invisible,
.mdc-button__remove.invisible {
    opacity: 0;
    visibility: hidden;
}

.mdc-button__remove {
    color: #ccc;
    height: 50px;
    transition: color 0.3s;
}

.mdc-button__remove span {
    display: block;
    font-size: 3em;
    font-weight: 100;
    line-height: 0;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease-out;
}

.mdc-button__remove:active,
.mdc-button__remove:hover {
    color: inherit;
}

.mdc-button__remove:active span {
    transform: scale(0.92);
}

.mdc-button__link {
    background-color: transparent;
    background-image: linear-gradient(
        270deg,
        rgba(41, 41, 41, 0) 0,
        #292929 50%,
        rgba(41, 41, 41, 0)
    );
    background-position: 50% calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 300% 1px;
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    transition: background-image 0.3s, background-size 0.3s;
}

.dpr-modified .mdc-button__link {
    background-position: 50% calc(100% - 1pt);
    background-size: 300% 1pt;
}

.mdc-button__link:hover {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
    background-size: 100% 1px;
}

.dpr-modified .mdc-button__link:hover {
    background-size: 100% 1pt;
}

.mdc-button.mdc-button--outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.off_canvas section:not(.sec__bg_black) .mdc-button.mdc-button--outlined,
.sec__bg_grad_grey .mdc-button.mdc-button--outlined,
.sec__bg_grad_light .mdc-button.mdc-button--outlined,
.sec__bg_gray_light .mdc-button.mdc-button--outlined,
.sec__bg_white .mdc-button.mdc-button--outlined {
    border-color: #292929;
    color: #292929;
}

.sec__bg_black
    .mdc-button.mdc-button--outlined[target="_blank"]:not(.no_icon):after {
    content: url(../img/resources/icon-external-w.svg);
}

.mdc-button.mdc-button--unelevated:not(:disabled) {
    background-color: #000;
    color: #fff;
}

.mdc-button.mdc-button--unelevated[target="_blank"]:not(.no_icon):after {
    content: url(../img/resources/icon-external-w.svg);
}

.mdc-button.is_disabled {
    pointer-events: none;
}

.mdc-button.is_disabled.mdc-button--unelevated {
    opacity: 0.1;
}

.mdc-button.is_disabled.mdc-button--outlined {
    opacity: 0.2;
}

@media (min-width: 600px) and (max-width: 1023px) {
    .mdc-button,
    .mdc-button--outlined,
    .mdc-button--raised,
    .mdc-button--unelevated {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 599px) {
    .mdc-button {
        font-size: 11px;
        height: 40px;
    }

    .mdc-button,
    .mdc-button--outlined,
    .mdc-button--raised,
    .mdc-button--unelevated {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@keyframes anim_button_hover {
    0% {
        opacity: 0;
        transform: skew(-30deg) translate3d(100%, 0, 0);
        width: 100%;
    }

    50% {
        opacity: 1;
        transform: skew(-30deg) translateZ(0);
        width: 300%;
    }

    to {
        opacity: 0;
        transform: skew(-30deg) translate3d(-100%, 0, 0);
        width: 100%;
    }
}

.liveagent_button_online {
    display: none;
}

.liveagent_button_offline {
    opacity: 0.4;
}

[lang="es"] #header__top .mdc-button,
[lang="es"] .list__explore_cont .mdc-button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

[lang="es"] #header__top .mdc-button .mdc-button__label,
[lang="es"] .list__explore_cont .mdc-button .mdc-button__label {
    font-size: 11px;
    letter-spacing: 0.15em;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    [lang="es"]
        #header__top
        .nav__mega
        .nav__dealer_cont.layout_grid
        .layout_grid_inner {
        grid-template-columns: auto;
    }
}

.mdc-button--glow {
    margin-bottom: 50px;
    transition-delay: 0s !important;
}

.mdc-button--glow.mdc-button {
    transition: opacity 0.2s, color 0.2s, background-color 0.2s, box-shadow 0.2s;
}

.mdc-button--glow {
    border: 0;
    position: relative;
}

.mdc-button--glow,
.mdc-button--glow .mdc-button__label {
    color: #fff;
}

.mdc-button--glow:hover {
    -webkit-box-reflect: below 1px
        linear-gradient(transparent, hsla(0, 0%, 100%, 0.225));
    background-color: #fff;
    box-shadow: 0 0 5px hsla(0, 0%, 100%, 0.75),
        0 0 20px hsla(0, 0%, 100%, 0.75), 0 0 40px hsla(0, 0%, 100%, 0.75),
        0 0 160px hsla(0, 0%, 100%, 0.75);
    color: #000;
}

.mdc-button--glow:hover .mdc-button__label {
    color: #000;
}

.samsung-browser .mdc-button--glow:hover .mdc-button__label:after,
.samsung-browser .mdc-button--glow:hover .mdc-button__label:before,
.samsung-browser .mdc-button--glow:hover:after,
.samsung-browser .mdc-button--glow:hover:before {
    display: none;
}

.mdc-button--glow:after,
.mdc-button--glow:before {
    content: "";
    display: block;
    position: absolute;
}

.mdc-button--glow:before {
    animation: animate_cta_1 1s linear infinite;
    background: linear-gradient(90deg, transparent, #fff);
    height: 1px;
    left: 0;
    top: 0;
    width: 100%;
}

.samsung-browser .mdc-button--glow:before {
    background: none;
    border-top: 1px solid #fff;
    height: 0;
}

.mdc-button--glow:after {
    animation: animate_cta_2 1s linear infinite;
    animation-delay: 0.25s;
    background: linear-gradient(180deg, transparent, #fff);
    height: 100%;
    right: 0;
    top: -100%;
    width: 1px;
}

.samsung-browser .mdc-button--glow:after {
    background: none;
    border-left: 1px solid #fff;
    width: 0;
}

.mdc-button--glow:hover > span.mdc-button__label:after,
.mdc-button--glow:hover > span.mdc-button__label:before,
.mdc-button--glow > span.mdc-button__label:after,
.mdc-button--glow > span.mdc-button__label:before {
    content: "";
    display: block;
    position: absolute;
}

.mdc-button--glow:hover > span.mdc-button__label:before,
.mdc-button--glow > span.mdc-button__label:before {
    animation: animate_cta_3 1s linear infinite;
    animation-delay: 0.5s;
    background: linear-gradient(270deg, transparent, #fff);
    bottom: 0;
    height: 1px;
    left: auto;
    opacity: 1;
    right: 0;
    top: auto;
    transform: none;
    width: 100%;
}

.samsung-browser .mdc-button--glow:hover > span.mdc-button__label:before,
.samsung-browser .mdc-button--glow > span.mdc-button__label:before {
    background: none;
    border-bottom: 1px solid #fff;
    height: 0;
}

.mdc-button--glow:hover > span.mdc-button__label:after,
.mdc-button--glow > span.mdc-button__label:after {
    animation: animate_cta_4 1s linear infinite;
    animation-delay: 0.75s;
    background: linear-gradient(1turn, transparent, #fff);
    bottom: -100%;
    height: 100%;
    left: 0;
    width: 2px;
}

.samsung-browser .mdc-button--glow:hover > span.mdc-button__label:after,
.samsung-browser .mdc-button--glow > span.mdc-button__label:after {
    background: none;
    border-left: 1px solid #fff;
    width: 0;
}

.mdc-button--glow .mdc-button__label:before {
    content: none;
}

@keyframes animate_cta_1 {
    0% {
        left: -100%;
    }

    50%,
    to {
        left: 100%;
    }
}

@keyframes animate_cta_2 {
    0% {
        top: -100%;
    }

    50%,
    to {
        top: 100%;
    }
}

@keyframes animate_cta_3 {
    0% {
        right: -100%;
    }

    50%,
    to {
        right: 100%;
    }
}

@keyframes animate_cta_4 {
    0% {
        bottom: -100%;
    }

    50%,
    to {
        bottom: 100%;
    }
}

.mdc-tab-bar {
    width: 100%;
}

.mdc-tab {
    height: 44px;
}

.mdc-tab--stacked {
    height: 72px;
}

.mdc-tab-scroller {
    overflow-y: hidden;
}

.mdc-tab-scroller.mdc-tab-scroller--animating
    .mdc-tab-scroller__scroll-content {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-scroller__test {
    height: 100px;
    overflow-x: scroll;
    position: absolute;
    top: -9999px;
    width: 100px;
}

.mdc-tab-scroller__scroll-area {
    -webkit-overflow-scrolling: touch;
    display: flex;
    overflow-x: hidden;
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
    display: none;
}

.mdc-tab-scroller__scroll-area--scroll {
    overflow-x: scroll;
}

.mdc-tab-scroller__scroll-content {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    transform: none;
    will-change: transform;
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
    justify-content: flex-start;
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
    justify-content: flex-end;
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
    justify-content: center;
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
    -webkit-overflow-scrolling: auto;
}

.mdc-tab-indicator {
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-color: #1f3fcf;
    border-color: var(--mdc-theme-primary, #1f3fcf);
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
    color: #fff;
    color: var(--mdc-theme-secondary, #fff);
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-top-width: 2px;
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
    font-size: 34px;
    height: 34px;
}

.mdc-tab-indicator__content {
    opacity: 0;
    transform-origin: left;
}

.mdc-tab-indicator__content--underline {
    align-self: flex-end;
    border-top-style: solid;
    box-sizing: border-box;
    width: 100%;
}

.mdc-tab-indicator__content--icon {
    align-self: center;
    margin: 0 auto;
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
    opacity: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
    transition: none;
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
    transition: opacity 0.15s linear;
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
    transition-delay: 0.1s;
}

.mdc-tab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex: 1 0 auto;
    font-family: Nobel, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.0892857143em;
    line-height: 2.25rem;
    margin: 0;
    outline: none;
    padding: 0 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 1;
}

.mdc-tab .mdc-tab__text-label {
    color: #000;
}

.mdc-tab .mdc-tab__icon {
    fill: currentColor;
    color: #000;
}

.mdc-tab::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mdc-tab--min-width {
    flex: 0 1 auto;
}

.mdc-tab__content {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    pointer-events: none;
    position: relative;
}

.mdc-tab__text-label {
    display: inline-block;
    line-height: 1;
}

.mdc-tab__icon,
.mdc-tab__text-label {
    transition: color 0.15s linear;
    z-index: 2;
}

.mdc-tab__icon {
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.mdc-tab--stacked .mdc-tab__content {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mdc-tab--stacked .mdc-tab__text-label {
    padding-bottom: 4px;
    padding-top: 6px;
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
    color: #1f3fcf;
    color: var(--mdc-theme-primary, #1f3fcf);
}

.mdc-tab--active .mdc-tab__icon {
    fill: currentColor;
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
    transition-delay: 0.1s;
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
    padding-left: 8px;
    padding-right: 0;
}

.mdc-tab:not(.mdc-tab--stacked)
    .mdc-tab__icon
    + .mdc-tab__text-label[dir="rtl"],
[dir="rtl"]
    .mdc-tab:not(.mdc-tab--stacked)
    .mdc-tab__icon
    + .mdc-tab__text-label {
    padding-left: 0;
    padding-right: 8px;
}

.mdc-tab__ripple {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.mdc-tab__ripple:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-tab__ripple.mdc-ripple-upgraded:before {
    transform: scale(1);
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab__ripple.mdc-ripple-upgraded:after {
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-tab__ripple.mdc-ripple-upgraded--unbounded:after {
    left: 0;
    left: var(--mdc-ripple-left, 0);
    top: 0;
    top: var(--mdc-ripple-top, 0);
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation:after {
    animation: mdc-ripple-fg-radius-in 225ms forwards,
        mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation:after {
    animation: mdc-ripple-fg-opacity-out 0.15s;
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
        scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
    height: 200%;
    left: -50%;
    top: -50%;
    width: 200%;
}

.mdc-tab__ripple.mdc-ripple-upgraded:after {
    height: 100%;
    height: var(--mdc-ripple-fg-size, 100%);
    width: 100%;
    width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
    background-color: #1f3fcf;
}

@supports not (-ms-ime-align: auto) {
    .mdc-tab__ripple:after,
    .mdc-tab__ripple:before {
        background-color: #1f3fcf;
        background-color: var(--mdc-theme-primary, #1f3fcf);
    }
}

.mdc-tab__ripple:hover:before {
    opacity: 0.04;
}

.mdc-tab__ripple.mdc-ripple-upgraded--background-focused:before,
.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus:before {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):active:after {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-tab__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.tab__main.mdc-tab-bar {
    position: relative;
}

.tab__main.mdc-tab-bar:before {
    background-color: #292929;
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tab__main .mdc-tab-scroller {
    height: inherit;
    scrollbar-color: transparent transparent;
}

.tab__main .mdc-tab-scroller:after {
    clear: both;
    content: "";
    display: table;
}

.mdc-tab {
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
}

.mdc-tab__text-label {
    line-height: 1.15;
}

.mdc-tab-bar .mdc-tab__text-label {
    background-color: transparent;
    background-image: linear-gradient(
        270deg,
        hsla(0, 0%, 100%, 0) 0,
        hsla(0, 0%, 100%, 0) 50%,
        hsla(0, 0%, 100%, 0)
    );
    background-position: 50% calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 300% 1px;
    transition: background-image 0.3s, background-size 0.3s;
}

.dpr-modified .mdc-tab-bar .mdc-tab__text-label {
    background-position: 50% calc(100% - 1pt);
    background-size: 300% 1pt;
}

.mdc-tab-bar .mdc-tab:hover .mdc-tab__text-label {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
    background-size: 100% 1px;
}

.dpr-modified .mdc-tab-bar .mdc-tab:hover .mdc-tab__text-label {
    background-size: 100% 1pt;
}

@media (max-width: 599px) {
    .mdc-tab {
        font-size: 0.875rem;
    }
}

@media (max-width: 1023px) {
    .mdc-tab {
        padding: 0 16px;
    }
}

@media (min-width: 1024px) {
    .mdc-tab {
        flex: 0 1 auto;
        height: 54px;
        padding: 0 40px;
    }
}

@media (min-width: 1480px) {
    .tab__main .mdc-tab {
        padding: 0 60px;
    }
}

@media (min-width: 1024px) {
    .mdc-tab-scroller__scroll-content {
        flex: 0 1 auto;
        width: 100%;
    }
}

.mdc-tab__ripple:hover:before {
    opacity: 0;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-color: #292929;
    border-top-width: 4px;
}

.tab__sub .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    display: none;
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
    background-color: #292929;
}

.mdc-tab__ripple:focus {
    outline: none;
}

.mdc-tab__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.08;
}

.mdc-tab__ripple.mdc-ripple-upgraded--background-focused:before {
    opacity: 0;
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
    color: #292929;
}

.mdc-tab--active .mdc-tab__text-label {
    font-weight: 700;
}

.tab__sub .mdc-tab .mdc-tab__text-label {
    color: #292929;
}

@media (max-width: 599px) {
    .tab__panels_main {
        margin-top: 1.5rem;
    }
}

@media (min-width: 600px) {
    .tab__panels_main {
        margin-top: 2.5rem;
    }
}

@media (max-width: 1023px) {
    .tab__panels_sub {
        margin-top: 1rem;
    }
}

@media (min-width: 1024px) {
    .tab__panels_sub {
        margin-top: 1.5rem;
    }
}

.tab__panel_main,
.tab__panel_sub {
    display: none;
}

.panel--active,
.subpanel--active {
    display: block;
}

.tab__item_txt h6 {
    font-style: italic;
}

.tab__item_txt h6 ~ p {
    font-size: 0.75rem;
}

.tab__item_txt p:not(:last-of-type) {
    margin-bottom: 0;
}

.tab__panels_vertical .mdc-tab {
    white-space: normal;
}

.tab__panels_vertical .mdc-tab__text-label {
    text-align: left;
}

.tab__panels_vertical .tab__panel_main.panel--active {
    display: flex;
}

.tab__panels_vertical .tab__panel_main.panel--active .mdc-tab-bar {
    padding-right: 3rem;
    width: 240px;
}

.tab__panels_vertical .tab__sub {
    margin-top: -16px;
}

.tab__panels_vertical .tab__sub .mdc-tab {
    font-size: 0.875rem;
    height: auto;
    justify-content: flex-start;
    padding: 16px 0 16px 10px;
    text-transform: uppercase;
}

.tab__panels_vertical .tab__sub .mdc-tab-scroller {
    margin-left: -10px;
}

.tab__panels_vertical .tab__sub .mdc-tab-scroller__scroll-content {
    flex-flow: column wrap;
}

.tab__panels_vertical .tab__panels_sub {
    margin-top: 0;
    width: calc(100% - 240px);
}

.tab__panels_vertical .mdc-tab-scroller__scroll-area--scroll {
    overflow-x: hidden;
}

.is_light.mdc-tab-bar .mdc-tab__text-label {
    background-image: linear-gradient(
        270deg,
        transparent 0,
        transparent 50%,
        transparent
    );
}

.is_light .mdc-tab .mdc-tab__text-label,
.is_light .mdc-tab--active .mdc-tab__icon,
.is_light .mdc-tab--active .mdc-tab__text-label {
    color: #fff;
}

.is_light.tab__main.mdc-tab-bar:before {
    background-color: #fff;
}

.is_light .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-color: #fff;
}

.free_html p + .ol,
.free_html p + .ul,
.free_html p + ol,
.free_html p + ul {
    margin-top: 0.75rem;
}

.free_html ul,
.ul {
    padding-left: 2rem;
}

.free_html ul:not(:last-child),
.ul:not(:last-child) {
    margin-bottom: 1.5rem;
}

.free_html ul:not(.no_margin) li,
.ul:not(.no_margin) li {
    margin-bottom: 0.25rem;
}

.free_html ul li,
.ul li {
    position: relative;
}

.free_html ul li:before,
.ul li:before {
    content: "•";
    left: -0.75rem;
    position: absolute;
    top: 0;
}

.free_html ol,
.ol {
    list-style-type: decimal;
    padding-left: 2rem;
}

.free_html ol:not(:last-child),
.ol:not(:last-child) {
    margin-bottom: 1.5rem;
}

.free_html ol:not(.no_margin) li,
.ol:not(.no_margin) li {
    margin-bottom: 0.25rem;
}

dl:not(:first-child) {
    margin-top: 0.75rem;
}

dl:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

dl > div {
    display: flex;
    flex-flow: row nowrap;
}

dl dt {
    flex: 0 1 auto;
    width: 100%;
}

dl dd {
    flex: 1 0 auto;
    margin-left: 0.75rem;
    min-width: 60%;
}

.list__specs {
    display: flex;
    justify-content: space-between;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
}

.list__specs li {
    align-items: center;
    display: grid;
    grid-template-rows: 1fr auto;
    width: 33.3333333333%;
}

.list__specs li:not(:last-child) {
    border: 0;
    -o-border-image: linear-gradient(
            rgba(41, 41, 41, 0),
            #292929,
            rgba(41, 41, 41, 0)
        )
        1 100%;
    border-image: linear-gradient(
            rgba(41, 41, 41, 0),
            #292929,
            rgba(41, 41, 41, 0)
        )
        1 100%;
    border-right: 1px solid;
}

.sec__overview .list__specs li:not(:last-child) {
    -o-border-image: linear-gradient(
            hsla(0, 0%, 92%, 0),
            #ebebeb,
            hsla(0, 0%, 92%, 0)
        )
        1 100%;
    border-image: linear-gradient(
            hsla(0, 0%, 92%, 0),
            #ebebeb,
            hsla(0, 0%, 92%, 0)
        )
        1 100%;
}

.list__specs h3,
.list__specs p {
    line-height: 1.1;
    text-align: center;
    width: 100%;
}

.list__specs h3 {
    font-weight: 300;
}

@media (max-width: 599px) {
    .list__specs:not(:first-child):not(:last-child) {
        margin-bottom: 2.5rem;
        margin-top: 2.5rem;
    }

    .list__specs li {
        padding: 0 0.5rem;
    }

    .list__specs p:not(.txt_lead) {
        font-size: 0.875rem;
    }

    .list__specs h3 {
        font-size: 1.25rem;
    }

    .list__specs h3 + p {
        margin-top: 0.75rem;
    }
}

@media (min-width: 600px) {
    .list__specs:not(:first-child):not(:last-child) {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }

    .list__specs li {
        padding: 0 0.5rem 1.25rem;
    }

    .list__specs h3 + p {
        padding-top: 1rem;
    }
}

@media (min-width: 1024px) {
    .list__specs h3 {
        font-size: 1.667rem;
    }
}

#footer {
    background-color: #fff;
    position: relative;
}

#footer .sec__wrapper {
    z-index: auto;
}

#footer,
#footer .choices__inner,
#footer .choices__list--dropdown .choices__item,
#footer h4 {
    font-size: 1rem;
}

#footer * {
    color: #292929;
}

#footer h4 {
    margin-bottom: 0.75rem;
}

#footer .layout__cols.cols_2 {
    -moz-column-width: 148px;
    column-width: 148px;
    grid-template-columns: auto 1fr;
}

@media (max-width: 599px) {
    #footer .layout__cols.cols_2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

#footer ul {
    list-style-type: none;
    padding: 0;
}

#footer ul.inline {
    margin-bottom: 0.75rem;
}

@media (max-width: 599px) {
    #footer ul {
        padding-right: 2rem;
    }
}

#footer a[target="_blank"]:not(.external):not(.no_icon):after {
    display: none;
}

#footer .choices__inner {
    border-bottom: 1px solid #292929;
    border-top: 1px solid #292929;
    line-height: 48px;
    min-height: 48px;
}

#footer .choices__list--single {
    letter-spacing: 0.075em;
    text-align: center;
    text-transform: uppercase;
}

#footer .choices__placeholder {
    font-style: normal;
    opacity: 1;
}

#footer .choices__list--dropdown {
    box-shadow: none;
    text-align: left;
}

.footer__wrp {
    padding-top: 3rem;
    position: relative;
}

.footer__wrp:first-child {
    display: flex;
    flex-wrap: nowrap;
}

.footer__wrp:last-child {
    padding-bottom: 3rem;
}

@media (max-width: 1023px) {
    .footer__wrp:first-child {
        flex-direction: column;
    }

    .footer__wrp > div {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .footer__wrp:first-child {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer__wrp > div:first-child {
        flex-grow: 2;
    }
}

@media (max-width: 599px) {
    .footer__wrp {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .footer__wrp {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 1024px) {
    .footer__wrp {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .footer__main > div:not(:last-child) {
        padding-right: 10vw;
    }
}

@media (min-width: 600px) {
    .footer__main {
        display: flex;
    }

    body.id .footer__main,
    body.in .footer__main {
        flex-flow: row wrap;
    }

    .footer__main > div:first-child .layout__cols.cols_2 {
        -moz-column-count: 1;
        column-count: 1;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1024px) {
    .footer__main > div:not(:last-of-type) {
        padding-right: 4rem;
    }
}

@media (max-width: 599px) {
    .footer__aside .choices {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .footer__aside {
        display: flex;
    }

    .footer__aside .choices {
        width: 40%;
    }
}

@media (min-width: 1024px) {
    .footer__aside {
        flex: 0 1 auto;
        margin-left: 1rem;
        text-align: right;
    }

    body.id .footer__aside {
        flex: 0 1 40%;
    }

    .footer__aside .choices {
        display: inline-block;
        margin-bottom: 2rem;
        min-width: 320px;
    }
}

.footer__socials {
    line-height: 32px;
}

.footer__socials > span {
    display: inline-block;
}

.footer__socials .icon_circle {
    margin: 4px 0.25em 0;
}

@media (min-width: 600px) and (max-width: 1023px) {
    .footer__socials {
        flex: 1 0 auto;
    }
}

.footer__links {
    margin-bottom: 2rem;
}

.footer__links li {
    margin-bottom: 0.75rem;
}

.footer__copyright {
    position: relative;
}

.footer__copyright:before {
    background-color: #d7d7d7;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -1rem;
    width: 100%;
}

.footer__copyright,
.footer__copyright p {
    font-size: 0.75rem;
}

@media (min-width: 600px) {
    .footer__copyright > div {
        display: flex;
    }

    .footer__copyright > div .inline {
        margin-left: 2.5rem;
    }
}

.footer__contact_det {
    display: none;
    flex: 1 0 100%;
    width: 100%;
}

@media (max-width: 1023px) {
    .footer__contact_det {
        margin-bottom: 3rem;
        margin-top: -1rem;
    }
}

body.id .footer__contact_det,
body.in .footer__contact_det {
    display: block;
}

.footer__contact_det p {
    line-height: 32px;
}

body.id .footer__contact_det p:first-child {
    line-height: 1.45;
}

.footer__contact_det .icon_contact {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    height: 24px;
    margin: 4px 0.25em 0 0.75em;
    vertical-align: top;
    width: 24px;
}

.footer__contact_det .icon_phone {
    background-image: url(../img/resources/icon-call-b.svg);
}

.footer__contact_det .icon_email {
    background-image: url(../img/resources/icon-email-b.svg);
}

.footer__contact_det .icon_whatsapp {
    background-image: url(../img/resources/icon-whatsapp-b.svg);
}

.footer__contact_txt ~ span {
    display: inline-block;
}

@media (max-width: 599px) {
    .footer__contact_txt ~ span .icon_contact {
        margin-left: 0;
    }

    .footer__contact_txt + span {
        margin-left: 0.75em;
    }
}

@media (min-width: 1024px) {
    .nz #footer .footer__main > div:not(:last-of-type) {
        padding-right: 4rem;
    }

    .nz #footer .footer__main > div .layout__cols.cols_2 {
        -moz-column-count: 1;
        column-count: 1;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 600px) {
    html[lang="es"] .ar #footer .layout__cols {
        -moz-column-count: 2;
        column-count: 2;
        display: block;
    }
}

.expandable__wrp:not(:last-child) {
    margin-bottom: 0.75rem;
}

.expandable__wrp.is_active .expandable__header:after {
    transform: rotate(180deg);
}

.expandable__wrp.is_active .expandable__cont {
    margin-top: 0.5rem;
}

.expandable__header,
.mm .expandable__header {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    line-height: 1;
    pointer-events: all;
}

.expandable__header:after {
    content: url(../img/resources/icon-arrow-down.svg);
    display: inline-block;
    margin-left: 0.25em;
    transform: rotate(0deg);
    transition: transform 0.2s;
    width: 0.88889rem;
}

.sec__bg_black .expandable__header:after,
.sec__bg_grad_dark .expandable__header:after {
    filter: invert(1);
}

.expandable__cont {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out, margin 0.2s;
}

.expandable__cont.expended {
    overflow: visible;
}

.expandable_info__cont {
    font-size: 0.75rem;
    line-height: 1.3;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out, margin 0.2s;
}

@media (min-width: 1024px) {
    .expandable_info__cont {
        font-size: 0.77778rem;
    }
}

.expandable_info__header.is_active .icon_info {
    background-color: #363636;
}

.expandable_info__header.is_active .expandable_info__cont {
    margin-top: 0.5rem;
}

.mdc-dialog,
.mdc-dialog__scrim {
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.mdc-dialog {
    display: none;
    z-index: 101;
}

.mdc-dialog .mdc-dialog__surface {
    background-color: #fff;
    background-color: var(--mdc-theme-surface, #fff);
}

.mdc-dialog .mdc-dialog__scrim {
    background-color: hsla(0, 0%, 100%, 0.5);
}

.mdc-dialog .mdc-dialog__content,
.mdc-dialog .mdc-dialog__title {
    color: #292929;
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
    border-color: rgba(41, 41, 41, 0.2);
}

.mdc-dialog .mdc-dialog__surface {
    min-width: 280px;
}

@media (max-width: 832px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: calc(100vw - 32px);
    }
}

@media (min-width: 832px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: 800px;
    }
}

.mdc-dialog .mdc-dialog__surface {
    border-radius: 4px;
    max-height: calc(100% - 32px);
}

.mdc-dialog__scrim {
    opacity: 0;
    z-index: -1;
}

.mdc-dialog__container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-around;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
}

.mdc-dialog__surface {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
        0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    max-width: 100%;
    overflow-y: auto;
    pointer-events: auto;
}

.mdc-dialog[dir="rtl"] .mdc-dialog__surface,
[dir="rtl"] .mdc-dialog .mdc-dialog__surface {
    text-align: right;
}

.mdc-dialog__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    flex-shrink: 0;
    font-family: Nobel, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0125em;
    line-height: normal;
    line-height: 2rem;
    margin: 0;
    padding: 0 24px 24px;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-dialog__title:before {
    content: "";
    display: inline-block;
    height: 40px;
    vertical-align: 0;
    width: 0;
}

.mdc-dialog[dir="rtl"] .mdc-dialog__title,
[dir="rtl"] .mdc-dialog .mdc-dialog__title {
    text-align: right;
}

.mdc-dialog--scrollable .mdc-dialog__title {
    padding-bottom: 30px;
}

.mdc-dialog__content {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    flex-grow: 1;
    font-family: Nobel, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.03125em;
    line-height: 1.5rem;
    margin: 0;
    overflow: auto;
    padding: 20px 24px;
    text-decoration: inherit;
    text-transform: inherit;
}

.mdc-dialog__content > :first-child {
    margin-top: 0;
}

.mdc-dialog__content > :last-child {
    margin-bottom: 0;
}

.mdc-dialog__title + .mdc-dialog__content {
    padding-top: 0;
}

.mdc-dialog--scrollable .mdc-dialog__content {
    padding-bottom: 8px;
    padding-top: 8px;
}

.mdc-dialog__content .mdc-list:first-child:last-child {
    padding: 6px 0 0;
}

.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
    padding: 0;
}

.mdc-dialog__actions {
    align-items: center;
    border-top: 1px solid transparent;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    min-height: 52px;
    padding: 8px;
    position: relative;
}

.mdc-dialog--stacked .mdc-dialog__actions {
    align-items: flex-end;
    flex-direction: column;
}

.mdc-dialog__button {
    margin-left: 8px;
    margin-right: 0;
    max-width: 100%;
    text-align: right;
}

.mdc-dialog__button[dir="rtl"],
[dir="rtl"] .mdc-dialog__button {
    margin-left: 0;
    margin-right: 8px;
}

.mdc-dialog__button:first-child,
.mdc-dialog__button:first-child[dir="rtl"],
[dir="rtl"] .mdc-dialog__button:first-child {
    margin-left: 0;
    margin-right: 0;
}

.mdc-dialog[dir="rtl"] .mdc-dialog__button,
[dir="rtl"] .mdc-dialog .mdc-dialog__button {
    text-align: left;
}

.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
    margin-top: 12px;
}

.mdc-dialog--closing,
.mdc-dialog--open,
.mdc-dialog--opening {
    display: flex;
}

.mdc-dialog--opening .mdc-dialog__scrim {
    transition: opacity 0.15s linear;
}

.mdc-dialog--opening .mdc-dialog__container {
    transition: opacity 75ms linear,
        transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
}

.mdc-dialog--closing .mdc-dialog__container,
.mdc-dialog--closing .mdc-dialog__scrim {
    transition: opacity 75ms linear;
}

.mdc-dialog--closing .mdc-dialog__container {
    transform: scale(1);
}

.mdc-dialog--open .mdc-dialog__scrim {
    opacity: 1;
}

.mdc-dialog--open .mdc-dialog__container {
    opacity: 1;
    transform: scale(1);
}

.mdc-dialog-scroll-lock {
    overflow: hidden;
}

.mdc-dialog .mdc-dialog__surface {
    border-radius: 0;
    padding-bottom: 3rem;
    padding-top: 3rem;
    position: relative;
}

@media (max-width: 599px) {
    .mdc-dialog .mdc-dialog__surface {
        padding-bottom: 0;
    }
}

@media (min-width: 600px) {
    .mdc-dialog .mdc-dialog__surface {
        padding-right: 3rem;
    }
}

.mdc-dialog__content,
.mdc-dialog__title {
    font-weight: 300;
}

@media (max-width: 599px) {
    .mdc-dialog__content,
    .mdc-dialog__title {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 600px) {
    .mdc-dialog__content,
    .mdc-dialog__title {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.mdc-dialog h2,
.mdc-dialog__title {
    font-size: 1.75rem;
    letter-spacing: 0.15em;
    line-height: 1.2;
}

@media (min-width: 600px) {
    .mdc-dialog h2,
    .mdc-dialog__title {
        font-size: 2.66667rem;
    }
}

.mdc-dialog__title:before {
    content: none;
}

@media (max-width: 599px) {
    .mdc-dialog--scrollable .mdc-dialog__title {
        padding-bottom: 20px;
    }
}

.mdc-dialog__content {
    line-height: 1.3;
}

html.desktop .mdc-dialog__content {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html.desktop .mdc-dialog__content::-webkit-scrollbar {
    width: 6px;
}

html.desktop .mdc-dialog__content::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.05);
}

html.desktop .mdc-dialog__content::-webkit-scrollbar-thumb {
    background: linear-gradient(
        rgba(41, 41, 41, 0.8),
        #292929 50%,
        rgba(41, 41, 41, 0.8)
    );
}

html.desktop .mdc-dialog__content::-webkit-scrollbar-thumb:active,
html.desktop .mdc-dialog__content::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .mdc-dialog__scrim {
        -webkit-backdrop-filter: blur(0.3em);
        backdrop-filter: blur(0.3em);
    }
}

.mdc-dialog .mdc-button.mdc-button--outlined {
    border-color: #292929;
    color: #292929;
}

.mdc-dialog__close {
    height: 44px;
    outline: none;
    position: absolute;
    width: 44px;
}

.mdc-dialog__close:after,
.mdc-dialog__close:before {
    border-left: 1px solid #292929;
    content: "";
    height: 40px;
    left: calc(50% - 1px);
    position: absolute;
}

.mdc-dialog__close:before {
    transform: rotate(45deg);
}

.mdc-dialog__close:after {
    transform: rotate(-45deg);
}

@media (max-width: 599px) {
    .mdc-dialog__close {
        right: 0;
        top: 0;
    }

    .mdc-dialog__close:after,
    .mdc-dialog__close:before {
        height: 32px;
        top: 6px;
    }
}

@media (min-width: 600px) {
    .mdc-dialog__close {
        right: 0.75rem;
        top: 0.75rem;
    }

    .mdc-dialog__close:after,
    .mdc-dialog__close:before {
        height: 40px;
        top: 2px;
    }
}

.mdc-dialog.dialog_fullscreen .mdc-dialog__container {
    width: 100%;
}

.mdc-dialog.dialog_fullscreen .mdc-dialog__surface {
    height: calc(100% - 32px);
    min-width: calc(100% - 32px);
}

@media (min-width: 1280px) {
    .mdc-dialog.dialog_fullscreen .mdc-dialog__surface {
        padding-left: 4rem;
    }
}

.mdc-dialog.dialog_fullscreen .mdc-dialog__content,
.mdc-dialog.dialog_fullscreen .mdc-dialog__title {
    margin: auto;
    max-width: 1280px;
    width: 100%;
}

@media (min-width: 1024px) {
    .mdc-dialog.dialog_fullscreen .mdc-dialog__content,
    .mdc-dialog.dialog_fullscreen .mdc-dialog__title {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.mdc-dialog.dialog_fullscreen .mdc-dialog__title + .mdc-dialog__content {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

@media (max-width: 599px) {
    h2 + .dialog__cont {
        margin-top: 2.5rem;
    }
}

@media (min-width: 600px) {
    h2 + .dialog__cont {
        margin-top: 4rem;
    }
}

.mdc-ripple-surface {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    overflow: hidden;
    position: relative;
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.mdc-ripple-surface:before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
}

.mdc-ripple-surface.mdc-ripple-upgraded:before {
    transform: scale(1);
    transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface.mdc-ripple-upgraded:after {
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: center center;
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after {
    left: 0;
    left: var(--mdc-ripple-left, 0);
    top: 0;
    top: var(--mdc-ripple-top, 0);
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after {
    animation: mdc-ripple-fg-radius-in 225ms forwards,
        mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after {
    animation: mdc-ripple-fg-opacity-out 0.15s;
    transform: translate(0) scale(1);
    transform: translate(var(--mdc-ripple-fg-translate-end, 0))
        scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
    background-color: #000;
}

.mdc-ripple-surface:hover:before {
    opacity: 0.04;
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
    height: 200%;
    left: -50%;
    top: -50%;
    width: 200%;
}

.mdc-ripple-surface.mdc-ripple-upgraded:after {
    height: 100%;
    height: var(--mdc-ripple-fg-size, 100%);
    width: 100%;
    width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded] {
    overflow: visible;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:after,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:before {
    height: 100%;
    height: var(--mdc-ripple-fg-size, 100%);
    left: 0;
    left: var(--mdc-ripple-left, 0);
    top: 0;
    top: var(--mdc-ripple-top, 0);
    width: 100%;
    width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after {
    height: 100%;
    height: var(--mdc-ripple-fg-size, 100%);
    width: 100%;
    width: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface--primary:after,
.mdc-ripple-surface--primary:before {
    background-color: #1f3fcf;
}

@supports not (-ms-ime-align: auto) {
    .mdc-ripple-surface--primary:after,
    .mdc-ripple-surface--primary:before {
        background-color: #1f3fcf;
        background-color: var(--mdc-theme-primary, #1f3fcf);
    }
}

.mdc-ripple-surface--primary:hover:before {
    opacity: 0.04;
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus:before {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active:after {
    opacity: 0.12;
    transition-duration: 75ms;
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.mdc-ripple-surface--accent:after,
.mdc-ripple-surface--accent:before {
    background-color: #fff;
}

@supports not (-ms-ime-align: auto) {
    .mdc-ripple-surface--accent:after,
    .mdc-ripple-surface--accent:before {
        background-color: #fff;
        background-color: var(--mdc-theme-secondary, #fff);
    }
}

.mdc-ripple-surface--accent:hover:before {
    opacity: 0.08;
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus:before {
    opacity: 0.24;
    transition-duration: 75ms;
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):after {
    transition: opacity 0.15s linear;
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active:after {
    opacity: 0.24;
    transition-duration: 75ms;
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.hide {
    display: none !important;
}

.show-block {
    display: block !important;
}

.opacity {
    opacity: 1;
    transition: opacity 0.25s;
}

.opacity.opacity_0 {
    opacity: 0;
}

.is_disabled {
    opacity: 0.35;
    pointer-events: none;
}

@media (max-width: 599px) {
    .show_on_sml_down {
        display: block !important;
    }
}

@media (min-width: 600px) {
    .show_on_sml_down {
        display: none !important;
    }
}

@media (max-width: 599px) {
    .show_on_sml_up {
        display: none !important;
    }
}

@media (min-width: 600px) {
    .show_on_sml_up {
        display: block !important;
    }
}

@media (max-width: 1023px) {
    .show_on_med_down {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .show_on_med_down {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .show_on_med_up {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .show_on_med_up {
        display: block !important;
    }
}

.w_100 {
    width: 100%;
}

@media (min-width: 1280px) {
    .has_ext_padding_right {
        padding-right: 2rem;
    }

    .has_ext_padding_left {
        padding-left: 2rem;
    }
}

.no_padding_top {
    padding-top: 0;
}

.no_padding_btm {
    padding-bottom: 0 !important;
}

.no_padding_tb {
    padding-bottom: 0;
    padding-top: 0;
}

ol.list__with_space > li + li,
ul.list__with_space > li + li {
    margin-top: 0.25rem;
}

ol[type="1"] {
    list-style-type: decimal;
    margin-left: 0;
    padding-left: 1.25em;
}

.mt_small {
    margin-top: 0.625rem;
}

.mt_normal {
    margin-top: 1.25rem;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

@media (min-width: 600px) {
    .text_right_desktop {
        text-align: right;
    }
}

[v-cloak] {
    opacity: 0;
    visibility: hidden;
}

@media print {
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: "";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        margin: 0.75cm;
    }

    #__tealiumGDPRecModal,
    #footer,
    #nav__desktop_main,
    #nav__desktop_top,
    #nav__hamburger,
    #nav__mobile,
    .header__cont:nth-child(2),
    .mm-blocker {
        display: none !important;
        visibility: hidden !important;
    }

    #header__top,
    #header__top .logo_lexus {
        position: static !important;
    }

    #header__top.headroom--unpinned,
    #header__top.is_hidden,
    .headroom {
        transform: none !important;
        transition: none !important;
    }

    #header__top.headroom--unpinned,
    #header__top.headroom--unpinned .header__cont:first-child {
        height: 50px !important;
    }

    .header__cont:first-child {
        border-bottom: 1px solid #000;
    }

    main {
        overflow: hidden !important;
    }

    .sec__hva ul li p,
    article a:not(.mdc-button):not(.no_txt_link) {
        background-image: none !important;
    }

    .accordion__body,
    .expandable__cont,
    .expandable_info__cont {
        max-height: inherit;
    }

    .expandable__cont,
    .expandable_info__cont {
        margin-top: 0.5rem;
    }

    .accordion__header:before,
    .theme__light #header__top:before {
        content: none;
    }
}

@media print and (color) {
    .icon_info,.sec__specifications table td: nth-child(2),.theme__light .sec__bg_white:before,table.table__specs td:nth-child(2) {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

@media (min-width: 1024px) {
    main
        > article
        > .sec__first:not(.sec__masthead_inside).disable__generic_padding
        .layout_grid:first-child {
        padding-top: 40px;
    }
}

@media (max-width: 1023px) {
    main
        > article
        > .sec__first:not(.sec__masthead_inside).disable__generic_padding
        .layout_grid:first-child {
        padding-top: 16px;
    }
}

section.disable__generic_padding .sec__wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

section.disable__generic_padding .layout_grid:first-child {
    padding-top: 0;
}

@media (min-width: 1024px) {
    .sec__bg_black
        + .sec__bg_black.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_black
        + .sec__bg_grad_dark.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_black
        + .sec__bg_grad_light.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_black
        + .sec__bg_white.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_dark
        + .sec__bg_black.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_dark
        + .sec__bg_grad_dark.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_dark
        + .sec__bg_grad_light.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_dark
        + .sec__bg_white.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_light
        + .sec__bg_black.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_light
        + .sec__bg_grad_dark.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_light
        + .sec__bg_grad_light.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_light
        + .sec__bg_white.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_white
        + .sec__bg_black.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_white
        + .sec__bg_grad_dark.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_white
        + .sec__bg_grad_light.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_white
        + .sec__bg_white.disable__generic_padding
        .layout_grid:first-child {
        padding-top: 40px;
    }
}

@media (max-width: 1023px) {
    .sec__bg_black
        + .sec__bg_black.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_black
        + .sec__bg_grad_dark.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_black
        + .sec__bg_grad_light.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_black
        + .sec__bg_white.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_dark
        + .sec__bg_black.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_dark
        + .sec__bg_grad_dark.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_dark
        + .sec__bg_grad_light.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_dark
        + .sec__bg_white.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_light
        + .sec__bg_black.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_light
        + .sec__bg_grad_dark.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_light
        + .sec__bg_grad_light.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_grad_light
        + .sec__bg_white.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_white
        + .sec__bg_black.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_white
        + .sec__bg_grad_dark.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_white
        + .sec__bg_grad_light.disable__generic_padding
        .layout_grid:first-child,
    .sec__bg_white
        + .sec__bg_white.disable__generic_padding
        .layout_grid:first-child {
        padding-top: 16px;
    }
}

.without_flag .iti__flag {
    display: none;
}

.without_flag .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
}

.iti.iti--container .iti__flag-box,
.without_flag .iti__flag-box {
    display: none;
}

.sec__bg_grad_grey {
    background-color: #f5f5f5;
    background-image: linear-gradient(
        #ebebeb,
        hsla(0, 0%, 100%, 0.5) 6rem,
        hsla(0, 0%, 100%, 0) calc(100% - 6rem),
        #ebebeb
    );
}

.theme__light
    article
    section:not(.sec__bg_black):not(.sec__bg_grad_dark)
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article
    .sec__bg_grad_light
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article
    .sec__bg_gray_light
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article
    .sec__bg_white
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
    background-image: linear-gradient(
        270deg,
        rgba(41, 41, 41, 0) 0,
        #292929 50%,
        rgba(41, 41, 41, 0)
    );
}

.theme__light
    article
    section:not(.sec__bg_black):not(.sec__bg_grad_dark)
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article
    .sec__bg_grad_light
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article
    .sec__bg_gray_light
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article
    .sec__bg_white
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
}

.theme__light
    article
    section:not(.sec__bg_black):not(.sec__bg_grad_dark)
    .sec__bg_grad_dark_gray
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
    background-image: linear-gradient(
        270deg,
        hsla(0, 0%, 92%, 0) 0,
        #ebebeb 50%,
        hsla(0, 0%, 92%, 0)
    );
    color: inherit;
}

.theme__light
    article
    section:not(.sec__bg_black):not(.sec__bg_grad_dark)
    .sec__bg_grad_dark_gray
    a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
}

a.link_download:not(.no_txt_link),
a[download]:not(.no_txt_link) {
    margin-left: 1.5em;
    position: relative;
}

a.link_download:not(.no_txt_link):before,
a[download]:not(.no_txt_link):before {
    background-image: url(../img/resources/icon-download.svg);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    content: "";
    display: block;
    height: 1.5em;
    left: -1.5em;
    position: absolute;
    top: 0;
    width: 1.5em;
}

a.link_download.download_all,
a[download].download_all {
    margin-left: 1.75em;
}

a.link_download.download_all:before,
a[download].download_all:before {
    background: url(../img/resources/icon-download-all.svg) no-repeat 0;
    height: 100%;
    left: -1.75em;
}

.sec__bg_grad_dark a[target="_blank"]:not(.no_icon):after,
.sec__bg_grad_gray a[target="_blank"]:not(.no_icon):after {
    content: url(../img/resources/icon-external-w.svg);
}

a.no_txt_link img {
    transform: scale(1);
    transition: transform 0.25s;
}

a.no_txt_link:hover img {
    transform: scale(1.06);
}

.link_back_to {
    display: inline-flex;
    margin-left: calc(0.66667rem + 6px);
    position: relative;
}

header .link_back_to {
    margin-bottom: 2rem;
}

.link_back_to:before {
    background: url(../img/resources/icon-arrow-next-b.svg) no-repeat 0;
    background-size: 100%;
    content: "";
    height: 100%;
    left: calc(-0.66667rem - 6px);
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    width: 0.66667rem;
}

header h1 + p {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    header h1 {
        font-size: 2.667rem;
    }
}

.sec__header h2,
.sec__header h3 {
    scroll-margin-top: 50px;
}

.sec__header h2 + h4,
.sec__header h3 + h4 {
    margin-top: 2rem;
}

.sec__header h2 ~ p,
.sec__header h3 ~ p {
    margin-top: 1rem;
}

.sec__header + .layout_grid,
.sec__header + .sec__cont {
    padding-top: 0;
}

.sec__subheader {
    margin-bottom: 2rem;
}

.sec__subheader h3 {
    font-size: 1.5rem;
}

@media (min-width: 1024px) {
    .sec__subheader h3 {
        font-size: 1.66667rem;
    }
}

.sec__subheader h3 + h4 {
    margin-top: 0.75rem;
}

@media (max-width: 599px) {
    .sec__subheader {
        margin-bottom: 1.5rem;
    }
}

.link_img img,
.link_video img {
    pointer-events: none;
    transform: scale(1);
    will-change: transform;
}

.link_img img.lazy,
.link_video img.lazy {
    transition: opacity 0.5s, transform 0.5s;
}

.link_img:hover picture:after,
.link_video:hover picture:after {
    opacity: 0.75;
}

.link_img:hover img,
.link_video:hover img {
    transform: scale(1.015);
}

.link_img {
    cursor: zoom-in;
}

.link_video {
    cursor: pointer;
}

.link_video picture:after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 1.667rem 0 1.667rem 2.444rem;
    content: "";
    height: 0;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.25s;
    width: 0;
}

.picture_full_screen {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

.picture_full_screen:after {
    background: linear-gradient(
        90deg,
        #000 0,
        rgba(0, 0, 0, 0.738) 19%,
        rgba(0, 0, 0, 0.541) 34%,
        rgba(0, 0, 0, 0.382) 47%,
        rgba(0, 0, 0, 0.278) 56.5%,
        rgba(0, 0, 0, 0.194) 65%,
        rgba(0, 0, 0, 0.126) 73%,
        rgba(0, 0, 0, 0.075) 80.2%,
        rgba(0, 0, 0, 0.042) 86.1%,
        rgba(0, 0, 0, 0.021) 91%,
        rgba(0, 0, 0, 0.008) 95.2%,
        rgba(0, 0, 0, 0.002) 98.2%,
        transparent
    );
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture_full_screen img {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.has_aspect_ratio {
    height: 0;
    overflow: hidden;
    position: relative;
}

.has_aspect_ratio iframe,
.has_aspect_ratio img {
    left: 0;
    position: absolute;
    top: 0;
}

.has_aspect_ratio iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 100%;
}

.ar__2_1 {
    padding-bottom: 50%;
}

.ar__16_9 {
    padding-bottom: 56.25%;
}

.ar__9_16 {
    padding-bottom: 180%;
}

.ar__16_10 {
    padding-bottom: 62.5%;
}

.ar__3_2 {
    padding-bottom: 66.66667%;
}

.ar__4_3 {
    padding-bottom: 75%;
}

.ar__1_1 {
    padding-bottom: 100%;
}

.ar__3_4 {
    padding-bottom: 133.33333%;
}

.ar__car_thumb {
    overflow: visible;
    padding-bottom: 39.5%;
}

.layout_flex {
    display: flex;
}

.layout_flex.align_bottom {
    align-items: flex-end;
    height: 100%;
}

.layout_flex.justify_center {
    justify-content: center;
}

.layout_flex.justify_between {
    justify-content: space-between;
}

.layout_flex.justify_right {
    justify-content: flex-end;
}

.layout_flex.vertical_space_btwn {
    align-content: space-between;
    flex-flow: row wrap;
    justify-content: space-between;
    min-height: 100%;
}

@media (max-width: 599px) {
    .layout_flex.justify_between,
    .layout_flex.justify_center {
        flex-flow: column wrap;
    }

    .layout_flex.justify_between > :not(:first-child),
    .layout_flex.justify_center > :not(:first-child) {
        margin-top: 1.5rem;
    }

    .layout_flex.justify_center {
        align-items: center;
    }
}

.sec__wrapper {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.sec__wrapper.no_padding_top {
    padding-top: 0;
}

@media (min-width: 1024px) {
    .sec__wrapper {
        padding-bottom: 40px;
    }

    .sec__wrapper:not(.layout_grid) {
        padding-top: 20px;
    }

    .sec__hva .sec__wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 1023px) {
    .sec__wrapper {
        padding-bottom: 16px;
        padding-top: 16px;
    }
}

.iframe__wrapper {
    position: relative;
}

.iframe__wrapper iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.iframe__wrapper.iframe__wrapper_yt:after {
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.25s;
    width: 100%;
}

.iframe__wrapper.iframe__wrapper_yt.is_ended:after,
.iframe__wrapper.iframe__wrapper_yt.is_paused:after {
    opacity: 1;
    pointer-events: all;
}

.iframe__wrapper.iframe__wrapper_yt.is_ended:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNDM3LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA0MzcuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTIyNy4xIDQzNy4xaC04LjVDOTggNDM3LjEgMCAzMzkuMSAwIDIxOC41IDAgOTggOTggMCAyMTguNSAwYzExNy42IDAgMjEzLjkgOTMuNCAyMTguNCAyMTBINTEyTDM4MC4xIDM2MC44IDI0OC4yIDIxMGg3NC42Yy00LjQtNTMuNy00OS40LTk2LTEwNC4yLTk2LTU3LjcgMC0xMDQuNiA0Ni45LTEwNC42IDEwNC41UzE2MC45IDMyMyAyMTguNSAzMjNoOC41djExNC4xem0tOC42LTQyMGMtMTExLjEgMC0yMDEuNCA5MC40LTIwMS40IDIwMS40IDAgMTA4LjIgODUuOCAxOTYuOCAxOTIuOSAyMDEuM3YtNzkuOWMtNjMuMS00LjQtMTEzLjEtNTcuMS0xMTMuMS0xMjEuM0M5Ni45IDE1MS41IDE1MS41IDk3IDIxOC41IDk3YzY3LjEgMCAxMjEuNiA1NC42IDEyMS42IDEyMS42djguNWgtNTQuM0wzODAgMzM0LjhsOTQuMi0xMDcuN2gtNTQuM3YtOC41Yy4xLTExMS4xLTkwLjMtMjAxLjUtMjAxLjQtMjAxLjV6Ii8+PC9zdmc+);
    background-size: 64px;
}

.iframe__wrapper.iframe__wrapper_yt.is_paused:after {
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    background-size: 44px;
    transition-delay: 0.5s;
}

.lcpo_img + .tile__cont,
.media_lightbox_min + .tile__cont,
picture + .tile__cont {
    padding-top: 1.25rem;
}

.tile__cont h4 {
    margin-bottom: 0.75rem;
}

@media (max-width: 599px) {
    .tile__cont {
        margin-bottom: 1rem;
    }
}

.sec__has_bg {
    position: relative;
}

.sec__has_bg:before {
    content: "";
    height: 100%;
    left: 50%;
    opacity: var(--opacity);
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100vw + 2px);
}

.sec__has_bg .sec__cont {
    position: relative;
}

.sec__bg_black:before {
    background-color: #000;
}

.sec__bg_dark:before {
    background-color: #333;
}

.sec__bg_grad_black:before {
    background-image: linear-gradient(#000, #292929 75%);
}

.sec__bg_grad_dark:before {
    background-image: linear-gradient(#000, #444);
}

.sec__bg_gray_light:before {
    background-color: #f5f5f5;
    background-image: linear-gradient(
        #ebebeb,
        hsla(0, 0%, 100%, 0.5) 6rem,
        hsla(0, 0%, 100%, 0) calc(100% - 6rem),
        #ebebeb
    );
}

.sec__bg_grad_gray:before {
    background-image: linear-gradient(
        #898989,
        #898989 calc(100% - 6rem),
        #757575
    );
}

.sec__bg_grad_light:before {
    background-color: #fff;
    background-image: linear-gradient(
        hsla(0, 0%, 100%, 0) calc(100% - 6rem),
        #f5f5f5
    );
}

.sec__bg_grad_dark_gray:before {
    background-color: #ccc;
    background-image: linear-gradient(#ccc, #959595);
}

.sec__bg_grad_dark_gray * {
    color: #fff;
}

.sec__bg_grad_light *,
.sec__bg_gray_light *,
.sec__bg_white * {
    color: #292929;
}

.sec__bg_grad_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_gray_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_white .mdc-button--unelevated:not(:disabled) .mdc-button__label {
    color: #fff;
}

.sec__bg_white:before {
    background-color: #fff;
}

.sec__bg_white.sec__keep_me_informed:before {
    background-image: linear-gradient(
        hsla(0, 0%, 100%, 0) calc(100% - 6rem),
        #f5f5f5
    );
}

.sec__parallax {
    perspective: 250;
    perspective-origin: 50% 0;
}

@media (max-width: 599px) {
    .sec__parallax {
        perspective-origin: 50% 100%;
    }
}

.el__parallax {
    transform: scaleZ(1) translateY(var(--translateY));
    transition: opacity 0.5s, transform 0.5s;
}

.el__parallax_bg {
    transform: translateY(var(--translateY));
    transition: transform 0.25s;
}

.el__shuffle {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.75s,
        transform 0.75s cubic-bezier(0.68, -0.55, 0.265, 2);
}

.animated .el__shuffle {
    opacity: 1;
    transform: scale(1);
}

.footer__hero {
    height: 0;
    overflow: hidden;
    position: relative;
}

.footer__hero picture {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

@media (max-width: 599px) {
    .footer__hero {
        padding-bottom: 116.667%;
    }
}

@media (min-width: 600px) {
    .footer__hero {
        padding-bottom: 33.33333%;
    }
}

.sec__hva:not(.all_shown) ul li {
    display: none;
}

.sec__hva ul li a {
    align-items: center;
    color: inherit;
    display: inline-flex;
}

.sec__hva ul li a:hover p {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
    background-size: 100% 1px;
}

.dpr-modified .sec__hva ul li a:hover p {
    background-size: 100% 1pt;
}

.sec__hva ul li svg {
    display: block;
}

.sec__hva ul li p {
    background-color: transparent;
    background-image: linear-gradient(
        270deg,
        rgba(41, 41, 41, 0) 0,
        #292929 50%,
        rgba(41, 41, 41, 0)
    );
    background-position: 50% calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 300% 1px;
    margin-left: 0.75rem;
    transition: background-image 0.3s, background-size 0.3s;
}

.dpr-modified .sec__hva ul li p {
    background-position: 50% calc(100% - 1pt);
    background-size: 300% 1pt;
}

.sec__bg_black .sec__hva ul li p {
    background-image: linear-gradient(
        270deg,
        hsla(0, 0%, 92%, 0) 0,
        #ebebeb 50%,
        hsla(0, 0%, 92%, 0)
    );
}

@media (max-width: 599px) {
    .sec__hva ul {
        display: block;
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .sec__hva ul li a {
        padding: 0.75rem 1rem;
    }

    .sec__hva ul li svg {
        width: 36px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .sec__hva ul {
        display: flex;
        flex-flow: row wrap;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .sec__hva ul li {
        flex: 0 0 50%;
        width: 50%;
    }

    .sec__hva ul li a {
        padding: 0.75rem 1.5rem;
    }

    .sec__hva ul li svg {
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .sec__hva ul {
        display: flex;
        justify-content: space-around;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .sec__hva ul li a {
        padding: 0.75rem 1.5rem;
    }

    .sec__hva ul li svg {
        height: 40px;
        width: auto;
    }
}

@media (max-width: 599px) {
    .block__hva ul li {
        width: 50%;
    }
}

.block__hva ul li a {
    align-items: center;
    color: inherit;
    display: flex;
    flex-direction: row;
}

.block__hva ul li a:hover span {
    background-image: linear-gradient(
        270deg,
        rgba(188, 132, 32, 0) 0,
        #bc8420 50%,
        rgba(188, 132, 32, 0)
    );
    background-size: 100% 1px;
}

.dpr-modified .block__hva ul li a:hover span {
    background-size: 100% 1pt;
}

.block__hva ul li a > div {
    display: block;
}

.block__hva ul li a > div:last-child {
    padding-left: 0.75rem;
}

.block__hva ul li a[target="_blank"]:not(.no_icon):after {
    display: none;
}

.block__hva ul li a[target="_blank"]:not(.no_icon) > div:last-child {
    display: inline-block;
    position: relative;
}

.block__hva ul li a[target="_blank"]:not(.no_icon) > div:last-child:after {
    content: url(../img/resources/icon-external.svg);
    display: inline-block;
    margin-left: 0.35em;
    width: 0.75em;
}

.block__hva ul li svg {
    display: block;
    height: 30px;
    width: 30px;
}

@media (max-width: 599px) {
    .block__hva ul li svg {
        height: 24px;
        width: 24px;
    }
}

.block__hva ul li span {
    background-color: transparent;
    background-image: linear-gradient(
        270deg,
        rgba(41, 41, 41, 0) 0,
        #292929 50%,
        rgba(41, 41, 41, 0)
    );
    background-position: 50% calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 300% 1px;
    transition: background-image 0.3s, background-size 0.3s;
}

.dpr-modified .block__hva ul li span {
    background-position: 50% calc(100% - 1pt);
    background-size: 300% 1pt;
}

.svg__mask {
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
}

.theme__light {
    background-color: #fff;
    color: #292929;
}

.theme__light .nav__pageIndicator {
    border-left: 1px solid #292929;
}

.cpl-no-gradient {
    transform: none !important;
}

.cpl-no-gradient:after,
.cpl-no-gradient:before {
    display: none !important;
}

.splash_mask,
.splash_mask_layer {
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
}

.splash_mask {
    background: url(../img/resources/logo-lexus-mask.svg) no-repeat 50%;
    transform: scale(1) translateZ(0);
    transition: opacity 1.25s, transform 1.25s ease;
    z-index: 99999;
}

.splash_mask.zoom_in {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1023px) {
    .splash_mask {
        background-size: 275%;
    }

    .splash_mask.zoom_in {
        transform: scale(100) translateZ(0);
    }
}

@media (min-width: 1024px) {
    .splash_mask {
        background-size: 125%;
    }

    .splash_mask.zoom_in {
        transform: scale(250) translateZ(0);
    }
}

.splash_mask_layer {
    background-color: #fff;
    transition: opacity 1s;
    z-index: 99998;
}

.splash_mask_layer.fade_out {
    opacity: 0;
    pointer-events: none;
    transition-delay: 1.25s;
}

.img_blurred {
    left: 50%;
    min-height: 100%;
    min-width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (orientation: landscape) {
    .img_blurred {
        width: 100vw;
    }
}

.img_blurred.lazy.loaded {
    opacity: 0.5;
}

.sec__index,
.sec__index_explore {
    overflow: hidden;
}

.sec__index {
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.sec__index .video__wrp,
.sec__index picture {
    box-shadow: 0 0 6em rgba(0, 0, 0, 0.75);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: transform 1s ease;
    width: 100vw;
}

.sec__index .video__wrp img,
.sec__index picture img {
    left: 50%;
    max-width: none;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sec__index picture {
    z-index: 1;
}

.sec__index .video__wrp {
    height: 75.038%;
    z-index: 2;
}

.sec__index video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sec__index.animated .video__wrp,
.sec__index.animated picture {
    transform: scale(1);
}

.sec__index.animated .img_blurred {
    opacity: 0;
}

@media (max-width: 599px) {
    .sec__index {
        padding-bottom: 72px;
    }

    .sec__index .video__wrp,
    .sec__index picture {
        transform: scale(0.75);
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .sec__index {
        padding-bottom: 72px;
    }

    .sec__index .video__wrp,
    .sec__index picture {
        transform: scale(0.75);
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .sec__index .video__wrp,
    .sec__index picture {
        transform: scale(0.75);
    }
}

@media (min-width: 1280px) {
    .sec__index .video__wrp,
    .sec__index picture {
        transform: scale(0.6);
    }
}

@media (orientation: landscape) {
    .sec__index:before {
        background: linear-gradient(
            90deg,
            #000 0,
            rgba(0, 0, 0, 0.738) 19%,
            rgba(0, 0, 0, 0.541) 34%,
            rgba(0, 0, 0, 0.382) 47%,
            rgba(0, 0, 0, 0.278) 56.5%,
            rgba(0, 0, 0, 0.194) 65%,
            rgba(0, 0, 0, 0.126) 73%,
            rgba(0, 0, 0, 0.075) 80.2%,
            rgba(0, 0, 0, 0.042) 86.1%,
            rgba(0, 0, 0, 0.021) 91%,
            rgba(0, 0, 0, 0.008) 95.2%,
            rgba(0, 0, 0, 0.002) 98.2%,
            transparent
        );
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 75vw;
        z-index: 3;
    }

    .sec__index .video__wrp,
    .sec__index picture {
        height: 100%;
        transform-origin: 50% 50%;
    }
}

@media (orientation: portrait) {
    .sec__index .video__wrp,
    .sec__index picture {
        height: 0;
        padding-top: calc(100% + 2px);
        transform-origin: 50% 100%;
    }

    .sec__index .video__wrp:after,
    .sec__index picture:after {
        background: linear-gradient(
            0deg,
            #000 0,
            rgba(0, 0, 0, 0.738) 19%,
            rgba(0, 0, 0, 0.541) 34%,
            rgba(0, 0, 0, 0.382) 47%,
            rgba(0, 0, 0, 0.278) 56.5%,
            rgba(0, 0, 0, 0.194) 65%,
            rgba(0, 0, 0, 0.126) 73%,
            rgba(0, 0, 0, 0.075) 80.2%,
            rgba(0, 0, 0, 0.042) 86.1%,
            rgba(0, 0, 0, 0.021) 91%,
            rgba(0, 0, 0, 0.008) 95.2%,
            rgba(0, 0, 0, 0.002) 98.2%,
            transparent
        );
        bottom: -1px;
        content: "";
        height: 60%;
        left: 0;
        pointer-events: none;
        position: absolute;
        width: 100%;
        z-index: 3;
    }

    .sec__index video {
        height: 100%;
    }
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .index__media:before {
        -webkit-backdrop-filter: blur(1em);
        backdrop-filter: blur(1em);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: -webkit-backdrop-filter 1s;
        transition: backdrop-filter 1s;
        transition: backdrop-filter 1s, -webkit-backdrop-filter 1s;
        width: 100%;
        z-index: 1;
    }

    .animated .index__media:before {
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
    }
}

.pg__index .masthead__cont {
    align-content: flex-end;
    align-items: flex-end;
    display: flex;
    flex-flow: row wrap;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: 50%;
    max-width: 1280px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    z-index: 3;
}

@media (min-width: 1280px) {
    .pg__index .masthead__wrapper {
        bottom: 0;
        height: auto !important;
        top: auto !important;
    }
}

.index__cont {
    position: relative;
    z-index: 5;
}

.index__cont.sec__cont {
    padding-bottom: 3rem;
    padding-top: 15vh;
}

@supports (align-content: flex-end) {
    .index__cont.sec__cont {
        align-content: flex-end;
        display: flex;
        flex-flow: row wrap;
        min-height: 60vh;
        padding-top: 0;
    }
}

.index__cont h1,
.index__cont h5,
.index__cont p {
    width: 100%;
}

@media (min-width: 600px) {
    .index__cont h1 {
        white-space: nowrap;
    }
}

.index__cont .mdc-button,
.index__cont h5,
.index__cont p {
    opacity: 0;
}

.index__cont h5:not(:empty) {
    margin-bottom: 1.25rem;
}

.index__cont p {
    font-size: 1.125rem;
}

.index__cont p:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
    .index__cont p {
        font-size: 1.222rem;
    }
}

.index__cont > * {
    transform: translate(5rem);
    transition: opacity 1s, transform 1s;
}

.index__cont .mdc-button {
    transition: opacity 0.2s, transform 1s;
}

.index__cont:not(.animated) .mdc-button {
    pointer-events: none;
}

.index__cont.animated > * {
    opacity: 1;
    transform: translate(0);
}

.index__cont.animated > :first-child {
    transition-delay: 0.2s;
}

.index__cont.animated > :nth-child(2) {
    transition-delay: 0.4s;
}

.index__cont.animated > :nth-child(3) {
    transition-delay: 0.6s;
}

.index__cont.animated > :nth-child(4) {
    transition-delay: 0.8s;
}

.index__cont.animated > :nth-child(5) {
    transition-delay: 1s;
}

@media (max-width: 599px) {
    .index__cont.sec__cont {
        padding-bottom: 32px;
    }

    .index__cont h1 {
        margin-bottom: 0.5rem;
    }

    .index__cont > * {
        transform: translate(2.5rem);
    }
}

@media (max-width: 599px) and (orientation: portrait) {
    .index__cont h1 {
        font-size: 1.75rem;
    }
}

@media (min-device-width: 375px) and (min-device-height: 812px) and (orientation: portrait) {
    .index__cont h1 {
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .index__cont p:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .index__cont.sec__cont {
        padding-bottom: 2.5rem;
    }
}

@media (min-device-width: 414px) and (min-device-height: 896px) and (orientation: portrait) {
    .index__cont h1 {
        line-height: 1.3;
        margin-bottom: 1rem;
    }

    .index__cont p:not(:last-child) {
        margin-bottom: 2.5rem;
    }

    .index__cont.sec__cont {
        padding-bottom: 2.5rem;
    }
}

@media (min-width: 600px) {
    .index__cont h1 {
        margin-bottom: 1rem;
    }

    .index__cont p:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .index__cont.sec__cont {
        width: 60vw;
    }

    .index__cont h1 {
        font-size: 3.333rem;
    }
}

@media (max-width: 599px) and (orientation: landscape) {
    .index__cont.sec__cont {
        min-height: inherit;
        padding-bottom: 0;
        width: 60vw;
    }

    .index__cont h1 {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 0.5rem;
    }

    .index__cont p {
        font-size: 0.9375rem;
    }

    .index__cont p:not(:last-child) {
        margin-bottom: 1rem;
    }
}

@media (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
    .index__cont.sec__cont {
        min-height: inherit;
        padding-bottom: 0;
    }

    .index__cont h1 {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 0.5rem;
    }

    .index__cont p {
        font-size: 0.9375rem;
    }

    .index__cont p:not(:last-child) {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .index__cont.sec__cont {
        width: 50vw;
    }

    .index__cont h1 {
        font-size: 3.333rem;
    }
}

@media (min-width: 1280px) and (max-width: 1479px) {
    .index__cont.sec__cont {
        padding-right: 0;
        width: 40vw;
    }

    .index__cont h1 {
        font-size: 3.333rem;
        line-height: 1.1;
    }
}

@media (min-width: 1480px) {
    .index__cont.sec__cont {
        padding-right: 0;
        width: 40vw;
    }

    .index__cont.sec__cont p {
        padding-right: 15%;
    }

    .index__cont h1 {
        font-size: 4.444rem;
        line-height: 1.1;
    }
}

@media (min-height: 800px) and (orientation: landscape) {
    .index__cont.sec__cont {
        padding-bottom: 5rem;
    }

    .index__cont p:not(:last-child) {
        margin-bottom: 3.5rem;
    }
}

.sec__index_explore {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.sec__index_explore:after,
.sec__index_explore:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
}

.sec__index_explore:before {
    background-image: url(../img/resources/bg-pattern.svg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 22px auto;
    opacity: 0.1;
}

.sec__index_explore:after {
    background-image: linear-gradient(#fff, hsla(0, 0%, 100%, 0.5) 50%, #fff);
}

.sec__index_explore,
.sec__index_explore * {
    color: #292929;
}

.sec__index_explore .sec__cont {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.sec__index_explore .panel--active,
.sec__index_explore .tab__item_txt,
.sec__index_explore .tab__main,
.sec__index_explore .tab__sub {
    opacity: 0;
    transition: opacity 1s;
}

.sec__index_explore .tab__item_txt > div h6:not(:first-child),
.sec__index_explore .tab__item_txt > div p:not(:first-child) {
    margin-top: 6px;
}

.sec__index_explore .tab__item_txt h6 {
    display: none;
    visibility: hidden;
}

.sec__index_explore.animated .panel--active,
.sec__index_explore.animated .tab__item_txt,
.sec__index_explore.animated .tab__main,
.sec__index_explore.animated .tab__sub {
    opacity: 1;
}

.sec__index_explore.animated .panel--active {
    transition-delay: 0.25s;
}

.sec__index_explore .tab__panels_main {
    margin-top: 1rem;
}

.sec__index_explore .tab__item_models > li {
    opacity: 0;
    transform: translateX(2.5em);
    transition: opacity 0.3s, transform 0.75s;
}

.sec__index_explore .tab__item_models > li:first-child {
    transition-delay: 0.2s;
}

.sec__index_explore .tab__item_models > li:nth-child(2) {
    transition-delay: 0.4s;
}

.sec__index_explore .tab__item_models > li:nth-child(3) {
    transition-delay: 0.6s;
}

.sec__index_explore .tab__item_models > li:nth-child(4) {
    transition-delay: 0.8s;
}

.sec__index_explore .tab__item_models > li:nth-child(5) {
    transition-delay: 1s;
}

.sec__index_explore .tab__item_models > li:nth-child(6) {
    transition-delay: 1.2s;
}

.sec__index_explore .tab__item_models > li:nth-child(7) {
    transition-delay: 1.4s;
}

.sec__index_explore .tab__item_models > li:nth-child(8) {
    transition-delay: 1.6s;
}

.sec__index_explore .tab__item_models > li:nth-child(9) {
    transition-delay: 1.8s;
}

.sec__index_explore .tab__item_models > li:nth-child(10) {
    transition-delay: 2s;
}

.sec__index_explore .tab__item_models > li:nth-child(11) {
    transition-delay: 2.2s;
}

.sec__index_explore .tab__item_models > li:nth-child(12) {
    transition-delay: 2.4s;
}

.sec__index_explore .tab__item_models > li:nth-child(13) {
    transition-delay: 2.6s;
}

.sec__index_explore .tab__item_models > li:nth-child(14) {
    transition-delay: 2.8s;
}

.sec__index_explore .tab__item_models > li:nth-child(15) {
    transition-delay: 3s;
}

.sec__index_explore .animate > .tab__item_models > li {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 599px) {
    .sec__index_explore {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .sec__index_explore:before {
        background-size: 14px auto;
    }

    .sec__index_explore .sec__cont:before {
        transform: scaleX(0.75);
    }

    .sec__index_explore .tab__item_models > li {
        margin-bottom: 1.5rem;
        transform: translate(7.5vw);
    }

    .sec__index_explore .tab__item_txt {
        padding-left: 16px;
        width: calc(100% - 124px);
    }
}

@media (min-width: 600px) {
    .sec__index_explore .tab__item_models {
        display: flex;
        flex-flow: row wrap;
        padding-left: 5%;
        transform: translateX(7.5em);
        transition: transform 1s;
    }

    .sec__index_explore .tab__item_models > li {
        margin-bottom: 2rem;
        margin-left: -6.5%;
        width: 24%;
    }

    .sec__index_explore .tab__item_models > li.is_wider {
        margin-left: -5.5%;
    }

    .sec__index_explore .tab__item_models > li.is_wider + .is_wider {
        margin-left: -4.5%;
    }

    .sec__index_explore.animated .tab__item_models {
        transform: translateX(0);
        transition-delay: 0.5s;
    }

    .sec__index_explore .tab__item_txt {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .sec__index_explore .tab__item_txt h3 {
        flex: none;
    }

    .sec__index_explore .tab__item_txt h3 + div {
        flex: 1 0 0;
        padding-left: 0.5rem;
    }

    .sec__index_explore .tab__item_txt h4,
    .sec__index_explore .tab__item_txt h4 + div {
        width: 100%;
    }

    .sec__index_explore .tab__item_txt h4 + div {
        margin-top: 4px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .sec__index_explore {
        padding-bottom: 30px;
        padding-top: 40px;
    }

    .sec__index_explore .tab__item_txt {
        padding: 1rem calc(36px + 0.5rem + 5.5%) 0 6.5%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .sec__index_explore {
        padding-bottom: 40px;
        padding-top: 60px;
    }

    .sec__index_explore .tab__item_txt {
        padding: 1rem calc(40px + 0.5rem + 5.5%) 0 6.5%;
    }
}

@media (min-width: 1280px) {
    .sec__index_explore {
        padding-bottom: 48px;
        padding-top: 60px;
    }

    .sec__index_explore .tab__item_txt {
        padding: 1rem calc(48px + 0.5rem + 5.5%) 0 6.5%;
    }
}

@media (min-width: 1280px) and (max-width: 1479px) {
    .sec__index_explore .tab__item_txt h3 {
        font-size: 1.555rem;
    }

    .sec__index_explore .tab__item_txt h3 + div {
        padding-left: 0.4rem;
    }
}

@media (min-width: 1480px) {
    .sec__index_explore .tab__item_txt {
        padding-left: 0.75rem;
    }
}

.sec__index_explore .button__wrp {
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}

.sec__index_explore .mdc-button.mdc-button--outlined {
    border-color: #292929;
}

.tab__item_model {
    display: flex;
}

@media (max-width: 599px) {
    .tab__item_model {
        flex-flow: row wrap;
    }
}

@media (min-width: 600px) {
    .tab__item_model {
        flex-flow: column wrap;
    }
}

.tab__item_thumb {
    transform: scale(1) translateZ(0);
    transform-origin: 50% 100%;
    transition: opacity 0.3s, transform 0.3s ease;
}

.tab__item_model:hover .tab__item_thumb {
    transform: scale(1.04) translateZ(0);
}

@media (max-width: 599px) {
    .tab__item_thumb {
        width: 124px;
    }
}

@media (min-width: 600px) {
    .tab__item_thumb {
        height: 0;
        padding-top: 60.25%;
        position: relative;
    }

    .tab__item_thumb img {
        bottom: 0;
        left: 0;
        position: absolute;
    }
}

.tab__item_txt *,
.tab__item_txt :not(:last-child) {
    margin-bottom: 0;
}

.tab__item_txt h4,
.tab__item_txt h6,
.tab__item_txt p {
    font-size: 0.875rem;
}

.tab__item_txt h3,
.tab__item_txt h4 {
    font-weight: 700;
    margin-top: 0;
}

.tab__item_txt h3 {
    line-height: 0.9;
    text-indent: -0.015em;
}

.tab__item_txt h4 {
    line-height: 1.3;
}

@media (min-width: 1280px) {
    body:not(.pg__dealer) .masthead__wrapper {
        align-content: center;
        align-items: flex-end;
        display: flex;
        flex-flow: row wrap;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        left: 50%;
        max-width: 1280px;
        position: absolute;
        top: 0;
        transform: translate(-50%);
        width: 100%;
        z-index: 3;
    }
    body:not(.pg__dealer) .campaign__banner .masthead__wrapper {
        align-content: flex-end;
        height: 100%;
        padding-bottom: 50px;
    }
    .campaign__banner .sec__cont {
        max-width: 60%;
    }
}

.campaign__banner .masthead__media {
    position: relative;
}

.fa-external-link {
    display: none;
}

.fa-external-link::before {
    content: none;
}

#top nav .nav-wrapper i.fa-external-link {
    display: none !important;
}

#top nav .nav-wrapper i.fa-external-link::before {
    content: none !important;
}

body.ph #custom_dealer_text {
    display: none;
}

body.ph .nav-dealer-dropdown > .row > div:last-child {
    display: none;
}

@media only screen and (min-width: 737px) {
    body.ph .payment-estimator .payment-estimator-options > li .circle {
        margin-top: 0;
        top: 0.75rem;
    }
}

/* campaign header */
.campaign__header a {
    color: #ebebeb
}
.campaign__header {
    padding: 24px 0;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
        0 0.625rem 1.25rem rgba(0, 0, 0, 0.05);
}
.campaign__header .nav__logo_wrp {
    display: inline;
}

.campaign__header .header__inner {
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
}

.campaign__header nav a {
    text-decoration: underline;
}
