@charset "UTF-8";
/* HAVANA PRO */
@font-face {
  font-family: "havana_icons";
  src: url("../fonts/havana_icons.eot?46f478ddf8091b1d7338a6e1682c4127");
  src: url("../fonts/havana_icons.eot?#iefix") format("embedded-opentype"), url("../fonts/havana_icons.woff?46f478ddf8091b1d7338a6e1682c4127") format("woff"), url("../fonts/havana_icons.ttf?46f478ddf8091b1d7338a6e1682c4127") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon, .about-us-visual-video .btn-play:before {
  font-family: "havana_icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down-after:after {
  content: "\f103"; }

.icon-close-after:after {
  content: "\f10c"; }

.icon-quote-down-after:after {
  content: "\f11b"; }

/* Icons */
.icon-arrow-carousel-left:before {
  content: "\f101"; }

.icon-arrow-carousel-right:before {
  content: "\f102"; }

.icon-arrow-down:before {
  content: "\f103"; }

.icon-bottle-1:before {
  content: "\f104"; }

.icon-bottle-2:before {
  content: "\f105"; }

.icon-bottle-3:before {
  content: "\f106"; }

.icon-bottle-4:before {
  content: "\f107"; }

.icon-bullet:before {
  content: "\f108"; }

.icon-caroussel_fleche_fond:before {
  content: "\f109"; }

.icon-caroussel_fleche_iconD:before {
  content: "\f10a"; }

.icon-caroussel_fleche_iconG:before {
  content: "\f10b"; }

.icon-checked:before {
  content: "\f10c"; }

.icon-close:before {
  content: "\f10d"; }

.icon-cta_icon_buy:before {
  content: "\f10e"; }

.icon-cta_icon_store:before {
  content: "\f10f"; }

.icon-footer_arrow:before {
  content: "\f110"; }

.icon-icon_facebook:before {
  content: "\f111"; }

.icon-icon_instagram:before {
  content: "\f112"; }

.icon-icon_twitter:before {
  content: "\f113"; }

.icon-icon_youtube:before {
  content: "\f114"; }

.icon-loupe:before {
  content: "\f115"; }

.icon-map_marker:before {
  content: "\f116"; }

.icon-pastille:before {
  content: "\f117"; }

.icon-player:before, .about-us-visual-video .btn-play:before {
  content: "\f118"; }

.icon-player_play:before {
  content: "\f119"; }

.icon-player_play_bg:before {
  content: "\f11a"; }

.icon-quote-down:before {
  content: "\f11b"; }

.icon-quote:before {
  content: "\f11c"; }

.icon-star:before {
  content: "\f11d"; }

.icon-tiret:before {
  content: "\f11e"; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 15px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #000;
  background-color: #ffda23;
  border-color: #ffd60a; }
  .btn-primary:focus, .btn-primary.focus {
    color: #000;
    background-color: #efc700;
    border-color: #897200; }
  .btn-primary:hover {
    color: #000;
    background-color: #efc700;
    border-color: #cba900; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #efc700;
    border-color: #cba900; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #000;
      background-color: #cba900;
      border-color: #897200; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #ffda23;
    border-color: #ffd60a; }
  .btn-primary .badge {
    color: #ffda23;
    background-color: #000; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #ffda23;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #d6b200;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.full-img img {
  max-width: none;
  width: 100%; }

.btn {
  text-transform: uppercase;
  font-family: "FuturaStd-Bold";
  position: relative;
  z-index: +1; }

.no-max-width {
  max-width: none;
  width: 100%; }

.visual-banner-wrapper {
  height: 74vh;
  max-height: 130vw;
  background-position: center center;
  background-size: cover;
  transition: all 400ms ease-in; }
  .visual-banner-wrapper .trame-background img {
    width: 100%;
    max-width: none; }
  .visual-banner-wrapper .video-banner-wrapper {
    display: none; }

@media only screen and (min-width: 767px) {
  .visual-banner-wrapper {
    height: 40vh;
    max-height: none; } }

@media only screen and (min-width: 767px) and (orientation: landscape) {
  .visual-banner-wrapper {
    height: 73vh; } }

@media only screen and (min-width: 1199px) {
  .visual-banner-wrapper {
    height: 73vh;
    position: relative; }
    .visual-banner-wrapper .video-banner-wrapper {
      display: block;
      position: relative;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 0; }
      .visual-banner-wrapper .video-banner-wrapper iframe {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      .visual-banner-wrapper .video-banner-wrapper iframe {
        z-index: 1; }
      .visual-banner-wrapper .video-banner-wrapper .block-screen {
        z-index: 2;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }

/*fix for dispatches*/
/* DISPATCH */
.pane-hvn-dispatch-hvn-dispatch-header {
  overflow: visible; }
  .pane-hvn-dispatch-hvn-dispatch-header .visual-banner-wrapper {
    height: 400px; }
  .pane-hvn-dispatch-hvn-dispatch-header .strate-intro .logo {
    width: 30%;
    margin: auto; }

@media only screen and (min-width: 375px) {
  .pane-hvn-dispatch-hvn-dispatch-header .visual-banner-wrapper {
    height: 130vw; }
  .pane-hvn-dispatch-hvn-dispatch-header .strate-intro .logo {
    width: 35%; } }

@media only screen and (min-width: 767px) {
  .pane-hvn-dispatch-hvn-dispatch-header .visual-banner-wrapper {
    height: 56vw; }
  .pane-hvn-dispatch-hvn-dispatch-header .strate-intro .logo {
    width: 25%; } }

@media only screen and (min-width: 1199px) {
  .pane-hvn-dispatch-hvn-dispatch-header .visual-banner-wrapper {
    height: 42vw; }
  .pane-hvn-dispatch-hvn-dispatch-header .strate-intro .logo {
    width: 20%; } }

.node-about-us .title,
.node-about-us .range-title,
.node-about-us .item-title,
.node-about-us .carousel-title {
  font-family: "HCCubanTouchW04-Regular"; }

.node-about-us .range-title {
  display: block; }

.node-about-us .about-us-title-wrapper {
  text-shadow: 0 0 43px black; }

.node-about-us .subtitle,
.node-about-us .range-subtitle,
.node-about-us .item-subtitle,
.node-about-us .carousel-subtitle {
  font-family: "hchumantouch"; }

.node-about-us .item-title {
  color: #e2231b; }

.node-about-us .item-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px; }

.node-about-us .item-subtitle {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px; }

.node-about-us .title {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px; }

.node-about-us .subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px; }

.node-about-us .item-desc,
.node-about-us .description {
  margin: 20px 0;
  font-family: "FuturaStd-Book"; }

.node-about-us .carousel-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px; }

.node-about-us .carousel-subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px; }

.node-about-us .visual-banner-wrapper {
  position: relative; }

.node-about-us .about-us-title-wrapper {
  position: absolute;
  z-index: +2;
  text-align: center;
  color: #fff;
  height: 100%;
  padding: 0 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  font-family: "FuturaStd-Book";
  height: auto; }

@media only screen and (min-width: 767px) {
  .node-about-us .about-us-title-wrapper {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 1.2; } }

@media only screen and (min-width: 1199px) {
  .node-about-us .about-us-title-wrapper {
    max-width: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 1.2vw;
    line-height: 120%; }
    .node-about-us .about-us-title-wrapper .range-title {
      font-size: 2.8vw;
      line-height: 120%; }
    .node-about-us .about-us-title-wrapper .vm {
      display: block !important; }
  .node-about-us #art-video-bg {
    transition: opacity 400ms ease-in; }
    .node-about-us #art-video-bg.not-showing {
      opacity: 0;
      transition: opacity 400ms ease-out; } }

.about-us-visual-video {
  background-position: center center;
  background-size: cover;
  transition: all 400ms ease-in; }
  .about-us-visual-video.centered .inner-wrapper {
    max-width: none;
    text-align: center; }
  .about-us-visual-video .visual-video-content {
    position: relative;
    color: #fff; }
  .about-us-visual-video .title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 32px; }
  .about-us-visual-video .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 36px; }
  .about-us-visual-video .description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px; }
  .about-us-visual-video .vm-wrapper, .about-us-visual-video .vm-wrapper .vm {
    display: block !important; }
  .about-us-visual-video .vm-wrapper {
    height: 728px; }
    .about-us-visual-video .vm-wrapper.back {
      display: none !important; }
  .about-us-visual-video .inner-wrapper {
    max-width: 640px;
    padding: 9.4%;
    margin: 0 auto; }
  .about-us-visual-video .subtitle, .about-us-visual-video .title, .about-us-visual-video .description {
    text-shadow: 0 0 43px black; }
  .about-us-visual-video .outer-wrapper.playing .player-video-wrapper {
    position: relative;
    z-index: +1; }
  .about-us-visual-video .player-video-wrapper {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: -1; }
  .about-us-visual-video .player-video-content {
    position: relative;
    height: 728px;
    padding: 30px; }
    .about-us-visual-video .player-video-content iframe {
      width: 100%;
      height: 100%; }
  .about-us-visual-video .btn-play {
    color: #fff;
    font-family: "FuturaStd-Bold";
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    text-decoration: none;
    padding-top: 122px;
    position: relative;
    display: block; }
    .about-us-visual-video .btn-play:before {
      display: block;
      font-size: 92px;
      font-size: 9.2rem;
      line-height: 92px;
      position: absolute;
      top: 15px;
      left: 50%;
      margin-left: -46px; }
  @media only screen and (min-width: 767px) {
    .about-us-visual-video .title {
      font-size: 38px;
      font-size: 3.8rem;
      line-height: 48px; }
    .about-us-visual-video .subtitle {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 22px;
      line-height: 42px; }
    .about-us-visual-video .description {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 28px; }
    .about-us-visual-video .outer-wrapper {
      float: left;
      margin-right: 10%; }
      .about-us-visual-video .outer-wrapper.playing {
        float: none;
        margin-right: 0; }
    .about-us-visual-video.centered .title {
      font-size: 62px;
      font-size: 6.2rem;
      line-height: 62px; }
    .about-us-visual-video.centered .btn-play {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px;
      padding-top: 152px; }
      .about-us-visual-video.centered .btn-play:before {
        font-size: 122px;
        font-size: 12.2rem;
        line-height: 122px;
        margin-left: -61px; }
    .about-us-visual-video.centered .outer-wrapper {
      float: none;
      margin-right: 0; }
    .about-us-visual-video.variant {
      position: relative; }
      .about-us-visual-video.variant:before {
        content: '';
        position: absolute;
        display: block;
        width: 60%;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.3);
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1); }
      .about-us-visual-video.variant .outer-wrapper {
        float: left;
        margin-left: 10%; }
        .about-us-visual-video.variant .outer-wrapper .inner-wrapper {
          position: relative;
          z-index: +1; }
        .about-us-visual-video.variant .outer-wrapper.playing {
          float: none;
          margin-left: 0; } }
  @media only screen and (min-width: 1024px) {
    .about-us-visual-video .vm-wrapper,
    .about-us-visual-video .player-video-content {
      height: 890px; } }
  @media only screen and (min-width: 1199px) {
    .about-us-visual-video .title {
      font-size: 3vw;
      line-height: 120%; }
    .about-us-visual-video .subtitle {
      font-size: 2vw;
      line-height: 160%; }
    .about-us-visual-video .description {
      font-size: 1.1vw;
      line-height: 120%; } }
  @media only screen and (min-width: 1400px) {
    .about-us-visual-video.large-text .inner-wrapper {
      max-width: 700px; } }

.about-us-carousel {
  background: #333333 url("../img/about-us-slider-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0 100px; }
  .about-us-carousel .slick-prev {
    left: 0;
    width: 65px;
    height: 65px;
    z-index: 1; }
    .about-us-carousel .slick-prev:before {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      margin-left: -10px;
      margin-top: -10px;
      color: #fff; }
    .about-us-carousel .slick-prev:after {
      font-family: "havana_icons";
      content: "";
      font-size: 65px;
      font-size: 6.5rem;
      line-height: 65px;
      line-height: 1;
      color: #e2231b;
      z-index: 0; }
  .about-us-carousel .slick-next {
    right: 0;
    width: 65px;
    height: 65px;
    z-index: 1; }
    .about-us-carousel .slick-next:before {
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 50%;
      margin-left: -10px;
      margin-top: -10px;
      color: #fff; }
    .about-us-carousel .slick-next:after {
      font-family: "havana_icons";
      content: "";
      font-size: 65px;
      font-size: 6.5rem;
      line-height: 65px;
      line-height: 1;
      color: #e2231b;
      z-index: 0; }
  .about-us-carousel .slick-next {
    right: -8px; }
  .about-us-carousel .slick-prev {
    left: -8px; }
  .about-us-carousel .heading {
    text-align: center;
    color: #fff; }
  .about-us-carousel .slick-dots {
    bottom: -45px; }
    .about-us-carousel .slick-dots li.slick-active button:before {
      color: #e2231b; }
    .about-us-carousel .slick-dots li button:before {
      color: #fff; }

.about-us-carousel-list {
  max-width: 1200px;
  margin: 0 auto; }

.about-us-carousel-item {
  margin: 30px;
  padding: 30px;
  background-color: #fff; }
  .about-us-carousel-item .item-content {
    margin: 0 auto; }
  .about-us-carousel-item .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 26px; }
  .about-us-carousel-item .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px; }
  .about-us-carousel-item .item-img img {
    width: 100%; }

@media only screen and (min-width: 767px) {
  .about-us-carousel-item .item-content,
  .about-us-carousel-item .item-img {
    width: 50%;
    float: right; }
  .about-us-carousel-item .item-img {
    height: 380px;
    overflow: hidden; }
    .about-us-carousel-item .item-img .img-responsive {
      max-width: none; }
    .about-us-carousel-item .item-img img {
      width: 550px;
      height: 380px;
      position: relative;
      left: 50%;
      margin-left: -275px; } }

@media only screen and (min-width: 1024px) {
  .about-us-carousel .about-us-carousel-item .item-img {
    height: auto;
    overflow: auto; }
    .about-us-carousel .about-us-carousel-item .item-img img {
      width: 100%;
      margin-left: 0;
      top: 0;
      position: relative;
      height: auto;
      left: 0; } }

.about-us-pushes-item .inner-content {
  padding: 9%; }
  .about-us-pushes-item .inner-content .vm-wrapper, .about-us-pushes-item .inner-content .vm-wrapper .vm {
    display: block !important; }

.about-us-pushes-item .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px; }

.about-us-pushes-item .item-cta a {
  white-space: normal; }

@media only screen and (min-width: 767px) {
  .about-us-pushes-item .item-content,
  .about-us-pushes-item .item-img {
    width: 50%;
    float: left; }
  .about-us-pushes-item .inner-wrapper {
    max-width: 480px;
    margin: 0 auto; }
  .about-us-pushes-item.item-0 .inner-content {
    margin-bottom: 20%; }
  .about-us-pushes-item.item-1 .item-content,
  .about-us-pushes-item.item-1 .item-img {
    margin-top: -10%;
    float: right; }
  .about-us-pushes-item.item-1 .item-content .inner-content {
    margin-top: 20%; }
  .about-us-pushes-item .item-content {
    position: relative; }
    .about-us-pushes-item .item-content:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 105.714285714%; }
    .about-us-pushes-item .item-content > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .about-us-pushes-item .item-img {
    overflow-x: hidden;
    position: relative; }
    .about-us-pushes-item .item-img:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 105.714285714%; }
    .about-us-pushes-item .item-img > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .about-us-pushes-item .item-img .field-item {
      position: relative; }
      .about-us-pushes-item .item-img .field-item:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 105.714285714%; }
      .about-us-pushes-item .item-img .field-item > * {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .about-us-pushes-item .item-img .field-item .img-responsive {
        max-width: none;
        width: auto;
        height: 100%; } }

@media only screen and (min-width: 1199px) {
  .about-us-pushes-item .inner-content {
    padding: 9.52%; }
  .about-us-pushes-item .inner-wrapper {
    max-width: none; }
  .about-us-pushes .item-title {
    font-size: 4vw;
    line-height: 120%; }
  .about-us-pushes-item .item-desc {
    font-size: 1.1vw;
    line-height: 160%; } }

/*# sourceMappingURL=about-us.css.map */