

@media (min-width: 769px) {
  

  main {
    display: block;
  }
  
  nav.primary {
    display: block;
  }
  
  .d3v_header {
    display: block;
  }
  
  
  
  .sub-navigation {
    display: block;
    visibility: hidden;
  
  }
  
  .sub-navigation.active {
        visibility: visible;
    }
  
  
  
  
  
  .video {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  
  }
  
  .video[data-video-trigger='click'] {
    cursor: pointer;
  }
  
  .video__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    color: rgb(255, 255, 255);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
  
  }
  
  .video__loader .loader-icon {
      position: relative;
      display: block;
      -webkit-animation-name: loader-animation;
              animation-name: loader-animation;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
              animation-timing-function: cubic-bezier(.445, .05, .55, .95);
      -webkit-animation-delay: 0s;
              animation-delay: 0s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-direction: forward;
              animation-direction: forward;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      width: 100%;
      height: 100%;
    }
  
  .video__loader .icon {
      width: 100%;
      height: 100%;
    }
  
  .video__player {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  
  }
  
  .video__player video {
      position: absolute;
      top: 0;
      left: 0;
      border: 0;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
    }
  
  .ie .video__player video {
        height: auto;
      }
  
  .video__cover, .video__controls, .video__hidden-layer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  
  .video__cover {
    opacity: 1;
    background-color: #161a11;
    transition: opacity;
    transition-duration: .35s;
    transition-timing-function: linear;
  
  }
  
  .video__cover .landscape, .video__cover .portrait {
      opacity: 0;
      background: center / cover no-repeat;
      transition: opacity .6s cubic-bezier(.39, .575, .565, 1);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
    }
  
  .video__cover--hidden {
      display: none;
    }
  
  .video__controls {
    display: none;
    color: #fff;
  
  }
  
  .video__controls .control-buttons {
      position: absolute;
      display: flex;
      color: #fff;
      cursor: pointer;
  
    }
  
  [dir='rtl'] .video__controls .control-buttons {
        direction: ltr;
      }
  
  .video__controls .control-buttons .icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
  
  .video__controls .control-buttons .close-button {
        outline: none;
  
      }
  
  .video__controls .control-buttons .close-button:focus .icon {
            outline: rgba(255, 255, 255, 0.5) dotted 1px;
            outline-offset: 5px;
          }
  
  .video__controls .control-buttons .close-button .icon {
          top: 0;
          left: auto;
          right: 0;
          width: 16px;
          height: 16px;
        }
  
  .video__controls .control-buttons.control-buttons--bottom-left {
        bottom: 28px;
        left: 28px;
      }
  
  .video__controls .control-buttons.control-buttons--bottom-right {
        bottom: 28px;
        right: 28px;
      }
  
  .video__controls .control-buttons.control-buttons--top-left {
        top: 28px;
        left: 28px;
      }
  
  .video__controls .control-buttons.control-buttons--top-right {
        top: 28px;
        right: 28px;
      }
  
  .video__controls .control-buttons .control-button {
        position: relative;
        display: none;
        width: 45px;
        height: 45px;
  
      }
  
  .video__controls .control-buttons .control-button[data-video-control='menu'] {
          margin-right: 5px;
        }
  
  .video__controls .control-buttons .control-button.control-button--active {
          display: block;
        }
  
  .video__controls .progress {
      width: 100%;
      height: 4px;
      background: currentColor;
      transform: scaleX(0);
      transform-origin: left top;
      bottom: 1px;
      left: 0;
      position: absolute;
    }
  
  .video--loaded .video__loader {
      display: none;
    }
  
  .video--loaded .video__player {
      visibility: visible;
    }
  
  .no-touch .video--hide-poster .video__cover {
      display: none;
      -webkit-filter: none;
              filter: none;
    }
  
  .video[data-video-controls-enabled='true'] .video__controls {
    display: block;
  
  }
  
  .video[data-video-controls-enabled='true'] .video__hidden-layer {
    display: none;
  }
  
  .video[data-video-trigger='in-view'].video--loaded:not([data-video-mobile]) .video__cover, .video--playing .video__cover {
      opacity: 0;
    }
  
  .fullscreen-video {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10000;
  opacity: 0;
  transition: opacity .3s ease, width 0s linear .3s, height 0s linear .3s;
  
  }
  
  .fullscreen-video.fullscreen-video--active {
    opacity: 1;
    transition: opacity .3s ease, width 0s linear, height 0s linear;
    width: 100%;
    height: 100%;
  }
  
  @supports (-ms-ime-align:auto) {
  
  .content .video video {
    width: auto!important;
  }
  
  }
  
  /* 
  @-ms-viewport {
  width: device-width;
  } */
  
  html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  }
  
  *, *::before, *::after {
  box-sizing: inherit;
  }
  
  .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  }
  
  .container.gutter {
    max-width: calc(100% - 50px);
  }
  
  .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  }
  
  .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  }
  
  
  .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  }
  
  
  
  
  
  
  
  
  
  /* AM Navigation */
  
  .d3v_header {
  position: absolute;
  width: auto;
  height: 65px;
  left: 0;
  right: 0;
  z-index: 1000;
  transform: translate3d(0, 0, 0);
  transition: transform .6s cubic-bezier(.47, 0, .745, .715), opacity .6s cubic-bezier(.47, 0, .745, .715);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  
  }
  
  .d3v_header nav {
    width: 100%;
    height: 100%;
  }
  
  .d3v_header--fixed {
    position: fixed;
  }
  
  .d3v_header__logo {
    padding: 20px;
    margin-top: -2px;
    overflow: hidden;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 169px;
    height: 18px;
  
  }
  
  .d3v_header__logo .icon {
      width: 100%;
      height: 100%;
  
    }
  
  .d3v_header__logo .icon__wrapper {
        top: -75px;
        transform: none;
        width: 169px;
        height: 169px;
      }
  
  .d3v_header.disable {
    height: 0;
  
  }
  
  .d3v_header.disable .d3v_header__logo {
      top: 32px;
      z-index: -1;
      opacity: 0;
      pointer-events: none;
    }
  
  .d3v_header--hide {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  
  .d3v_header--subnavigation-active {
    transform: translateY(-65px);
    -webkit-animation-name: header-subnavigation-slide-down;
            animation-name: header-subnavigation-slide-down;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.39, .575, .565, 1);
            animation-timing-function: cubic-bezier(.39, .575, .565, 1);
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-direction: forward;
            animation-direction: forward;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  
  }
  
  .d3v_header--subnavigation-active .collection-menu {
      max-width: 15px;
    }
  
  .d3v_header--subnavigation-active .collection-menu .title {
        opacity: 0;
      }
  
  
  
  @-webkit-keyframes header-subnavigation-slide-down {
  
  0% {
    transform: translateY(-65px);
  }
  
  100% {
    transform: translateY(0);
  }
  
  }
  
  @keyframes header-subnavigation-slide-down {
  
  0% {
    transform: translateY(-65px);
  }
  
  100% {
    transform: translateY(0);
  }
  
  }
  
  .d3v_header__logo {
  z-index: 1002;
  pointer-events: all;
  }
  
  .d3v_header {
  z-index: 1002;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background .25s linear;
  }
  
  .d3v_header .d3v_header-nav, .d3v_header .js-mobile-menu {
    pointer-events: all;
  }
  
  .d3v_header svg.hamburger {
    width: 71px;
    height: 17px;
  }
  
  .d3v_header svg.hamburger rect {
      transition: transform .4s .3s cubic-bezier(0, .8, .2, 1);
    }
  
  .d3v_header.disable:not(.d3v_header--subnavigation-active) {
      height: 65px;
      transform: translateY(-65px);
    }
  
  .d3v_header.disable:not(.d3v_header--subnavigation-active) .d3v_header__logo {
        top: 50%;
        z-index: 1002;
        opacity: 1;
        pointer-events: all;
      }
  
  .d3v_header.disable + nav.primary {
      height: 0;
      pointer-events: none;
    }
  
  .d3v_header.disable + nav.primary .parallax-container {
        opacity: 0;
      }
  
  .d3v_header.disable:not(.d3v_header--subnavigation-active) + nav.primary {
        height: 65px;
      }
  
  .d3v_header.disable:not(.d3v_header--subnavigation-active) + nav.primary .parallax-container {
          transform: translateY(-65px);
        }
  
  .left-toggle > .icon, .right-toggle > .icon {
    position: absolute;
    width: 71px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
  
  }
  
  .d3v_header--dark .left-toggle > .icon, .d3v_header--dark .right-toggle > .icon {
      color: #161a11;
    }
  
  .expose_nav .d3v_header--dark .left-toggle > .icon, .expose_nav .d3v_header--dark .right-toggle > .icon {
      color: white;
    }
  
  .left-toggle.hidden, .right-toggle.hidden {
    display: none;
  }
  
  .left-toggle > .icon {
    left: 20px;
  }
  
  .right-toggle > .icon {
  right: 20px;
  }
  
  .right-toggle > .icon svg {
    cursor: pointer;
    transform: rotate(180deg);
  
  }
  
  html.left_nav, html.right_nav, body.left_nav, body.right_nav {
    height: 100%;
    overflow: hidden;
  }
  
  body[pagemode-edit], body.pagemode-edit, body.pagemode-edit-related, body.pagemode-preview {
  overflow-x: hidden;
  }
  
  body[pagemode-edit] header.d3v_header, body.pagemode-edit header.d3v_header, body.pagemode-edit-related header.d3v_header, body.pagemode-preview header.d3v_header {
    display: none;
  }
  
  body[pagemode-edit].expose_nav nav.primary, body.pagemode-edit.expose_nav nav.primary, body.pagemode-edit-related.expose_nav nav.primary, body.pagemode-preview.expose_nav nav.primary {
      display: none;
    }
  
  a.close-sub-nav {
    font-size: 16px;
  }
  
  .sub-navigation .models .active-model {
    text-decoration: none;
  }
  
  .sub-navigation .models .active-model .active-model__name {
        font-size: 24px;
    }
  
  .sub-navigation .models .models-controls .models-indicators button {
    margin: 0;
    border: 0;
  }
  
  .sub-navigation .models .model-view-link {
    font-size: 12px;
    text-decoration: none;
  }
  
  .sub-navigation .models .models-controls .models-indicators button::before {
    box-sizing: content-box;
  }
  
  .sub-navigation>nav ul a .description {
    position: absolute;
    width: calc(100% - 40px);
    z-index: var(--zi-header-sub-nav-desc);
    opacity: 0;
    font-size: 26px;
    line-height: 38px;
    pointer-events: none;
    transition: opacity .25s;
  }
  
  .sub-navigation .models nav.model-nav ul li a {
    line-height: 1;
  }
  
  .touch nav.primary .mobile-search .input-search {
  font-size: 2.666rem;
  }
  
  nav.primary {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 75px 20px 0;
  z-index: 1000;
  opacity: 0;
  color: inherit;
  pointer-events: none;
  background: #161718;
  transition: transform .3s .25s cubic-bezier(0, .7, .3, 1), opacity .3s 0s linear;  
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
  
  nav.primary.hidden {
    opacity: 0;
    pointer-events: none;
    transition: transform .3s .25s cubic-bezier(0, .7, .3, 1), opacity .3s .35s linear;
  }
  
  nav.primary.hidden > div, nav.primary.hidden ul, nav.primary.hidden li {
      pointer-events: none;
    }
  
  nav.primary > .parallax-container {
    width: 100%;
    overflow: visible;
  }
  
  nav.primary::before {
    position: fixed;
    content: '';
    display: none;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: linear-gradient(to bottom, rgba(22, 23, 24, 1) 60%, rgba(22, 23, 24, 0) 100%);
  }
  
  nav.primary .left-menu, nav.primary .right-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    color: inherit;
    transition: all .5s cubic-bezier(0, .7, .3, 1), opacity .4s linear, color 0s 0s;
    -webkit-tap-highlight-color: rgba(22, 23, 24, 0);
    touch-action: manipulation;
    -webkit-touch-callout: none;
  
  }
  
  nav.primary .left-menu.right-menu, nav.primary .right-menu.right-menu {
      justify-content: flex-end;
    }
  
  nav.primary .left-menu.hidden, nav.primary .right-menu.hidden {
      display: none;
    }
  
  nav.primary ul {
    position: relative;
    display: block;
    flex-direction: column;
    width: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    color: inherit;
    list-style: none;
    transform: translateX(0);
    transition: all .4s cubic-bezier(.7, 0, 1, .3), opacity .4s linear, color 0s 0s;
  }
  
  nav.primary ul > li {
      max-height: 140px;
      margin: 0;
      color: inherit;
      transform: translateY(0);
      transition: transform .5s cubic-bezier(0, .7, .3, 1), max-height .5s cubic-bezier(0, .7, .3, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      will-change: transform, height;
    }
  
  nav.primary ul > li.search a.close-sub-nav {
          display: none;
          }
  
  nav.primary ul > li.active a svg {
            opacity: 0.2;
          }
  
  nav.primary ul > li a {
        position: relative;
        display: inline-block;
        padding: 10px 4px;
        font-size: 32px;
        line-height: normal;
        text-decoration: none;
        color: #fff;
        letter-spacing: .06em;
        cursor: pointer;
        transition: color .2s, opacity .3s;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
  
      }
  
  nav.primary ul > li a::after {
          position: absolute;
          content: '';
          display: block;
          width: 100%;
          left: -1px;
          margin-top: 2px;
          opacity: 0;
          transition: opacity .2s .2s;
          border-bottom: 2px solid rgba(255, 255, 255, .4);
        }
  
  nav.primary ul > li a::before {
          position: absolute;
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          top: 50%;
          left: calc(50% - 12px);
          opacity: 0;
          background-repeat: no-repeat;
          background-size: contain;
          transform: translateY(-50%);
          transition: opacity .3s;
        }
  
  .expose_nav nav.primary ul > li a::before {
            background-color: transparent;
            background-color: initial;
            background-image: url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/close-icon.svg');
          }
  
  nav.primary ul > li a.search-icon {
          position: relative;
          display: none;
          width: 28px;
          top: 8px;
          padding-top: 18px;
          margin-bottom: -.5em;
        }
  
  nav.primary ul > li a.search-icon:before {
            top: 7px;
            left: -1px;
          }
  
  nav.primary ul > li a.search-icon:after {
            width: 28px;
          }
  
  nav.primary ul > li a.search-icon svg {
            position: absolute;
            top: -2px;
          }
  
  nav.primary ul > li a.search-icon svg path, nav.primary ul > li a.search-icon svg ellipse {
              stroke: #fff;
            }
  
  nav.primary ul.left {
      margin: 0;
    }
  
  nav.primary ul.right {
      transform: translateX(0);
    }
  
  nav.primary .search__form {
      padding: 9px 0;
  }
  
  nav.primary .input-search {
    flex: 1;
    padding: 0 30px 0 0;
    overflow: hidden;
    font-size: 2.666rem;
    text-transform: none;
    text-rendering: geometricPrecision;
    color: #fff;
    width: 100%;
  }
  
  nav.primary .input-search::-webkit-input-placeholder {
      color: #fff;
    }
  
  nav.primary .input-search::-moz-placeholder {
      color: #fff;
    }
  
  nav.primary .input-search:-ms-input-placeholder {
      color: #fff;
    }
  
  nav.primary .input-search::-ms-input-placeholder {
      color: #fff;
    }
  
  nav.primary .input-search::placeholder {
      color: #fff;
    }
  
  body.expose_nav nav.primary {
  display: flex;
  opacity: 1;
  pointer-events: all;
  }
  
  body.expose_nav nav.primary ul {
    transform: translateX(0);
    opacity: 1;
    transition: transform .5s cubic-bezier(0, .7, .3, 1), opacity 0.3s 0.2s linear;
  
  }
  
  a.close-sub-nav {
  position: relative;
  display: none;
  padding-left: 26px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: .06em;
  }
  
  a.close-sub-nav svg {
    position: absolute;
    display: block;
    width: 20px;
    top: 0;
    left: -4px;
  }
  
  .sub-navigation > nav, .sub-navigation > section {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    pointer-events:none;
    background-color: #161718;
    z-index: 990;
  }
  
  .sub-navigation > nav.active, .sub-navigation > section.active {
      z-index: 999;
      opacity: 1;
      pointer-events: all;
    }
  
  .sub-navigation > nav {
    padding: 60px 155px 0;
    transition: transform .5s cubic-bezier(.8, 0, .2, 1), opacity .3s linear;
  }
  
  .sub-navigation > nav .sub-nav-container {
      display: block;
      padding-top: 15vh;
    }
  
  .sub-navigation > nav.active {
      max-height: 100%;
      transition: transform .5s cubic-bezier(0, .7, .3, 1), opacity .25s .15s linear;
      overflow-y: auto;
    }
  
  .sub-navigation > nav.active ul li a {
        pointer-events: all;
        transform: none;
      }
  
  .sub-navigation > nav ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      font-size: inherit;
      list-style: none;
  
    }
  
  .sub-navigation > nav ul li {
        position: relative;
        width: 50%;
        font-size: 2.875em;
        transition: opacity .2s;
      }
  
  .sub-navigation > nav ul li a:hover {
          z-index: 3;
          color: #fff;
          cursor: pointer;
        }
  
  .sub-navigation > nav ul li a:hover .sub-nav-title {
            z-index: 4;
          }
  
  .sub-navigation > nav ul a {
        display: inline-block;
        width: auto;
        margin-bottom: 15vh;
        font-size: 2.667rem;
        text-decoration: none;
        color: #fff;
        pointer-events: none;
        transform: translateX(-1000%);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
  
  .sub-navigation > nav ul a .sub-nav-title {
          position: relative;
          display: inline;
          z-index: 2;
          font-size: 32px;
          font-weight: normal;
          text-transform: none;
          word-break: break-all;
          word-break: break-word;
        }
  
  .sub-navigation > nav ul a .sub-nav-title .description-dash {
            display: none;
            opacity: 0;
            transition: opacity .2s;
          }
  
  .sub-navigation > nav ul a .description {
          position: absolute;
          width: calc(100% - 40px);
          z-index: 2;
          opacity: 0;
          font-size: 26px;
          line-height: 38px;
          pointer-events: none;
          transition: opacity .25s;
        }
  
  .sub-navigation > nav ul img {
        position: fixed;
        max-width: 30vw;
        width: 30vw;
        top: 50%;
        left: 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        transform: translate3d(-50%, -50%, 0);
        transition: opacity .2s;
      }
  
  .sub-navigation > nav.search {
      display: flex;
      justify-content: center;
      padding-top: 200px;
    }
  
  .sub-navigation > nav.search form {
        width: calc(100vw - 310px);
      }
  
  .sub-navigation > nav::before {
      position: fixed;
      content: '';
      display: block;
      width: 100%;
      height: 80px;
      top: 0;
      left: 0;
      z-index: 1000;
      opacity: 0;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(22, 23, 24, 1) 60%, rgba(22, 23, 24, 0) 100%);
      transition: opacity .3s linear;
    }
  
  .sub-navigation > nav.active::before {
        opacity: 1;
        pointer-events: all;
      }
  
  .explore-cur {
    cursor:  url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-en.png') 40.5 40.5, url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-en.cur') 40.5 40.5, pointer;
  }
  
  :root[lang=fr] .explore-cur {
        cursor:  url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-fr.png') 40.5 40.5, url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-fr.cur') 40.5 40.5, pointer;
    }
  
  :root[lang=de] .explore-cur {
        cursor:  url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-de.png') 40.5 40.5, url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-de.cur') 40.5 40.5, pointer;
    }
  
  :root[lang=ja] .explore-cur {
        cursor:  url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-ja.png') 40.5 40.5, url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-ja.cur') 40.5 40.5, pointer;
    }
  
  :root[lang=zh-CN] .explore-cur {
        cursor:  url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-zh-CN.png') 40.5 40.5, url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/explore-zh-CN.cur') 40.5 40.5, pointer;
    }
  
  .sub-navigation .models {
  padding: 0;
  color: #fff;
  background-color: #161718;
  transition: all .3s, color 0s;
  }
  
  .sub-navigation .models .models-wrapper {
    background-color: transparent;
    transition: background .3s linear;
  }
  
  .sub-navigation .models.models-nav-open .gradient-top {
      background: linear-gradient(to bottom, rgba(22, 23, 24, 1) 60%, rgba(22, 23, 24, 0) 100%);
    }
  
  .sub-navigation .models__header {
    position: relative;
    padding: 0 20px;
    z-index: 10;
  }
  
  .sub-navigation .models a.close-sub-nav {
    display: none;
    margin-bottom: 50px;
    color: inherit;
  }
  
  .sub-navigation .models .active-model {
    position: relative;
    display: none;
    width: 100%;
    padding-right: 35px;
    font-size: 24px;
    text-transform: uppercase;
    color: inherit;
    word-break: break-all;
    word-break: break-word;
  }
  
  .sub-navigation .models .active-model svg {
      position: absolute;
      display: block;
      width: 25px;
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotate(-90deg);
    }
  
  .sub-navigation .models .active-model.active {
      color: #fff;
    }
  
  .sub-navigation .models .active-model.active svg {
        transform: translateY(-50%) rotate(90deg);
      }
  
  .sub-navigation .models nav.model-nav {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 120px 60px 80px;
    z-index: 1;
    pointer-events: none;
    box-sizing: border-box;
  }
  
  .sub-navigation .models nav.model-nav ul {
      padding: 0 425px 0 95px;
      list-style: none;
      box-sizing: border-box;
      margin: 0;
    }
  
  .sub-navigation .models nav.model-nav ul li {
        width: 100%;
        opacity: 1;
        transition: all .3s cubic-bezier(.6, 0, 1, .4), opacity .3s linear, color 0s 0s;
        line-height: normal;
      }
  
  .sub-navigation .models nav.model-nav ul li:not(:last-of-type) a {
          margin-bottom: 4.5vh;
        }
  
  .sub-navigation .models nav.model-nav ul li a {
          display: inline-block;
          opacity: .6;
          text-transform: uppercase;
          text-decoration: none;
          line-height: 23.45px;
          color: inherit;
          cursor: pointer;
          pointer-events: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          
        }
  
  .sub-navigation .models nav.model-nav ul li a:hover, .sub-navigation .models nav.model-nav ul li a.active {
            opacity: 1;
          }
  
  .sub-navigation .models .stats {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 120px;
    right: 140px;
    z-index: 30;
    opacity: 1;
    transition: opacity .3s cubic-bezier(.6, 0, 1, .4);
  }
  
  .sub-navigation .models .stats.hidden {
      opacity: 0;
    }
  
  .sub-navigation .models .stats > div {
      display: flex;
      flex-direction: row;
      margin-bottom: 20px;
    }
  
  .sub-navigation .models .stats label {
      font-size: 11px;
      text-transform: uppercase;
      line-height: 2.18em;
      letter-spacing: .083em;
    }
  
  .sub-navigation .models .stats .value {
      position: relative;
      display: flex;
      flex-direction: row;
      align-self: center;
      min-width: 105px;
      max-width: 130px;
      top: 5px;
      margin-left: 18px;
      font-size: 24px;
    }
  
  .sub-navigation .models .stats .value .number.noValue {
          font-size: 12px;
          letter-spacing: .15em;
          word-break: break-all;
          word-break: break-word;
        }
  
  .sub-navigation .models .stats .value .number.noValue + .type {
            display: none;
          }
  
  .sub-navigation .models .stats .value .type {
        margin-left: 7px;
        opacity: .5;
      }
  
  .sub-navigation .models .stats .progress {
      height: 38px;
    }
  
  .sub-navigation .models .stats .progress progress {
        display: block;
        width: 194px;
        height: 2px;
        color: #fff;
        border: none;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, .2);
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
      }
  
  .sub-navigation .models .stats .progress progress::-moz-progress-bar {
          background-color: #fff;
        }
  
  .sub-navigation .models .stats .progress progress::-webkit-progress-inner-element, .sub-navigation .models .stats .progress progress::-webkit-progress-bar, .sub-navigation .models .stats .progress progress::-webkit-progress-value {
          overflow: hidden;
          border-radius: 4px;
        }
  
  .sub-navigation .models .stats .progress progress::-webkit-progress-bar {
          background-color: rgba(255, 255, 255, .2);
        }
  
  .sub-navigation .models .stats .progress progress::-webkit-progress-value {
          opacity: 1;
          background-color: #fff;
        }
  
  .sub-navigation .models .models-videos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    transform-style: preserve-3d;
    transition: opacity .3s .1s cubic-bezier(.6, 0, 1, .4);
  }
  
  .sub-navigation .models .models-videos .model-video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity .3s 0s;
    }
  
  .sub-navigation .models .models-videos .model-video.active {
        opacity: 1;
        transition: opacity .4s 0s;
        z-index: 10;
      }
  
  .sub-navigation .models .models-videos .model-video.active video, .sub-navigation .models .models-videos .model-video.active img {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 11;
        }
  
  .sub-navigation .models .models-videos video {
      opacity: 0;
      transition: opacity .2s .2s;
    }
  
  .sub-navigation .models .models-videos video.ready {
        opacity: 1;
      }
  
  .sub-navigation .models .models-videos video, .sub-navigation .models .models-videos img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 10;
      pointer-events: none;
      transform: translateZ(0);
    }
  
  .sub-navigation .models .models-videos::after {
      position: absolute;
      content: '';
      display: none;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
      background-color: rgba(22, 23, 24, 0.4);
      z-index: 10;
    }
  
  .sub-navigation .models .model-view-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 1rem;
    text-transform: uppercase;
    color: inherit;
    transform: translateX(-50%);
    z-index: 11;
  }
  
  .sub-navigation .models .models-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    margin: 20px auto;
    opacity: 1;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .sub-navigation .models .models-controls .prev, .sub-navigation .models .models-controls .next {
      position: relative;
      display: inline-block;
      width: 32px;
      height: 32px;
      padding: 14px;
      opacity: 1;
      text-align: center;
      cursor: pointer;
      pointer-events: auto;
      border: 2px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      background: none;
      transition: all .3s;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
  
  .sub-navigation .models .models-controls .prev svg, .sub-navigation .models .models-controls .next svg {
        position: absolute;
        width: 7.5px;
        top: 50%;
        left: 15px;
        transform: translateY(-50%) translateX(-50%);
      }
  
  .sub-navigation .models .models-controls .prev.prev, .sub-navigation .models .models-controls .next.prev {
        transform: scaleX(-1);
      }
  
  .sub-navigation .models .models-controls .models-indicators {
      position: relative;
      display: inline-block;
      width: 100%;
    }
  
  .sub-navigation .models .models-controls .models-indicators button {
        position: relative;
        padding: 8px;
        margin-left: 1px;
        cursor: pointer;
        background: transparent;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
      }
  
  .sub-navigation .models .models-controls .models-indicators button:first-child {
          margin-left: 0;
        }
  
  .sub-navigation .models .models-controls .models-indicators button::before {
          content: '';
          display: inline-block;
          width: 3px;
          height: 3px;
          border: 2px solid #fff;
          border-radius: 6px;
          transition: width .3s;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
        }
  
  .sub-navigation .models .models-controls .models-indicators button.active::before {
          width: 24px;
        }
  
  .sub-navigation .models.active .close-sub-nav {
      display: block;
    }
  
  .sub-navigation .models .gradient-top {
    position: fixed;
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1000;
    opacity: 0;
  }
  
  .model-sub-navigation {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 155px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: transform .5s cubic-bezier(.8, 0, .2, 1), opacity .15s linear;
  box-sizing: border-box;
  }
  
  .model-sub-navigation.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.8, 0, .2, 1), opacity .25s linear;
  }
  
  .model-sub-navigation nav {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
  
  .model-sub-navigation nav ul {
      display: flex;
      align-self: center;
      width: auto;
      list-style: none;
      margin: 0;
    }
  
  .model-sub-navigation nav ul li {
        margin-left: 48px;
      }
  
  .model-sub-navigation nav ul li:first-child {
          margin-left: 0;
        }
  
  .model-sub-navigation nav a {
      position: relative;
      font-size: 24px;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 1.75em;
      color: #fff;
      white-space: nowrap;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
  
  .model-sub-navigation nav a::after {
        position: absolute;
        content: '';
        display: block;
        width: 100%;
        left: -1px;
        margin-top: 2px;
        opacity: 0;
        transition: opacity .2s .2s;
        border-bottom: 2px solid rgba(255, 255, 255, .4);
      }
  
  .model-sub-navigation nav a:hover::after {
        opacity: 1;
      }
  
  
  
  
  
  .darken-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: black;
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--zi-darken-img-pseudo);
  }
  
  .opacity-img {
  opacity: 0.6;
  }
  
  html.firefox body.expose_nav {
    overflow: auto;
  }
  
  
  /* New modules */
  
  .home-header {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .home-header .home-slider {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity;
  }
  
  .home-header .home-slide {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    opacity: 0;
    transition: opacity 400ms ease-in-out 300ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity;
  }
  
  .home-header .home-slide.active {
      opacity: 1;
      transition: all 600ms ease-in-out;
      z-index: 1;
    }
  
  .home-header .home-slide:not(.active) {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
    }
  
  .home-header .home-slide--links__mobile {
      display: none;
    }
  
  .home-header .home-header-indicators {
    display: inline-block;
  }
  
  .home-header .home-header-indicators__container {
      position: relative;
      top: 0;
      left: 0;
      z-index: 5;
      margin-top: 100px;
    }
  
  .home-header .home-header-indicators .slide-indicator {
      display: block;
      float: left;
      margin-right: 1px;
    }
  
  .home-header .home-header-indicators .slide-indicator.no-outline {
        outline: none;
      }
  
  .home-header .home-header-indicators .slide-name {
        display: inline-block;
        margin-bottom: 8px;
      }
  
  .home-header .home-header-indicators .slide-title, .home-header .home-header-indicators .slide-index {
        display: inline-block;
        float: left;
        font-family: Optima;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 32px;
        height: 32px;
        color: #f8f7f4;
        transition: all .4s ease-in-out;
      }
  
  .home-header .home-header-indicators .slide-title {
        max-width: 0;
        opacity: 0;
        overflow: hidden;
      }
  
  .home-header .home-header-indicators .slide-index {
        opacity: 0.2;
      }
  
  .home-header .home-header-indicators .slide-progress {
        display: block;
        width: 40px;
        height: 2px;
        background-color: rgba(248, 247, 244, .2);
        transition: all .4s ease-in-out;
      }
  
  .home-header .home-header-indicators .slide-progress--current {
          display: block;
          width: 0%;
          height: 2px;
          background: linear-gradient(270deg, #F8F7F4 0%, rgba(248, 247, 244, 0) 100%);
          /* transition: width 250ms; */
        }
  
  .home-header .home-header-indicators .slide-indicator.active .slide-title {
          max-width: 160px;
          opacity: 1;
        }
  
  .home-header .home-header-indicators .slide-indicator.active .slide-index {
          opacity: 0;
        }
  
  .home-header .home-header-indicators .slide-indicator.active .slide-progress {
          width: 160px;
        }
  
  .home-header .blur-backdrop {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 6;
    background: rgba(22, 26, 33, 0.8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  
  .home-header .home-background:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    }
  
  .home-header .home-slide.text-show .home-background:after {
      opacity: 1;
    }
  
  .home-header .home-slide.text-show .home-slide--links__mobile {
      opacity: 1;
      pointer-events: all;
    }
  
  .home-header .home-background, .home-header .picture-cover, .home-header .full-bleed-background, .home-header .video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .home-header .home-background, .home-header .video {
    position: absolute;
    z-index: 0;
  }
  
  .home-header .picture-cover {
    position: absolute;
    opacity: 0;
    transition: opacity 400ms ease-in-out 300ms;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: opacity;
    transform: translateZ(0);
  }
  
  .home-header .picture-cover.active {
      opacity: 1;
      transition: all 600ms ease-in-out;
    }
  
  .home-header .picture-cover:not(.active) {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none;
    }
  
  .home-header .full-bleed-background {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .home-header .d3v_header-content {
    position: relative;
    height: 100%;
    padding-top: 200px;
  }
  
  .home-header .d3v_header-content .home-slide--button {
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 1;
      transition: .3s;
      z-index: 5;
    }
  
  .home-header.hide-button .home-slide--button {
      opacity: 0;
      pointer-events: none;
    }
  
  .home-header .d3v_header-text {
    display: inline-block;
    position: relative;
    /* height: 100%; */
    width: 100%;
    font-family: Optima; /* font-family: GTAmerica; */
    color: #f9f9f9;
    z-index: 4;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    max-height: 0;
  }
  
  .home-header .d3v_header-text.no-outline {
      outline: none;
    }
  
  .home-header .d3v_header-text .big-header-text {
      font-family: Optima;
      font-style: normal;
      font-weight: normal;
      font-size: 80px;
      line-height: 96px;
      margin-top: 24px;
      height: calc(100vh - 200px);
    }
  
  .home-header .d3v_header-text .big-header-text > span {
        display: block;
        overflow: hidden;
      }
  
  .home-header .d3v_header-text .big-header-text > span > span {
          display: block;
          transform: translateY(100%);
          transition: transform 500ms ease-in-out 0.5s;
        }
  
  .home-header .d3v_header-text .big-header-text > span:nth-child(2) > span {
            transition: transform 500ms ease-in-out 0.7s;
          }
  
  .home-header .d3v_header-text .big-header-text > span:nth-child(3) > span {
            transition: transform 500ms ease-in-out 0.9s;
          }
  
  .home-header .d3v_header-text.active {
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      max-height: inherit;
    }
  
  .home-header .d3v_header-text.active .big-header-text > span > span {
          transform: translate(0);
        }
  
  
  
  
  
  .d3v_header-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 15;
  }
  
  
  .block > section.var-light {
        background-color: white;
    }
  
  .block > section.var-dark {
        background-color: transparent;
    }
  
  
  
  @media (max-width: 1024px) {
  
  h1 {
    font-size: 34px;
    line-height: 40px
  }
  
  h2 {
    font-size: 24px;
    line-height: 36px
  }
  
  h3 {
    font-size: 18px;
    line-height: 18px
  }
  
  h4 {
    font-size: 14px;
    line-height: 18px
  }
  
  h5 {
    font-size: 14px;
    line-height: 16px
  }
  
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5 {
      margin-top: 26px;
      margin-bottom: 16px
  }
  
  
  .home-header .home-slide--links__mobile {
        display: flex;
        margin-top: 24px;
        opacity: 0;
        transition: opacity .3s ease-in-out 1.2s;
        pointer-events: none
    }
  
       
  
  .home-header .home-header-indicators__container {
        margin-top: 80px
    }
  
        .home-header .home-header-indicators__container .home-header-indicators {
          display: flex;
          width: 100%;
        }
  
        .home-header .home-header-indicators__container .slide-indicator {
          flex: 0 0 42px;
          transition: all .4s ease-in-out;
        }
  
          .home-header .home-header-indicators__container .slide-indicator.active {
            flex: 1;
          } 
  
            .home-header .home-header-indicators__container .slide-indicator.active .slide-progress {
              width: 100%;
            }
          .home-header .home-header-indicators__container .slide-indicator .slide-progress {
            transition: none;
            width: 100%;
          }
  
  .home-header .home-background:after {
        background: linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.4) 60%, rgba(0,0,0,0) 80%);
        opacity: 0;
        transition: opacity .3s ease-in-out
    }
  
  .home-header .d3v_header-content {
      padding-top: 127px
  }
  
  .home-header .d3v_header-content .home-slide--button {
        display: none
    }
  
  .home-header .d3v_header-text .big-header-text {
        font-size: 58px;
        line-height: 70px;
        margin-top: 25px;
        height: calc(100vh - 127px)
    }
  
  
  
  
  
  
  body.body-type-switch-open {
    height: 100%;
    overflow: hidden
  }
  
  
  
  
  
  
  }
  
  @media (orientation: landscape) {
  
      .video__cover .landscape {
        opacity: 1;
      }
  
    }
  
  @media (orientation: portrait) {
  
      .video__cover .portrait {
        opacity: 1;
      }
  
    }
  
  @media (max-width: 768px) {
  
  .video[data-video-controls-enabled='true'] .video__controls {
      display: none
  
  }
  
    .block--hidden-small {
      display: none;
    }
  
    .block--visible-small {
      display: block;
    }
  
    .form .form__col.col {
      flex: 1 0 auto;
      width: 180px;
      margin: 0;
    }
  .touch .form .select select {
          font-size: 16px;
          color: #fff;
          -webkit-appearance: normal;
             -moz-appearance: normal;
                  appearance: normal
      }
  
  .form .checkbox label {
        flex-basis: 80%;
    }
  
  .form .button {
      width: 100%
  }
  
  .mobile-safari .form .button {
    display: block;
    margin: 0 auto;
  }
  .d3v_header__logo {
      transition: opacity .4s cubic-bezier(.39, .575, .565, 1)
  }
  }
  
  @media (max-width: 736px) and (orientation: portrait) {
  
  .block--fs {
      min-height: 480px
  
  }
  }
  @media (min-width: 769px) and (max-width: 1024px) {
  
  
  
  
                
  
  
  [ol-container] .outer {
      transition-duration: .225s
  }
  
  [ol-container].active .outer {
        transition-duration: .275s
    }
  
  
  
  
  
  }
  @media (min-width: 481px) and (max-width: 768px) {
  
  .form .button {
      max-width: 340px
  }
  
  
  
  
  
  }
  
  @media only screen and (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container.gutter {
    max-width: calc(100% - 12px);
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  }
  
  @media (min-width: 1025px) {
     
  .body-copy h1, .body-copy h2, .body-copy h3 {
            font-size: 36px;
            font-weight: 400;
            letter-spacing: 0.4px;
            line-height: 1.4;
            margin-bottom: 42px
    }
  
  .body-copy h4, .body-copy h5, .body-copy h6 {
            font-size: 24px;
            font-weight: 400;
            letter-spacing: normal;
            line-height: 1.4;
            margin-bottom: 18px
    }
  
  section.pad-sm, div.pad-sm {
            padding-top: 16px;
            padding-bottom: 16px
    }
  
  section.pad-md, div.pad-md {
            padding-top: 60px;
            padding-bottom: 60px
    }
  
  section.pad-lg, div.pad-lg {
            padding-top: 80px;
            padding-bottom: 80px
    }
  
  section.pad-xl, div.pad-xl {
            padding-top: 120px;
            padding-bottom: 120px
    }
  
  section.padt-md, div.padt-md {
            padding-top: 60px
    }
  
  section.padt-lg, div.padt-lg {
            padding-top: 80px
    }
  
  section.padb-lg, div.padb-lg {
            padding-bottom: 80px
    }
  
  
  
  }
  
  @media (min-width: 769px) {
  
  
                    
    .amscrollbar::-webkit-scrollbar-track
    {
        background-color: #F5F5F5;
    }
    .amscrollbar::-webkit-scrollbar
    {
        width: 8px;
        background-color: #F5F5F5;
    }
    .amscrollbar::-webkit-scrollbar-thumb
    {
        background-color: rgba(0,0,0,0.1);
    }
  
  
  
  
  
  .model-highlight__num-cont {
        padding: 10px 0 0 30px;
        margin-left: -30px
    }
  
  .model-highlight__numbers > div:first-child .model-highlight__num-cont {
      border: none
  }
  
  .model-highlight__numbers > div:nth-last-child(2) .model-highlight__num-cont {
      height: auto
  }
  
  .model-carousel {
    max-height: 80vh;
    min-height: 50vw
  }
  
  .engine-stats__num-cont {
        padding: 10px 0 0 30px;
        margin-left: -30px
    }
  
  .engine-stats__numbers > div:first-child .engine-stats__num-cont {
      border: none
  }
  
  .engine-stats__numbers > div:last-child .engine-stats__num-cont {
      height: auto
  }
  
  .financial-services-block .financial-services-section__details .details__section .detail-value {
              text-align: right
          }
  
  [ol-container] {
    height: 100vh
  
  }
  
  [ol-container] .outer {
      height: 100vh;
      overflow-y: hidden
  }
  
  [ol-container] .pane {
      display: flex;
      position: static;
      width: 136px
  }
  
      [ol-container] .pane.mobile {
        display: none;
      }
  
  [ol-container] .close-icon {
      width: 56px;
      height: 56px;
      padding: 24px 24px
  }
  
  [ol-container] .content {
      height: 100vh
  }
  
  
  
  
  
  
  
        }
  
  @media (min-width: 1140px) {
  
  .d3v_header--dark:not(.left_nav):not(.right_nav) .d3v_header__logo .icon {
          color: #161a11
      }
  
  .left-toggle, .right-toggle {
    width: 50%;
    height: 65px;
    float: left
  
  }
  
  body.expose_nav header svg.hamburger rect {
      opacity: 0;
      transition: all .25s cubic-bezier(.8, 0, 1, .2)
  }
  
      body.expose_nav header svg.hamburger rect:nth-child(1) {
        transform: translate3d(0, 0, 0);
        transition-delay: .1s;
      }
  
      body.expose_nav header svg.hamburger rect:nth-child(2) {
        transform: translate3d(8px, 0, 0);
        transition-delay: .05s;
      }
  
      body.expose_nav header svg.hamburger rect:nth-child(3) {
        transform: translate3d(16px, 0, 0);
      }
        body.left_nav header svg.hamburger rect {
          transition: all .4s .3s cubic-bezier(0, .8, .2, 1);
        }
        body.left_nav header svg.hamburger.right rect {
          opacity: 1;
          transform: translate3d(0, 0, 0);
        }
        body.right_nav header svg.hamburger rect {
          transition: all .4s .3s cubic-bezier(0, .8, .2, 1);
        }
        body.right_nav header svg.hamburger.left rect {
          opacity: 1;
          transform: translate3d(0, 0, 0);
        }
  
  body header.left svg.hamburger.left rect {
        opacity: 0;
        transition: all .25s cubic-bezier(.8, 0, 1, .2)
    }
  
        body header.left svg.hamburger.left rect:nth-child(1) {
          transform: translate3d(0, 0, 0);
          transition-delay: .1s;
        }
  
        body header.left svg.hamburger.left rect:nth-child(2) {
          transform: translate3d(8px, 0, 0);
          transition-delay: .05s;
        }
  
        body header.left svg.hamburger.left rect:nth-child(3) {
          transform: translate3d(16px, 0, 0);
        }
  
  body header.right svg.hamburger.right rect {
        opacity: 0;
        transition: all .25s cubic-bezier(.8, 0, 1, .2)
    }
  
        body header.right svg.hamburger.right rect:nth-child(1) {
          transform: translate3d(0, 0, 0);
          transition-delay: .1s;
        }
  
        body header.right svg.hamburger.right rect:nth-child(2) {
          transform: translate3d(8px, 0, 0);
          transition-delay: .05s;
        }
  
        body header.right svg.hamburger.right rect:nth-child(3) {
          transform: translate3d(16px, 0, 0);
        }
    .sub-navigation > nav ul a .sub-nav-title {
        font-size: 46.5px;
    }
  
  nav.primary {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    padding: 0 20px;
    overflow: hidden;
    background: none
  }
  
  nav.primary > .parallax-container {
      display: flex
  }
  
  nav.primary .left-menu, nav.primary .right-menu {
      flex-direction: row;
      align-items: center;
      justify-content: space-between
  
  }
  
  nav.primary ul {
      display: flex;
      flex-direction: row;
      width: auto;
      transform: translateX(-60px)
  }
  
      nav.primary ul li a:hover::after {
        display: block;
      }
  
  nav.primary ul > li.active a {
            color: rgba(255, 255, 255, .2)
        }
  
  nav.primary ul > li.active a::before {
              opacity: 1;
              transition: opacity .2s .2s
          }
  
  nav.primary ul > li.active a::after {
              opacity: 0 !important;
              transition: opacity .2s
          }
  
  nav.primary ul > li a {
          font-size: 13px;
          text-transform: uppercase;
          white-space: nowrap;
          pointer-events: all
  
      }
  
  nav.primary ul > li a:hover::after {
            opacity: 1
        }
  
  nav.primary ul > li a.search-icon {
            display: block;
            top: 10px;
            padding-top: 16px
        }
  
  .d3v_header--dark:not(.left_nav):not(.right_nav)  nav.primary ul > li a {
            color: #161a11
        }
            .d3v_header--dark:not(.left_nav):not(.right_nav)  nav.primary ul > li a::after {
              border-bottom: 2px solid rgba(0, 0, 0, .4);
            }
  
  nav.primary ul.left li {
          margin: 0 8px 0 0
      }
  
  nav.primary ul.right {
        transform: translateX(60px)
    }
  
        nav.primary ul.right li {
          margin: 0 0 0 8px;
        }
  
  nav.primary .mobile-search {
      display: none
  }
      body.left_nav nav.primary ul.right:not(:hover) {
        opacity: 0;
        transform: translateX(60px);
        transition: all .4s cubic-bezier(.7, 0, 1, .3), opacity 0.4s linear;
      }
  
        body.left_nav nav.primary ul.right:not(:hover) li a {
          pointer-events: none;
        }
      body.left_nav header.right+nav.primary ul.right {
        transform: translateX(0);
        opacity: 1;
        transition: transform .3s 0.25s cubic-bezier(0, .7, .3, 1), opacity 0.3s 0.25s linear;
      }
  
        body.left_nav header.right+nav.primary ul.right li a {
          pointer-events: all;
        }
      body.right_nav nav.primary ul.left:not(:hover) {
        opacity: 0;
        transform: translateX(-60px);
        transition: all .4s cubic-bezier(.7, 0, 1, .3), opacity 0.4s linear;
      }
      body.right_nav header.left + nav.primary ul.left {
        transform: translateX(0);
        opacity: 1;
        transition: transform .3s 0.25s cubic-bezier(0, .7, .3, 1), opacity 0.3s 0.25s linear;
      }
  
        body.right_nav header.left + nav.primary ul.left li a {
          pointer-events: all;
        }
  
  .sub-navigation > nav ul.hover li a {
            opacity:0.08
        }
  
  .sub-navigation > nav ul li a:hover {
            opacity:1
        }
  
            .sub-navigation > nav ul li a:hover .sub-nav-title .description-dash {
              opacity: 1;
            }
  
            .sub-navigation > nav ul li a:hover .description {
              z-index: 4;
              opacity: 1;
              pointer-events: all;
            }
          .sub-navigation > nav ul li:nth-of-type(odd) a {
            padding-right: 10px;
          }
  
          .sub-navigation > nav ul li:nth-of-type(even) a {
            padding-left: 10px;
          }
  
  .sub-navigation > nav ul a {
          font-size: 3.883rem
      }
  
  .sub-navigation > nav ul a .sub-nav-title {
            font-size: 46px
        }
  
            .sub-navigation > nav ul a .sub-nav-title .description-dash {
              display: inline;
            }
  
  .sub-navigation > nav ul a:hover + img {
            opacity: 1
        }
  
  .sub-navigation .models__header {
      display: none
  }
  
  .sub-navigation .models nav.model-nav {
      transition-delay: 0s
  }
  
  .sub-navigation .models nav.model-nav ul li a {
            font-size: 5vh
          
        }
  
  .sub-navigation .models .models-videos video {
        display: block
    }
        .sub-navigation .models .models-videos video.ie11 {
          display: none;
        }
  
  .sub-navigation .models .models-videos img {
        display: none
    }
  
        .sub-navigation .models .models-videos img.ie11 {
          display: block;
        }
  
  .sub-navigation .models .models-videos::after {
        display: block
    }
  
  .sub-navigation .models .model-view-link {
      width: 80%;
      height: 50%;
      top: 59%;
      left: 50%;
      overflow: hidden;
      opacity: .4;
      font-size: 0;
      text-align: center;
      color: transparent;
      border-radius: 50%;
      transform: translate3d(-50%, -50%, 0);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none
  }
  
  .sub-navigation .models .models-controls {
      display: none
  }
  
  .sub-navigation .models.active nav.model-nav ul li a {
          pointer-events: all
      }
  
  
        }
  
  @media (max-width: 1139px) {
  
  .d3v_header--dark:not(.expose_nav)  .d3v_header__logo .icon {
          color: #161a11
      }
  
  .d3v_header svg.hamburger rect {
        transition: all .3s ease-out
    }
  
  .left-toggle > .icon svg {
        opacity: 0;
        pointer-events: none
    }
  
  .right-toggle > .icon svg {
      pointer-events: all
  
  }
  
  html.expose_nav, body.expose_nav {
      height: 100%;
      overflow: hidden
  }
  
  body.expose_nav header svg.hamburger rect {
      height: 25px;
      opacity: 1;
      transition: all .3s ease-out
  }
  
      body.expose_nav header svg.hamburger rect:nth-child(1) {
        transform: translate3d(1px, 1px, 0) rotate(-45deg);
        transform-origin: top left;
        transition-delay: 0s;
      }
  
      body.expose_nav header svg.hamburger rect:nth-child(2) {
        height: 0;
        transform: translate3d(0, 0, 0);
        transition-delay: 0s;
      }
  
      body.expose_nav header svg.hamburger rect:nth-child(3) {
        transform: translate3d(4px, -13px, 0) rotate(45deg);
        transform-origin: top left;
        transition-delay: 0s;
      }
  
  body header.left svg.hamburger.left rect {
        height: 25px;
        opacity: 1;
        transition: all .3s ease-out
    }
  
        body header.left svg.hamburger.left rect:nth-child(1) {
          transform: translate3d(1px, 1px, 0) rotate(-45deg);
          transform-origin: top left;
          transition-delay: 0s;
        }
  
        body header.left svg.hamburger.left rect:nth-child(2) {
          height: 0;
          transform: translate3d(0, 0, 0);
          transition-delay: 0s;
        }
  
        body header.left svg.hamburger.left rect:nth-child(3) {
          transform: translate3d(4px, -13px, 0) rotate(45deg);
          transform-origin: top left;
          transition-delay: 0s;
        }
  
  body header.right svg.hamburger.right rect {
        height: 25px;
        opacity: 1;
        transition: all .3s ease-out
    }
  
        body header.right svg.hamburger.right rect:nth-child(1) {
          transform: translate3d(1px, 1px, 0) rotate(-45deg);
          transform-origin: top left;
          transition-delay: 0s;
        }
  
        body header.right svg.hamburger.right rect:nth-child(2) {
          height: 0;
          transform: translate3d(0, 0, 0);
          transition-delay: 0s;
        }
  
        body header.right svg.hamburger.right rect:nth-child(3) {
          transform: translate3d(4px, -13px, 0) rotate(45deg);
          transform-origin: top left;
          transition-delay: 0s;
        }
      .modelBlackText .d3v_header svg.hamburger rect {
        fill: #161a11;
      }
  
      .modelBlackText .d3v_header .d3v_header__logo svg {
        fill: #161a11;
      }
          nav.primary ul > li.search a.close-sub-nav {
            display: none;
            font-size: 1.333rem;
            text-transform: uppercase;
            padding: 0 0 0 24px;
            line-height: 24px;
            margin-bottom: 10px;
  
          }
  
            nav.primary ul > li.search a.close-sub-nav:before {
              display: none;
            }
  
  nav.primary ul > li a {
          letter-spacing: .0325rem;
          text-transform: none;
          padding: 16px 0
  
      }
  
  .d3v_header--dark:not(.expose_nav)  nav.primary ul > li a {
            color: #161a11
        }
      nav.primary.searching li:not(.search):not(.result) {
        transform: translateY(-50px);
        max-height: 0px;
      }
  
      nav.primary.searching li a:not(.search):not(.result):not(.close-sub-nav) {
        opacity: 0;
        pointer-events: none;
      }
  
      nav.primary.searching .search a.close-sub-nav {
        display: inline-block;
        opacity: 1;
      }
  
        nav.primary.searching .search a.close-sub-nav:hover::after {
          display: none;
        }
  
      nav.primary.searching .search__form {
        padding: 9px 0;
      }
        nav.primary.searching .search__results ul {
          float: none;
          margin-bottom: 20px;
        }
  
          nav.primary.searching .search__results ul li {
            float: none;
            max-height: none;
  
          }
  
            nav.primary.searching .search__results ul li a {
              font-size: 24px;
              padding: 0;
            }
            nav.primary.searching .search__results ul li.search a.close-sub-nav {
              display: inline-block;
            }
  
  body.expose_nav nav.primary:not(.hidden) {
      overflow-y: scroll
  }
  
      body.expose_nav nav.primary:not(.hidden)::before {
        display: block;
        opacity: 1;
      }
  
  body.expose_nav nav.primary ul {
      display: block;
      float: left;
      transition: transform .5s cubic-bezier(0, .7, .3, 1), opacity 0.5s linear
  
  }
  
  body.expose_nav nav.primary.hidden {
      opacity: 0;
      pointer-events: none
  }
  
      body.expose_nav nav.primary.hidden ul {
        transform: translateX(-50%);
        transition: transform .5s cubic-bezier(0, .7, .3, 1), opacity 0.25s linear;
        opacity: 0;
        pointer-events: none;
      }
      .modelBlackText nav.primary ul li a {
        color: #161718;
      }
        
        .modelBlackText nav.primary ul li a::after {
          border-color: rgba(22, 23, 24, .4);
        }
          .modelBlackText nav.primary ul li a.search-icon svg ellipse, .modelBlackText nav.primary ul li a.search-icon svg path {
            stroke: #161718;
          }
  
      .modelBlackText nav.primary ul li.active a {
        color: rgba(22, 23, 24, .4);
      }
  
        .modelBlackText nav.primary ul li.active a::before {
          background-repeat: no-repeat;
        }
  
          .expose_nav .modelBlackText nav.primary ul li.active a::before {
            background-color: transparent;
            background-color: initial;
            background-image: url('https://amsc-prod-static.azureedge.net/theme//1078//assets/astonmartin/images/nav/close-icon-black.svg');
          }
  
  a.close-sub-nav {
    display: none;
    z-index: 9;
    pointer-events: all
  }
  
  .sub-nav.active a.close-sub-nav {
    display: inline-block
  }
  
  .sub-navigation > nav, .sub-navigation > section {
      padding: 80px 20px 0
  }
  
  .sub-navigation > nav {
      transition: transform .5s cubic-bezier(0, .7, .3, 1), opacity .25s .25s linear
  }
  
  .sub-navigation > nav .sub-nav-container {
        padding: 30px 0 0;
        opacity: 0;
        transform: translateX(60px);
        transition: transform .5s cubic-bezier(0, .7, .3, 1), opacity .25s linear
    }
  
  .sub-navigation > nav.active .sub-nav-container {
          opacity: 1;
          transform: translateX(0)
      }
  
  .sub-navigation > nav ul {
        display: block
  
    }
  
  .sub-navigation > nav ul li {
          width: 100%;
          font-size: 2em
      }
  
  .sub-navigation > nav ul a {
          padding: 16px 0;
          margin-bottom: 0;
          line-height: 1
      }
  
  .sub-navigation > nav ul a .description {
            display: none
        }
  
  .sub-navigation .models {
    height: 100%;
    padding: 0;
    overflow-y: auto;
    z-index: 999
  }
  
    .sub-navigation .models .models-wrapper {
      position: relative;
      min-height: 100%;
      padding: 80px 0 0;
    }
  
  .sub-navigation .models.models-nav-open .models-wrapper {
        background-color: #161718
    }
  
  .sub-navigation .models .active-model {
      display: inline-block
  }
  
  .sub-navigation .models nav.model-nav {
      position: absolute;
      height: auto;
      top: 230px;
      padding: 0 20px;
      opacity: 0;
      pointer-events: none;
      transition: opacity .1s cubic-bezier(.6, 0, 1, .4)
  }
  
      .sub-navigation .models nav.model-nav > .sub-nav-container {
        padding: 40px 0 0;
      }
  
  .sub-navigation .models nav.model-nav ul {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
        line-height: .5em;
        transition: transform .1s cubic-bezier(.6, 0, 1, .4)
    }
  
  .sub-navigation .models nav.model-nav ul li {
          display: block
      }
          
          .sub-navigation .models nav.model-nav ul li a {
            margin-bottom: 30px;
          }
  
  .sub-navigation .models nav.model-nav ul li a {
            opacity: 1;
            font-size: 18px;
            line-height: 1.2222em;
            letter-spacing: .015em
          
        }
  
            .sub-navigation .models nav.model-nav ul li a.active {
              display: none;
            }
  
  .sub-navigation .models nav.model-nav.active {
        position: static;
        height: 100%;
        opacity: 1;
        color: #fff;
        pointer-events: all;
        transition: opacity .3s cubic-bezier(.6, 0, 1, .4)
    }
  
        .sub-navigation .models nav.model-nav.active + div + .models-videos {
          height: 0;
          max-height: 0;
          opacity: 0;
          transition: opacity .3s cubic-bezier(.6, 0, 1, .4);
        }
  
          .sub-navigation .models nav.model-nav.active + div + .models-videos video, .sub-navigation .models nav.model-nav.active + div + .models-videos img {
            opacity: 0;
          }
        
        .sub-navigation .models nav.model-nav.active + div + div + .models-controls {
          height: 0;
          margin: 0;
          opacity: 0;
          pointer-events: none;
        }
  
        .sub-navigation .models nav.model-nav.active + div + div + div + .model-sub-navigation.active {
          opacity: 1;
          pointer-events: all;
        }
  
  .sub-navigation .models .stats {
      display: none
  }
  
  .sub-navigation .models .models-videos {
      position: relative
  }
  
  .sub-navigation .models .models-videos .model-video {
        height: 75vw;
        top: 50%;
        transform: translate3d(0, -60%, 0)
    }
  
  .sub-navigation .models .models-videos video, .sub-navigation .models .models-videos img {
        opacity: 1;
        -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0) 75%);
                mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0) 75%);
        width: 100vw
    }
  
  .sub-navigation .models.active nav.model-nav.active ul li a {
            pointer-events: all
        }
  
  .sub-navigation .models.active .gradient-top {
      opacity: 1;
      pointer-events: all
  }
    body.modelBlackText .sub-navigation .models {
      color: #161718;
    }
        body.modelBlackText .sub-navigation .models .close-sub-nav svg path, body.modelBlackText .sub-navigation .models .active-model svg path {
          stroke: #161718 !important;
        }
  
      body.modelBlackText .sub-navigation .models .stats .progress progress {
        color: #161718;
        background-color: rgba(22, 23, 24, .2);
      }
  
        body.modelBlackText .sub-navigation .models .stats .progress progress::-moz-progress-bar {
          background-color: #161718;
        }
  
        body.modelBlackText .sub-navigation .models .stats .progress progress::-webkit-progress-bar {
          background-color: rgba(22, 23, 24, .2);
        }
  
        body.modelBlackText .sub-navigation .models .stats .progress progress::-webkit-progress-value {
          background-color: #161718;
        }
  
      body.modelBlackText .sub-navigation .models .models-controls button {
        border-color: rgba(22, 23, 24, 0.2);
      }
  
        body.modelBlackText .sub-navigation .models .models-controls button::before {
          border-color: #161718;
        }
  
        body.modelBlackText .sub-navigation .models .models-controls button polygon {
          fill: #161718;
        }
    body.modelBlackText .model-sub-navigation nav {
      border-color: rgba(22, 23, 24, .2);
    }
  
      body.modelBlackText .model-sub-navigation nav a {
        color: #161718;
      }
  
        body.modelBlackText .model-sub-navigation nav a::after {
          border-color: rgba(22, 23, 24, .4);
        }
  
  .model-sub-navigation {
    position: static;
    bottom: 8px;
    padding: 0 20px
  }
  
  .model-sub-navigation nav {
      width: 100%
  }
  
  .model-sub-navigation nav ul {
        flex-direction: column;
        align-self: flex-start;
        width: 100%
    }
  
  .model-sub-navigation nav ul li {
          align-self: flex-start;
          margin-bottom: .8em;
          margin-left: 0
      }
        }
  
  @media (min-width: 1300px) {
  
  .left-toggle > .icon {
      left: 40px
  }
  
  .right-toggle > .icon {
    right: 40px
  }
  
  nav.primary {
    padding: 0 40px
  }
  
  nav.primary ul > li a {
          font-size: 16px
  
      }
  
  nav.primary ul > li a.search-icon {
            top: 12px;
            padding-top: 18px
        }
  
  nav.primary ul.left li {
          margin: 0 16px 0 0
      }
        nav.primary ul.right li {
          margin: 0 0 0 16px;
        }
    }
  
  @media (min-width: 1140px) and (max-width: 1139px) {
        body.left_nav header svg.hamburger rect {
            transition: all .3s ease-out
        }
        body.right_nav header svg.hamburger rect {
            transition: all .3s ease-out
        }
  }
  
  @media (pointer: fine) {
  
  nav.primary ul > li a:hover::after {
            opacity: 1;
            transition: opacity 0.2s
        }
  
  .model-sub-navigation nav a:hover::after {
          transition: opacity .2s
      }
  
  }
  
  
  
  
  
  
  
  
  }