@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-Light.eot?#iefix");
  src: url("/fonts/DINPro-Light.eot?#iefix") format("eot"), url("/fonts/DINPro-Light.woff") format("woff"), url("/fonts/DINPro-Light.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-Medium.eot?#iefix");
  src: url("/fonts/DINPro-Medium.eot?#iefix") format("eot"), url("/fonts/DINPro-Medium.woff") format("woff"), url("/fonts/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "DINPro";
  src: url("/fonts/DINPro-Bold.eot?#iefix");
  src: url("/fonts/DINPro-Bold.eot?#iefix") format("eot"), url("/fonts/DINPro-Bold.woff") format("woff"), url("/fonts/DINPro-Bold.ttf") format("truetype");
  font-weight: 700;
}
a, svg {
  transition: all 0.25s ease-in-out !important;
}

.inline-response {
  display: none;
}

.form-done, .form-anchor {
  display: none;
}

.reveal-response {
  display: block;
  font-size: 30px;
  margin: 30px 0 60px;
}

.mandatory-group.missing {
  border: 1px solid red;
  padding: 15px 0;
}

.reg-form {
  max-width: 780px;
  margin: auto;
}
.reg-form input[type=text], .reg-form input[type=email], .reg-form textarea {
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  background: none;
  border: none;
  border-bottom: 1px solid #707070;
  padding: 10px;
  text-align: center;
  outline: none;
}
.reg-form input[type=text]::-webkit-input-placeholder, .reg-form input[type=email]::-webkit-input-placeholder, .reg-form textarea::-webkit-input-placeholder { /* Edge */
  color: #000;
}
.reg-form input[type=text]:-ms-input-placeholder, .reg-form input[type=email]:-ms-input-placeholder, .reg-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.reg-form input[type=text]::placeholder, .reg-form input[type=email]::placeholder, .reg-form textarea::placeholder {
  color: #000;
}
.reg-form input[type=text].missing, .reg-form input[type=email].missing, .reg-form textarea.missing {
  border-bottom: 1px solid red;
}
.reg-form textarea {
  border: 1px solid #707070;
  height: 200px;
  text-align: left;
}
.reg-form .checkbox-wrapper label {
  font-size: 23px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 780px) {
  .reg-form .checkbox-wrapper label {
    font-size: 16px;
  }
}
.reg-form .checkbox-wrapper input[type=text] {
  width: 86%;
  float: right;
  text-align: left;
  font-size: 18px;
  padding: 9px;
}
@media only screen and (max-width: 435px) {
  .reg-form .checkbox-wrapper input[type=text] {
    width: 80%;
  }
}
.reg-form .checkbox-wrapper.small-txt label {
  font-size: 13px;
  text-align: left;
}
.reg-form button {
  border: none;
  outline: none;
  padding: 2px 0;
  display: inline-block;
  padding-right: 30px;
  text-align: right;
  background: url(/img/icons/arrow.svg) no-repeat right 3px;
  background-size: 11px;
  cursor: pointer;
  font-size: 19px;
}

.radio-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #221f1f;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.radio-wrapper label {
  display: inline;
  padding: 0;
  line-height: 2.5rem;
  letter-spacing: 0;
}
.radio-wrapper [type=radio]:not(:checked), .radio-wrapper [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.radio-wrapper [type=radio]:not(:checked) + label, .radio-wrapper [type=radio]:checked + label {
  position: relative;
  padding-left: 60px;
  display: block;
}
.radio-wrapper [type=radio]:not(:checked) + label:before, .radio-wrapper [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #000;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: block;
  float: left;
  margin-right: 20px;
}
.radio-wrapper [type=radio]:not(:checked) + label:after, .radio-wrapper [type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.2s;
  background: #000;
  border-radius: 30px;
  background-size: 70%;
  width: 20px;
  height: 20px;
}
.radio-wrapper [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.radio-wrapper [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.radio-wrapper [type=radio]:disabled:not(:checked) + label:before {
  box-shadow: none;
}
.radio-wrapper [type=radio]:disabled:checked + label:before {
  box-shadow: none;
}
.radio-wrapper [type=radio]:disabled:checked + label:after {
  color: #999;
}
.radio-wrapper [type=radio]:disabled + label {
  color: #aaa;
}
.checkbox-wrapper.error label:before, .checkbox-wrapper.missing label:before {
  border: 1px solid red !important;
}
.checkbox-wrapper.error label, .checkbox-wrapper.missing label {
  color: red;
}
.checkbox-wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #221f1f;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper label {
  display: inline;
  padding: 0;
  line-height: 1.25rem;
  letter-spacing: 0;
  font-size: 12px;
}
.checkbox-wrapper [type=checkbox]:not(:checked), .checkbox-wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label, .checkbox-wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 40px;
  display: block;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:before, .checkbox-wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-color: none;
  border: 1px solid #707070;
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 20px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after, .checkbox-wrapper [type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.2s;
  background: url(/img/icons/checkmark.svg) no-repeat;
  background-position: center center;
  background-size: 70%;
  width: 20px;
  height: 20px;
}
.checkbox-wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox-wrapper [type=checkbox]:disabled:not(:checked) + label:before {
  box-shadow: none;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
}
.checkbox-wrapper [type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrapper [type=checkbox]:disabled + label {
  color: #aaa;
}
img, svg {
  max-width: 100%;
}

body {
  font-family: "DINPro", sans-serif, sans-serif;
  overflow-x: hidden;
  background-color: #FFF;
  font-size: 17px;
  line-height: 1.5;
  color: #000;
  font-weight: 200;
}
body.no-scroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}

a:hover, svg:hover {
  text-decoration: none;
}

button {
  outline: none !important;
}

p {
  font-weight: 200;
}

a.w-auto {
  width: auto !important;
}

.wrapper {
  max-width: 1680px;
  padding: 0 50px;
  margin: auto;
  position: relative;
}

button:disabled,
button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.arrowed-button {
  width: 100%;
  display: block;
  margin-top: -50px;
  z-index: 10;
  height: 20px;
  position: relative;
  text-align: center;
}

.md-wrapper {
  max-width: 75%;
  margin: auto;
}

.mdd-wrapper {
  margin: auto;
  max-width: 1240px;
}

.small-wrapper {
  max-width: 655px;
}

.x-wrapper {
  max-width: 570px;
}

.big-spacer {
  height: 7.5vw;
  max-height: 180px;
}

.height-100 {
  height: 100vh;
}

.h-100-footer {
  min-height: calc(100vh - 40px);
}

.dealer-banner {
  background: url(/img/neff-dealer-banner.jpg) no-repeat center;
  background-size: cover;
  height: 31vw;
  min-height: 350px;
  margin-top: 4rem;
}

header {
  width: 100%;
  padding: 35px 50px;
  z-index: 100;
}
header .logo {
  float: left;
}
header .logo img {
  width: 120px;
}
header .nav {
  text-align: center;
  display: block;
  margin: auto;
}
header .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .nav li {
  display: inline-block;
}
header .nav a {
  color: #FFF;
  font-weight: 200;
  display: block;
  padding: 5px 25px;
  font-size: 15px;
}
header .nav a:hover, header .nav a.active {
  font-weight: 500;
}
header a.grid-menu {
  position: absolute;
  transition: 0.3s ease-in-out;
  z-index: 10000001;
  padding-left: 50px;
  padding-top: 17px;
  right: 20px;
  top: 17px;
  cursor: pointer;
  top: 20px;
  width: 70px;
  right: 30px;
  height: 70px;
}
header a.grid-menu span {
  background: #000;
  margin: 26px 6px;
  margin-right: 16px;
  position: absolute;
  height: 2px;
  border-radius: 0;
  width: 27px;
  left: 16px;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  padding: 0;
}
header a.grid-menu span:nth-child(1) {
  top: 0;
}
header a.grid-menu span:nth-child(2), header a.grid-menu span:nth-child(3) {
  top: 8px;
}
header a.grid-menu span:nth-child(4) {
  top: 16px;
}
header a.grid-menu.active span {
  background: #FFF;
}
header a.grid-menu.active span:nth-child(1), header a.grid-menu.active span:nth-child(4) {
  opacity: 0;
}
header a.grid-menu.active span:nth-child(2) {
  transform: rotate(45deg);
}
header a.grid-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
}

#header_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  right: -430px;
  position: fixed;
  background: #212121;
  padding: 20px;
  z-index: 100;
  top: 0;
  height: 100%;
  transition: all 0.25s ease-in-out !important;
  text-align: center;
  padding-top: 70px;
}
#header_nav.active {
  right: 0;
}
#header_nav li {
  display: block;
  margin: 20px 10px;
  text-align: left;
}
#header_nav a {
  color: #FFF;
  font-weight: 200;
  display: block;
  padding: 7px 35px;
  padding-right: 45px;
  font-size: 17px;
}

.site-body {
  padding-top: 50px;
}
.site-body h1 {
  font-size: 70px;
  line-height: 1;
  font-family: "operetta-18";
  text-transform: uppercase;
}
.site-body h1 span {
  text-transform: none;
  font-size: 33px;
}
.site-body h2 {
  font-size: 50px;
  line-height: 1;
  font-family: "operetta-18";
}
.site-body h3 {
  font-size: 35px;
  line-height: 1;
  font-weight: 300;
  font-family: "operetta-18";
}
.site-body p {
  font-size: 24px;
  line-height: 1.3;
}
.site-body p.small, .site-body p.medium {
  font-size: 12px;
  font-weight: 100;
  max-width: 350px;
  line-height: 1.2;
}
.site-body p.small.alt, .site-body p.medium.alt {
  max-width: 270px;
  font-size: 13px;
  line-height: 1.3;
}
.site-body p.medium {
  font-size: 13px;
  line-height: 1.3;
  max-width: 680px;
}
.site-body .release-section {
  background: url(/img/page-bg.jpg) right top no-repeat;
}
.site-body .btn-arrow {
  background: #000 93% no-repeat;
  color: #fff;
  border: 1px solid #FFF;
  display: inline-block;
  padding: 14px 20px;
  cursor: pointer;
}
.site-body .btn-arrow:hover {
  background-color: #FFF;
  color: #000;
  border-left: 1px solid #000;
}
.site-body .btn-arrow.alt {
  background: #FFF 94% no-repeat;
  background-image: none;
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 13px 50px;
  font-size: 16px;
}
.site-body .btn-arrow.alt:hover {
  background-color: #000;
  background-image: url(/img/icons/button-arrow.svg);
  color: #FFF;
  border: 1px solid #FFF;
}
.site-body .btn-arrow.reverse {
  background: #000 url(/img/icons/button-reverse-arrow.svg) 7% no-repeat;
}
.site-body .btn-arrow.reverse:hover {
  background-color: #FFF;
  background-image: url(/img/icons/button-reverse-arrow-black.svg);
  color: #000;
}
.site-body .btn-arrow-bottom {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 30px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 10px 35px 12px;
  font-weight: 400;
}
.site-body .btn-arrow-bottom:hover {
  color: #FFF;
  background: #000;
}
.site-body .whity {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 14px 25px;
  border: 1px solid #FFF;
}

.video-section {
  height: 150vh;
  background: url(/img/video.jpg);
  background-size: cover;
  position: relative;
}
.video-section h2 {
  font-size: 75px;
}
.video-section .play {
  position: absolute;
  right: 150px;
  top: 70%;
}

.info-list div {
  border-right: 1px solid #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-list div:last-child {
  border: none;
}
.info-list p {
  font-size: 17px;
  padding: 0 12px;
}
.info-list img {
  margin-bottom: 15px;
}

.slider {
  padding-top: 65px;
  margin-top: 40px;
}

button.owl-next, button.owl-prev {
  position: absolute;
  right: -135px;
  top: 46%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background: url(/img/icons/button-arrow.svg) no-repeat !important;
  outline: none;
}
button.owl-next span, button.owl-prev span {
  font-size: 0;
}

button.owl-prev {
  left: -135px;
  transform: translateY(-50%) rotate(180deg);
}

.owl-dots {
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translateX(-50%);
}

.inspire-section {
  height: 60vw;
  background: url(/img/inspire-design.jpg);
  background-size: cover;
  position: relative;
}
.inspire-section h2 {
  font-size: 75px;
}

.completed-projects .owl-item {
  opacity: 0.4;
}
.completed-projects .owl-item.active {
  opacity: 1;
}
.completed-projects a {
  display: block;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.completed-projects a img {
  opacity: 0;
}
.completed-projects button.owl-next, .completed-projects button.owl-prev {
  right: -35px;
}
.completed-projects button.owl-prev {
  left: -35px;
}

.support-links a {
  display: block;
  border: 1px solid #FFF;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.support-links a span {
  width: 100%;
}
.support-links a img {
  max-width: 33px;
}

.become-dealer {
  padding-bottom: 100px;
}
.become-dealer section {
  margin-top: 45px;
  border-top: 1px solid #FFF;
  padding-top: 45px;
}
.become-dealer section:first-child {
  border: none;
}
.become-dealer section h3 {
  font-size: 30px;
  position: relative;
}
.become-dealer section h3:after {
  content: "-";
  position: absolute;
  right: 0;
  font-size: 80px;
  line-height: 0.2;
}
.become-dealer section .content {
  display: none;
}
.become-dealer section.active .content {
  display: block;
}
.become-dealer section.active h3:after {
  content: "+";
  font-size: 65px;
  line-height: 0.3;
}

.register-section input[type=text], .register-section input[type=email], .register-section input[type=number], .register-section select, .register-section textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  padding: 14px 10px;
  margin-top: 20px;
  font-weight: 200;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #000;
  appearance: none;
  font-size: 17px;
  outline: none;
}
.register-section input[type=text]::placeholder, .register-section input[type=email]::placeholder, .register-section input[type=number]::placeholder, .register-section select::placeholder, .register-section textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.register-section input[type=text]:-ms-input-placeholder, .register-section input[type=email]:-ms-input-placeholder, .register-section input[type=number]:-ms-input-placeholder, .register-section select:-ms-input-placeholder, .register-section textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.register-section input[type=text]::-ms-input-placeholder, .register-section input[type=email]::-ms-input-placeholder, .register-section input[type=number]::-ms-input-placeholder, .register-section select::-ms-input-placeholder, .register-section textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.register-section input[type=text].missing, .register-section input[type=email].missing, .register-section input[type=number].missing, .register-section select.missing, .register-section textarea.missing {
  border-bottom: 1px solid red;
}
.register-section label {
  color: #000;
}
.register-section textarea {
  border-bottom: 1px solid #000;
  padding: 20px;
}
.register-section label {
  margin: 50px 0 30px;
  font-size: 17px;
}
.register-section select {
  background: transparent url(/img/icons/select-arrow.svg) no-repeat 97%;
  padding-right: 30px;
  background-position-x: calc(100% - 7px);
  color: #000;
}
.register-section .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #000;
}
.register-section .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(/img/icons/checkmark.svg);
}
.register-section .custom-checkbox {
  margin-right: 0;
  padding-left: 2rem;
  padding-top: 0;
}
.register-section .custom-checkbox label {
  font-size: 13px;
  margin: 0;
  margin-top: 5px;
}
.register-section .custom-checkbox .custom-control-label::before, .register-section .custom-checkbox .custom-control-label::after {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 23px;
}
.register-section .missing.custom-checkbox .custom-control-label::before, .register-section .missing.custom-checkbox .custom-control-label::after, .register-section .missing.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid red;
}

.video-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.54);
  display: none;
}
.video-popup .close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  text-shadow: none;
}
.video-popup .close-btn img {
  margin-left: 10px;
}
.video-popup iframe {
  height: 80%;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #000;
}

.interactive-map {
  position: relative;
}
.interactive-map:before {
  content: "Click to interact";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 2rem;
  text-align: center;
  color: #fdfdfd;
  opacity: 0;
  line-height: 50vw;
  background: rgba(0, 0, 0, 0.5);
}
.interactive-map.hover:before {
  opacity: 1;
}
.interactive-map.active:before {
  display: none;
}

footer {
  color: #777777;
  font-size: 13px;
  font-weight: 200;
  z-index: 100;
  margin: auto;
  padding-bottom: 10px;
}
footer a {
  color: #777777;
}
footer a:hover {
  color: #A7A6AA;
}
footer .socials a {
  margin: 10px;
  display: inline-block;
}

.video-banner {
  height: 100vh;
  position: relative;
  cursor: pointer;
  background-size: cover;
  overflow: hidden;
  margin-top: 70px;
  width: 100%;
}
.video-banner.shared-resources {
  background-image: url(/img/shared-resources.jpg);
}
.video-banner.brochure-resources {
  background-image: url(/img/brochure-resources.jpg);
}
.video-banner .play-button {
  color: #FFF;
  position: absolute;
  transition: 0.1s ease-out !important;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.video-banner:not(:hover) .play-button {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.video-banner .video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-banner .video-wrapper:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.video-banner .video-wrapper iframe {
  width: 100vw;
  height: 73vw;
  min-height: 104vh;
  min-width: 186vh;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-banner .v-content.middy {
  max-width: 580px;
}
.video-banner .v-content {
  position: absolute;
  bottom: 55px;
  left: 50px;
  max-width: 780px;
  color: #FFF;
}
.video-banner .v-content h3 {
  font-size: 95px;
  font-family: "operetta-18";
  line-height: 0.7;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin-bottom: 25px;
}
.video-banner .v-content h4 {
  font-family: "operetta-18";
  margin-bottom: 7px;
  font-size: 33px;
}
.video-banner .v-content p {
  line-height: 1;
  padding-top: 6px;
  font-size: 13px;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.reg-wrapper {
  max-width: 1380px;
  margin: auto;
  padding: 0 30px;
}
.reg-wrapper .title {
  font-family: "operetta-18";
  text-transform: uppercase;
  font-size: 95px;
  line-height: 0.87;
  margin-bottom: 25px;
}
.reg-wrapper p.small {
  max-width: 400px;
}

@media only screen and (max-width: 1380px) {
  .inspire-section h2 {
    font-size: 55px;
  }
  .owl-dots {
    top: 25%;
  }
}
@media only screen and (max-width: 1280px) {
  .site-body h1 {
    font-size: 60px;
  }
  .reg-wrapper .title {
    font-size: 80px;
  }
  .video-banner .v-content {
    max-width: 750px;
  }
  .video-banner .v-content h3 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1180px) {
  .site-body h1 span {
    font-size: 0.45em;
  }
  .site-body h1 {
    font-size: 55px;
  }
  .site-body h2 {
    font-size: 35px;
  }
  .site-body p {
    font-size: 20px;
  }
  .site-body .release-section {
    background-size: 580px;
  }
  .info-list p {
    font-size: 15px;
  }
  .md-wrapper {
    max-width: 85%;
  }
}
@media only screen and (max-width: 992px) {
  .info-list div:nth-child(3) {
    border: none;
  }
  .owl-dots {
    top: 14%;
  }
  .video-banner .v-content {
    left: 30px;
  }
  .video-banner .v-content h3 {
    font-size: 70px;
    margin-bottom: 15px;
  }
  .video-banner .v-content h4 {
    font-size: 28px;
  }
  .reg-wrapper .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 16px;
  }
  .md-wrapper {
    max-width: 82%;
  }
  .site-body {
    padding-top: 70px;
  }
  .site-body h1 {
    font-size: 40px;
  }
  .site-body p {
    font-size: 18px;
  }
  .site-body .btn-arrow {
    padding-right: 100px;
    background-size: 70px;
  }
  .site-body .release-section {
    background-size: 450px;
  }
  .video-section {
    height: 100vh;
  }
  .video-section .play {
    top: 60%;
  }
  .info-list p {
    font-size: 15px;
  }
  .reg-wrapper .title {
    font-size: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .info-list div:nth-child(even) {
    border: none;
  }
  .info-list div:nth-child(3) {
    border-right: 1px solid #FFF;
  }
  .site-body h3 {
    font-size: 26px;
  }
  .reg-wrapper .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 660px) {
  .md-wrapper {
    max-width: 100%;
    padding: 0 30px;
  }
  .site-body .release-section {
    background-size: 380px;
    background-position: 100% 7%;
  }
  .owl-dots {
    top: 18%;
  }
  .video-banner {
    height: 600px;
  }
  .video-banner .play-button, .video-banner:not(:hover) .play-button {
    left: 50% !important;
    top: 40% !important;
  }
  .video-banner .v-content h3 {
    font-size: 52px;
    margin-bottom: 15px;
  }
  .video-banner .v-content h4 {
    margin-bottom: 6px;
    font-size: 23px;
  }
  .video-banner .v-content p {
    font-size: 12px;
    max-width: 95%;
    padding-left: 15px;
  }
  .reg-wrapper .title {
    font-size: 52px;
  }
  .video-banner .v-content {
    left: 25px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 460px) {
  header {
    padding: 35px 30px;
  }
  header a.grid-menu {
    right: 10px;
  }
  .wrapper {
    padding: 0 25px;
  }
  .dealer-banner {
    min-height: 230px;
  }
  .inspire-section {
    height: 70vw;
  }
  header {
    padding: 35px 30px;
  }
  .site-body h1 {
    font-size: 31px;
  }
  .site-body h1 span {
    font-size: 16px;
  }
  .site-body h2 {
    font-size: 25px;
  }
  .site-body h3 {
    font-size: 19px;
  }
  .site-body .btn-arrow-bottom {
    padding: 7px 31px 12px;
    font-size: 14px;
  }
  .site-body .whity {
    width: 100%;
  }
  .site-body .btn-arrow {
    width: 100%;
    padding: 14px 15px;
    padding-right: 70px;
    background-size: 46px;
  }
  .site-body .release-section {
    background: none;
  }
  .video-banner .v-content h4 {
    font-size: 17px;
  }
  .reg-wrapper .title {
    font-size: 43px;
  }
  .slider button.owl-next, .slider button.owl-prev {
    display: none !important;
  }
  .owl-dots {
    top: 21%;
  }
  .video-banner .v-content h3 {
    font-size: 43px;
    margin-bottom: 10px;
  }
  .dealer-banner {
    margin-top: 1.8rem;
  }
}

/*# sourceMappingURL=main.css.map */
