@font-face {
  font-family: BMWTypeNextPro-Bold;
  src: url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.eot);
  src:
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.woff2) format('woff2'),
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.woff) format('woff'),
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.ttf) format('truetype'),
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Bold.svg) format('svg');
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: BMWTypeNextPro-Light;
  src: url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Light.eot);
  src:
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Light.woff2) format('woff2'),
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Light.woff) format('woff'),
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Light.ttf) format('truetype'),
    url(../fonts/BMWTypeNextPro/BMWTypeNextPro-Light.svg) format('svg');
  font-style: normal;
  font-display: auto;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 2.15;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
[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 {
  padding: 0;
  border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
  font-family: BMWTypeNextPro-Light, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  color: #262626;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #262626;
  font-weight: 400;
  font-family: BMWTypeNextPro-Light, sans-serif;
  line-height: 1.25;
}
h1 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.75rem;
  }
}
h2 {
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.125rem;
  }
}
h3 {
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.1875rem;
  }
}
h4 {
  font-size: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5625rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input,
select {
  -webkit-appearance: none;
}
a {
  color: #262626;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #171717;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bullet {
  list-style: disc;
}
.content-container ul {
  list-style: disc;
  margin-left: 10px;
}
.content-container ol {
  list-style: decimal;
  margin-left: 10px;
}
.content-container table tbody,
.content-container table td,
.content-container table th,
.content-container table tr {
  border: none;
}
@media (max-width: 574px) {
  .content-container img {
    width: auto !important;
    height: auto !important;
  }
}
.content-container table {
  border: none;
  line-height: 1.25rem;
  width: 100% !important;
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .content-container table tbody tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  .content-container table tbody tr td,
  .content-container table tbody tr th {
    width: 100% !important;
  }
  .content-container table {
    height: auto !important;
    text-align: center;
  }
  .content-container table td,
  .content-container table tr {
    height: auto !important;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  padding-left: 0.5rem !important;
}
.dropdown-item {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #e6e6e6;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
    no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem !important;
}
.bg-4th {
  background-color: #acacac !important;
}
.bg-5th {
  background-color: #f8f8f8 !important;
}
.bg-6th {
  background-color: #f8e68e !important;
}
.bg-7th {
  background-color: #0074c2 !important;
}
.round {
  border-radius: 0.25rem;
}
.border-4th {
  border-color: #acacac !important;
}
.border-5th {
  border-color: #f8f8f8 !important;
}
.border-6th {
  border-color: #f8e68e !important;
}
.border-7th {
  border-color: #0074c2 !important;
}
.butn-4th {
  background-color: #acacac;
  color: #fff;
  border: 1px solid #acacac;
}
.butn-4th:active,
.butn-4th:focus,
.butn-4th:focus-within,
.butn-4th:hover {
  background-color: #868686 !important;
  color: #fff !important;
}
.butn-4th:active a,
.butn-4th:active h1,
.butn-4th:active h2,
.butn-4th:active h3,
.butn-4th:active h4,
.butn-4th:active h5,
.butn-4th:active h6,
.butn-4th:active p,
.butn-4th:active span,
.butn-4th:focus a,
.butn-4th:focus h1,
.butn-4th:focus h2,
.butn-4th:focus h3,
.butn-4th:focus h4,
.butn-4th:focus h5,
.butn-4th:focus h6,
.butn-4th:focus p,
.butn-4th:focus span,
.butn-4th:focus-within a,
.butn-4th:focus-within h1,
.butn-4th:focus-within h2,
.butn-4th:focus-within h3,
.butn-4th:focus-within h4,
.butn-4th:focus-within h5,
.butn-4th:focus-within h6,
.butn-4th:focus-within p,
.butn-4th:focus-within span,
.butn-4th:hover a,
.butn-4th:hover h1,
.butn-4th:hover h2,
.butn-4th:hover h3,
.butn-4th:hover h4,
.butn-4th:hover h5,
.butn-4th:hover h6,
.butn-4th:hover p,
.butn-4th:hover span {
  color: #fff !important;
}
.butn-4th:focus,
.butn-4th:focus-within {
  outline: 0;
}
.butn-4th a,
.butn-4th h1,
.butn-4th h2,
.butn-4th h3,
.butn-4th h4,
.butn-4th h5,
.butn-4th h6,
.butn-4th p,
.butn-4th span {
  color: #fff !important;
}
.butn-5th {
  background-color: #f8f8f8;
  color: #fff;
  border: 1px solid #f8f8f8;
}
.butn-5th:active,
.butn-5th:focus,
.butn-5th:focus-within,
.butn-5th:hover {
  background-color: #d2d2d2 !important;
  color: #fff !important;
}
.butn-5th:active a,
.butn-5th:active h1,
.butn-5th:active h2,
.butn-5th:active h3,
.butn-5th:active h4,
.butn-5th:active h5,
.butn-5th:active h6,
.butn-5th:active p,
.butn-5th:active span,
.butn-5th:focus a,
.butn-5th:focus h1,
.butn-5th:focus h2,
.butn-5th:focus h3,
.butn-5th:focus h4,
.butn-5th:focus h5,
.butn-5th:focus h6,
.butn-5th:focus p,
.butn-5th:focus span,
.butn-5th:focus-within a,
.butn-5th:focus-within h1,
.butn-5th:focus-within h2,
.butn-5th:focus-within h3,
.butn-5th:focus-within h4,
.butn-5th:focus-within h5,
.butn-5th:focus-within h6,
.butn-5th:focus-within p,
.butn-5th:focus-within span,
.butn-5th:hover a,
.butn-5th:hover h1,
.butn-5th:hover h2,
.butn-5th:hover h3,
.butn-5th:hover h4,
.butn-5th:hover h5,
.butn-5th:hover h6,
.butn-5th:hover p,
.butn-5th:hover span {
  color: #fff !important;
}
.butn-5th:focus,
.butn-5th:focus-within {
  outline: 0;
}
.butn-5th a,
.butn-5th h1,
.butn-5th h2,
.butn-5th h3,
.butn-5th h4,
.butn-5th h5,
.butn-5th h6,
.butn-5th p,
.butn-5th span {
  color: #fff !important;
}
.butn-6th {
  background-color: #f8e68e;
  color: #fff;
  border: 1px solid #f8e68e;
}
.butn-6th:active,
.butn-6th:focus,
.butn-6th:focus-within,
.butn-6th:hover {
  background-color: #f4d646 !important;
  color: #fff !important;
}
.butn-6th:active a,
.butn-6th:active h1,
.butn-6th:active h2,
.butn-6th:active h3,
.butn-6th:active h4,
.butn-6th:active h5,
.butn-6th:active h6,
.butn-6th:active p,
.butn-6th:active span,
.butn-6th:focus a,
.butn-6th:focus h1,
.butn-6th:focus h2,
.butn-6th:focus h3,
.butn-6th:focus h4,
.butn-6th:focus h5,
.butn-6th:focus h6,
.butn-6th:focus p,
.butn-6th:focus span,
.butn-6th:focus-within a,
.butn-6th:focus-within h1,
.butn-6th:focus-within h2,
.butn-6th:focus-within h3,
.butn-6th:focus-within h4,
.butn-6th:focus-within h5,
.butn-6th:focus-within h6,
.butn-6th:focus-within p,
.butn-6th:focus-within span,
.butn-6th:hover a,
.butn-6th:hover h1,
.butn-6th:hover h2,
.butn-6th:hover h3,
.butn-6th:hover h4,
.butn-6th:hover h5,
.butn-6th:hover h6,
.butn-6th:hover p,
.butn-6th:hover span {
  color: #fff !important;
}
.butn-6th:focus,
.butn-6th:focus-within {
  outline: 0;
}
.butn-6th a,
.butn-6th h1,
.butn-6th h2,
.butn-6th h3,
.butn-6th h4,
.butn-6th h5,
.butn-6th h6,
.butn-6th p,
.butn-6th span {
  color: #fff !important;
}
.butn-7th {
  background-color: #0074c2;
  color: #fff;
  border: 1px solid #0074c2;
}
.butn-7th:active,
.butn-7th:focus,
.butn-7th:focus-within,
.butn-7th:hover {
  background-color: #004676 !important;
  color: #fff !important;
}
.butn-7th:active a,
.butn-7th:active h1,
.butn-7th:active h2,
.butn-7th:active h3,
.butn-7th:active h4,
.butn-7th:active h5,
.butn-7th:active h6,
.butn-7th:active p,
.butn-7th:active span,
.butn-7th:focus a,
.butn-7th:focus h1,
.butn-7th:focus h2,
.butn-7th:focus h3,
.butn-7th:focus h4,
.butn-7th:focus h5,
.butn-7th:focus h6,
.butn-7th:focus p,
.butn-7th:focus span,
.butn-7th:focus-within a,
.butn-7th:focus-within h1,
.butn-7th:focus-within h2,
.butn-7th:focus-within h3,
.butn-7th:focus-within h4,
.butn-7th:focus-within h5,
.butn-7th:focus-within h6,
.butn-7th:focus-within p,
.butn-7th:focus-within span,
.butn-7th:hover a,
.butn-7th:hover h1,
.butn-7th:hover h2,
.butn-7th:hover h3,
.butn-7th:hover h4,
.butn-7th:hover h5,
.butn-7th:hover h6,
.butn-7th:hover p,
.butn-7th:hover span {
  color: #fff !important;
}
.butn-7th:focus,
.butn-7th:focus-within {
  outline: 0;
}
.butn-7th a,
.butn-7th h1,
.butn-7th h2,
.butn-7th h3,
.butn-7th h4,
.butn-7th h5,
.butn-7th h6,
.butn-7th p,
.butn-7th span {
  color: #fff !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}
.mr-5 {
  margin-right: 1.25rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-12,
.my-12 {
  margin-top: 3rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 3rem !important;
}
.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.mx-n3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.mt-n6 {
  margin-top: -1.5rem !important;
}
.p-1,
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.p-1,
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.p-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.p-2,
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.p-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-4,
.py-4 {
  padding-top: 1rem !important;
}
.p-4,
.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}
.py-6 {
  padding-top: 1.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 2rem !important;
}
.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.dist-desk,
.dn {
  display: none !important;
}
.dilb {
  display: inline-block !important;
}
.df {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 521px) {
  .mt-0-sm {
    margin-top: 0rem !important;
  }
  .ml-4-sm {
    margin-left: 1rem !important;
  }
  .mt-12-sm {
    margin-top: 3rem !important;
  }
  .mt-16-sm {
    margin-top: 4rem !important;
  }
  .p-2-sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-3-sm {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-4-sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .dn-sm {
    display: none !important;
  }
  .df-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .p-4-md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-12-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .dn-md {
    display: none !important;
  }
  .db-md {
    display: block !important;
  }
  .container {
    max-width: 720px;
  }
}
.fc {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.fwp {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.f-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important;
}
.jce {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.jcc {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.jcsb {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.aic {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.odf {
  -webkit-box-ordinal-group: -9998;
  -ms-flex-order: -9999;
  order: -9999;
}
.odl {
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
@media (min-width: 480px) {
  .ais-xs {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media (min-width: 981px) {
  .mt-24-lg {
    margin-top: 6rem !important;
  }
  .mt-n10-lg {
    margin-top: -2.5rem !important;
  }
  .pb-0-lg {
    padding-bottom: 0rem !important;
  }
  .px-16-lg {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .dist-mob,
  .dn-lg {
    display: none !important;
  }
  .db-lg,
  .dist-desk {
    display: block !important;
  }
  .df-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .jcs-lg {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .jce-lg {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .odf-lg {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
  }
  .odl-lg {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }
}
.bch-img,
.default-banner,
.dim-ratio,
.ind-img,
.land-banner {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bch-img::before,
.default-banner::before,
.dim-ratio::before,
.ind-img::before,
.land-banner::before {
  display: block;
  content: '';
}
.bch-img .content-container iframe,
.bch-img .dim-item,
.bch-img .imgit,
.bch-img .imgtg,
.bch-img .imgtg-lg,
.content-container .bch-img iframe,
.content-container .default-banner iframe,
.content-container .dim-ratio iframe,
.content-container .ind-img iframe,
.content-container .land-banner iframe,
.default-banner .content-container iframe,
.default-banner .dim-item,
.default-banner .imgit,
.default-banner .imgtg,
.default-banner .imgtg-lg,
.dim-ratio .content-container iframe,
.dim-ratio .dim-item,
.dim-ratio .imgit,
.dim-ratio .imgtg,
.dim-ratio .imgtg-lg,
.ind-img .content-container iframe,
.ind-img .dim-item,
.ind-img .imgit,
.ind-img .imgtg,
.ind-img .imgtg-lg,
.land-banner .content-container iframe,
.land-banner .dim-item,
.land-banner .imgit,
.land-banner .imgtg,
.land-banner .imgtg-lg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.dim-ratio-21by9::before {
  padding-top: 42.85714%;
}
.dim-ratio-16by9::before {
  padding-top: 56.25%;
}
.default-banner::before,
.ind-img::before,
.land-banner::before {
  padding-top: 100%;
}
.bch-img::before {
  padding-top: 56.86275%;
}
.dim-ratio-7by6::before {
  padding-top: 85.71429%;
}
.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 521px) {
  .land-banner::before {
    padding-top: 56.25%;
  }
  .default-banner::before {
    padding-top: 39.58333%;
  }
  .ind-img::before {
    padding-top: 45.26316%;
  }
  .container {
    max-width: 720px;
  }
}
@media (min-width: 981px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1276px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
  }
}
.space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.dim,
.dim-12,
.dim-3-lg,
.dim-4-lg,
.dim-4-md,
.dim-5-lg,
.dim-6,
.dim-6-lg,
.dim-6-md,
.dim-6-sm,
.dim-6-xs,
.dim-7-lg,
.dim-8-md,
.dim-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
.dim {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.dim-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.dim-third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.dim-fourth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.dim-fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.dim-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.dim-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 321px) {
  .dim-third-tn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dim-fourth-tn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .dim-fifth-tn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 480px) {
  .dim-third-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dim-fourth-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .dim-fifth-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dim-6-xs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 521px) {
  .dim-third-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dim-fourth-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .dim-fifth-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dim-6-sm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .dim-third-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dim-fourth-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .dim-fifth-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dim-4-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .dim-6-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dim-8-md {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media (min-width: 981px) {
  .dim-third-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dim-fourth-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .dim-fifth-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .dim-3-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .dim-4-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .dim-5-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .dim-6-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dim-7-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}
@media (min-width: 1276px) {
  .dim-third-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dim-fourth-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .dim-fifth-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1366px) {
  .dim-third-xw {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .dim-fourth-xw {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .dim-fifth-xw {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.aslk {
  position: relative;
}
.aslk .tglk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #7d7d7d;
}
.text-4th {
  color: #acacac !important;
}
.text-5th {
  color: #f8f8f8 !important;
}
.text-6th {
  color: #f8e68e !important;
}
.text-7th {
  color: #0074c2 !important;
}
.ind-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-container iframe {
  width: 100%;
  height: auto;
  min-height: 540px;
}

.form-wrapper label {
  font-size: 1rem;
}
.form-wrapper .form-style {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 12px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid rgba(204, 204, 204, 0.25);
  border-radius: 0.25rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.form-wrapper .form-style:focus,
.form-wrapper .form-style:focus-within {
  border-color: rgba(148, 148, 148, 0.3);
  outline: 0;
  -webkit-box-shadow: 0 0 4px 0.1rem rgba(148, 148, 148, 0.1);
  box-shadow: 0 0 4px 0.1rem rgba(148, 148, 148, 0.1);
}
.form-wrapper select {
  background-position-y: 9px;
}
.form-wrapper textarea {
  height: auto !important;
  resize: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #fff;
    --active-inner: #1c69d4;
    --border: #195fbf;
    --border-hover: #1c69d4;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 19px;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    -webkit-transition:
      background 0.3s,
      border-color 0.3s,
      -webkit-box-shadow 0.2s;
    transition:
      background 0.3s,
      border-color 0.3s,
      box-shadow 0.2s,
      -webkit-box-shadow 0.2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: -2px;
    top: -2px;
    position: absolute;
    -webkit-transition:
      opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition:
      opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition:
      transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s);
    transition:
      transform var(--d-t, 0.3s) var(--d-t-e, ease),
      opacity var(--d-o, 0.2s),
      -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--border);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 20px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 1rem;
    line-height: 19px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox'] + label img,
  input[type='radio'] + label img {
    width: 40px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 4px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 7px;
    height: 13px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 6px;
    top: 0;
    -webkit-transform: rotate(var(--r, 20deg));
    transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
    transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
    transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: 0.5;
  }
}
.form-space {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.form-space > div {
  padding: 7.5px;
}
footer {
  margin-top: 75px;
}
.fmn {
  border-top: 2px solid #e6e6e6;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
}
.fmn.fixed {
  position: fixed;
}
.fmn .wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  margin-top: -2px;
}
.fmn .wrapper > div {
  min-height: 57.5px;
  text-align: center;
  width: 160px;
  padding-bottom: 10px;
  border-top: 6px solid transparent;
}
.fmn .wrapper > div:active,
.fmn .wrapper > div:focus,
.fmn .wrapper > div:focus-within,
.fmn .wrapper > div:hover {
  border-top-color: #1c69d4;
  background-color: #f2f2f2;
}
.fmn .wrapper > div p {
  font-size: 0.625rem;
  line-height: 0.875rem;
  font-family: BMWTypeNextPro-Bold;
  font-weight: 800;
  color: #666;
}
.fmn .wrapper > div .soci {
  width: 42px;
}
.mft {
  background-color: #e6e6e6;
}
.snpon {
  padding-top: 60px;
  padding-bottom: 45px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  border-color: #bbb;
  border-width: 0 0 1px;
  border-style: solid;
}
@media (max-width: 574px) {
  .fmn .wrapper {
    padding: 0;
  }
  .snpon {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding: 30px 0 15px;
  }
  .snpon > div {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 20px 0;
  }
}
.snpct {
  padding-top: 45px;
  padding-bottom: 45px;
}
.mnds {
  padding: 0 0 0.25rem;
}
.mnds a {
  color: #666;
  font-family: BMWTypeNextPro-Bold;
  font-size: 0.875rem;
}
.mnsw a {
  font-family: BMWTypeNextPro-Bold;
  color: #1c69d4;
  font-size: 0.875rem;
}
.mnsw a:active,
.mnsw a:focus,
.mnsw a:focus-within,
.mnsw a:hover {
  color: #262626;
}
@media (max-width: 574px) {
  .ftpx {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fln a {
  color: #666;
  font-family: BMWTypeNextPro-Bold;
}
.fln .active a {
  text-decoration: underline;
  color: #262626;
}
.fln li:not(:last-child) {
  border-right: 1px solid #262626;
}
.mb30 {
  margin-bottom: 30px;
}
.soci {
  width: 45px;
}
.cookies {
  -webkit-box-shadow:
    0 0 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow:
    0 0 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(204, 204, 204, 0.6);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
.cokis {
  font-size: 0.875rem;
  color: #666;
  font-family: BMWTypeNextPro-Bold;
  font-weight: 700;
}
nav.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 99px;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 999999;
}
nav.main-nav .logo img {
  width: 53px;
  height: 53px;
  margin: 23px 21px;
}
@media (max-width: 766px) {
  nav.main-nav {
    height: 69px;
  }
  nav.main-nav .logo img {
    width: 36px;
    height: 36px;
    margin: 0 10px 0 0;
  }
}
nav.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #e6e6e6;
}
nav.main-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 4px solid transparent;
}
nav.main-nav ul li .mobile-item,
nav.main-nav ul li a {
  color: #666;
  font-family: BMWTypeNextPro-Bold;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 5px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav.main-nav .menu-btn i {
  font-size: 22px;
  cursor: pointer;
  display: none;
}
nav.main-nav .menu-btn,
nav.main-nav input[type='checkbox'] {
  display: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  nav.main-nav {
    padding: 0 10px 0 20px;
    position: relative;
  }
  nav.main-nav:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 105px;
    background-color: #e6e6e6;
    height: 1px;
    content: '';
  }
}
@media (min-width: 993px) {
  nav.main-nav ul li:active,
  nav.main-nav ul li:focus,
  nav.main-nav ul li:focus-within,
  nav.main-nav ul li:hover {
    border-bottom: 4px solid #1c69d4;
  }
  nav.main-nav .nav-links {
    position: relative;
    z-index: 1;
  }
}
nav.main-nav .nav-links .mobile-item {
  display: none;
}
nav.main-nav .nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
nav.main-nav .nav-links li:active .drop-menu,
nav.main-nav .nav-links li:active .mega-box,
nav.main-nav .nav-links li:focus .drop-menu,
nav.main-nav .nav-links li:focus .mega-box,
nav.main-nav .nav-links li:focus-within .drop-menu,
nav.main-nav .nav-links li:focus-within .mega-box,
nav.main-nav .nav-links li:hover .drop-menu,
nav.main-nav .nav-links li:hover .mega-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 98px;
  opacity: 1;
  visibility: visible;
}
nav.main-nav .nav-links .drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0;
}
nav.main-nav .nav-links .mega-box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1320px;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
nav.main-nav .nav-links .mega-box .content {
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  padding-top: 57px;
  padding-bottom: 40px;
  padding-left: 93px;
  padding-right: calc(70% - 93px);
  position: relative;
  min-height: 475px;
}
nav.main-nav .nav-links .mega-box .content .lnk {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: BMWTypeNextPro-Bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}
nav.main-nav .nav-links .mega-box .content .lnk a {
  border-bottom: 2px solid #fff;
  color: #666;
  padding-left: 0;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
nav.main-nav .nav-links .mega-box .content .lnk.lnkactive a {
  border-bottom: 2px solid #1c69d4;
}
nav.main-nav .nav-links .mega-box .content .lnktg {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
nav.main-nav .nav-links .mega-box .content .lnktg a {
  font-family: BMWTypeNextPro-Bold;
}
nav.main-nav .nav-links .mega-box .content .lnktg.lnkactive {
  visibility: visible;
  opacity: 1;
}
nav.main-nav .nav-links .mega-box .content .lnk-container {
  padding: 1px 5px 1px 1px;
}
nav.main-nav .nav-links .mega-box .content .sblnk {
  display: inline-block;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: BMWTypeNextPro-Bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  border-bottom: 2px solid #f2f2f2;
}
nav.main-nav .nav-links .mega-box .content .sblnk a {
  padding-left: 0;
  color: #262626;
}
nav.main-nav .nav-links .mega-box .content .sblnk:active,
nav.main-nav .nav-links .mega-box .content .sblnk:focus,
nav.main-nav .nav-links .mega-box .content .sblnk:focus-within,
nav.main-nav .nav-links .mega-box .content .sblnk:hover {
  border-bottom: 2px solid #1c69d4;
}
nav.main-nav .nav-links .mega-box .content .scol {
  position: absolute;
  margin-left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 57px;
  padding-left: 106px;
  background-color: #f2f2f2;
  width: calc(70% - 93px);
}
nav.main-nav .nav-links .mega-box .content .scol > div {
  background-color: #f2f2f2;
}
nav.main-nav [name='showMenu'] {
  display: none;
}
@media (max-width: 991px) {
  .menu-btn,
  nav.main-nav .menu-btn i {
    display: block !important;
  }
  #click:checked ~ .menu-btn {
    position: relative;
    z-index: 9999;
  }
  #click:checked ~ .menu-btn i:before {
    content: '\f00d';
    color: #262626 !important;
  }
  nav.main-nav ul {
    position: fixed;
    top: 0;
    padding-top: 99px;
    left: -100%;
    background: #fff;
    height: 100vh;
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 999;
    overflow-y: auto;
  }
  #click ~ .bg-white {
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    height: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #click:checked ~ .bg-white {
    position: fixed;
    padding-left: 20px;
  }
  #click:checked ~ .bg-white ~ .logo {
    position: fixed;
    right: 10px;
  }
  #click:checked ~ ul {
    left: 0;
  }
  nav.main-nav ul li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  nav.main-nav ul li .mobile-item,
  nav.main-nav ul li .shmn,
  nav.main-nav ul li a {
    width: 100%;
    margin-left: -100%;
    display: block;
    color: #666;
    font-size: 16px;
    padding: 18px 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .shmn {
    -webkit-transition: none !important;
    transition: none !important;
    font-family: BMWTypeNextPro-Bold;
    margin-bottom: 0;
    padding-left: 0 !important;
    cursor: pointer;
    border-bottom: 2px solid #fff;
  }
  #click:checked ~ ul li .mobile-item,
  #click:checked ~ ul li .shmn,
  #click:checked ~ ul li a {
    margin-left: 0;
  }
  #showMega:checked ~ .mega-box {
    padding-bottom: 15px;
    max-height: 100%;
  }
  .shmn:active,
  .shmn:focus,
  .shmn:focus-within,
  .shmn:hover {
    border-bottom: 2px solid #1c69d4;
  }
  nav.main-nav ul li a.active,
  nav.main-nav ul li a:hover {
    background: 0 0;
  }
  ::-webkit-scrollbar {
    width: 10px;
    display: none;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  nav.main-nav .nav-links li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  nav.main-nav .nav-links .desktop-item {
    display: none;
  }
  nav.main-nav .nav-links .mobile-item {
    display: block;
    font-weight: 500;
    padding-left: 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
    line-height: 1.5;
    position: relative;
  }
  nav.main-nav .nav-links .mobile-item:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    color: #262626;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  nav.main-nav .nav-links .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    left: 0;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav.main-nav .nav-links .mega-box .content {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    min-height: initial;
  }
  nav.main-nav .nav-links .mega-box .content .sblnk {
    margin-right: 0;
  }
  nav.main-nav .nav-links .scol {
    position: relative !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    background-color: #fff !important;
  }
  nav.main-nav .nav-links .lnktg {
    padding: 0 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  nav.main-nav .nav-links .lnktg.lnkactive {
    position: relative !important;
  }
  [name='showMenu']:checked + .lnktg {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.main-stage {
  margin-bottom: 45px;
}
.olsc-delt-disp {
  background-color: #f5f5f5;
}
.owl-arrow-nav {
  position: relative;
}
.owl-arrow-nav .owl-nav {
  top: calc(50% - 1rem);
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin-top: 0;
}
.owl-arrow-nav .owl-nav > button.owl-prev {
  left: 0;
}
.owl-arrow-nav .owl-nav > button.owl-next {
  right: 0;
}
.owl-arrow-nav .owl-nav.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.owl-arrow-nav.rect-nav .prev-slide {
  background: no-repeat;
  background-image: url(../img/temp/icon/owlnav-rect-l.svg) !important;
  background-size: contain;
  left: 5px;
}
.owl-arrow-nav.rect-nav .next-slide {
  background: no-repeat;
  background-size: contain;
  background-image: url(../img/temp/icon/owlnav-rect-r.svg) !important;
  right: 5px;
}
.owl-arrow-nav.rect-nav .nav-btn {
  height: 32px;
  top: -35px;
  position: absolute;
  width: 32px;
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .owl-arrow-nav.rect-nav .prev-slide {
    left: 15px;
  }
  .owl-arrow-nav.rect-nav .next-slide {
    right: 15px;
  }
  .owl-arrow-nav.rect-nav .nav-btn {
    height: 28px;
    top: -90px;
    width: 28px;
  }
}
@media (max-width: 766px) {
  nav.main-nav ul {
    padding-top: 69px;
  }
  #click ~ .bg-white {
    height: 69px;
  }
  .main-nav:after {
    display: none;
  }
  .owl-arrow-nav.rect-nav .nav-btn {
    top: -140px;
  }
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
.owl-carousel .owl-item img {
  width: inherit;
}
.owl-gallery .owl-item img {
  width: 100%;
}
html,
p {
  line-height: 22px;
}
.nav-container,
.page-container {
  max-width: 1680px;
  margin: 0 auto;
}
.page-header.main-stage .wrapper,
.page-header.sub-header .wrapper,
.wrapper {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 520px) {
  .page-header.main-stage .wrapper,
  .page-header.sub-header .wrapper,
  .wrapper {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
.px {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.py {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.pb {
  padding-bottom: 15px;
}
.mnx {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
h1 {
  font-size: 60px;
  line-height: 60px;
}
h2 {
  font-size: 50px;
  line-height: 57px;
}
h3 {
  font-size: 35px;
  line-height: 42px;
}
h4 {
  font-size: 25px;
  line-height: 32px;
}
h5 {
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 980px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h2,
  h3 {
    font-size: 35px;
    line-height: 42px;
  }
  h4 {
    font-size: 25px;
    line-height: 32px;
  }
  h5 {
    font-size: 20px;
    line-height: 27px;
  }
}
.text-xs {
  font-size: 12px;
  line-height: 17px;
}
.chevr {
  width: 8px;
}
@media (min-width: 522px) {
  .imgtg {
    display: none !important;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
  h3 {
    font-size: 25px;
    line-height: 32px;
  }
  h4,
  h5 {
    font-size: 20px;
    line-height: 27px;
  }
  .imgtg-lg {
    display: none !important;
  }
}
.cbc-t {
  margin-top: 60px;
}
@media (max-width: 980px) {
  .cbc-t {
    margin-top: 30px;
  }
}
.bttn {
  height: 50px;
  font-size: 16px;
  line-height: 16px;
  padding-left: 50px;
  padding-right: 50px;
  width: 285px;
  max-width: 100%;
  font-family: BMWTypeNextPro-Bold;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  border: none;
}
.bttn img {
  width: 18px;
  height: 18px;
}
.bttn:disabled {
  opacity: 0.3;
}
.bttn-rec-icol {
  border: 1px solid #4d4d4d;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.bttn-rec-icol p {
  font-family: BMWTypeNextPro-Bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.bttn-rec-icol img {
  height: 50px;
  width: 55px;
}
.bttn-rec-icol svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  fill: #4d4d4d;
}
.bttn-rec-icol:hover svg {
  fill: #262626;
}
.unlim-btn .bttn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.main-mb {
  margin-bottom: 45px;
}
.bttn-2-c {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bttn-2-c > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 3.25px);
  flex: 0 0 calc(50% - 3.25px);
  max-width: calc(50% - 3.25px);
  margin-bottom: 7.5px;
}
.bttn-ctac {
  background-color: #1c69d4;
}
.bttn-ctac:active,
.bttn-ctac:focus,
.bttn-ctac:focus-within,
.bttn-ctac:hover {
  color: #fff;
  background-color: #0653b6;
}
.bttn-ctac-bord {
  background-color: transparent;
  border: 2px solid #fff;
}
.bttn-ctac-bord:active,
.bttn-ctac-bord:focus,
.bttn-ctac-bord:focus-within,
.bttn-ctac-bord:hover {
  color: #fff;
}
.bttn-ctg-bord {
  background-color: transparent;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  width: 100%;
}
.bttn-ctg-bord:active,
.bttn-ctg-bord:focus,
.bttn-ctg-bord:focus-within,
.bttn-ctg-bord:hover {
  color: #4d4d4d;
}
.sub-stage {
  margin-top: -45px;
}
@media (max-width: 979px) {
  .py-lg-down {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .nav-container .wrapper {
    padding: 0;
  }
  .sub-stage {
    background: #fff;
    height: auto !important;
    margin-top: -10px;
    padding: 10px 0;
  }
}
.fulb-astk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.fulb-astk.wrapper {
  width: 90%;
  padding-left: 0;
  left: 5%;
  right: 5%;
  padding-right: 0;
  max-width: initial;
}
.fulb-astk.d2m-ask {
  padding-top: 100px;
}
@media (max-width: 979px) {
  .fulb-astk.d2m-ask {
    padding-top: 0;
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .bttn-2-c > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 3.25px);
    flex: 0 0 calc(100% - 3.25px);
    max-width: calc(100% - 3.25px);
  }
  .fulb-astk.d2m-ask {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
  .check-accrt {
    position: absolute !important;
    top: 0;
    left: 4px;
  }
  .check-accrt + label p {
    text-indent: 25px;
  }
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 79.6875rem;
}
.wrapper .form-wrapper .form-space > div {
  margin-bottom: 15px;
}
.page-header {
  background: #f9f9f9;
  height: 160px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.page-header .nav-container,
.page-header .page-container {
  width: 100%;
}
.page-header .wrapper {
  padding-left: 0;
  padding-right: 0;
}
#n_____,
#n_____ p {
  line-height: 35px;
}
.bch-wrpp {
  border: 1px solid #e6e6e6;
  padding: 7.5px;
}
.bch-wrpp h4 {
  margin: 30px 0;
}
.dashed {
  text-decoration: line-through;
}
.carh {
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
}
.carh2 {
  height: auto;
}
.colr-wrapper {
  padding: 0 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.colr-wrapper .owl-stage {
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.colr-wrapper .owl-stage .owl-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
}
.colr-wrapper .owl-stage-outer {
  padding: 0 5px;
}
.int-wrapper .colr-item img {
  width: 253px;
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.int-wrapper .colr-item.active img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  width: 253px;
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain;
}
.int-wrapper .owl-stage .owl-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 253px;
  flex: 0 0 253px;
  max-width: 253px;
}
@media (max-width: 979px) {
  .int-wrapper .colr-item img {
    width: 163px;
    height: 85px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .int-wrapper .colr-item.active img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    width: 163px;
    height: 85px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .int-wrapper .owl-stage .owl-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 163px;
    flex: 0 0 163px;
    max-width: 163px;
  }
}
.colr-item {
  cursor: pointer;
}
.colr-item img {
  width: 48px;
  height: 48px;
}
.colr-item.active img {
  width: 56px;
  height: 56px;
}
#shwnm {
  margin-top: 30px;
}
.model-type {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 60px;
  margin-top: 30px;
  font-family: BMWTypeNextPro-Bold;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.model-type > div {
  width: 100%;
}
.model-all > div {
  height: 59px;
}
.model-all .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.model-all .slick-track .slick-slide {
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.model-all .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.model-all .slick-track .slick-slide > div .slide-item {
  height: 100%;
}
.model-all .slick-track .slick-slide > div .aslk {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-bottom: 3px solid #fff;
}
.model-all .slick-track .slick-slide > div .aslk.active,
.model-all .slick-track .slick-slide > div .aslk:active,
.model-all .slick-track .slick-slide > div .aslk:focus,
.model-all .slick-track .slick-slide > div .aslk:focus-within,
.model-all .slick-track .slick-slide > div .aslk:hover {
  border-color: #1c69d4;
}
.carousel-type {
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: BMWTypeNextPro-Bold;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.carousel-type > div {
  width: 100%;
}
.carousel-all > div {
  height: 59px;
}
.carousel-all .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 522px) {
  .carousel-all .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
.carousel-all .slick-track .slick-slide {
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-all .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.carousel-all .slick-track .slick-slide > div .slide-item {
  height: 100%;
}
.carousel-all .slick-track .slick-slide > div .aslk {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-bottom: 3px solid #fff;
}
.carousel-all .slick-track .slick-slide > div .aslk.active,
.carousel-all .slick-track .slick-slide > div .aslk:active,
.carousel-all .slick-track .slick-slide > div .aslk:focus,
.carousel-all .slick-track .slick-slide > div .aslk:focus-within,
.carousel-all .slick-track .slick-slide > div .aslk:hover {
  border-color: #4d4d4d;
}
.mb30 {
  margin-bottom: 30px;
}
.mb60 {
  margin-bottom: 60px;
}
.appw-b {
  margin-top: 20px;
  margin-bottom: 20px;
}
.appw-b .wrapper {
  height: inherit;
}
.appw-b .space {
  background-color: #fff;
  height: inherit;
}
.appw-c {
  background-color: #f2f2f2;
  height: 100%;
  padding: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.appw-c .bttn {
  margin-top: 15px;
}
.appw-c img {
  width: 54px;
  height: 54px;
}
.fblk h5 {
  overflow: hidden !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  height: 54px;
}
.bwbk {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.check-accrt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.check-accrt + label p a {
  text-decoration: underline;
}
.fnav {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
}
@media (min-width: 981px) {
  .appw-b {
    background-color: #f2f2f2;
  }
  .fnav nav.main-nav ul li a {
    color: #fff;
  }
}
.fnav #click ~ .menu-btn i:before {
  color: #fff;
}
.model-compare {
  border: 1px solid #e6e6e6;
  padding: 12.5px;
}
.comp-row {
  /* border-bottom: 1px solid #e6e6e6; */
}
.comp-row h4 {
  padding: 30px 0 30px 40px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.comp-row h4:before {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
}
.comp-row a.collapsed h4:before {
  content: '\f078';
}
.comp-row .card.card-body {
  border: none;
  padding: 0;
}
.spec-row {
  padding: 20px 0;
  /* border-top: 1px solid #e6e6e6; */
  border-bottom: 1px solid #e6e6e6;
}
.shspec .spec-row:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.vss {
  position: relative;
  overflow: hidden;
}
.vss > div:not(.vsss) {
  position: relative;
  z-index: 1;
}
.vss .vsss {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 120px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
.bdt {
  border-top: 1px solid #e6e6e6;
}
.bdb {
  border-bottom: 1px solid #e6e6e6;
}
.up {
  text-transform: uppercase;
}
.pl40 {
  padding-left: 40px;
}
.tett {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  position: absolute;
  top: 109px;
  left: calc(100% - 255px);
}
.tett * {
  color: #fff;
}
@media (max-width: 766px) {
  .vss .vsss {
    height: 200px;
  }
  .tett {
    display: none !important;
  }
}
.nowp {
  white-space: nowrap;
}
.onebnne .owl-dots {
  margin-top: -15px;
  margin-bottom: 15px;
}
.land-banner {
  min-height: 100vh;
}
.land-banner img {
  -o-object-fit: cover;
  object-fit: cover;
}
.kasjh {
  padding-top: 100px;
}
@media (max-width: 520px) {
  .vss .vsss {
    height: 150px;
  }
  .kasjh {
    padding-top: 0;
  }
}
.bttn-ffx {
  padding-bottom: 15px;
}
.rect-nav .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.rect-nav:active .owl-nav,
.rect-nav:focus .owl-nav,
.rect-nav:focus-within .owl-nav,
.rect-nav:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.lnnft a {
  font-size: 0.875rem;
}
.pxs {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.mnxs {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.mnts {
  margin-top: -2.5px;
}
@media (max-width: 979px) {
  .txtsd {
    position: fixed;
    top: calc(50% - 60px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bttn-ffx {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
  }
  .py-lg-down-xs {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
}
