/*              */
/*   WEBFONTS   */
/*              */
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url("fonts/Montserrat-Regular.eot?#iefix") format('embedded-opentype'), url("fonts/Montserrat-Regular.woff2") format('woff2'), url("fonts/Montserrat-Regular.woff") format('woff'), url("fonts/Montserrat-Regular.ttf") format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Bold.eot");
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url("fonts/Montserrat-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/Montserrat-Bold.woff2") format('woff2'), url("fonts/Montserrat-Bold.woff") format('woff'), url("fonts/Montserrat-Bold.ttf") format('truetype');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'GTSectraFine';
  src: url("fonts/GTSectraFine-Bold.eot");
  src: local('GTSectraFine Bold'), local('GTSectraFine-Bold'), url("fonts/GTSectraFine-Bold.eot?#iefix") format('embedded-opentype'), url("fonts/GTSectraFine-Bold.woff2") format('woff2'), url("fonts/GTSectraFine-Bold.woff") format('woff'), url("fonts/GTSectraFine-Bold.ttf") format('truetype');
  font-style: normal;
  font-weight: bold;
}
/*           */
/*   TOOLS   */
/*          */
/*               */
/*   VARIABLES   */
/*               */
/*                */
/*   ANIMATIONS   */
/*                */
/*            */
/*   IMPORT   */
/*            */
html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
ul,
p {
  margin: 0;
  padding: 0;
}
li {
  display: block;
}
h1,
h2 {
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  cursor: pointer;
}
*:focus {
  outline: none;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  width: 100%;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  color: #444;
  letter-spacing: 0.1em;
}
.footer p {
  padding-bottom: 30px;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #888;
  letter-spacing: 0.24em;
}
.footer a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 30px 0;
  }
  .footer p {
    padding-bottom: 50px;
    font-size: 14px;
  }
  .footer br {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .footer {
    background-color: #f5f5f5;
  }
}
.header {
  display: flex;
  width: 100%;
  height: 60px;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 997;
}
.header .top {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  height: 60px;
  background-color: #fff;
  text-transform: uppercase;
  font-family: "GTSectraFine", "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  letter-spacing: 0.24em;
}
.header .dealer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: #b8a7a1;
  pointer-events: auto;
}
.header .dealer a {
  display: block;
  border-bottom: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
.header .back {
  display: none;
  width: 40px;
  height: 100px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: ;
  -moz-transform: ;
  transform: ;
}
.header .back:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-image: url("images/sprite.svg");
  background-repeat: no-repeat;
  background-size: 60px 20px;
  background-position: -10px 0;
  width: 10px;
  height: 20px;
}
.header .back a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  top: 12px;
  right: -11px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 414px) {
  .header .top,
  .header .dealer {
    padding: 0 25px;
  }
  .header .dealer a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
  .header .top {
    padding: 0 25px;
    height: 80px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 980px) {
  .header {
    display: block;
    height: 100%;
    pointer-events: none;
    top: 100vh;
    visibility: visible;
  }
  .header .top {
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 80px;
    font-size: 18px;
  }
  .header .top br {
    display: none;
  }
  .header .dealer {
    padding: 0;
    width: 40px;
    height: 120px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
  .header .dealer a {
    border-bottom: 2px solid #b8a7a1;
    position: absolute;
    top: 39px;
    right: -34px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: "Montserrat", "Verdana", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    color: #b8a7a1;
  }
  .header .back {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .header .dealer {
    left: 55px;
  }
  .header .back {
    right: 55px;
  }
}
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.modal h2 {
  padding: 10px 0;
  text-transform: uppercase;
  font-family: "GTSectraFine", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  color: #444;
  letter-spacing: 0.24em;
}
.modal small {
  display: block;
  padding: 25px 0 5px 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  color: #b6b6b6;
  letter-spacing: 0.1em;
}
.modal span {
  display: inline-block;
  text-transform: uppercase;
  font-family: "GTSectraFine", "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #444;
  letter-spacing: 0.24em;
}
.modal iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-panel {
  overflow: scroll;
  padding: 70px 30px 30px 30px;
  width: 100%;
  max-width: 1280px;
  max-height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  opacity: 0;
  z-index: 2;
  will-change: opacity;
  position: relative;
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal-panel .close {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  background-image: url("images/sprite.svg");
  background-repeat: no-repeat;
  background-size: 60px 20px;
  background-position: -20px 0;
  width: 20px;
  height: 20px;
}
.modal-panel.dark {
  background-color: #444;
}
.modal-panel.dark .close {
  background-image: url("images/sprite.svg");
  background-repeat: no-repeat;
  background-size: 60px 20px;
  background-position: -40px 0;
  width: 20px;
  height: 20px;
}
.modal-panel .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.modal-panel .column-left {
  z-index: 2;
}
.modal-panel .column-right {
  flex: 1;
  height: 100%;
}
.modal-panel .graphic {
  margin-top: 40px;
  width: 100%;
  height: 240px;
  background: url("images/spec.jpg") no-repeat center center;
  background-size: cover;
}
.modal-panel .video {
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.modal-overlay {
  background-color: rgba(68,68,68,0.9);
  opacity: 0;
  will-change: opacity;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal.fullscreen {
  padding: 0;
}
.modal.fullscreen .modal-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 25px;
  width: 100vw;
  height: 100vh;
}
.modal.open {
  visibility: visible;
}
.modal.animate .modal-overlay {
  opacity: 1;
}
.modal.animate .modal-panel {
  opacity: 1;
}
@media only screen and (min-width: 375px) {
  .modal {
    padding: 20px;
  }
  .modal.fullscreen {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) {
  .modal.fullscreen {
    padding: 0;
  }
  .modal.fullscreen .modal-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 80px;
    width: 100vw;
    height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .modal {
    padding: 30px;
  }
  .modal h2 {
    font-size: 27px;
    line-height: 36px;
  }
  .modal-panel {
    padding: 70px 80px;
  }
  .modal.fullscreen {
    padding: 30px;
  }
  .modal.fullscreen .modal-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 80px;
    width: 100%;
    max-width: 1280px;
    max-height: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .modal-panel .content {
    flex-direction: row;
  }
  .modal-panel .column-left {
    min-width: 340px;
    max-width: 340px;
  }
  .modal-panel .column-right {
    align-self: flex-end;
  }
  .modal-panel .graphic {
    margin-top: 0;
    width: auto;
    height: 100%;
    max-height: 410px;
    position: absolute;
    top: 70px;
    left: 420px;
    right: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal {
    padding: 40px;
  }
  .modal h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
.button {
  display: inline-block;
  padding: 0 48px;
  background-color: transparent;
  border: 1px solid #444;
  box-sizing: border-box;
  white-space: nowrap;
  will-change: background-color;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 48px;
  color: #444;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.button:hover,
.button:active {
  opacity: 0.5;
}
.alrt {
  text-align: right;
}
.home-hero {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  text-align: center;
  z-index: 998;
  position: relative;
}
.home-hero h1 {
  padding: 44px 0 30px 0;
  text-transform: uppercase;
  font-family: "GTSectraFine", "Times New Roman", serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 30px;
  color: #151515;
  letter-spacing: 0.24em;
}
.home-hero p {
  margin: 0 auto 50px auto;
  padding: 0 30px;
  max-width: 340px;
  text-transform: uppercase;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #151515;
  letter-spacing: 0.6em;
}
.home-hero .content {
  z-index: 2;
}
.home-hero .bg {
  width: 100%;
  height: 100%;
  animation: imageZoom ease-out 60s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-hero .bg-wrapper {
  height: 100%;
  background: url("images/home-hero-bg.jpg") no-repeat left top;
  background-size: auto 100%;
  visibility: hidden;
}
.home-hero .more {
  display: none;
  width: 50px;
  height: 56px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.home-hero .more a {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url("images/sprite.svg");
  background-repeat: no-repeat;
  background-size: 60px 20px;
  background-position: 0 0;
  width: 10px;
  height: 16px;
}
.home-block {
  padding: 60px 0 0 0;
}
.home-block h2 {
  text-transform: uppercase;
  font-family: "GTSectraFine", "Times New Roman", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  color: #000;
  letter-spacing: 0.24em;
}
.home-block p {
  padding-top: 25px;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.08em;
}
.home-block small {
  text-transform: uppercase;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: normal;
  color: #bfbfbf;
  letter-spacing: 0.6em;
}
.home-block a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  color: #b6b6b6;
  letter-spacing: 0.1em;
}
.home-block img {
  display: block;
}
.home-block-1,
.home-block-2,
.home-block-3,
.home-block-3b,
.home-block-4,
.home-block-5,
.home-block-5b,
.home-block-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.home-block-1 .border,
.home-block-2 .border,
.home-block-3 .border,
.home-block-3b .border,
.home-block-4 .border,
.home-block-5 .border,
.home-block-5b .border,
.home-block-6 .border {
  width: 15px;
  background-color: #ccb9b3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.home-block-1 .content,
.home-block-2 .content,
.home-block-3 .content,
.home-block-3b .content,
.home-block-4 .content,
.home-block-5 .content,
.home-block-5b .content,
.home-block-6 .content {
  box-sizing: border-box;
  text-align: left;
  z-index: 2;
  position: relative;
}
.home-block-1 .graphic,
.home-block-2 .graphic,
.home-block-3 .graphic,
.home-block-3b .graphic,
.home-block-4 .graphic,
.home-block-5 .graphic,
.home-block-5b .graphic,
.home-block-6 .graphic {
  flex: 1;
  z-index: 2;
}
.home-block-1 .graphic-wrapper,
.home-block-2 .graphic-wrapper,
.home-block-3 .graphic-wrapper,
.home-block-3b .graphic-wrapper,
.home-block-4 .graphic-wrapper,
.home-block-5 .graphic-wrapper,
.home-block-5b .graphic-wrapper,
.home-block-6 .graphic-wrapper {
  width: 100%;
  height: 100%;
  will-change: opacity;
  -webkit-transition: opacity 300ms linear;
  -moz-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.home-block-1 .bg,
.home-block-2 .bg,
.home-block-3 .bg,
.home-block-3b .bg,
.home-block-4 .bg,
.home-block-5 .bg,
.home-block-5b .bg,
.home-block-6 .bg {
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.home-block-1 .border {
  margin: 25px 0;
}
.home-block-1 .content {
  padding: 0 50px;
}
.home-block-1 .graphic {
  padding: 60px 0 0 50px;
  height: 240px;
  visibility: hidden;
}
.home-block-1 .graphic-wrapper {
  background: url("images/home-block-1-bg.jpg") no-repeat left center;
  background-size: auto 100%;
}
.home-block-2 {
  margin-top: 60px;
  background-color: #444;
}
.home-block-2 .content {
  padding: 480px 40px 60px 40px;
  text-align: center;
}
.home-block-2 .content h2,
.home-block-2 .content p {
  color: #fff;
}
.home-block-2 .content h2 {
  padding-top: 25px;
}
.home-block-2 .graphic {
  display: none;
}
.home-block-2 .bg {
  height: 420px;
}
.home-block-2 .bg-wrapper {
  width: 100%;
  background: url("images/home-block-2-bg.png") no-repeat center bottom;
  background-size: auto 100%;
  visibility: hidden;
}
.home-block-3 {
  align-items: center;
  justify-content: flex-start;
  height: 1216px;
}
.home-block-3 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
  width: 100%;
  max-width: 1440px;
}
.home-block-3 .content-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  width: 100%;
  height: 636px;
  box-sizing: border-box;
}
.home-block-3 .content-right {
  margin-top: 60px;
  padding: 40px 40px 0 40px;
}
.home-block-3 .mosaic {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-block-3 .mosaic-left,
.home-block-3 .mosaic-right {
  overflow: hidden;
  width: 15px;
  height: 476px;
  position: absolute;
  top: 140px;
}
.home-block-3 .mosaic-left {
  left: 0;
}
.home-block-3 .mosaic-right {
  right: 0;
}
.home-block-3 .mosaic-center {
  overflow: hidden;
  margin: 60px 0;
  max-width: 1440px;
  height: 1100px;
  box-sizing: border-box;
  position: relative;
}
.home-block-3 .mosaic-center-1,
.home-block-3 .mosaic-center-2 {
  overflow: hidden;
  margin-left: -90px;
  width: 180px;
  height: 238px;
  position: absolute;
  left: 50%;
}
.home-block-3 .mosaic-center-1 {
  top: 0;
}
.home-block-3 .mosaic-center-2 {
  top: 398px;
}
.home-block-3 .mosaic-center-3 {
  overflow: hidden;
  width: 50%;
  height: 400px;
  position: absolute;
  top: 696px;
  right: 70%;
}
.home-block-3 .mosaic-image {
  visibility: hidden;
}
.home-block-3 p:first-of-type {
  padding: 0;
}
.home-block-3b .graphic {
  height: 240px;
  visibility: hidden;
}
.home-block-3b .graphic.left {
  padding: 0 50px 30px 0;
}
.home-block-3b .graphic.left .graphic-wrapper {
  width: auto;
  height: 100%;
  background: url("images/home-block-3b-left-bg.jpg") no-repeat right center;
  background-size: auto 100%;
}
.home-block-3b .graphic.right {
  padding: 30px 0 60px 0;
}
.home-block-3b .graphic.right .graphic-wrapper {
  width: auto;
  height: 100%;
  background: url("images/home-block-3b-right-bg.jpg") no-repeat center center;
  background-size: auto 100%;
}
.home-block-4 {
  padding: 100px 0;
  background-color: #444;
}
.home-block-4 .graphic {
  visibility: hidden;
}
.home-block-4 .graphic-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-block-4 .graphic img {
  width: auto;
  height: 360px;
}
.home-block-4 .bg {
  align-items: flex-end;
}
.home-block-4 .bg-wrapper {
  width: 100%;
  height: 100%;
  background: url("images/home-block-4-bg.jpg") no-repeat center center;
  background-size: cover;
  visibility: hidden;
}
.home-block-5 {
  margin-top: 60px;
}
.home-block-5 .content {
  padding: 25px 50px;
}
.home-block-5 .graphic {
  padding: 60px 0 0 0;
  height: 240px;
  visibility: hidden;
}
.home-block-5 .graphic-wrapper {
  background: url("images/home-block-5-bg.jpg") no-repeat center center;
  background-size: auto 100%;
}
.home-block-5b {
  flex-direction: column-reverse;
  margin-top: 100px;
}
.home-block-5b .graphic {
  height: 240px;
  visibility: hidden;
}
.home-block-5b .graphic.left {
  padding: 30px 0 60px 0;
}
.home-block-5b .graphic.left .graphic-wrapper {
  width: auto;
  height: 100%;
  background: url("images/home-block-5b-left-bg.jpg") no-repeat center center;
  background-size: auto 100%;
}
.home-block-5b .graphic.right {
  padding: 0 0 30px 50px;
}
.home-block-5b .graphic.right .graphic-wrapper {
  width: auto;
  height: 100%;
  background: url("images/home-block-5b-right-bg.jpg") no-repeat left center;
  background-size: auto 100%;
}
.home-block-6 .border {
  display: none;
  left: auto;
  right: 0;
  margin: 50px 0;
}
.home-block-6 .content {
  padding: 80px 40px 360px 40px;
}
.home-block-6 .graphic {
  display: none;
}
.home-block-6 .bg {
  overflow: hidden;
  align-items: flex-end;
  height: 100%;
  background-color: #f5f5f5;
}
.home-block-6 .bg-wrapper {
  width: 100%;
  height: 360px;
  background: url("images/home-block-6-bg.jpg") no-repeat center bottom;
  background-size: auto 100%;
  visibility: hidden;
}
.home-bga {
  padding: 60px 30px 30px 30px;
  font-family: "Montserrat", "Verdana", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #888;
  letter-spacing: 0.08em;
  text-align: center;
}
.home-bga img {
  display: block;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 414px) {
  .home-block-1 .graphic,
  .home-block-3b .graphic,
  .home-block-5b .graphic {
    height: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .home-hero h1 {
    font-size: 36px;
    line-height: 20px;
  }
  .home-hero h1 br {
    display: none;
  }
  .home-hero p {
    padding: 0;
  }
  .home-hero .more {
    bottom: 60px;
  }
  .home-block {
    padding: 80px 0 0 0;
  }
  .home-block h2 {
    font-size: 27px;
    line-height: 36px;
  }
  .home-block p {
    font-size: 13px;
    line-height: 28px;
  }
  .home-block small br {
    display: none;
  }
  .home-block-1 .border,
  .home-block-2 .border,
  .home-block-3 .border,
  .home-block-3b .border,
  .home-block-4 .border,
  .home-block-5 .border,
  .home-block-5b .border,
  .home-block-6 .border {
    width: 25px;
  }
  .home-block-1 .content {
    padding: 0 100px;
  }
  .home-block-1 .graphic {
    padding: 80px 0 0 100px;
    height: 420px;
  }
  .home-block-1 .graphic-wrapper {
    background-size: cover;
  }
  .home-block-2 {
    margin-top: 80px;
  }
  .home-block-2 .content {
    padding: 500px 100px 80px 100px;
  }
  .home-block-2 .graphic {
    display: block;
  }
  .home-block-3 .content-right {
    padding: 80px 100px;
  }
  .home-block-3 .mosaic-left,
  .home-block-3 .mosaic-right {
    width: 30px;
  }
  .home-block-3 .mosaic-center-1,
  .home-block-3 .mosaic-center-2 {
    margin-left: -132px;
    width: 265px;
  }
  .home-block-3b .graphic {
    height: 420px;
  }
  .home-block-3b .graphic.left {
    padding: 20px 100px 40px 0;
  }
  .home-block-3b .graphic.left .graphic-wrapper {
    background-size: cover;
  }
  .home-block-3b .graphic.right {
    padding: 40px 0 80px 0;
  }
  .home-block-4 {
    padding: 200px 0;
  }
  .home-block-5 {
    margin-top: 100px;
  }
  .home-block-5 .content {
    padding: 25px 100px;
  }
  .home-block-5 .graphic {
    padding: 80px 0 0 0;
  }
  .home-block-5b .graphic {
    height: 420px;
  }
  .home-block-5b .graphic.right {
    padding: 20px 0 40px 100px;
  }
  .home-block-5b .graphic.right .graphic-wrapper {
    background-size: cover;
  }
  .home-block-5b .graphic.left {
    padding: 40px 0 80px 0;
  }
  .home-block-6 .content {
    padding: 80px 100px 480px 100px;
  }
  .home-block-6 .bg-wrapper {
    min-width: 100%;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 980px) {
  .home-hero {
    z-index: 1;
  }
  .home-block {
    padding: 120px 0;
  }
  .home-block p.spec {
    text-align: right;
  }
  .home-block-1,
  .home-block-2,
  .home-block-3,
  .home-block-3b,
  .home-block-4,
  .home-block-5,
  .home-block-5b,
  .home-block-6 {
    flex-direction: row;
  }
  .home-block-1 .content,
  .home-block-2 .content,
  .home-block-3 .content,
  .home-block-3b .content,
  .home-block-4 .content,
  .home-block-5 .content,
  .home-block-5b .content,
  .home-block-6 .content {
    min-width: 50%;
    max-width: 50%;
    position: static;
  }
  .home-block-1 .graphic,
  .home-block-2 .graphic,
  .home-block-3 .graphic,
  .home-block-3b .graphic,
  .home-block-4 .graphic,
  .home-block-5 .graphic,
  .home-block-5b .graphic,
  .home-block-6 .graphic {
    max-width: 50%;
  }
  .home-block-1 .border {
    margin: 50px 0;
  }
  .home-block-1 .content {
    padding: 50px 80px 50px 100px;
  }
  .home-block-1 .graphic {
    padding: 0;
    height: auto;
  }
  .home-block-1 .graphic-wrapper {
    background-size: auto 100%;
  }
  .home-block-2 {
    flex-direction: row-reverse;
  }
  .home-block-2 .content {
    padding: 100px 100px 100px 80px;
  }
  .home-block-2 .bg {
    max-width: 1440px;
    height: auto;
  }
  .home-block-2 .bg-wrapper {
    width: 66%;
    background: url("images/home-block-2-bg.png") no-repeat right center;
    background-size: cover;
  }
  .home-block-3 {
    height: 890px;
  }
  .home-block-3 .content {
    flex-direction: row;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
  }
  .home-block-3 .content-left,
  .home-block-3 .content-right {
    width: 50%;
    box-sizing: border-box;
  }
  .home-block-3 .content-left {
    justify-content: flex-start;
    padding: 0 80px 0 100px;
  }
  .home-block-3 .content-right {
    margin-top: 0;
    padding: 0 100px 0 80px;
  }
  .home-block-3 .mosaic-left,
  .home-block-3 .mosaic-right {
    margin-top: -292px;
    height: 584px;
    position: absolute;
    top: 50%;
  }
  .home-block-3 .mosaic-left {
    left: 0;
  }
  .home-block-3 .mosaic-right {
    right: 0;
  }
  .home-block-3 .mosaic-center {
    margin: 60px 260px 60px 0;
    height: 770px;
  }
  .home-block-3 .mosaic-center-1,
  .home-block-3 .mosaic-center-2 {
    margin: 0;
    width: 265px;
    height: 238px;
    position: absolute;
    left: 100px;
  }
  .home-block-3 .mosaic-center-1 {
    top: 0;
  }
  .home-block-3 .mosaic-center-2 {
    top: auto;
    bottom: 0;
  }
  .home-block-3 .mosaic-center-3 {
    margin-top: -292px;
    width: 424px;
    height: 584px;
    position: absolute;
    top: 50%;
    left: 435px;
    right: auto;
  }
  .home-block-3b {
    padding: 80px 0;
  }
  .home-block-3b .graphic {
    height: 460px;
    box-sizing: border-box;
  }
  .home-block-3b .graphic.left {
    padding: 0;
  }
  .home-block-3b .graphic.right {
    padding: 0 80px 0 100px;
  }
  .home-block-3b .graphic.right .graphic-wrapper {
    background: url("images/home-block-3b-right-bg.jpg") no-repeat left center;
  }
  .home-block-4 {
    padding: 100px;
  }
  .home-block-4 .graphic img {
    height: auto;
    min-height: 100%;
  }
  .home-block-5 .content {
    padding: 50px 80px 50px 100px;
  }
  .home-block-5 .graphic {
    padding: 0;
    height: auto;
  }
  .home-block-5 .graphic-wrapper {
    background: url("images/home-block-5-bg.jpg") no-repeat left center;
  }
  .home-block-5b {
    padding: 80px 0;
  }
  .home-block-5b .graphic {
    height: 520px;
    box-sizing: border-box;
  }
  .home-block-5b .graphic.left {
    padding: 0 100px 0 80px;
  }
  .home-block-5b .graphic.left .graphic-wrapper {
    background: url("images/home-block-5b-left-bg.jpg") no-repeat center center;
  }
  .home-block-5b .graphic.right {
    padding: 0;
  }
  .home-block-6 {
    flex-direction: row-reverse;
  }
  .home-block-6 .border {
    display: block;
  }
  .home-block-6 .content {
    padding: 120px 100px 120px 80px;
    text-align: left;
  }
  .home-block-6 .graphic {
    display: block;
  }
  .home-block-6 .bg {
    align-items: flex-start;
    max-width: 1440px;
    height: auto;
    background-color: #fff;
  }
  .home-block-6 .bg-wrapper {
    width: 64%;
    min-width: auto;
    height: 100%;
    background: url("images/home-block-6-bg.jpg") no-repeat right center;
    background-size: auto 100%;
  }
  .home-bga {
    padding: 0 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-block h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .home-block p {
    padding-top: 50px;
  }
  .home-block-1 .content {
    padding: 50px 120px 50px 150px;
    min-width: 670px;
    max-width: 720px;
  }
  .home-block-1 .graphic {
    max-width: 720px;
  }
  .home-block-2 {
    margin-top: 120px;
  }
  .home-block-2 .content {
    padding: 100px 150px 100px 120px;
    min-width: 670px;
    max-width: 720px;
  }
  .home-block-2 .content h2 {
    padding-top: 50px;
  }
  .home-block-2 .graphic {
    max-width: 720px;
  }
  .home-block-3 .content-left,
  .home-block-3 .content-right {
    max-width: 720px;
  }
  .home-block-3 .content-left {
    padding: 0 0 0 150px;
  }
  .home-block-3 .content-right {
    padding: 0 150px 0 80px;
  }
  .home-block-3 .mosaic-left,
  .home-block-3 .mosaic-right {
    width: 60px;
  }
  .home-block-3 .mosaic-center {
    margin: 60px 320px 60px 0;
  }
  .home-block-3 .mosaic-center-1,
  .home-block-3 .mosaic-center-2 {
    left: 200px;
  }
  .home-block-3 .mosaic-center-3 {
    left: 605px;
  }
  .home-block-3b {
    padding: 80px 0;
  }
  .home-block-3b .graphic.left {
    max-width: 720px;
  }
  .home-block-3b .graphic.right {
    padding: 0 120px 0 150px;
  }
  .home-block-4 {
    padding: 200px 0;
  }
  .home-block-5 {
    margin-top: 150px;
  }
  .home-block-5 .content {
    padding: 50px 120px 50px 150px;
    min-width: 670px;
    max-width: 720px;
  }
  .home-block-5 .graphic {
    max-width: 720px;
  }
  .home-block-5b {
    padding: 80px 0;
  }
  .home-block-5b .graphic.right {
    max-width: 720px;
  }
  .home-block-5b .graphic.left {
    padding: 0 150px 0 120px;
  }
  .home-block-6 {
    margin-top: 120px;
  }
  .home-block-6 .content {
    padding: 180px 150px 180px 120px;
    min-width: 670px;
    max-width: 720px;
  }
  .home-block-6 .graphic {
    max-width: 720px;
  }
}
@media only screen and (min-width: 1440px) {
  .home-hero .bg-wrapper {
    background-size: cover;
  }
  .home-block-3 .mosaic-center {
    margin: 60px auto;
    width: 100%;
  }
  .home-block-3b,
  .home-block-5b {
    margin: 60px auto;
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1800px) {
  .home-block-1 .content {
    padding: 50px 120px 50px 0px;
  }
}
@media only screen and (min-height: 414px) {
  .home-hero .more {
    display: block;
  }
}
@-moz-keyframes imageZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes imageZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@-o-keyframes imageZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes imageZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@-moz-keyframes headerPinned {
  from {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
    visibility: visible;
  }
  to {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
}
@-webkit-keyframes headerPinned {
  from {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
    visibility: visible;
  }
  to {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
}
@-o-keyframes headerPinned {
  from {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
    visibility: visible;
  }
  to {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
}
@keyframes headerPinned {
  from {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
    visibility: visible;
  }
  to {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
}
@-moz-keyframes headerUnpinned {
  from {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
  to {
    visibility: hidden;
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
}
@-webkit-keyframes headerUnpinned {
  from {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
  to {
    visibility: hidden;
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
}
@-o-keyframes headerUnpinned {
  from {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
  to {
    visibility: hidden;
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
}
@keyframes headerUnpinned {
  from {
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
  to {
    visibility: hidden;
    -webkit-transform: ;
    -moz-transform: ;
    transform: ;
  }
}

/*# sourceMappingURL=site.min.css.map */