#header {
  background: var(--msnt-header-background);
  box-shadow: none;
}

.Driven #header:after {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    var(--msnt-menu-background) 50%,
    var(--msnt-menu-background) 100%
  );
  width: calc(
    200% + var(--msnt-header-position-right) + var(--msnt-header-position-right)
  );
  transform: translateX(0);
  transition: transform 0.25s linear;
}

.menuVisible #header:after {
  transform: translateX(-450px);
}

body.menuVisible #header {
  background-color: transparent;
}

.msnt-menu {
  left: auto;
  right: var(--msnt-menu-left);
  transform: translateX(calc((100% + var(--msnt-menu-left))));
}

.msnt-menu_items .msnt-about_dropdown-menu li a {
  font-weight: 500;
  font-size: 55%;
}

@media screen and (max-width: 449px) {
  .msnt-menu_wrapper {
    padding-left: 35px;
  }
}

.msnt-about_dropdown-menu a {
  color: var(--msnt-menu-item-color);
}

#logo {
  justify-content: start;
}

#header #logo svg {
  fill: #e52521;
  box-sizing: border-box;
  padding: 3px;
}

#header #logo svg #text {
  fill: #fff;
}

#header #open-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}

#header #open-menu-btn svg {
  fill: #fff;
  width: 29px;
  margin-top: -4px;
}

@media screen and (max-width: 767px) {
  .Driven #header:after {
    background: var(--msnt-menu-background);
  }

  .menuVisible #header:after {
    transform: translateX(0);
  }

  .menuVisible #header #logo svg #text {
    fill: #000;
  }

  .menuVisible #header #open-menu-btn svg {
    fill: #000;
  }
}

#header #logo svg .logo-title {
  fill: #f00;
}

body #page_wrapper[data-page="home"] #header {
  background-color: transparent;
}

.msnt-menu_other-social .social {
  border: 0;
}

.msnt-menu_other-social .social + .social {
  margin-left: 15px;
}

.msnt-menu_other-social .social a {
  font-size: 24px;
  color: var(--msnt-menu-item-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.msnt-menu_other-social .social a svg {
  fill: #000;
}

.msnt-menu_other-copyright {
  color: var(--msnt-menu-item-color);
}

.msnt-slide-item_text {
  font-size: 14px;
  font-family: "CLanPro-WideBook";
  font-weight: 600;
  margin: 0;
}

.msnt-counter .msnt-slide-item_digit {
  font-size: 60px;
  font-weight: 600;
  font-family: "Nexa-Heavy";
  margin: 0;
}

.msnt-counter .msnt-slide-item_digit b {
  font-size: 38px;
}

.msnt-about_dropdown-arrow {
  border-right: 4px solid var(--msnt-menu-item-color);
  border-bottom: 4px solid var(--msnt-menu-item-color);
}

.msnt-about_dropdown-menu .division-section {
  border-color: #000;
}

#open-menu-btn .transform-a {
  display: none;
}

.menuVisible #open-menu-btn .transform-a {
  display: block;
  transform: none;
}

#open-menu-btn .transform-b {
  display: block;
}

.menuVisible #open-menu-btn .transform-b {
  display: none;
  transform: none;
}

#open-menu-btn {
  width: 29px;
}

[data-page="pageNews"] #header {
  background: transparent;
}

body:not(.atTop) #page_wrapper[data-page="home"] #header,
#header.invert,
.msnt-header-spacer + #header {
  background: rgba(12, 12, 12, 0.4);
}

body:not(.atTop):not(.menuVisible) #page_wrapper[data-page="home"] #header,
body:not(.menuVisible) #header.invert,
body:not(.menuVisible) .msnt-header-spacer + #header {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .msnt-counter .msnt-slide-item_digit {
    margin-left: 0;
    margin-right: 10px;
  }

  .msnt-slide .msnt-slide_infographic {
    display: none;
  }
}

.parallax-group {
  padding-top: 0;
}

.pageContacts h1 {
  text-transform: uppercase;
}

.pageContacts h2 {
  font-family: "Blair-Medium";
  text-transform: uppercase;
  font-size: 32px;
}

.pageContacts h1,
.pageContacts h2,
.pageCareer h2 {
  text-align: center;
}

.pageContacts .addresses-block .main {
  flex-flow: row wrap;
}

.pageContacts .addresses-block .item-global {
  width: 100%;
  background: var(--msnt-brand-color);
}

.pageContacts .addresses-block .item-global .contact-info a {
  color: #000;
}

.pageContacts .reason-list {
  max-width: 100%;
  margin: 0;
  flex-wrap: nowrap;
}

.pageContacts .addresses-block .contact-info p {
  font-family: "Blair-Medium";
  font-size: 15px;
}

.pageContacts .addresses-block .contact-info a,
.pageContacts .addresses-block .contact-info span {
  font-family: "CLanPro-WideBook";
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pageContacts .reason-list {
    flex-wrap: wrap;
  }

  .pageAboutUs .corporateContent p {
    text-align: center;
  }

  .pageContacts h2 {
    font-size: 22px;
  }
}

.msnt-slide_title {
  letter-spacing: 0;
  font-weight: 400;
}

.msnt-slide--Drivenlifestyle_Home .msnt-slide_infographic--inline,
.msnt-slide--Drivenlifestyle_Home .msnt-slide_infographic {
  display: none;
}

.itemsWrapper {
  margin-top: 100px;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .itemsWrapper {
    grid-template-columns: repeat(1, minmax(300px, 1fr));
  }

  .newsItem {
    max-width: 450px;
    margin: 0 auto;
  }
}

.itemsWrapper .yearBlock {
  display: contents;
}

.itemsWrapper .yearBlock:nth-child(1) .newsItem:nth-child(1) {
  display: none;
}

.newsItem {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-family: "Nexa-Light";
}

.newsItem .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}

.newsItem .imgWrapper {
  width: auto;
}

.newsItem img {
  min-width: 100%;
  display: block;
  aspect-ratio: 3/2;
}

.pageNews .contentWrapper {
  background: #fff;
}

.pager {
  display: none;
}

.newsItem .top span {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: normal;
  color: var(--msnt-brand-color);
  font-size: 14px;
  margin-top: 5px;
}

.newsItem .title {
  max-width: 70%;
  text-align: center;
  display: block;
  margin: 15px auto 10px auto;
  font-weight: bold;
  line-height: 1.25;
  color: #000;
  font-size: 20px;
  font-family: "Nexa";
}

.newsItem .date {
  font-family: "CLanPro-WideBook";
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .newsItem .title {
    max-width: 80%;
  }

  .pageContacts .reason-list li {
    width: 100%;
    max-width: 100%;
  }

  .pageContacts .addresses-block .item {
    align-items: center;
    text-align: center;
  }

  .pageContacts .addresses-block .ms-flag {
    margin: 0 auto;
  }

  .msnt-slide_infographic .msnt-slide-item {
    grid-template-columns: 90px 1fr;
  }
}

.nextSlide {
  display: none;
}

.headerBanner h1 {
  font-size: 35px;
  font-family: "Blair-Medium";
}

.headerBanner h2 {
  font-size: 26px;
}

.msnt-slide_title a {
  font-size: 26px;
  font-family: "Blair-Medium";
  font-weight: 500;
}

.pageContacts .addresses-block .item {
  background: #ededed;
}

#footer span,
#footer .copyright a {
  text-transform: none;
  color: #000;
}

.pageContacts .addresses-block {
  background: #fff;
}

.msnt-slide_text {
  font-weight: 400;
  font-family: "CLanPro-WideBook";
}

.msnt-about_dropdown-menu .division-section .division-title {
  font-size: 20px;
}

.msnt-slide--Drivenlifestyle_Home .msnt-slide_content {
  min-height: calc(90% - 100px);
  margin-top: 35px;
  margin-bottom: 65px;
  padding-bottom: env(safe-area-inset-bottom, 20px);
  box-sizing: border-box;
}

#footer .links {
  height: 19px;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

#footer .social-links .social,
#footer .social-links a {
  border: 0;
  width: 18px;
  height: 18px;
}

.social-links a svg {
  padding: 0;
}

#footer .social-links .social:hover {
  box-shadow: none;
  border-color: unset;
}

#footer .social-links .social:hover svg {
  fill: var(--msnt-brand-color);
}

@media screen and (min-width: 768px) {
  .menuVisible #header #open-menu-btn svg {
    fill: #000;
  }

  #header {
    padding: 11px 40px;
  }

  .headerBanner h1 {
    font-size: 40px;
  }

  .msnt-slide--Autosport_International .msnt-slide_title a {
    font-size: 34px;
  }

  .msnt-slide_title a {
    font-size: 38px;
  }

  .msnt-slide_text {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .msnt-slide--Drivenlifestyle_Home .msnt-slide_content {
    min-height: calc(100% - 18px);
    margin: 18px 0 0 0;
    padding: 55px 0 30px 0;
  }

  .msnt-slide_content {
    min-height: calc(100% - 18px);
    margin: 18px 0 0 0;
    padding: 85px 0 75px 0;
    box-sizing: border-box;
  }

  .msnt-slide_badge {
    margin: 0;
  }

  .msnt-slide_infographic--inline,
  .msnt-slide_infographic {
    flex: 0.65;
  }

  .msnt-slide--Drivenlifestyle_Home .msnt-slide_infographic--inline,
  .msnt-slide--Drivenlifestyle_Home .msnt-slide_infographic {
    margin-top: auto;
    display: flex;
    flex: none;
    margin-bottom: 30px;
  }

  .headerBanner h2 {
    font-size: 45px;
  }

  .pageContacts .addresses-block .item a {
    background-size: 150%;
    background-position: center center;
  }

  .msnt-slide--Autosport_International .msnt-slide_title a {
    font-size: 44px;
  }

  .msnt-slide--Sothebysmotor .msnt-slide_title a {
    font-size: 50px;
  }

  .msnt-slide_title a {
    font-size: 56px;
  }

  .msnt-slide-item_text {
    font-size: 20px;
  }

  .msnt-slide--Drivenlifestyle_Home .msnt-slide-item_text {
    font-size: 15px;
    font-weight: 400;
    margin-left: 25px;
  }

  .msnt-slide--Drivenlifestyle_Home .msnt-slide_title a {
    font-size: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .msnt-slide--Sothebysmotor .msnt-slide_title a {
    font-size: 56px;
  }

  .msnt-slide--Autosport_International .msnt-slide_title a {
    font-size: 52px;
  }

  .msnt-slide--Drivenlifestyle_Home .msnt-slide_title a {
    font-size: 64px;
  }
}

@media screen and (min-width: 1366px) {
  .msnt-slide--Drivenlifestyle_Home .msnt-slide_title a,
  .msnt-slide_title a {
    font-size: 64px;
  }

  .msnt-slide--Autosport_International .msnt-slide_title a {
    font-size: 60px;
  }

  .msnt-slide--Sothebysmotor .msnt-slide_title a {
    font-size: 68px;
  }
}

@media screen and (max-width: 550px) {
  .msnt-slide_title a {
    font-size: 30px;
  }
}

@media screen and (max-width: 450px) {
  .msnt-slide--Autosport_International .msnt-slide_title a,
  .msnt-slide--Motorsport .msnt-slide_title a,
  .msnt-slide--Inside_Evs .msnt-slide_title a {
    font-size: 26px;
  }
}

.msnt-header-spacer {
  height: 120px;
}

.msnt-slide-item svg {
  display: none !important;
}

@media (max-width: 767px), screen and (max-height: 620px) {
  .msnt-slide_text p {
    font-size: 16px;
    font-weight: 600;
  }
}

.msnt-slide_badge a {
  font-family: "Nexa-Light";
}

.msnt-slide_badge a:hover {
  color: inherit;
}

.msnt-slide_badge .msnt-slide_badge-icon {
  border: 1px solid transparent;
}

.msnt-slide_badge[data-color="#3bfd00"] a:hover {
  color: #3bfd00;
}

.msnt-slide_badge[data-color="#3bfd00"] .msnt-slide_badge-icon {
  border-color: #3bfd00;
  color: #3bfd00;
  background: transparent;
}

.msnt-slide_badge[data-color="#00cbff"] a:hover {
  color: #00cbff;
}

.msnt-slide_badge[data-color="#00cbff"] .msnt-slide_badge-icon {
  border-color: #00cbff;
  color: #00cbff;
  background: transparent;
}

.msnt-slide_badge[data-color="#ff7000"] a:hover {
  color: #ff7000;
}

.msnt-slide_badge[data-color="#ff7000"] .msnt-slide_badge-icon {
  border-color: #ff7000;
  color: #ff7000;
  background: transparent;
}

.msnt-slide_badge[data-color="#ffdd00"] a:hover {
  color: #ffdd00;
}

.msnt-slide_badge[data-color="#ffdd00"] .msnt-slide_badge-icon {
  border-color: #ffdd00;
  color: #ffdd00;
  background: transparent;
}

.msnt-slide_badge[data-color="#7200ff"] a:hover {
  color: #7200ff;
}

.msnt-slide_badge[data-color="#7200ff"] .msnt-slide_badge-icon {
  border-color: #7200ff;
  color: #7200ff;
  background: transparent;
}

.msnt-slide_badge[data-color="#007eff"] a:hover {
  color: #007eff;
}

.msnt-slide_badge[data-color="#007eff"] .msnt-slide_badge-icon {
  border-color: #007eff;
  color: #007eff;
  background: transparent;
}

.msnt-slide_badge[data-color="#47c700"] a:hover {
  color: #47c700;
}

.msnt-slide_badge[data-color="#47c700"] .msnt-slide_badge-icon {
  border-color: #47c700;
  color: #47c700;
  background: transparent;
}

.articleContent figure img {
  width: auto;
  height: auto;
}
