@charset "UTF-8";
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*@font-face {*/
/*    font-family: FontAwesome;*/
/*    src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);*/
/*    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');*/
/*    font-weight: 400;*/
/*    font-style: normal*/
/*}*/

* {
  touch-action: pan-y;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158"
}

.fa-krw:before,
.fa-won:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: vjs-spinner-spin 1s steps(12, end) infinite;
  animation: vjs-spinner-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center
}

@font-face {
  font-family: VideoJS;
  /*src: url(font/VideoJS.eot?#iefix) format("eot")*/
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-big-play-button,
.video-js .vjs-play-control,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before,
.vjs-icon-play:before {
  content: '\f101'
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-play-circle:before {
  content: '\f102'
}

.video-js .vjs-play-control.vjs-playing,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-play-control.vjs-playing:before,
.vjs-icon-pause:before {
  content: '\f103'
}

.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before,
.vjs-icon-volume-mute:before {
  content: '\f104'
}

.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before,
.vjs-icon-volume-low:before {
  content: '\f105'
}

.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before,
.vjs-icon-volume-mid:before {
  content: '\f106'
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before,
.vjs-icon-volume-high:before {
  content: '\f107'
}

.video-js .vjs-fullscreen-control,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-enter:before {
  content: '\f108'
}

.video-js.vjs-fullscreen .vjs-fullscreen-control,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-exit:before {
  content: '\f109'
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-square:before {
  content: '\f10a'
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-spinner:before {
  content: '\f10b'
}

.video-js .vjs-subtitles-button,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-subtitles-button:before,
.vjs-icon-subtitles:before {
  content: '\f10c'
}

.video-js .vjs-captions-button,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-captions-button:before,
.vjs-icon-captions:before {
  content: '\f10d'
}

.video-js .vjs-chapters-button,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-chapters-button:before,
.vjs-icon-chapters:before {
  content: '\f10e'
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-share:before {
  content: '\f10f'
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-cog:before {
  content: '\f110'
}

.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before {
  content: '\f111'
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-circle-outline:before {
  content: '\f112'
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-circle-inner-circle:before {
  content: '\f113'
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-hd:before {
  content: '\f114'
}

.video-js .vjs-control.vjs-close-button,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.video-js .vjs-control.vjs-close-button:before,
.vjs-icon-cancel:before {
  content: '\f115'
}

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-replay:before {
  content: '\f116'
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-facebook:before {
  content: '\f117'
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-gplus:before {
  content: '\f118'
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-linkedin:before {
  content: '\f119'
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-twitter:before {
  content: '\f11a'
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-tumblr:before {
  content: '\f11b'
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-pinterest:before {
  content: '\f11c'
}

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal
}

.vjs-icon-audio-description:before {
  content: '\f11d'
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.video-js:-moz-full-screen {
  position: absolute
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important
}

.video-js *,
.video-js :after,
.video-js :before {
  box-sizing: inherit
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0
}

.video-js.vjs-4-3,
.video-js.vjs-16-9,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0
}

.video-js.vjs-16-9 {
  padding-top: 56.25%
}

.video-js.vjs-4-3 {
  padding-top: 75%
}

.video-js.vjs-fill,
.video-js .vjs-tech {
  width: 100%;
  height: 100%
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none
}

.vjs-hidden {
  display: none !important
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  border-radius: .3em;
  -webkit-transition: all .4s;
  transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5);
  -webkit-transition: all 0s;
  transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2
}

.vjs-menu-button {
  cursor: pointer
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase
}

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5)
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-menu-button-popup:hover .vjs-menu {
  display: block
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  transition: none
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all .4s;
  transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility .1s, opacity .1s;
  transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible
}

@media �screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""
  }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  /*-webkit-box-flex: none;*/
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
  display: none
}

.video-js .vjs-progress-control {
  /*-webkit-box-flex: auto;*/
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em
}

.vjs-live .vjs-progress-control {
  display: none
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: .3em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666666666667em
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: .6em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: .3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0
}

.video-js .vjs-mouse-display:before {
  display: none
}

.video-js .vjs-play-progress {
  background-color: #fff
}

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -.333333333333333em;
  right: -.5em;
  font-size: .9em
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -3.4em;
  right: -1.5em;
  font-size: .9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .8);
  border-radius: .3em
}

.video-js .vjs-play-progress:after,
.video-js .vjs-play-progress:before {
  z-index: 1
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115, 133, 159, .75)
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: .5em;
  height: 8em
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden
}

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical:hover .vjs-menu-content {
  height: 8em;
  width: 2.9em
}

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
  height: 2.9em;
  width: 8em
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important
}

.vjs-poster {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%
}

.vjs-poster,
.vjs-poster img {
  vertical-align: middle;
  padding: 0
}

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  width: 100%
}

.vjs-has-started .vjs-poster {
  display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block
}

.vjs-controls-disabled .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: flex-start;*/
  /*-webkit-align-items: flex-start;*/
  /*-ms-flex-align: flex-start;*/
  /*align-items: flex-start;*/
  /*-webkit-box-flex: auto;*/
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left
}

.video-js .vjs-time-control {
  /*-webkit-box-flex: none;*/
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
  display: none
}

.vjs-time-divider {
  display: none;
  line-height: 3em
}

.vjs-live .vjs-time-divider {
  display: none
}

.video-js .vjs-play-control {
  cursor: pointer;
  /*-webkit-box-flex: none;*/
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5)
}

.vjs-subtitles {
  color: #fff
}

.vjs-captions {
  color: #fc6
}

.vjs-tt-cue {
  display: block
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, .7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s
}

@keyframes vjs-spinner-spin {
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes vjs-spinner-spin {
  to {
    -webkit-transform: rotate(1turn)
  }
}

@keyframes vjs-spinner-fade {

  0%,
  20% {
    border-top-color: #73859f
  }

  35% {
    border-top-color: #fff
  }

  60%,
  to {
    border-top-color: #73859f
  }
}

@-webkit-keyframes vjs-spinner-fade {

  0%,
  20% {
    border-top-color: #73859f
  }

  35% {
    border-top-color: #fff
  }

  60%,
  to {
    border-top-color: #73859f
  }
}

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, .75);
  color: #fff;
  margin: 0 auto;
  padding: .5em;
  height: 15em;
  font-size: 12px;
  width: 40em
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-controls:after,
.vjs-caption-settings .vjs-tracksettings-font:after {
  clear: both
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px
}

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px
}

.vjs-caption-settings .vjs-tracksetting>div {
  margin-bottom: 5px;
  min-height: 20px
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0
}

.vjs-caption-settings label>input {
  margin-right: 10px
}

.vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, .8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0))
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1
}

/*@font-face {*/
/*    font-family: "FZLTZCHK";*/
/*    !*src:url(fonts/FZLTZCHK.TTF);*!*/
/*    font-weight:normal;*/
/*    font-style:normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "FZLTXHK";*/
/*    src:url(fonts/FZLTXHK.TTF);*/
/*    font-weight:normal;*/
/*    font-style:normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "DIN-BoldAlternate";*/
/*    src:url(fonts/DIN-BoldAlternate.otf);*/
/*    font-weight:normal;*/
/*    font-style:normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "DIN-Light";*/
/*    src:url(fonts/DIN-Light.otf);*/
/*    font-weight:normal;*/
/*    font-style:normal;*/
/*}*/

/*@font-face {
    font-family: Calibre;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/CalibreRegular.eot);
    src: url(fonts/CalibreRegular.eot) format("embedded-opentype"),url(fonts/CalibreRegular.woff2) format("woff2"),url(fonts/CalibreRegular.woff) format("woff"),url(fonts/CalibreRegular.ttf) format("truetype"),url(fonts/CalibreRegular.svg#CalibreRegular) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 400;
    font-style: italic;
    src: url(fonts/CalibreRegularItalic.eot);
    src: url(fonts/CalibreRegularItalic.eot) format("embedded-opentype"),url(fonts/CalibreRegularItalic.woff2) format("woff2"),url(fonts/CalibreRegularItalic.woff) format("woff"),url(fonts/CalibreRegularItalic.ttf) format("truetype"),url(fonts/CalibreRegularItalic.svg#CalibreRegularItalic) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 500;
    font-style: normal;
    src: url(fonts/CalibreMedium.eot);
    src: url(fonts/CalibreMedium.eot) format("embedded-opentype"),url(fonts/CalibreMedium.woff2) format("woff2"),url(fonts/CalibreMedium.woff) format("woff"),url(fonts/CalibreMedium.ttf) format("truetype"),url(fonts/CalibreMedium.svg#CalibreMedium) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 500;
    font-style: italic;
    src: url(fonts/CalibreMediumItalic.eot);
    src: url(fonts/CalibreMediumItalic.eot) format("embedded-opentype"),url(fonts/CalibreMediumItalic.woff2) format("woff2"),url(fonts/CalibreMediumItalic.woff) format("woff"),url(fonts/CalibreMediumItalic.ttf) format("truetype"),url(fonts/CalibreMediumItalic.svg#CalibreMediumItalic) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 100;
    font-style: normal;
    src: url(fonts/CalibreThin.eot);
    src: url(fonts/CalibreThin.eot) format("embedded-opentype"),url(fonts/CalibreThin.woff2) format("woff2"),url(fonts/CalibreThin.woff) format("woff"),url(fonts/CalibreThin.ttf) format("truetype"),url(fonts/CalibreThin.svg#CalibreThin) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 100;
    font-style: italic;
    src: url(fonts/CalibreThinItalic.eot);
    src: url(fonts/CalibreThinItalic.eot) format("embedded-opentype"),url(fonts/CalibreThinItalic.woff2) format("woff2"),url(fonts/CalibreThinItalic.woff) format("woff"),url(fonts/CalibreThinItalic.ttf) format("truetype"),url(fonts/CalibreThinItalic.svg#CalibreThinItalic) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 200;
    font-style: normal;
    src: url(fonts/CalibreLight.eot);
    src: url(fonts/CalibreLight.eot) format("embedded-opentype"),url(fonts/CalibreLight.woff2) format("woff2"),url(fonts/CalibreLight.woff) format("woff"),url(fonts/CalibreLight.ttf) format("truetype"),url(fonts/CalibreLight.svg#CalibreLight) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 200;
    font-style: italic;
    src: url(fonts/CalibreLightItalic.eot);
    src: url(fonts/CalibreLightItalic.eot) format("embedded-opentype"),url(fonts/CalibreLightItalic.woff2) format("woff2"),url(fonts/CalibreLightItalic.woff) format("woff"),url(fonts/CalibreLightItalic.ttf) format("truetype"),url(fonts/CalibreLightItalic.svg#CalibreLightItalic) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 900;
    src: url(fonts/CalibreBlack.eot);
    src: url(fonts/CalibreBlack.eot) format("embedded-opentype"),url(fonts/CalibreBlack.woff2) format("woff2"),url(fonts/CalibreBlack.woff) format("woff"),url(fonts/CalibreBlack.ttf) format("truetype"),url(fonts/CalibreBlack.svg#CalibreBlack) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 900;
    font-style: italic;
    src: url(fonts/CalibreBlackItalic.eot);
    src: url(fonts/CalibreBlackItalic.eot) format("embedded-opentype"),url(fonts/CalibreBlackItalic.woff2) format("woff2"),url(fonts/CalibreBlackItalic.woff) format("woff"),url(fonts/CalibreBlackItalic.ttf) format("truetype"),url(fonts/CalibreBlackItalic.svg#CalibreBlackItalic) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 700;
    font-style: normal;
    src: url(fonts/CalibreBold.eot);
    src: url(fonts/CalibreBold.eot) format("embedded-opentype"),url(fonts/CalibreBold.woff2) format("woff2"),url(fonts/CalibreBold.woff) format("woff"),url(fonts/CalibreBold.ttf) format("truetype"),url(fonts/CalibreBold.svg#CalibreBold) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 700;
    font-style: italic;
    src: url(fonts/CalibreBoldItalic.eot);
    src: url(fonts/CalibreBoldItalic.eot) format("embedded-opentype"),url(fonts/CalibreBoldItalic.woff2) format("woff2"),url(fonts/CalibreBoldItalic.woff) format("woff"),url(fonts/CalibreBoldItalic.ttf) format("truetype"),url(fonts/CalibreBoldItalic.svg#CalibreBoldItalic) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 600;
    font-style: normal;
    src: url(fonts/CalibreSemibold.eot);
    src: url(fonts/CalibreSemibold.eot) format("embedded-opentype"),url(fonts/CalibreSemibold.woff2) format("woff2"),url(fonts/CalibreSemibold.woff) format("woff"),url(fonts/CalibreSemibold.ttf) format("truetype"),url(fonts/CalibreSemibold.svg#CalibreSemibold) format("svg")
}

@font-face {
    font-family: Calibre;
    font-weight: 600;
    font-style: italic;
    src: url(fonts/CalibreSemiboldItalic.eot);
    src: url(fonts/CalibreSemiboldItalic.eot) format("embedded-opentype"),url(fonts/CalibreSemiboldItalic.woff2) format("woff2"),url(fonts/CalibreSemiboldItalic.woff) format("woff"),url(fonts/CalibreSemiboldItalic.ttf) format("truetype"),url(fonts/CalibreSemiboldItalic.svg#CalibreSemiboldItalic) format("svg")
}*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

/*@font-face {*/
/*    font-family: VideoJS;*/
/*    src: url(/fonts/VideoJS.eot?#iefix) format("eot")*/
/*}*/

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: 400;
  font-style: normal
}

* {
  box-sizing: border-box
}

body,
html {
  font-family: "DIN-Light", "FZLTXHK";
  background: #fff;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden
}

a,
a:active,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none
}

a:active,
a:focus,
a:hover {
  outline: 0
}

img {
  max-width: 100%
}

#wrap .pt-perspective .pt-page {
  top: 0;
  width: 100%;
  position: absolute;
  visibility: hidden
}

#wrap .pt-perspective .pt-page.no-js .pt-page,
#wrap .pt-perspective .pt-page.pt-page-current {
  visibility: visible;
  z-index: 1
}

#wrap .no-js body {
  overflow: auto
}

#wrap .pt-page-ontop {
  z-index: 999
}

.container {
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto
}

.page_container {
  padding-top: 68px
}

.button {
  cursor: pointer;
  display: inline-block;
  padding: 15px 35px 15px;
  color: #000;
  letter-spacing: .02em;
  border: 2px solid #000;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  transition: background-color .3s, color .3s;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  line-height: 1
}

.button:focus {
  outline: none
}

.button:hover.black,
.button:hover.white {
  background-color: #fff;
  color: #000
}

.button:hover.yellow_border {
  background-color: #ffea00;
  color: #000
}

.button:hover.yellow_full {
  background-color: #fff;
  color: #000
}

.button.yellow_full {
  color: #000;
  border-color: transparent;
  background-color: #ffea00
}

.button.yellow_border {
  border-color: #ffea00;
  background-color: rgba(255, 234, 0, 0);
  color: #ffea00
}

.button.black_border {
  border-color: #000;
  color: #000
}

.button.black_border:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #000;
  opacity: 0;
  transition: opacity .3s
}

.button.black_border:hover:after {
  opacity: 1
}

.button.white_border {
  border-color: #fff;
  color: #fff
}

.button.white_border:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity .3s
}

.button.white_border:hover:after {
  opacity: 1
}

.button.white {
  border-color: #fff;
  color: #fff
}

.button.black {
  border-color: transparent;
  color: #fff;
  background-color: #000;
  font-weight: 500
}

.btn-more {
  outline: none;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 700;
  letter-spacing: .096em;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding-right: 25px;
  text-transform: uppercase
}

.btn-more .btn-more__ico {
  position: absolute;
  right: 0;
  top: 1px;
  font-weight: 100;
  line-height: 20px;
  font-size: 35px
}

.btn-watch-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer
}

@media (max-width: 700px) {
  .btn-watch-video .button {
    padding: 15px 15px 12px;
    font-size: 12px
  }
}

.button-with-arrow {
  display: inline-block;
  position: relative;
  transition: -webkit-transform .5s, color .5s;
  transition: transform .5s, color .5s;
  color: #666;
  padding: 6px 0
}

@media (min-width: 900px) {
  .button-with-arrow:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    color: #000
  }

  .button-with-arrow:hover .arrow {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
}

.button-with-arrow .arrow {
  position: absolute;
  width: 12px;
  height: 5px;
  left: -30px;
  top: 4px;
  transition: -webkit-transform 2s, opacity .5s;
  transition: transform 2s, opacity .5s;
  opacity: 0
}

.style1 {
  font-size: 102px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: .8
}

@media (max-width: 700px) {
  .style1 {
    font-size: 45px
  }
}

.style1:lang(fr) {
  line-height: .85
}

.style2 {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: .056em;
  text-transform: uppercase;
  line-height: .9
}

@media (max-width: 700px) {
  .style2 {
    font-size: 25px
  }
}

.style2-2 {
  font-size: 32px;
  font-weight: 200;
  /*letter-spacing: .056em;*/
  text-transform: uppercase;
  line-height: .9
}

@media (max-width: 700px) {
  .style2-2 {
    font-size: 18px
  }
}

.style3 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .056em;
  line-height: 1
}

@media (max-width: 700px) {
  .style3 {
    font-size: 24px
  }
}

.style3:lang(fr) {
  line-height: 1.4
}

.style4 {
  font-size: 33px;
  font-weight: 500;
  letter-spacing: .04em;
  font-style: italic;
  line-height: 1.101
}

@media (max-width: 700px) {
  .style4 {
    font-size: 20px
  }
}

.style5 {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: .04em;
  font-style: italic;
  line-height: 1.3
}

@media (max-width: 700px) {
  .style5 {
    font-size: 22px
  }
}

.style6 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .038em;
  line-height: 1.21
}

@media (max-width: 700px) {
  .style6 {
    font-size: 20px
  }
}

.style7 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1
}

@media (max-width: 700px) {
  .style7 {
    font-size: 21px
  }
}

.style8 {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: .04em;
  line-height: 1
}

@media (max-width: 700px) {
  .style8 {
    font-size: 20px
  }
}

.style9 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.4
}

@media (max-width: 1050px) {
  .style9 {
    font-size: 22px;
    line-height: 1.4
  }
}

@media (max-width: 900px) {
  .style9 {
    font-size: 16px;
    line-height: 1.4
  }
}

.style10 {
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: .075em;
  line-height: 1
}

@media (max-width: 900px) {
  .style10 {
    font-size: 18px
  }
}

.style11 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .08em;
  font-style: italic;
  line-height: 1.15
}

@media (max-width: 700px) {
  .style11 {
    font-size: 16px
  }
}

.style12 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .118em;
  text-transform: uppercase;
  line-height: 1
}

@media (max-width: 1050px) {
  .style12 {
    font-size: 16px
  }
}

.style13 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .069em;
  line-height: 1.5
}

@media (max-width: 700px) {
  .style13 {
    font-size: 15px
  }
}

.style14 {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
  line-height: 1.12
}

@media (max-width: 900px) {
  .style14 {
    font-size: 40px
  }
}

@media (max-width: 700px) {
  .style14 {
    font-size: 25px
  }
}

.style15 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1
}

.style15,
.style16 {
  text-transform: uppercase
}

.style16 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.18
}

@media (max-width: 900px) {
  .style16 {
    font-size: 12px
  }
}

.style17 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.18
}

.style17,
.style18 {
  text-transform: uppercase
}

.style18 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .093em;
  line-height: 1
}

@media (max-width: 700px) {
  .style18 {
    font-size: 12px
  }
}

.style19 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
  line-height: 1
}

@media (max-width: 900px) {
  .style19 {
    font-size: 30px
  }
}

.style9a {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4
}

@media (max-width: 1050px) {
  .style9a {
    font-size: 22px;
    line-height: 1.4
  }
}

@media (max-width: 900px) {
  .style9a {
    font-size: 16px;
    line-height: 1.4
  }
}

.object-fit,
svg {
  width: 100%;
  height: 100%
}

.object-fit {
  display: block;
  position: absolute;
  object-fit: cover
}

.page_container.home {
  padding-top: 0;
  background-color: #000;
  height: 100vh
}

.page_container.home .swiper-container {
  height: 100%
}

.page_container.home .section {
  position: relative;
  text-align: center;
  height: 100%;
  background: #000;
  overflow: hidden
}

.page_container.home .section.yellow {
  background-color: #000;
  color: #fff
}

.page_container.home .section.black {
  background-color: #000;
  color: #ffea00
}

.page_container.home .section .section_frame {
  position: relative;
  z-index: 2;
  height: 100%
}

.page_container.home .section .section_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width: 900px) {
  .page_container.home .section .section_content {
    padding: 0 15px
  }
}

.page_container.home .section .section_bg {
  top: 0;
  left: 0;
  position: absolute;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%
}

.page_container.home .page_bg {
  background: #000
}

.page_container.home .indicators {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10
}

.page_container.home .indicators.yellow .bullet .bullet_inside {
  background: #fff
}

.page_container.home .indicators.black .bullet .bullet_inside {
  background: #fff
}

.page_container.home .indicators .bullet {
  padding: 10px;
  display: block;
  cursor: pointer
}

.page_container.home .indicators .bullet.active .bullet_inside,
.page_container.home .indicators .bullet:hover .bullet_inside {
  -webkit-transform: scale(3);
  transform: scale(3)
}

.page_container.home .indicators .bullet .bullet_inside {
  width: 5px;
  height: 1px;
  transition: -webkit-transform .7s, background 1s;
  transition: transform .7s, background 1s
}

@media (min-width: 960px) {
  .page_container.home .indicators {
    right: 50px
  }
}

.page_container.home .section.intro .section1_svg svg {
  width: 200px;
}

.page_container.home .section.intro .style2 {
  font-family: "FZLTZCHK";
  margin-top: 50px;
  color: #fff
}

.page_container.home .section.intro .style2-2 {
  margin-top: 20px;
  color: #b3b3b3
}

.page_container.home .section.intro .style13 {
  font-size: 14px;
  margin-top: 20px;
  color: #b3b3b3
}

.page_container.home .section.intro .style1:lang(fr) {
  line-height: 1.05
}

@media (max-width: 900px) {
  .page_container.home .section.intro .style2 {
    font-size: 25px;
    margin-top: 30px
  }

  .page_container.home .section.intro .style2-2 {
    font-size: 18px;
    margin-top: 30px
  }
}

@media (max-width: 1100px) {
  .page_container.home .section.intro .next-section-btn {
    bottom: 30px
  }
}

.page_container.home .section.what_we_do .style2 {
  font-family: "FZLTZCHK";
  /*margin-top: 50px;*/
}

.page_container.home .section.what_we_do .style2-2 {
  margin-top: 20px;
}

.page_container.home .section.what_we_do .style13 {
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width: 700px) {
  .page_container.home .section.what_we_do .style2 {
    font-size: 25px
  }
}

@media (min-width: 900px) {
  .page_container.home .section.what_we_do .style1 br {
    display: none
  }
}

.page_container.home .section.what_we_do .style4 br {
  display: none
}

.page_container.home .section.what_we_do .button {
  margin-top: 80px
}

@media (max-width: 900px) {
  .page_container.home .section.what_we_do .button {
    margin-top: 30px
  }
}

.page_container.home .section.what_we_do .next-section-svg {
  fill: #fff
}

.page_container.home .section.work .style1 {
  color: #ffea00
}

.page_container.home .section.work .buttons-container {
  margin-top: 20px
}

.page_container.home .section.how_we_do_it {
  background-color-color: ;
  color: #fff;
}

.page_container.home .section.how_we_do_it .section-border {
  padding: 100px 0;
  position: relative;
  margin-bottom: 100px;
  margin-left: 15px;
  margin-right: 15px
}

@media (max-width: 1050px) {
  .page_container.home .section.how_we_do_it .section-border {
    margin-bottom: 50px;
    padding: 80px 0 50px
  }
}

@media (max-width: 900px) {
  .page_container.home .section.how_we_do_it .section-border {
    padding: 20px 0;
    margin-bottom: 70px;
    border: none;
    margin-left: 0;
    margin-right: 0
  }
}

.page_container.home .section.how_we_do_it .section-border {
  padding: 70px 0px;
  position: relative;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px
}

@media (max-width:1050px) {
  .page_container.home .section.how_we_do_it .section-border {
    margin-bottom: 50px;
    padding: 80px 0 50px
  }
}

@media (max-width:900px) {
  .page_container.home .section.how_we_do_it .section-border {
    padding: 20px 0;
    margin-bottom: 70px;
    border: none;
    margin-left: 0;
    margin-right: 0
  }
}

.page_container.home .section.how_we_do_it .section-border .border {
  position: absolute;
  background: #fff
}

@media (max-width:900px) {
  .page_container.home .section.how_we_do_it .section-border .border {
    display: none
  }
}

.page_container.home .section.how_we_do_it .section-border .border.top {
  left: 0;
  height: 2px;
  width: 100%
}

.page_container.home .section.how_we_do_it .section-border .border.bottom1 {
  left: 0;
  width: 30%;
}

.page_container.home .section.how_we_do_it .section-border .border.bottom2 {
  right: 0;
  width: 30%;
}

.page_container.home .section.how_we_do_it .section-border .border.left,
.page_container.home .section.how_we_do_it .section-border .border.right {
  top: 0;
  width: 2px;
  height: 100%
}

.page_container.home .section.how_we_do_it .section-border .border.top {
  top: 0
}

.page_container.home .section.how_we_do_it .section-border .border.bottom1,
.page_container.home .section.how_we_do_it .section-border .border.bottom2 {
  bottom: -2px;
  background: #fff;
  height: 2px
}

.page_container.home .section.how_we_do_it .section-border .border.right {
  right: 0
}

.page_container.home .section.how_we_do_it .section-border .border.left {
  left: 0
}

.page_container.home .section.how_we_do_it .style2 {
  font-family: "FZLTZCHK";
  text-transform: initial;
}

.page_container.home .section.how_we_do_it .style2-2 {
  margin-top: 20px;
}

.page_container.home .section.how_we_do_it .style2--color {
  margin-top: 20px;
}


@media (max-width: 700px) {
  .page_container.home .section.how_we_do_it .style3 {
    font-size: 16px
  }
}

.page_container.home .section.how_we_do_it .legend {
  position: absolute;
  bottom: -15px;
  width: 100%
}

.page_container.home .section.how_we_do_it .legend span {
  position: relative;
  padding: 0 15px;
  /*margin: 0 15px;*/
  /*background-color:*/
}

@media (max-width: 1000px) {
  .page_container.home .section.how_we_do_it .legend span {
    padding: 0 30px
  }
}

@media (max-width: 900px) {
  .page_container.home .section.how_we_do_it .legend span {
    padding: 0;
    margin: 0 5px
  }
}

.page_container.home .section.how_we_do_it .legend span a {
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  color: #333;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.page_container.home .section.how_we_do_it .legend span img {
  vertical-align: top;
}

.page_container.home .section.how_we_do_it svg {
  fill: #fff
}

.page_container.home .section.lab .style1 {
  color: #ffea00
}

.page_container.home .section.lab .button {
  margin-top: 40px
}

.page_container.home .section.culture {
  color: #ffea00
}

.page_container.home .section.culture .section_content {
  max-width: 1000px
}

.page_container.home .section.culture .style1 {
  margin-bottom: 100px
}

@media (max-width: 1100px) {
  .page_container.home .section.culture .style1 {
    margin-bottom: 50px
  }
}

@media (max-width: 1000px) {
  .page_container.home .section.culture .style1:lang(fr) {
    font-size: 72px
  }
}

@media (max-width: 700px) {
  .page_container.home .section.culture .style1 {
    margin-bottom: 20px
  }

  .page_container.home .section.culture .style1:lang(fr) {
    font-size: 32px
  }
}

.page_container.home .section.culture .button {
  margin: 0 20px
}

.page_container.home .section.channel .section_bg {
  background: #fff
}

.page_container.home .section.channel .button {
  position: relative;
  z-index: 3;
  margin-top: 50px
}

.page_container.home .section.channel .next-section-svg {
  fill: #000;
  opacity: .5
}

.page_container.home .channel-posts-container {
  *zoom: 1;
  position: relative;
  z-index: 2;
  margin-bottom: 80px
}

.page_container.home .channel-posts-container:before {
  content: '';
  display: table
}

.page_container.home .channel-posts-container:after {
  content: '';
  display: table;
  clear: both
}

.page_container.home .channel-post {
  margin-top: 46px;
  text-align: left
}

.page_container.home .channel-post .image {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: 50%
}

.page_container.home .channel-post .content-container {
  padding: 50px;
  border-bottom: 1px solid #d8d8d8
}

.page_container.home .channel-post .content {
  position: relative;
  padding-right: 50px
}

.page_container.home .channel-post .category,
.page_container.home .channel-post .title {
  margin: 0;
  text-transform: uppercase
}

.page_container.home .channel-post .category {
  margin-bottom: 20px
}

.page_container.home .channel-post .date {
  display: block;
  margin-bottom: 5px
}

.page_container.home .channel-post .arrow-link {
  position: absolute;
  top: 55px;
  right: 0;
  width: 30px;
  height: 30px
}

.page_container.home .channel-post .arrow {
  width: 100%;
  height: 100%;
  fill: #000;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

@media (min-width: 800px) {
  .page_container.home .channel-post {
    float: left;
    width: 50%
  }

  .page_container.home .channel-post .image-wrapper {
    position: relative;
    padding-bottom: 50%;
    height: 0
  }

  .page_container.home .channel-post .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .page_container.home .channel-post .content-container {
    height: 180px;
    padding: 5% 15%
  }

  .page_container.home .channel-post:nth-child(2) .content-container,
  .page_container.home .channel-post:nth-child(4) .content-container {
    border-left: 1px solid #d8d8d8
  }

  .page_container.home .channel-post:nth-child(3) .content-container,
  .page_container.home .channel-post:nth-child(4) .content-container {
    border-bottom: 1px solid #d8d8d8
  }
}

@media (min-width: 1300px) {
  .page_container.home .channel-post {
    width: 25%
  }

  .page_container.home .channel-post .image-wrapper {
    padding-bottom: 100%
  }

  .page_container.home .channel-post .category {
    margin-bottom: 50px
  }

  .page_container.home .channel-post .content-container {
    height: 270px;
    padding: 10% 15%;
    border-bottom: 1px solid #d8d8d8
  }

  .page_container.home .channel-post+.channel-post .content-container {
    border-left: 1px solid #d8d8d8
  }
}

.page_container.home .section.career .style1 {
  color: #ffea00
}

@media (max-width: 700px) {
  .page_container.home .section.career .style1 {
    margin-bottom: 15px
  }
}

.page_container.home .section.contact {
  background-color: #fff;
  color: #fff
}

.page_container.home .section.contact .section_content {
  max-width: none;
  color: #333;
  padding: 50px 0;
}

.page_container.home .section.contact .block_container {
  *zoom: 1;
  margin-bottom: 100px
}

.page_container.home .section.contact .block_container:before {
  content: '';
  display: table
}

.page_container.home .section.contact .block_container:after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 900px) {
  .page_container.home .section.contact .block_container {
    margin-bottom: 20px
  }
}

.page_container.home .section.contact .block_container .block {
  width: 24.9975%;
  text-transform: uppercase
}

.page_container.home .section.contact .block_container .block:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none
}

.page_container.home .section.contact .block_container .block:last-child {
  margin-right: 0
}

.page_container.home .section.contact .block_container .block:nth-child(4n) {
  margin-right: 0;
  float: right
}

.page_container.home .section.contact .block_container .block:nth-child(4n+1) {
  clear: left
}

.page_container.home .section.contact .block_container .block .style3 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

@media (max-width: 900px) {
  .page_container.home .section.contact .block_container .block {
    width: 99.99%;
    margin-bottom: 20px
  }

  .page_container.home .section.contact .block_container .block:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
  }

  .page_container.home .section.contact .block_container .block:last-child {
    margin-right: 0
  }

  .page_container.home .section.contact .block_container .block:nth-child(1n) {
    margin-right: 0;
    float: right
  }

  .page_container.home .section.contact .block_container .block:nth-child(1n+1) {
    clear: left
  }
}

@media (max-width: 900px) {
  .page_container.home .section.contact .social {
    bottom: 0;
    background: #fff;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 15px
  }

  .page_container.home .section.contact .social .social_btn {
    color: #000;
    border-color: #000;
    opacity: .5
  }
}

.page_container.home .section.contact .style10 {
  margin-top: 50px;
  font-family: "DIN-Light";
  font-weight: bold;
  font-size: 22px;
  text-transform: none;
  letter-spacing: -1px;
}

.page_container.home .section.contact .style16 {
  margin-top: 10px;
  color: #999;
  font-family: "DIN-Light";
  font-weight: normal;
  text-transform: none;
  font-size: 22px;
  letter-spacing: -1px;
}

.page_container.about {
  background: #fff
}

.page_container.about .heading-wrapper {
  background: #000;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid hsla(0, 0%, 80%, 0);
  transition: border-color 1s, background-color 1s
}

.page_container.about .heading-wrapper.remove-color {
  /*background-color: rgba(255,234,0,0);*/
  /*border-color: #ccc*/
}

@media (max-width: 900px) {
  .page_container.about .heading-wrapper {
    padding-bottom: 40px;
    padding-top: 40px
  }
}

.page_container.about .heading {
  text-align: center;
  line-height: 1.7;
  margin-top: 40px
}

@media (max-width: 900px) {
  .page_container.about .heading {
    margin-top: 30px
  }
}

.page_container.about .title_section {
  position: relative;
  text-align: center;
  padding-bottom: 80px
}

.page_container.about .style6 {
  font-size: 32px;
  font-weight: 200;
}

@media (max-width: 900px) {
  .page_container.about .title_section {
    padding-bottom: 20px
  }
}

.page_container.about .title_section.small {
  padding-bottom: 10px
}

@media (max-width: 900px) {
  .page_container.about .title_section.small {
    padding-bottom: 20px
  }
}

.page_container.about .title_section.small:after {
  width: 70px
}

.page_container.about .title_section:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: #fff;
  left: 50%
}

.page_container.about .container-xsmall {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px
}

@media (max-width: 700px) {
  .page_container.about .container-xsmall {
    padding: 0
  }
}

.page_container.about .container-small {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px
}

.page_container.about .container-big {
  max-width: 1570px;
  margin: 0 auto
}

@media (max-width: 900px) {
  .page_container.about .container-big {
    padding: 0 20px
  }
}

.page_container.about .blockquote {
  position: relative;
  margin: 110px auto;
  /*text-align: center*/
  font-size: 28px;
  font-style: normal;
}

@media (max-width: 900px) {
  .page_container.about .blockquote {
    margin: 50px auto
  }
}

.page_container.about .footer_global {
  margin-top: 0
}

.page_container.about .section.intro .title_section {
  font-size: 32px;
  font-style: normal;
  text-align: left;
  padding-top: 125px;
  padding-bottom: 30px
}

@media (max-width: 1050px) {
  .page_container.about .section.intro .title_section {
    padding-top: 80px;
    padding-bottom: 40px
  }
}

@media (max-width: 900px) {
  .page_container.about .section.intro .title_section {
    padding-top: 40px
  }
}

.page_container.about .section.intro .text-container {
  position: relative;
  padding-bottom: 380px
}

.page_container.about .section.intro .text-container .blockquote {
  margin-top: 0px;
  margin-bottom: 0
}

@media (max-width: 1050px) {
  .page_container.about .section.intro .text-container .blockquote {
    margin-top: 40px
  }
}

.page_container.about .section.intro .more_hidden {
  height: 0;
  overflow: hidden;
  *zoom: 1
}

.page_container.about .section.intro .more_hidden:before {
  content: '';
  display: table
}

.page_container.about .section.intro .more_hidden:after {
  content: '';
  display: table;
  clear: both
}

.page_container.about .section.intro .more_hidden.active {
  height: auto
}

.page_container.about .section.intro .more_hidden .col {
  position: relative;
  padding-top: 70px
}

.page_container.about .section.intro .button-container {
  text-align: center;
  margin-top: 70px
}

@media (max-width: 1050px) {
  .page_container.about .section.intro .button-container {
    margin-top: 40px
  }
}

.page_container.about .section.intro .button-container .button {
  min-width: 200px;
  margin: 0 30px
}

@media (max-width: 1000px) {
  .page_container.about .section.intro .button-container .button {
    margin: 0 10px
  }
}

@media (max-width: 700px) {
  .page_container.about .section.intro .button-container .button {
    display: block;
    margin: 0 0 10px
  }
}

.page_container.about .section.intro {
  background-color: #000;
  background-size: cover;
  background-position: center;
}

.page_container.about .section.intro .container-top {
  color: #fff;
}

@media (max-width: 1050px) {
  .page_container.about .section.intro .container-top {
    margin-bottom: 60px
  }
}

.page_container.about .section.intro .video-cta {
  text-align: center;
  min-height: 250px;
  position: relative
}

.page_container.about .section.intro .video-cta .btn-watch-video {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

@media (min-width: 700px) {
  .page_container.about .section.intro .video-cta .btn-watch-video .button {
    min-width: 200px
  }
}

.page_container.about .section.intro .video-cta .cover {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transition: -webkit-transform .5s, top .5s, bottom .5s;
  transition: transform .5s, top .5s, bottom .5s
}

.page_container.about .section.intro .video-cta .video-wrapper {
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0
}

.page_container.about .section.segments .tab {
  /*margin-top: 15px;*/
  /*margin-bottom: 15px*/
}

.page_container.about .section.segments .container-fluid {
  /*margin: 0 15px*/
}

@media (max-width: 900px) {
  .page_container.about .section.segments .container-fluid .cover-mobile {
    min-height: 200px;
    background-position: 50%;
    background-size: cover
  }
}

.page_container.about .section.segments .container-fluid .description {
  margin: 45px 0 80px;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .page_container.about .section.segments .container-fluid .description {
    margin: 20px 0 20px
  }
}

.page_container.about .section.segments .container-fluid .col-container {
  *zoom: 1
}

.page_container.about .section.segments .container-fluid .col-container:before {
  content: '';
  display: table
}

.page_container.about .section.segments .container-fluid .col-container:after {
  content: '';
  display: table;
  clear: both
}

.page_container.about .section.segments .container-fluid .col-container:first-child .cover {
  top: 0;
  color: #fff;
  padding-left: 45px;
  padding-right: 65px;
}

.page_container.about .section.segments .container-fluid .col-container:first-child .cover .description {
  font-size: 12px;
}

.page_container.about .section.segments .container-fluid .col-container:first-child .cover .title {
  font-size: 32px;
  border-bottom: 2px dotted #fff;
  padding-bottom: 20px;
  margin-top: 130px;
}

@media (min-width: 900px) {
  .page_container.about .section.segments .container-fluid .col-container:nth-child(even) .col:first-child {
    position: relative;
    left: calc(99.99% * 1/2 - 7.5px + 15px);
    background: #fff;
    margin-top: -240px
  }

  .page_container.about .section.segments .container-fluid .col-container:nth-child(even) .col:last-child {
    position: relative;
    left: calc(99.99% * -1/2 - 22.5px + 15px)
  }

  .page_container.about .section.segments .container-fluid .col-container:nth-child(even) .text-container {
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
    padding-left: 80px
  }

  .page_container.about .section.segments .title {
    font-size: 58px;
    padding-left: 25px;
    /*font-family: "FZLTZCHK"*/
  }
}

.page_container.about .section.segments .container-fluid .col {
  width: calc(99.99% * 1/2 - 7.5px);
  padding: 80px 0 90px;
  position: relative;
  min-height: 200px;
  background: #fff;
  height: 100%
}

.page_container.about .section.segments .container-fluid .col:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.about .section.segments .container-fluid .col:last-child {
  margin-right: 0
}

.page_container.about .section.segments .container-fluid .col:nth-child(2n) {
  margin-right: 0;
  min-height: 700px;
  float: right
}

.page_container.about .section.segments .container-fluid .col:nth-child(2n+1) {
  clear: left
}

@media (max-width: 900px) {
  .page_container.about .section.segments .container-fluid .col {
    width: 99.99%;
    padding: 30px 0 20px
  }

  .page_container.about .section.segments .container-fluid .col:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
  }

  .page_container.about .section.segments .container-fluid .col:last-child {
    margin-right: 0
  }

  .page_container.about .section.segments .container-fluid .col:nth-child(1n) {
    margin-right: 0;
    float: right
  }

  .page_container.about .section.segments .container-fluid .col:nth-child(1n+1) {
    clear: left
  }
}

@media (max-width: 900px) {
  .page_container.about .section.segments .container-fluid .col:first-child .title {
    padding-top: 20px
  }
}

@media (max-width: 900px) {
  .page_container.about .section.segments .container-fluid .col:last-child {
    /*display:none*/
  }
}

.page_container.about .section.segments .container-fluid .col .cover {
  position: absolute;
  background-position: 50%;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.page_container.about .section.segments .container-fluid .text-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 80px
}

@media (max-width: 900px) {
  .page_container.about .section.segments .container-fluid .text-container {
    margin-left: 0;
    max-width: 100%;
    padding-right: 0
  }
}

.page_container.about .section.segments .container-fluid .list-container .list {
  display: block;
  padding: 35px 0 30px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  position: relative;
  opacity: .5;
  transition: opacity .5s
}

.page_container.about .section.segments .container-fluid .list-container .list:hover {
  opacity: 1
}

.page_container.about .section.segments .container-fluid .list-container .list:hover .arrow-long {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.page_container.about .section.segments .container-fluid .list-container .list:hover .name {
  -webkit-transform: translateX(30px);
  transform: translateX(30px)
}

.page_container.about .section.segments .container-fluid .list-container .list .name {
  transition: -webkit-transform .5s, color .5s;
  transition: transform .5s, color .5s
}

.page_container.about .section.segments .container-fluid .list-container .list .cross {
  position: absolute;
  right: 40px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -5px
}

.page_container.about .section.segments .container-fluid .list-container .list .cross svg {
  fill: #000
}

@media (max-width: 700px) {
  .page_container.about .section.segments .container-fluid .list-container .list .cross {
    right: 10px
  }
}

.page_container.about .section.segments .container-fluid .list-container .list .arrow-long {
  position: absolute;
  width: 12px;
  height: 5px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  transition: -webkit-transform 1s, opacity .5s;
  transition: transform 1s, opacity .5s;
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px)
}

.page_container.about .section.segments .container-fluid .list-container .list .arrow-long svg {
  fill: #000
}

.page_container.about .section.process .step-container .title_expertises {
  margin-top: 120px;
  text-align: center
}

@media (max-width: 900px) {
  .page_container.about .section.process .step-container .title_expertises {
    margin-top: 60px
  }
}

.page_container.about .section.process .step-container .list-step {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 120px
}

@media (max-width: 900px) {
  .page_container.about .section.process .step-container .list-step {
    margin-top: 30px;
    margin-bottom: 30px
  }
}

.page_container.about .section.process .step-container .list-step span {
  margin: 0 60px;
  position: relative
}

@media (max-width: 900px) {
  .page_container.about .section.process .step-container .list-step span {
    display: block;
    margin-bottom: 10px
  }
}

.page_container.about .section.process .step-container .list-step span:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  background: #000;
  top: 15px;
  left: -100px
}

@media (max-width: 900px) {
  .page_container.about .section.process .step-container .list-step span:before {
    display: none
  }
}

.page_container.about .section.process .step-container .list-step span:first-child:before {
  display: none
}

.page_container.about .section.process .step-container .col-wrapper {
  margin: 110px 15px 0
}

@media (max-width: 900px) {
  .page_container.about .section.process .step-container .col-wrapper {
    margin-top: 60px
  }
}

.page_container.about .section.process .step-container .col-container {
  *zoom: 1
}

.page_container.about .section.process .step-container .col-container:before {
  content: '';
  display: table
}

.page_container.about .section.process .step-container .col-container:after {
  content: '';
  display: table;
  clear: both
}

.page_container.about .section.process .step-container .col-container:first-child {
  border-top: 1px solid #ccc
}

.page_container.about .section.process .step-container .col-container:first-child .cover {
  top: 0
}

.page_container.about .section.process .step-container .col-container:last-child {
  border-bottom: 1px solid #ccc
}

@media (min-width: 900px) {
  .page_container.about .section.process .step-container .col-container:nth-child(even) .col:first-child {
    position: relative;
    left: calc(99.99% * 1/2 - 7.5px + 15px)
  }

  .page_container.about .section.process .step-container .col-container:nth-child(even) .col:last-child {
    position: relative;
    left: calc(99.99% * -1/2 - 22.5px + 15px)
  }

  .page_container.about .section.process .step-container .col-container:nth-child(even) .text-container {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 80px
  }
}

.page_container.about .section.process .step-container .col-container .col {
  position: relative;
  width: calc(99.99% * 1/2 - 7.5px);
  padding: 160px 0;
  min-height: 200px
}

.page_container.about .section.process .step-container .col-container .col:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.about .section.process .step-container .col-container .col:last-child {
  margin-right: 0
}

.page_container.about .section.process .step-container .col-container .col:nth-child(2n) {
  margin-right: 0;
  float: right
}

.page_container.about .section.process .step-container .col-container .col:nth-child(2n+1) {
  clear: left
}

@media (max-width: 900px) {
  .page_container.about .section.process .step-container .col-container .col {
    width: 99.99%;
    padding: 80px 0;
    padding: 40px 0
  }

  .page_container.about .section.process .step-container .col-container .col:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
  }

  .page_container.about .section.process .step-container .col-container .col:last-child {
    margin-right: 0
  }

  .page_container.about .section.process .step-container .col-container .col:nth-child(1n) {
    margin-right: 0;
    float: right
  }

  .page_container.about .section.process .step-container .col-container .col:nth-child(1n+1) {
    clear: left
  }
}

.page_container.about .section.process .step-container .col-container .text-container {
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
  padding-left: 80px
}

@media (max-width: 900px) {
  .page_container.about .section.process .step-container .col-container .text-container {
    padding-left: 0
  }
}

.page_container.about .section.process .step-container .col-container .cover {
  position: absolute;
  background-position: 50%;
  background-size: cover;
  top: -15px;
  bottom: 0;
  left: 0;
  right: 0
}

.page_container.about .section.process .step-container .col-container .title {
  position: relative;
  padding-left: 30px
}

.page_container.about .section.process .step-container .col-container .title:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 1px;
  left: 0
}

.page_container.about .section.process .step-container .col-container .title.creation:before {
  background: #00ff9d
}

.page_container.about .section.process .step-container .col-container .title.scenography:before {
  background: #f0a
}

.page_container.about .section.process .step-container .col-container .title.integration:before {
  background: #0724f8
}

.page_container.about .section.process .step-container .col-container .description {
  margin-top: 30px
}

.page_container.about .section.process .container-schema {
  border-bottom: 1px solid #ccc;
  margin-top: 120px;
  padding-bottom: 300px;
  text-align: center;
  color: #ccc
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema {
    padding-bottom: 200px
  }
}

@media (max-width: 700px) {
  .page_container.about .section.process .container-schema {
    margin-top: 0;
    padding-bottom: 140px
  }
}

.page_container.about .section.process .container-schema .container-big {
  position: relative
}

.page_container.about .section.process .container-schema .container-btn {
  position: absolute;
  bottom: -190px;
  width: 100%;
  left: 0
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .container-btn {
    bottom: -130px
  }
}

@media (max-width: 700px) {
  .page_container.about .section.process .container-schema .container-btn {
    bottom: -100px
  }
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .container-btn .button {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .desktop {
    display: none
  }

  .page_container.about .section.process .container-schema .mobile {
    display: block
  }
}

@media (min-width: 900px) {
  .page_container.about .section.process .container-schema .desktop {
    display: block
  }

  .page_container.about .section.process .container-schema .mobile {
    display: none
  }
}

.page_container.about .section.process .container-schema .schema {
  margin: 0 15px;
  padding-top: 22%
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema {
    margin: 0;
    padding-top: 0;
    height: 848px
  }
}

.page_container.about .section.process .container-schema .schema .schema-svg {
  position: absolute;
  left: 160px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-svg {
    left: 50%;
    height: 100%;
    right: auto;
    top: 0;
    margin-left: -20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
  }
}

.page_container.about .section.process .container-schema .schema .schema-txt__legend-container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  color: #737373
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-txt__legend-container {
    margin-top: -8px;
    right: 0;
    left: auto;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 9px
  }
}

.page_container.about .section.process .container-schema .schema .schema-txt__legend-container .schema-txt__legend {
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
  margin: 5px 0
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-txt__legend-container .schema-txt__legend {
    margin: 8px 0
  }
}

.page_container.about .section.process .container-schema .schema .schema-txt__legend-container .schema-txt__legend:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  border-radius: 10px;
  top: 1px
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-txt__legend-container .schema-txt__legend:before {
    top: -1px
  }
}

.page_container.about .section.process .container-schema .schema .schema-txt__legend-container .schema-txt__legend.integration:before {
  background: #0724f8
}

.page_container.about .section.process .container-schema .schema .schema-txt__legend-container .schema-txt__legend.creation:before {
  background: #00ff9d
}

.page_container.about .section.process .container-schema .schema .schema-txt__legend-container .schema-txt__legend.scenography:before {
  background: #f0a
}

.page_container.about .section.process .container-schema .schema .schema-text__mask {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  top: 0;
  transition: opacity .5s
}

.page_container.about .section.process .container-schema .schema .schema-text__mask.mask-hover {
  opacity: .6
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container {
  position: absolute;
  top: 0;
  left: 160px;
  right: 0;
  height: 100%
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container {
    top: 100px;
    left: auto;
    bottom: 0;
    width: 100%
  }
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section {
  width: 19%;
  position: relative;
  display: block;
  text-align: left;
  height: 5px;
  float: left;
  padding-left: 20px;
  height: 100%;
  color: #737373
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:nth-child(1) {
  width: 20%
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:nth-child(5) {
  width: 19.6%
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:nth-child(5) .schema-text__txt-bottom-title {
  line-height: 40px
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:last-child {
  width: 1px
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:last-child .border {
  bottom: 50%
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:last-child .circle {
  display: none
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section.not-touch:hover .arrow-long {
  opacity: 1;
  -webkit-transform: translateX(20px);
  transform: translateX(20px)
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section.not-touch:hover .name {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  color: #000
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section.not-touch:hover .circle {
  background: #fff;
  border-color: #737373
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section.not-touch:hover .border {
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
  background-color: #737373
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section.not-touch.hover-by-prev .circle {
  background: #fff;
  border-color: #737373
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section.not-touch.hover-by-prev .border {
  -webkit-transform: scaleX(2);
  transform: scaleX(2);
  background-color: #737373
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section {
    height: 17%;
    float: none;
    width: 100% !important
  }

  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:nth-child(1) {
    height: 20%
  }

  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:nth-child(5) {
    height: 17%
  }

  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:nth-child(5) .schema-text__txt-bottom-title {
    line-height: 40px
  }

  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:last-child {
    height: 1px
  }

  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section:last-child .border {
    left: 50%;
    margin-left: -40px
  }
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-top {
  margin-top: 20px;
  position: relative
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-top {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .name {
  transition: -webkit-transform .5s, color .5s;
  transition: transform .5s, color .5s
}

@media (max-width: 1100px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .name {
    font-size: 12px
  }
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .cross {
  position: absolute;
  top: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0
}

@media (max-width: 1100px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .cross {
    margin-top: -3px
  }
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .cross {
    margin-top: -1px
  }
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .cross svg {
  fill: #000
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .arrow-long {
  display: block;
  position: absolute;
  width: 12px;
  height: 5px;
  left: -20px;
  top: 0;
  margin-top: -3px;
  transition: -webkit-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .arrow-long svg {
  fill: #000
}

@media (max-width: 1100px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .arrow-long {
    margin-top: -5px
  }
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .circle {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #737373;
  border: 10px solid #fff;
  border-radius: 100%;
  left: -25px;
  transition: background-color .5s
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .circle.mask-hover {
  background-color: #d9d9d9
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .circle {
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -47px
  }
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .border {
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 60px;
  background-color: #737373;
  transition: -webkit-transform 1s, background .5s, opacity .5s;
  transition: transform 1s, background .5s, opacity .5s;
  left: 0
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .border.mask-hover {
  opacity: .4
}

@media (max-width: 1100px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .border {
    bottom: 40px
  }
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .border {
    left: 60px;
    right: 0;
    bottom: auto;
    top: 0;
    height: 1px;
    width: auto
  }
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-bottom {
  left: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity .5s
}

.page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-bottom.mask-hover {
  opacity: .4
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-bottom {
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media (max-width: 1100px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-bottom .schema-text__txt-bottom-title {
    font-size: 14px
  }
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-bottom .schema-text__txt-bottom-title {
    font-size: 12px
  }
}

@media (max-width: 1100px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-bottom .schema-text__txt-bottom-desc {
    font-size: 10px
  }
}

@media (max-width: 900px) {
  .page_container.about .section.process .container-schema .schema .schema-text__section-container .schema-text__section .schema-text__txt-bottom .schema-text__txt-bottom-desc {
    font-size: 9px
  }
}

.page_container.about .section.process .container-schema .schema .line {
  fill: none;
  stroke-width: 4
}

.page_container.about .section.process .container-schema .schema .line.dot,
.page_container.about .section.process .container-schema .schema .line.integration {
  stroke: #0724f8
}

.page_container.about .section.process .container-schema .schema .line.creation {
  stroke: #00ff9d
}

.page_container.about .section.process .container-schema .schema .line.scenography {
  stroke: #f0a
}

.page_container.about .section.process .title_blockquote {
  margin-bottom: 30px
}

.page_container.about .section.process .resume {
  text-align: center;
  max-width: 750px;
  margin: 90px auto
}

@media (max-width: 900px) {
  .page_container.about .section.process .resume {
    margin: 90px 15px
  }
}

.page_container.about .section.process .quote {
  text-align: center;
  max-width: 750px;
  margin: 90px auto
}

@media (max-width: 900px) {
  .page_container.about .section.process .quote {
    margin: 90px 15px
  }
}

.page_container.about .section.process .quote .desc {
  margin-top: 80px
}

.page_container.about .section.team .pic-all-container {
  /*margin: 110px 15px 0;*/
  position: relative
}

@media (max-width: 900px) {
  .page_container.about .section.team .pic-all-container {
    margin-top: 20px
  }
}

.page_container.about .section.team .pic-all-container img {
  width: 100%;
  display: block
}

.page_container.about .section.team .pic-all-container .copyright {
  position: absolute;
  bottom: -30px;
  right: 10px;
  font-size: 10px
}

.page_container.about .section.team .boss-infos-container {
  position: relative;
  margin: 0 15px
}

.page_container.about .section.team .boss-infos-container .col-container {
  position: relative;
  *zoom: 1
}

.page_container.about .section.team .boss-infos-container .col-container:before {
  content: '';
  display: table
}

.page_container.about .section.team .boss-infos-container .col-container:after {
  content: '';
  display: table;
  clear: both
}

.page_container.about .section.team .boss-infos-container .col {
  width: calc(99.99% * 1/3 - 10px)
}

.page_container.about .section.team .boss-infos-container .col:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.about .section.team .boss-infos-container .col:last-child {
  margin-right: 0
}

.page_container.about .section.team .boss-infos-container .col:nth-child(3n) {
  margin-right: 0;
  float: right
}

.page_container.about .section.team .boss-infos-container .col:nth-child(3n+1) {
  clear: left
}

.page_container.about .section.team .boss-infos-container .cover {
  text-align: center
}

.page_container.about .section.team .boss-infos-container .cover img {
  width: 100%
}

.page_container.about .section.team .boss-infos-container .infos-desktop {
  display: block
}

@media (max-width: 900px) {
  .page_container.about .section.team .boss-infos-container .infos-desktop {
    display: none
  }
}

.page_container.about .section.team .boss-infos-container .infos-mobile {
  display: none
}

@media (max-width: 900px) {
  .page_container.about .section.team .boss-infos-container .infos-mobile {
    display: block
  }
}

.page_container.about .section.team .boss-infos-container .infos-mobile .infos {
  max-width: 100%;
  padding-bottom: 14px
}

.page_container.about .section.team .boss-infos-container .infos {
  padding-bottom: 20px;
  max-width: 400px;
  margin: 20px auto 0;
  position: relative;
  border-bottom: 1px solid #ccc
}

@media (max-width: 900px) {
  .page_container.about .section.team .boss-infos-container .infos {
    margin-bottom: 10px
  }
}

.page_container.about .section.team .boss-infos-container .infos .job-container {
  margin-top: 10px;
  position: relative;
  padding-right: 50px
}

.page_container.about .section.team .boss-infos-container .infos .sep {
  margin: 0 15px
}

@media (max-width: 900px) {
  .page_container.about .section.team .boss-infos-container .infos .sep {
    margin: 0 2px
  }
}

.page_container.about .section.team .boss-infos-container .infos .social {
  position: absolute;
  right: 0;
  top: -5px
}

.page_container.about .section.team .boss-infos-container .infos .social .social_btn {
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 34px
}

.page_container.about .section.team .boss-infos-container .container-team-text {
  margin-top: 110px
}

@media (max-width: 700px) {
  .page_container.about .section.team .boss-infos-container .container-team-text {
    margin-top: 40px
  }
}

.page_container.about .section.history .history-container {
  position: relative;
  margin-top: 40px;
  margin-bottom: 110px
}

@media (max-width: 900px) {
  .page_container.about .section.history .history-container {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

@media (max-width: 700px) {
  .page_container.about .section.history .history-container {
    margin-left: 15px;
    margin-right: 15px
  }
}

.page_container.about .section.history .history-container .infos {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px
}

.page_container.about .section.history .history-container .infos:hover .link {
  opacity: 1
}

.page_container.about .section.history .history-container .wiki {
  margin-top: 10px;
  letter-spacing: .09em
}

.page_container.about .section.history .history-container .wiki .underline {
  text-decoration: underline;
  margin-left: 3px;
  text-transform: uppercase
}

.page_container.about .section.history .history-container .link {
  transition: opacity .5s;
  position: absolute;
  right: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: .5
}

.page_container.about .section.history .history-container .description {
  margin-top: 100px
}

@media (max-width: 700px) {
  .page_container.about .section.history .history-container .description {
    margin-top: 40px
  }
}

.page_container.about .section.explore .explore-container {
  margin: 100px 15px 0;
  position: relative;
  overflow: hidden;
  height: 60vh
}

@media (max-width: 900px) {
  .page_container.about .section.explore .explore-container {
    height: 40vh;
    padding-top: 40px
  }
}

@media (max-width: 700px) {
  .page_container.about .section.explore .explore-container {
    margin-top: 40px
  }
}

.page_container.about .section.explore .explore-container .cover-contact-intro__cover {
  position: absolute;
  height: 100%;
  width: 100%
}

.page_container.about .section.explore .explore-container .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%
}

.page_container.about .section.explore .explore-container .button {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 280px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

@media (max-width: 700px) {
  .page_container.about .section.explore .explore-container .button {
    min-width: 180px;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 1050px) {
  .page_container.about_segments:lang(en) .category-container.shows section:nth-child(3) .style2 {
    font-size: 52px
  }
}

@media (max-width: 700px) {
  .page_container.about_segments:lang(en) .category-container.shows section:nth-child(3) .style2 {
    font-size: 27px
  }
}

.page_container.about_segments .nav-container {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px
}

@media (max-width: 700px) {
  .page_container.about_segments .nav-container {
    border-bottom: 0 solid #ccc
  }
}

.page_container.about_segments .nav-container .nav-container__link {
  cursor: pointer;
  display: inline-block;
  padding: 20px
}

@media (max-width: 900px) {
  .page_container.about_segments .nav-container .nav-container__link {
    display: block;
    padding: 20px 0 0
  }
}

.page_container.about_segments .footer_global {
  margin-top: 15px
}

@media (max-width: 700px) {
  .page_container.about_segments .nav-container {
    margin-left: -15px;
    margin-right: -15px
  }
}

.page_container.about_segments .category-container {
  margin: 0 15px
}

.page_container.about_segments .category-container section:first-of-type .bg-img-container {
  top: 0
}

.page_container.about_segments .category-container.destinations .nav-container {
  border-top: 1px solid #ccc
}

.page_container.about_segments .sub-category-container {
  *zoom: 1
}

.page_container.about_segments .sub-category-container:before {
  content: '';
  display: table
}

.page_container.about_segments .sub-category-container:after {
  content: '';
  display: table;
  clear: both
}

@media (min-width: 900px) {

  .page_container.about_segments .left,
  .page_container.about_segments .right {
    width: calc(99.99% * 1/2 - 7.5px)
  }

  .page_container.about_segments .left:nth-child(1n),
  .page_container.about_segments .right:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none
  }

  .page_container.about_segments .left:last-child,
  .page_container.about_segments .right:last-child {
    margin-right: 0
  }

  .page_container.about_segments .left:nth-child(2n),
  .page_container.about_segments .right:nth-child(2n) {
    margin-right: 0;
    float: right
  }

  .page_container.about_segments .left:nth-child(2n+1),
  .page_container.about_segments .right:nth-child(2n+1) {
    clear: left
  }
}

.page_container.about_segments .left {
  background-color: #fff
}

.page_container.about_segments .left .top {
  position: relative;
  padding: 250px 100px;
  border: 1px solid transparent;
  background-color: #ffea00;
  transition: border-color .5s, background-color .5s
}

@media (max-width: 700px) {
  .page_container.about_segments .left .top {
    margin-left: -15px;
    margin-right: -15px
  }
}

.page_container.about_segments .left .top.remove-color {
  background-color: rgba(255, 234, 0, 0);
  border-color: #000
}

.page_container.about_segments .left .top .title {
  margin: 20px 0 80px
}

@media (max-width: 700px) {
  .page_container.about_segments .left .top .title {
    margin-bottom: 20px
  }
}

.page_container.about_segments .left .top .text {
  margin-right: 0;
  margin-left: auto
}

@media (max-width: 1200px) {
  .page_container.about_segments .left .top {
    padding: 100px 15px
  }
}

@media (max-width: 900px) {
  .page_container.about_segments .left .top {
    padding: 75px 15px
  }

  .page_container.about_segments .left .top .text {
    margin-right: auto
  }
}

@media (max-width: 700px) {
  .page_container.about_segments .left .top {
    padding: 50px 15px
  }
}

.page_container.about_segments .left .bottom {
  margin: 15px 0;
  position: relative
}

.page_container.about_segments .left .bottom .cover-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.page_container.about_segments .left .bottom .cover-wrapper .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: 50%
}

@media (max-width: 700px) {
  .page_container.about_segments .left .bottom {
    height: 200px
  }
}

.page_container.about_segments .right .top {
  position: relative;
  background-size: cover;
  height: 600px
}

@media (max-width: 1050px) {
  .page_container.about_segments .right .top {
    height: 400px
  }
}

@media (max-width: 700px) {
  .page_container.about_segments .right .top {
    height: inherit
  }
}

.page_container.about_segments .right .top .bg-img-container {
  position: absolute;
  top: -85px;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: 50%;
  background-size: cover
}

@media (max-width: 900px) {
  .page_container.about_segments .right .top .bg-img-container {
    top: 0
  }
}

@media (max-width: 700px) {
  .page_container.about_segments .right .top .bg-img-container {
    position: static;
    height: 200px
  }
}

.page_container.about_segments .right .bottom {
  padding: 135px 100px
}

@media (max-width: 1050px) {
  .page_container.about_segments .right .bottom {
    padding: 75px 25px
  }
}

@media (max-width: 900px) {
  .page_container.about_segments .right .bottom {
    padding: 75px 50px
  }

  .page_container.about_segments .right .bottom .text {
    margin: 0 auto
  }
}

@media (max-width: 700px) {
  .page_container.about_segments .right .bottom {
    padding: 15px 0
  }
}

@media (max-width: 700px) {
  .page_container.about_segments .right .bottom .text {
    margin-top: 15px
  }
}

.page_container.about_segments .btn-container {
  text-align: center;
  padding: 50px
}

@media (max-width: 1050px) {
  .page_container.about_segments .btn-container {
    padding: 30px
  }
}

@media (max-width: 700px) {
  .page_container.about_segments .btn-container {
    padding: 20px;
    margin-top: 15px
  }
}

.page_container.about_segments .text {
  max-width: 484px
}

.page_container.about_process .nav-container {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px
}

@media (max-width: 700px) {
  .page_container.about_process .nav-container {
    border-bottom: 0 solid #ccc
  }
}

.page_container.about_process .nav-container .nav-container__link {
  cursor: pointer;
  display: inline-block;
  padding: 20px
}

@media (max-width: 900px) {
  .page_container.about_process .nav-container .nav-container__link {
    display: block;
    padding: 20px 0 0
  }
}

.page_container.about_process .footer_global {
  margin-top: 15px
}

.page_container.about_process .sub-category-container {
  *zoom: 1;
  margin: 0 15px
}

.page_container.about_process .sub-category-container:before {
  content: '';
  display: table
}

.page_container.about_process .sub-category-container:after {
  content: '';
  display: table;
  clear: both
}

@media (min-width: 900px) {

  .page_container.about_process .left,
  .page_container.about_process .right {
    width: calc(99.99% * 1/2 - 7.5px)
  }

  .page_container.about_process .left:nth-child(1n),
  .page_container.about_process .right:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none
  }

  .page_container.about_process .left:last-child,
  .page_container.about_process .right:last-child {
    margin-right: 0
  }

  .page_container.about_process .left:nth-child(2n),
  .page_container.about_process .right:nth-child(2n) {
    margin-right: 0;
    float: right
  }

  .page_container.about_process .left:nth-child(2n+1),
  .page_container.about_process .right:nth-child(2n+1) {
    clear: left
  }
}

.page_container.about_process .desc {
  margin-top: 50px
}

@media (max-width: 700px) {
  .page_container.about_process .desc {
    margin-top: 15px
  }
}

.page_container.about_process .reference {
  margin-top: 10px
}

.page_container.about_process .left .top {
  border: 1px solid transparent;
  background-color: #ffea00;
  transition: border-color .5s, background-color .5s
}

@media (max-width: 700px) {
  .page_container.about_process .left .top {
    margin-left: -15px;
    margin-right: -15px
  }
}

.page_container.about_process .left .top.remove-color {
  background-color: rgba(255, 234, 0, 0);
  border-color: #000
}

.page_container.about_process .left .top .title {
  margin: 20px 0 40px
}

@media (max-width: 700px) {
  .page_container.about_process .left .top .title {
    margin-top: 10px;
    margin-bottom: 15px
  }
}

.page_container.about_process .left .bottom,
.page_container.about_process .left .top {
  padding: 250px 100px
}

@media (max-width: 1050px) {

  .page_container.about_process .left .bottom,
  .page_container.about_process .left .top {
    padding: 150px 15px
  }
}

@media (max-width: 900px) {

  .page_container.about_process .left .bottom,
  .page_container.about_process .left .top {
    padding: 75px 15px
  }
}

@media (max-width: 700px) {

  .page_container.about_process .left .bottom,
  .page_container.about_process .left .top {
    padding: 50px 15px
  }
}

.page_container.about_process .left .bottom {
  margin: 150px 100px;
  padding: 0
}

@media (max-width: 1200px) {
  .page_container.about_process .left .bottom {
    margin: 150px 15px
  }
}

@media (max-width: 900px) {
  .page_container.about_process .left .bottom {
    margin: 75px 15px
  }
}

@media (max-width: 700px) {
  .page_container.about_process .left .bottom {
    margin: 30px 0 15px
  }
}

@media (max-width: 700px) {
  .page_container.about_process .right .bottom .text {
    margin-bottom: 50px
  }
}

.page_container.about_process .right .top {
  padding: 135px 100px
}

.page_container.about_process .right .top .text {
  margin-left: 0
}

@media (max-width: 900px) {
  .page_container.about_process .right .top .text {
    margin-left: auto
  }
}

@media (max-width: 1200px) {
  .page_container.about_process .right .top {
    padding: 100px 15px
  }
}

@media (max-width: 900px) {
  .page_container.about_process .right .top {
    padding: 0 15px 75px
  }
}

@media (max-width: 700px) {
  .page_container.about_process .right .top {
    padding: 15px 0
  }
}

.page_container.about_process .right .cover-container {
  *zoom: 1;
  height: 100%;
  margin-bottom: 15px
}

.page_container.about_process .right .cover-container:before {
  content: '';
  display: table
}

.page_container.about_process .right .cover-container:after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 900px) {
  .page_container.about_process .right .cover-container .cover {
    min-height: 300px
  }
}

@media (max-width: 700px) {
  .page_container.about_process .right .cover-container .cover {
    min-height: 200px
  }
}

.page_container.about_process .right .cover-container.cover_1 .cover {
  width: 99.99%;
  height: 100%
}

.page_container.about_process .right .cover-container.cover_1 .cover:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.about_process .right .cover-container.cover_1 .cover:last-child {
  margin-right: 0
}

.page_container.about_process .right .cover-container.cover_1 .cover:nth-child(1n) {
  margin-right: 0;
  float: right
}

.page_container.about_process .right .cover-container.cover_1 .cover:nth-child(1n+1) {
  clear: left
}

.page_container.about_process .right .cover-container.cover_2 .cover {
  width: 99.99%;
  height: 50%
}

.page_container.about_process .right .cover-container.cover_2 .cover:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.about_process .right .cover-container.cover_2 .cover:last-child {
  margin-right: 0
}

.page_container.about_process .right .cover-container.cover_2 .cover:nth-child(1n) {
  margin-right: 0;
  float: right
}

.page_container.about_process .right .cover-container.cover_2 .cover:nth-child(1n+1) {
  clear: left
}

.page_container.about_process .right .cover-container.cover_2 .cover:nth-child(1) {
  margin-bottom: 15px
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(1) {
  width: 99.99%;
  height: 60%;
  margin-bottom: 15px
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(1):nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(1):last-child {
  margin-right: 0
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(1):nth-child(1n) {
  margin-right: 0;
  float: right
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(1):nth-child(1n+1) {
  clear: left
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(2),
.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(3) {
  width: calc(99.99% * 1/2 - 7.5px);
  height: 40%
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(2):nth-child(1n),
.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(3):nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(2):last-child,
.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(3):last-child {
  margin-right: 0
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(2):nth-child(2n),
.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(3):nth-child(2n) {
  margin-right: 0;
  float: right
}

.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(2):nth-child(2n+1),
.page_container.about_process .right .cover-container.cover_3 .cover:nth-child(3):nth-child(2n+1) {
  clear: left
}

.page_container.about_process .right .cover {
  background-size: cover;
  background-position: 50%
}

.page_container.about_process .text {
  margin-right: 0;
  margin-left: auto;
  max-width: 484px
}

@media (max-width: 900px) {
  .page_container.about_process .text {
    margin-left: auto;
    margin-right: auto
  }
}

@media (max-width: 700px) {
  .page_container.about_process .text {
    margin-left: 0;
    margin-right: 0
  }
}

@media (max-width: 900px) {
  .page_container.about_process .text-example-desktop {
    display: none
  }
}

.page_container.about_process .text-example-mobile {
  max-width: 484px;
  margin: 75px auto
}

@media (max-width: 700px) {
  .page_container.about_process .text-example-mobile {
    margin-top: 45px;
    margin-bottom: 15px
  }
}

@media (min-width: 900px) {
  .page_container.about_process .text-example-mobile {
    display: none
  }
}

.work-filters-description {
  *zoom: 1;
  position: absolute;
  left: 0;
  right: 0;
  height: 255px;
  padding: 0 50px;
  background-color: #fff;
  transition: opacity .5s
}

.work-filters-description:before {
  content: '';
  display: table
}

.work-filters-description:after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 1050px) {
  .work-filters-description {
    padding: 0 20px
  }
}

@media (max-width: 900px) {
  .work-filters-description {
    display: none
  }
}

.work-filters-description.hide {
  opacity: 0
}

.work-filters-description .border {
  height: 1px;
  position: absolute;
  width: 100%;
  background: #ccc;
  bottom: 0;
  left: 0
}

.work-filters-description.alone .col.category:first-child {
  border-right: none
}

.work-filters-description.alone .col.filter {
  opacity: 0
}

.work-filters-description .col {
  width: 49.995%;
  transition: width 1s;
  height: 100%;
  position: relative;
  overflow: hidden
}

.work-filters-description .col:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none
}

.work-filters-description .col:last-child {
  margin-right: 0
}

.work-filters-description .col:nth-child(2n) {
  margin-right: 0;
  float: right
}

.work-filters-description .col:nth-child(2n+1) {
  clear: left
}

.work-filters-description .col:first-child {
  border-right: 1px solid #ccc
}

.work-filters-description .col.category .title_wrapper .border-underline {
  margin-top: -2px;
  height: 1px;
  background: #000
}

@media (max-width: 1050px) {
  .work-filters-description .col.filter .content {
    padding-left: 15px
  }
}

.work-filters-description .col.filter .title_wrapper {
  padding-left: 30px
}

.work-filters-description .col.filter .arrow {
  position: absolute;
  width: 12px;
  height: 5px;
  left: 0;
  top: -2px
}

.work-filters-description .col .title_wrapper {
  display: inline-block;
  position: relative
}

.work-filters-description .col .title {
  text-transform: uppercase;
  display: inline-block
}

.work-filters-description .col .text {
  margin-top: 10px
}

.work-filters-description .col .content {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  transition: opacity 1s
}

@media (max-width: 1050px) {
  .work-filters-description .col .content {
    width: 100%
  }
}

.page_container.work .page_bg {
  background: #fff
}

.page_container.work .grid_sep_title {
  padding-top: 30px;
  margin: 15px 0 30px;
  border-top: 1px solid #ccc;
  text-align: center;
  text-transform: uppercase
}

@media (max-width: 900px) {
  .page_container.work .grid_sep_title {
    margin: 60px 0 50px
  }
}

.page_container.work .grid_container {
  margin-top: 15px;
  position: relative
}

.page_container.work .grid_container .cover-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.page_container.work .header {
  overflow: hidden;
  height: 255px;
  position: relative;
  *zoom: 1;
  transition: margin-top 1s
}

.page_container.work .header:before {
  content: '';
  display: table
}

.page_container.work .header:after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 900px) {
  .page_container.work .header {
    height: 200px
  }
}

.page_container.work .header.with-breadcrumb {
  margin-top: 42px
}

@media (max-width: 900px) {
  .page_container.work .header.with-breadcrumb {
    height: 0
  }
}

.page_container.work .header .title_container {
  text-align: center
}

.page_container.work .header .title_container .title {
  margin: 65px 0 30px
}

.page_container.work .footer_global {
  margin-top: 15px
}

.case-study-header {
  position: relative;
  height: calc(100vh - 46px);
  overflow: hidden
}

.case-study-header .case-study-header__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0
}

.case-study-header .media-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  bottom: 90px;
  z-index: 2;
  overflow: hidden
}

.case-study-header .media-container.prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.case-study-header .media-container.next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.case-study-header .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%
}

.case-study-header .video_full {
  visibility: hidden;
  opacity: 0;
  z-index: 2
}

.case-study-header .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .6), transparent 30%, transparent 70%, rgba(0, 0, 0, .6))
}

.header_controls_project {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  opacity: .5;
  transition: opacity 1s;
  width: 200px;
  height: 40px;
  margin-top: -25px
}

@media (max-width: 900px) {
  .header_controls_project {
    display: none
  }
}

.header_controls_project.big {
  top: 0;
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  bottom: 0;
  width: 50%;
  height: auto
}

.header_controls_project:hover {
  opacity: 1
}

.header_controls_project .arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 1s;
  transition: transform 1s
}

.header_controls_project .arrow svg {
  fill: #fff
}

.header_controls_project .title {
  position: absolute;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 3px;
  transition: -webkit-transform 1s;
  transition: transform 1s
}

.header_controls_project.next {
  right: 0
}

.header_controls_project.next:hover .title {
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%)
}

.header_controls_project.next .title {
  text-align: right;
  right: 50px
}

.header_controls_project.next .arrow {
  right: 15px
}

.header_controls_project.next .arrow svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.header_controls_project.prev:hover .title {
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%)
}

.header_controls_project.prev .title {
  left: 50px
}

.header_controls_project.prev .arrow {
  left: 15px
}

.header_controls_project.prev .arrow svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.case-study-info {
  *zoom: 1;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 2
}

.case-study-info:after,
.case-study-info:before {
  content: '';
  display: table
}

.case-study-info:after {
  clear: both
}

.case-study-info.part1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px
}

.case-study-info.part1 .column {
  padding-top: 10px
}

@media (max-width: 700px) {
  .case-study-info.part1 .column.right {
    display: none
  }
}

.case-study-info.part2 {
  position: relative;
  height: 40px
}

@media (max-width: 700px) {
  .case-study-info.part2 {
    height: auto
  }
}

.case-study-info.part2 .column.left {
  position: relative;
  padding-top: 3px
}

@media (max-width: 700px) {
  .case-study-info.part2 .column.left {
    height: 40px
  }
}

.case-study-info.part2 .column.left .border-bottom {
  left: -15px;
  right: -15px
}

@media (min-width: 700px) {
  .case-study-info.part2 .column.left .border-bottom {
    display: none
  }
}

@media (max-width: 700px) {
  .case-study-info.part2 .column.right {
    width: 100%;
    padding-left: 30px
  }
}

.case-study-info.part2 .caption,
.case-study-info.part2 .title {
  opacity: .8
}

.case-study-info.part2 .title {
  padding-left: 30px
}

.case-study-info .container {
  height: 100%;
  *zoom: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.case-study-info .container:before {
  content: '';
  display: table
}

.case-study-info .container:after {
  content: '';
  display: table;
  clear: both
}

.case-study-info .border-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
  bottom: 0
}

.case-study-info .column {
  height: 100%;
  width: 49.995%
}

.case-study-info .column:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none
}

.case-study-info .column:last-child {
  margin-right: 0
}

.case-study-info .column:nth-child(2n) {
  margin-right: 0;
  float: right
}

.case-study-info .column:nth-child(2n+1) {
  clear: left
}

@media (max-width: 700px) {
  .case-study-info .column {
    width: 99.99%
  }

  .case-study-info .column:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
  }

  .case-study-info .column:last-child {
    margin-right: 0
  }

  .case-study-info .column:nth-child(1n) {
    margin-right: 0;
    float: right
  }

  .case-study-info .column:nth-child(1n+1) {
    clear: left
  }
}

.case-study-info .column.left {
  display: inline-block;
  padding-right: 20px
}

.case-study-info .column.right {
  display: inline-block;
  width: 49.995%;
  padding-left: 60px;
  border-left: 1px solid #ccc
}

.case-study-info .column.right:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none
}

.case-study-info .column.right:last-child {
  margin-right: 0
}

.case-study-info .column.right:nth-child(2n) {
  margin-right: 0;
  float: right
}

.case-study-info .column.right:nth-child(2n+1) {
  clear: left
}

@media (max-width: 900px) {
  .case-study-info .column.right {
    padding-left: 20px
  }
}

@media (max-width: 700px) {
  .case-study-info .column.right {
    padding-left: 20px;
    border-left: none
  }
}

.case-study-info .title_wrapper {
  position: relative;
  height: 100%
}

.case-study-info .title {
  position: absolute;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.case-study-info .title a {
  font-size: 18px;
}

.case-study-info .caption {
  display: inline-block;
  line-height: 36px;
  padding-top: 4px
}

.case-study-info .caption.date_and_location {
  padding-right: 60px
}

.case-study-info .arrow {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 5px;
  top: 8px;
  left: 0
}

.case-study-overview {
  position: relative;
  margin-top: 40px
}

.case-study-overview .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1
}

.case-study-overview .container:before {
  content: '';
  display: table
}

.case-study-overview .container:after {
  content: '';
  display: table;
  clear: both
}

@media (min-width: 900px) {
  .case-study-overview .container {
    padding-right: 45px
  }
}

.case-study-overview .title {
  font-size: 20px;
  line-height: 1.7;
  margin: 10px 30px;
}

@media (max-width: 900px) {
  .case-study-overview .title {
    margin-bottom: 20px
  }
}

.case-study-overview .text {
  *zoom: 1;
  margin: 40px 0
}

.case-study-overview .text:before {
  content: '';
  display: table
}

.case-study-overview .text:after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 700px) {
  .case-study-overview .text {
    margin: 0
  }
}

.case-study-overview .text .left,
.case-study-overview .text .right {
  position: relative
}

@media (min-width: 900px) {

  .case-study-overview .text .left,
  .case-study-overview .text .right {
    width: calc(99.99% * 1/2 - 20px)
  }

  .case-study-overview .text .left:nth-child(1n),
  .case-study-overview .text .right:nth-child(1n) {
    float: left;
    margin-right: 40px;
    clear: none
  }

  .case-study-overview .text .left:last-child,
  .case-study-overview .text .right:last-child {
    margin-right: 0
  }

  .case-study-overview .text .left:nth-child(2n),
  .case-study-overview .text .right:nth-child(2n) {
    margin-right: 0;
    float: right
  }

  .case-study-overview .text .left:nth-child(2n+1),
  .case-study-overview .text .right:nth-child(2n+1) {
    clear: left
  }
}

.case-study-overview .text .right {
  padding-left: 55px;
  padding-bottom: 40px
}

@media (max-width: 1050px) {
  .case-study-overview .text .right {
    padding-left: 15px
  }
}

@media (max-width: 900px) {
  .case-study-overview .text .right {
    padding-left: 0;
    padding-bottom: 40px
  }
}

.case-study-overview .text .right .more_hidden {
  height: 0;
  overflow: hidden
}

.case-study-overview .text .right .more_hidden.active {
  font-size: 14px;
  line-height: 1.7;
  height: auto
}

.case-study-overview .text .right .teaser-text {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 30px
}

.case-study-overview .text .right .teaser-text .gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)
}

.case-study-heading-separator {
  margin-bottom: 20px
}

.case-study-heading-separator,
.case-study-text {
  position: relative;
  margin-top: 40px;
  text-align: center
}

.case-study-text .container {
  *zoom: 1;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 45px
}

.case-study-text .container:before {
  content: '';
  display: table
}

.case-study-text .container:after {
  content: '';
  display: table;
  clear: both
}

.case-study-text .container .col {
  text-align: left;
  width: calc(99.99% * 1/2 - 15px)
}

.case-study-text .container .col:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none
}

.case-study-text .container .col:last-child {
  margin-right: 0
}

.case-study-text .container .col:nth-child(2n) {
  margin-right: 0;
  float: right
}

.case-study-text .container .col:nth-child(2n+1) {
  clear: left
}

.case-study-text .container .center {
  text-align: center
}

.case-study-blockquote {
  position: relative;
  text-align: center;
  margin-top: 40px
}

.case-study-grid {
  margin: 0;
  margin-top: 40px
}

.case-study-grid .button-container {
  margin: 40px 0 0;
  text-align: center
}

.case-study-grid .button-container button {
  font-weight: 500
}

.case-study-grid .grid .grid-item .plus {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 10px;
  opacity: .5;
  transition: opacity 1s;
  font-size: 28px
}

.case-study-grid .grid .grid-item .copyright {
  color: #fff;
  position: absolute;
  bottom: -5px;
  right: 8px
}

.case-study-grid .grid .grid-item:hover .plus {
  opacity: 1
}

.case-study-grid .grid .grid-item .cover .btn-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 80px;
  height: 80px;
  opacity: .4
}

.case-study-grid .grid .grid-item .cover .btn-play-video svg {
  fill: #fff
}

.case-study-grid .secondary {
  height: 0;
  overflow: hidden
}

.case-study-grid .secondary.active {
  margin-top: 15px;
  height: auto
}

.case-study-cards .cards-container {
  margin-top: 40px;
  *zoom: 1
}

.case-study-cards .cards-container:before {
  content: '';
  display: table
}

.case-study-cards .cards-container:after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 900px) {
  .case-study-cards .grid_container {
    margin: 0 15px
  }
}

.footer_controls_project {
  height: 200px;
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #ccc
}

@media (max-width: 900px) {
  .footer_controls_project {
    height: 100px
  }
}

.footer_controls_project .title {
  color: #000;
  padding: 0 20px;
  text-transform: uppercase
}

@media (max-width: 900px) {
  .footer_controls_project .title {
    padding: 0 10px
  }
}

.footer_controls_project .btn {
  position: absolute;
  opacity: .5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 1s;
  padding: 0 20px
}

@media (max-width: 900px) {
  .footer_controls_project .btn {
    margin-top: 5px
  }
}

.footer_controls_project .btn:hover {
  opacity: 1
}

.footer_controls_project .btn .title {
  display: inline-block;
  top: -7px;
  position: relative
}

@media (max-width: 900px) {
  .footer_controls_project .btn .title {
    top: -9px
  }
}

.footer_controls_project .btn .arrow {
  display: inline-block;
  height: 40px;
  width: 40px
}

.footer_controls_project .btn .arrow svg {
  fill: #000
}

.footer_controls_project .btn.next {
  right: 0
}

.footer_controls_project .btn.next .title {
  text-align: right
}

.footer_controls_project .btn.next .arrow svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.footer_controls_project .btn.prev {
  left: 0
}

.footer_controls_project .btn.prev .arrow svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.footer_controls_project .middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  text-align: center
}

@media (max-width: 900px) {
  .footer_controls_project .middle {
    display: none
  }
}

.footer_controls_project .middle a,
.footer_controls_project .middle span {
  cursor: pointer;
  display: block;
  float: left;
  margin: 0 20px;
  width: 40px;
  opacity: .5;
  transition: opacity 1s
}

.footer_controls_project .middle a:hover,
.footer_controls_project .middle span:hover {
  opacity: 1
}

.footer_controls_project .middle .arrow {
  height: 60px
}

.footer_controls_project .middle .arrow.circle svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.footer_controls_project .middle .arrow svg {
  fill: #000
}

.footer_controls_project .middle .title {
  position: relative;
  color: #000;
  padding: 0
}

.case-study-social {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: -1px;
  transition: right .2s;
  -webkit-transform: translateX(165px);
  transform: translateX(165px);
  text-align: center;
  z-index: 9;
  transition: -webkit-transform 1s;
  transition: transform 1s
}

.case-study-social.no-touch:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.case-study-social.no-touch:hover .opener {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg)
}

.case-study-social.is-touch.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.case-study-social.is-touch.active .opener {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg)
}

.case-study-social .opener {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  transition: -webkit-transform .5s;
  transition: transform .5s
}

.case-study-social .opener i {
  opacity: 1
}

.case-study-social a,
.case-study-social span {
  background-color: #fff;
  cursor: pointer;
  line-height: 47px;
  margin-left: -1px;
  display: block;
  float: left;
  height: 41px;
  width: 42px;
  border: 1px solid #ccc
}

.case-study-social a:hover i,
.case-study-social span:hover i {
  opacity: 1
}

.case-study-social a i,
.case-study-social span i {
  opacity: .5;
  transition: opacity .5s
}

.case-study-separator {
  margin: 40px 0;
  height: 1px;
  background: #ccc
}

.page_container.work_detail .page_bg {
  background: #fff
}

@media (max-width: 900px) {
  .page_container.work_detail .work-filters {
    top: 88px
  }
}

.page_container.work_detail .case-study-work-container {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px
}

.page_container.work_detail .footer_global {
  margin-top: 0
}

.page_container.lab {
  margin-top: 89px
}

.page_container.lab .container {
  max-width: 1200px;
  margin: 0 auto
}

.page_container.lab .container .container-index {
  position: relative
}

.page_container.lab .container .index {
  font-size: 12px;
  position: absolute;
  left: -90px;
  top: 20px
}

.page_container.lab .container .style {
  margin: 0 0 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc
}

.page_container.lab .container .style15 {
  background: #000;
  color: #fff;
  line-height: 100px
}

.page_container.career .page_bg {
  background: orange
}

.page_container.channel .page_bg {
  background: #f0f
}

.page_container.contact .footer_global {
  margin-top: 0
}

.page_container.contact .page_bg {
  background: #fff
}

.page_container.contact .container-contact-intro {
  height: calc(100vh - 291px);
  position: relative;
  overflow: hidden
}

@media (max-width: 700px) {
  .page_container.contact .container-contact-intro {
    height: calc(100vh - 230px)
  }
}

.page_container.contact .container-contact-intro .container-contact-intro__cover {
  position: absolute;
  height: 100%;
  width: 100%
}

.page_container.contact .container-contact-intro .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%
}

.page_container.contact .container-contact-cards {
  *zoom: 1;
  margin: 0
}

.page_container.contact .container-contact-cards:before {
  content: '';
  display: table
}

.page_container.contact .container-contact-cards:after {
  content: '';
  display: table;
  clear: both
}

@media (max-width: 1050px) {
  .page_container.contact .container-contact-cards {
    border: none
  }
}

.page_container.contact .container-contact-cards .block {
  width: 25%;
  height: 245px;
  border-right: 1px solid #ccc;
  padding: 60px 0 0;
  position: relative;
  border-bottom: 1px solid #ccc
}

.page_container.contact .container-contact-cards .block:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none
}

.page_container.contact .container-contact-cards .block:last-child {
  margin-right: 0
}

.page_container.contact .container-contact-cards .block:nth-child(4n) {
  margin-right: 0;
  float: right
}

.page_container.contact .container-contact-cards .block:nth-child(4n+1) {
  clear: left
}

.page_container.contact .container-contact-cards .block:last-child {
  border-right: none
}

@media (max-width: 1050px) {
  .page_container.contact .container-contact-cards .block {
    width: 50%;
    height: 250px
  }

  .page_container.contact .container-contact-cards .block:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none
  }

  .page_container.contact .container-contact-cards .block:last-child {
    margin-right: 0
  }

  .page_container.contact .container-contact-cards .block:nth-child(2n) {
    margin-right: 0;
    float: right
  }

  .page_container.contact .container-contact-cards .block:nth-child(2n+1) {
    clear: left
  }
}

@media (max-width: 700px) {
  .page_container.contact .container-contact-cards .block {
    width: 99.99%;
    height: 200px
  }

  .page_container.contact .container-contact-cards .block:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none
  }

  .page_container.contact .container-contact-cards .block:last-child {
    margin-right: 0
  }

  .page_container.contact .container-contact-cards .block:nth-child(1n) {
    margin-right: 0;
    float: right
  }

  .page_container.contact .container-contact-cards .block:nth-child(1n+1) {
    clear: left
  }
}

.page_container.contact .container-contact-cards .block .block-inner {
  width: 230px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width: 700px) {
  .page_container.contact .container-contact-cards .block .block-inner {
    padding-left: 15px;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.page_container.contact .container-contact-cards .block .link {
  position: absolute;
  top: 100px
}

@media (max-width: 1050px) {
  .page_container.contact .container-contact-cards .block .link {
    top: 70px
  }
}

.page_container.contact .container-contact-cards .block .address {
  margin: 20px 0
}

.page_container.contact .container-locations {
  *zoom: 1;
  margin: 15px 15px 0
}

.page_container.contact .container-locations:before {
  content: '';
  display: table
}

.page_container.contact .container-locations:after {
  content: '';
  display: table;
  clear: both
}

.page_container.contact .container-locations .block {
  width: calc(99.99% * 1/2 - 7.5px);
  position: relative
}

.page_container.contact .container-locations .block:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.contact .container-locations .block:last-child {
  margin-right: 0
}

.page_container.contact .container-locations .block:nth-child(2n) {
  margin-right: 0;
  float: right
}

.page_container.contact .container-locations .block:nth-child(2n+1) {
  clear: left
}

@media (max-width: 900px) {
  .page_container.contact .container-locations .block {
    width: 99.99%
  }

  .page_container.contact .container-locations .block:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none
  }

  .page_container.contact .container-locations .block:last-child {
    margin-right: 0
  }

  .page_container.contact .container-locations .block:nth-child(1n) {
    margin-right: 0;
    float: right
  }

  .page_container.contact .container-locations .block:nth-child(1n+1) {
    clear: left
  }
}

@media (max-width: 700px) {
  .page_container.contact .container-locations .block {
    margin-top: 40px;
    margin-bottom: 0
  }
}

.page_container.contact .container-locations .block:first-child .border {
  display: none
}

@media (max-width: 700px) {
  .page_container.contact .container-locations .block:first-child {
    margin-top: 0
  }
}

@media (max-width: 700px) {
  .page_container.contact .container-locations .block:last-child {
    margin-bottom: 30px
  }
}

.page_container.contact .container-locations .block .cover-container {
  height: 430px;
  position: relative;
  overflow: hidden
}

@media (max-width: 1100px) {
  .page_container.contact .container-locations .block .cover-container {
    height: 300px
  }
}

@media (max-width: 900px) {
  .page_container.contact .container-locations .block .cover-container {
    height: 200px
  }
}

.page_container.contact .container-locations .block .cover-container .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50%
}

.page_container.contact .container-locations .block .cover-container .city {
  color: #ffea00;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center
}

.page_container.contact .container-locations .block .infos-container {
  padding: 50px 10%;
  position: relative
}

@media (max-width: 900px) {
  .page_container.contact .container-locations .block .infos-container {
    padding: 15px
  }
}

@media (max-width: 700px) {
  .page_container.contact .container-locations .block .infos-container {
    margin-top: 15px
  }
}

.page_container.contact .container-locations .block .infos-container .border {
  position: absolute;
  top: 0;
  left: -8px;
  height: 100%;
  width: 1px;
  background: #ccc
}

@media (max-width: 900px) {
  .page_container.contact .container-locations .block .infos-container .border {
    display: none
  }
}

.page_container.contact .container-locations .block .infos-container .phone {
  margin: 40px 0;
  display: block
}

@media (max-width: 700px) {
  .page_container.contact .container-locations .block .infos-container .phone {
    margin: 15px 0
  }
}

.page_container.contact .container-locations .block .infos-container .mail {
  display: block
}

.page_container.contact .container-locations .block .infos-container .button {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 1px;
  padding: 16px 32px 12px;
  font-size: 15px
}

@media (max-width: 900px) {
  .page_container.contact .container-locations .block .infos-container .button {
    right: 15px
  }
}

@media (max-width: 700px) {
  .page_container.contact .container-locations .block .infos-container .button {
    margin-top: 30px;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.page_container.contact .container-locations .block .map-container {
  position: absolute;
  height: 430px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}

@media (max-width: 1100px) {
  .page_container.contact .container-locations .block .map-container {
    height: 300px
  }
}

@media (max-width: 900px) {
  .page_container.contact .container-locations .block .map-container {
    height: 200px
  }
}

.page_container.contact .container-locations .block .map-container .map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

.page_container.contact .container-locations .block .map-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px
}

.page_container.contact .container-locations .block .map-container .close svg {
  fill: #fff;
  width: 100%;
  height: 100%
}

.page_container.errors .page_bg {
  background: #ffea00
}

.page_container.errors .text {
  position: absolute;
  font-size: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000
}

.page_container.errors .text .small {
  font-size: 20px
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.page_container.cache {
  padding-bottom: 10px;
  transition: background .5s
}

.page_container.cache .loader,
.page_container.cache .loader:after,
.page_container.cache .loader:before {
  border-radius: 50%
}

.page_container.cache .loader:after,
.page_container.cache .loader:before {
  position: absolute;
  content: ''
}

.page_container.cache .loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -.1em;
  left: -.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s
}

.page_container.cache .loader {
  font-size: 11px;
  text-indent: -99999em;
  margin: 300px auto 0;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.page_container.cache .loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -.1em;
  left: 5.1em;
  -webkit-transform-origin: 0 5.1em;
  transform-origin: 0 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease
}

.page_container.cache .cache-loading {
  position: fixed;
  background: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  top: 0
}

.page_container.cache .cache-loading .cache-loading__title {
  color: #000;
  position: fixed;
  top: 170px;
  width: 100%
}

.page_container.cache .style1,
.page_container.cache .style6 {
  transition: opacity .5s, -webkit-transform .5s, color .5s;
  transition: opacity .5s, transform .5s, color .5s
}

.page_container.cache.panic {
  color: #fff;
  background: #000
}

.page_container.cache.panic .container-cache .panic-mode {
  background: #fff;
  color: #000
}

.page_container.cache.panic .container-cache .search input {
  color: #000
}

.page_container.cache.panic .container-cache .item {
  opacity: 1
}

.page_container.cache.panic .container-cache .item .status.success {
  color: #1dfd06
}

.page_container.cache.panic .container-cache .item .status.in_progress {
  color: #da0cff
}

.page_container.cache .container-cache {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  *zoom: 1;
  position: relative
}

.page_container.cache .container-cache:before {
  content: '';
  display: table
}

.page_container.cache .container-cache:after {
  content: '';
  display: table;
  clear: both
}

.page_container.cache .container-cache.link-container {
  margin-bottom: 100px
}

.page_container.cache .container-cache .title {
  padding: 0
}

.page_container.cache .container-cache .panic-mode {
  position: absolute;
  right: 15px;
  top: 0;
  background: #b00e53;
  color: #fff;
  padding: 10px 10px 5px;
  cursor: pointer
}

.page_container.cache .container-cache .refresh {
  cursor: pointer;
  /*background-image: url(../img/refresh.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 150px;
  top: -9px;
  width: 50px;
  height: 50px
}

.page_container.cache .container-cache .start-all {
  cursor: pointer;
  background: #ffea00;
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  font-weight: 900;
  padding: 15px 10px 0;
  font-size: 50px
}

.page_container.cache .container-cache .search {
  margin-bottom: 20px
}

.page_container.cache .container-cache .search input {
  display: block;
  width: 100%;
  font-weight: 900;
  padding: 15px 10px 0;
  font-size: 50px;
  outline: 0;
  margin: 0;
  border: 1px solid #000
}

.page_container.cache .container-cache .col {
  width: calc(99.99% * 1/2 - 7.5px)
}

.page_container.cache .container-cache .col:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none
}

.page_container.cache .container-cache .col:last-child {
  margin-right: 0
}

.page_container.cache .container-cache .col:nth-child(2n) {
  margin-right: 0;
  float: right
}

.page_container.cache .container-cache .col:nth-child(2n+1) {
  clear: left
}

.page_container.cache .container-cache .item {
  opacity: .3;
  transition: opacity .5s, -webkit-transform .5s, color .5s;
  transition: opacity .5s, transform .5s, color .5s;
  cursor: pointer;
  padding: 5px 0 0;
  overflow: hidden
}

.page_container.cache .container-cache .item:hover {
  background: #ccc
}

.page_container.cache .container-cache .item.finish {
  opacity: 1
}

.page_container.cache .container-cache .item .status {
  font-size: 10px;
  opacity: 1;
  margin: 0 5px
}

.page_container.cache .container-cache .item .status.success {
  color: green
}

.page_container.cache .container-cache .item .status.in_progress {
  color: purple
}

.page_container.cache .container-cache .item .status.failed {
  color: red
}

.page_container.cache .container-cache .item .time {
  font-size: 10px;
  opacity: 1;
  margin: 0 5px
}

#navigation {
  position: fixed;
  z-index: 644;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-bottom: 1px solid #333;
  height: 80px;
  color: #333;
  background: #fff;
  border-bottom-color: #ccc;
  transition: height 1s ease-in-out, right 1s ease-in-out, color 1s ease-in-out, background 1s ease-in-out
}

#navigation .logo {
  position: absolute;
  top: 10px;
  width: 250px;
  height: 25px;
  left: 100px;
  transition: top 1s ease-in-out, height 1s ease-in-out, width 1s ease-in-out
}

.black .logo .whiteLogo {
  width: 180px;
  height: 60px;
  background: url("../images/logo2.png") no-repeat center;
  background-size:180px
}

.big .logo .whiteLogo {
  width: 180px;
  height: 60px;
  background: url("../images/logo.png") no-repeat center;
  background-size:180px
}

#navigation .logo svg {
  fill: #000;
  transition: fill 1s ease-in-out
}

#navigation .logo_info {
  transition: all 1s ease-in-out;
  position: absolute;
  width: 140px;
  left: 180px;
  top: 12px;
}

.number-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
}

.numberbox {
  flex-shrink: 1;
  width: 234px;
  height: 120px;
  text-align: center;
}

.numberbox-top {
  clear: both;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
}

.Odometer {
  margin: 0 !important;
  font-size: 40px;
}

.numberRight {
  font-size: 40px;
}

.numberbox-bottom {
  margin-top: 12px;
  font-size: 20px;
}

.Odometer1 {
  margin: 0 !important;
  font-size: 40px;
}

@media (max-width: 1050px) {
  #navigation .logo {
    left: 20px;
    top: 10px;
    width: 200px;
    height: 25px
  }

  #navigation .logo .whiteLogo {
    width: 180px;
    height: 60px;
    background: url(../images/logo2.png) no-repeat center;
    background-size:180px
  }

  #navigation .logo svg {
    fill: #000
  }

  #navigation .logo_info {
    top: 12px;
    left: 100px;
    width: 130px;
  }

  .number-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .numberbox {
    flex-shrink: 1;
    width: 134px;
    height: 80px;
    text-align: center;
  }

  .numberbox-top {
    height: 20px;
    line-height: 20px;
  }

  .number-animate {
    line-height: 45px;
    height: 45px;
    font-size: 24px !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }

  .number-animate .number-animate-dom {
    width: 14px !important;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
  }

  .numberRight {
    font-size: 24px;
  }

  .numberbox-bottom {
    font-size: 12px;
  }
}

#navigation .btn_container {
  position: absolute;
  right: 100px;
  top: 0;
  transition: top 1s ease-in-out;
  overflow: hidden;
  height: 100px
}

@media (max-width: 1050px) {
  #navigation .btn_container {
    right: 20px
  }
}

@media (max-width: 900px) {
  #navigation .btn_container {
    display: none
  }

  #navigation .logo .whiteLogo {
    width: 180px;
    height: 60px;
    background: url(../images/logo2.png) no-repeat center;
    background-size:180px
  }
}

#navigation .btn_container .link {
  /* font-family: "DIN-BoldAlternate"; */
  /* font-weight: bold; */
  margin: 0 20px;
  position: relative;
  transition: color 1s ease-in-out;
  line-height: 80px;
  height: 80px;
  display: inline-block;
  transition: line-height 1s ease-in-out, height 1s ease-in-out
}

#navigation .btn_container .link:after {
  content: '';
  position: absolute;
  height: 5px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  background: #000;
  bottom: 0;
  transition: -webkit-transform .2s ease-in-out, bottom 1s ease-in-out;
  transition: transform .2s ease-in-out, bottom 1s ease-in-out
}

#navigation .btn_container .link.active:after,
#navigation .btn_container .link.langactive:after,
#navigation .btn_container .link:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#navigation .btn_container .link.lang {
  margin-right: 0
}

#navigation .btn_container .link.lang span {
  border: 1px solid #333;
  background-color: #333;
  border-radius: 100%;
  padding: 5px 2px 5px 4px;
  color: #fff;
}

#navigation.big .btn_container .link.lang span {
  background-color: #B3B3B3;
  border: 1px solid #B3B3B3;
  color: #000;
  font-size: 12px;
}

#navigation.about.big .btn_container .link.lang span {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}

@media (min-width: 900px) {
  #navigation.big {
    height: 80px;
    color: #B3B3B3;
    background: transparent;
    border-color: #B3B3B3
  }

  #navigation.big.yellow {
    height: 68px;
    color: #333;
    background: #fff;
    border-color: #ccc
  }

  #navigation.big .logo {
    top: 10px;
    width: 284px;
    height: 30px
  }

  #navigation.big .logo svg {
    fill: #B3B3B3
  }

  #navigation.big .logo_info {
    width: 140px;
    top: 23px;
  }

  #navigation.big .logo_info svg {
    fill: #595758
  }

  #navigation.big .btn_container {
    height: 80px
  }

  #navigation.big .btn_container .link {
    line-height: 80px;
    height: 80px
  }

  #navigation.big .btn_container .link:after {
    background: #B3B3B3
  }

  #navigation.big.yellow .btn_container .link:after {
    background: #333
  }
}

#navigation #burger {
  display: block;
  position: absolute;
  z-index: 99999;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  background: transparent;
  cursor: pointer
}

@media (min-width: 900px) {
  #navigation #burger {
    display: none
  }
}

#navigation #burger {
  line-height: 80px
}

#navigation #burger .burger-text {
  float: left;
  font-size: 17px;
  font-weight: 700;
  margin-top: 41px;
  letter-spacing: .04em;
  line-height: 17px
}

#navigation #burger .burger-icon {
  float: left;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 47px;
  margin-left: 10px
}

#navigation #burger .burger-icon,
#navigation #burger .burger-icon:after,
#navigation #burger .burger-icon:before {
  display: block;
  width: 15px;
  height: 3px;
  background-color: #000;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-duration: .3s
}

#navigation #burger .burger-icon:after,
#navigation #burger .burger-icon:before {
  position: absolute;
  content: ""
}

#navigation #burger .burger-icon:before {
  top: -5px
}

#navigation #burger .burger-icon:after {
  top: 5px
}

#navigation #burger.active .burger-icon {
  background-color: transparent
}

#navigation #burger.active .burger-icon:before {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg)
}

#navigation #burger.active .burger-icon:after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg)
}

#navigation_mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -9;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  color: #000
}

@media (min-width: 900px) {
  #navigation_mobile {
    display: none
  }
}

#navigation_mobile .content {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 90px
}

@media (max-width: 700px) {
  #navigation_mobile .content {
    padding-top: 80px
  }

  #navigation .logo .whiteLogo {
    width: 180px;
    height: 60px;
    background: url(../images/logo2.png) no-repeat center;
    background-size:180px
  }

  .number-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .numberbox {
    flex-shrink: 1;
    width: 134px;
    height: 80px;
    text-align: center;
  }

  .numberbox-top {
    height: 20px;
    line-height: 20px;
  }

  .number-animate {
    line-height: 45px;
    height: 45px;
    font-size: 24px !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }

  .number-animate .number-animate-dom {
    width: 14px !important;
    text-align: center;
    float: left;
    position: relative;
    top: 0;
  }

  .numberRight {
    font-size: 24px;
  }

  .numberbox-bottom {
    font-size: 12px;
  }
}

#navigation_mobile .link {
  display: block;
  padding: 10px 0 10px 20px
}

#navigation_mobile .link.lang {
  display: inline-block
}

#navigation_mobile .link.lang.langactive {
  font-weight: 200
}

.footer_global {
  background: #F2F2F2;
  padding: 50px 0 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border-top: 1px solid #ccc;
  padding-bottom: 100px;
}

@media (max-width: 900px) {
  .footer_global {
    margin-top: 50px;
    padding-bottom-: 50px
  }
}

.footer_global .title {
  margin-bottom: 30px;
  font-size: 34px;
}

@media (max-width: 900px) {
  .footer_global .title {
    /*display:none*/
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.footer-locations {
  *zoom: 1;
  border-top: 1px solid #000;
  padding: 18px 0 12px
}

.footer-locations:after,
.footer-locations:before {
  content: '';
  display: table
}

.footer-locations:after {
  clear: both
}

@media (max-width: 900px) {
  .footer-locations {
    display: none
  }
}

.footer-locations.black {
  border-color: #ccc
}

.footer-locations.black .block:after {
  background: #000
}

.footer-locations.yellow {
  border-color: #ffea00
}

.footer-locations.yellow .block:after {
  background: #ffea00
}

.footer-locations.is-sticky-on-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 2
}

.footer-locations .block {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  margin-right: 40px
}

.footer-locations .block:after {
  content: '';
  position: absolute;
  width: 1px;
  background: #000;
  right: 0;
  height: 10px;
  top: 1px
}

.footer-locations .block:last-child {
  padding-right: 0;
  margin-right: 0
}

.footer-locations .block:last-child:after {
  background: none
}

.footer-subscribe {
  position: relative;
  overflow: hidden;
  margin-bottom: 75px
}

@media (max-width: 900px) {
  .footer-subscribe {
    display: none
  }
}

.address {
  /*padding-bottom: 150px;*/
  text-transform: none;
}

.footer-subscribe__button-container {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  height: 60px;
  position: relative
}

.footer-subscribe__text,
.footer-subscribe__thank {
  line-height: 65px;
  background: #ffea00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.footer-subscribe__input {
  display: block;
  position: absolute;
  height: 60px;
  bottom: 0;
  width: 245px;
  padding: 7px 15px 0;
  text-transform: uppercase;
  border: 1px solid #ccc;
  outline: none;
  background: rgba(155, 0, 103, 0);
  transition: background .5s, color .5s, border .5s;
  color: #000
}

.footer-subscribe__input--error {
  background: #9b0067;
  border: 1px solid #000;
  color: #fff
}

.footer-subscribe__submit {
  line-height: 65px;
  position: absolute;
  background: #ffea00;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55px;
  cursor: pointer
}

.footer-subscribe__submit-svg {
  position: absolute;
  width: 14px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -7px
}

.footer-subscribe__submit-svg svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #000
}

.social {
  padding: 10px 0 5px;
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
  color: #000;
  margin-bottom: 30px
}

@media (max-width: 900px) {
  .social {
    margin-bottom: 10px
  }
}

.social .social_btn {
  border-color: #000;
  color: #000;
  /*opacity: .5*/
}

.social.is-sticky-on-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2
}

.social.yellow {
  color: #ffea00
}

.social.yellow .social_btn {
  border-color: #ffea00;
  color: #ffea00;
  opacity: 1
}

.social .social_btn {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  margin-right: 15px;
  transition: opacity .5s
}

.social .social_btn img {
  vertical-align: top;
}

@media (max-width: 900px) {
  .social .social_btn {
    margin-right: 5px;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 30px
  }
}

.social .social_btn:hover {
  opacity: 1
}

.social .social_btn:last-child {
  margin-right: 0
}

#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999
}

#loader .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#loader .logo svg {
  width: 82px;
  height: 35px;
  opacity: 0;
  stroke-width: 7;
  stroke: #ffea00;
  fill: #ffea00
}

.grid_container {
  margin: 0 15px
}

.grid_container .grid {
  *zoom: 1;
  margin-left: -7.5px;
  margin-right: -7.5px
}

.grid_container .grid:before {
  content: '';
  display: table
}

.grid_container .grid:after {
  content: '';
  display: table;
  clear: both
}

.grid_container .grid .grid-item,
.grid_container .grid .grid-sizer {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: calc(99.99% * 1/12 - 15px);
  margin-left: 7.5px;
  margin-bottom: 15px;
  margin-right: 7.5px
}

@media (max-width: 900px) {

  .grid_container .grid .grid-item,
  .grid_container .grid .grid-sizer {
    float: left;
    width: calc(99.99% * 1/2 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    height: 250px
  }
}

@media (max-width: 700px) {

  .grid_container .grid .grid-item,
  .grid_container .grid .grid-sizer {
    float: left;
    width: calc(99.99% * 1/1 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px
  }
}

.grid_container .grid .grid-item .grid-item-wrapper,
.grid_container .grid .grid-sizer .grid-item-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #efefef
}

.grid_container .grid .grid-item.s_1-1,
.grid_container .grid .grid-sizer.s_1-1 {
  float: left;
  width: calc(99.99% * 1/1 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  height: 665px
}

@media (max-width: 1050px) {

  .grid_container .grid .grid-item.s_1-1,
  .grid_container .grid .grid-sizer.s_1-1 {
    height: 425px
  }
}

@media (max-width: 900px) {

  .grid_container .grid .grid-item.s_1-1,
  .grid_container .grid .grid-sizer.s_1-1 {
    float: left;
    width: calc(99.99% * 1/2 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    height: 250px
  }
}

@media (max-width: 700px) {

  .grid_container .grid .grid-item.s_1-1,
  .grid_container .grid .grid-sizer.s_1-1 {
    float: left;
    width: calc(99.99% * 1/1 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px
  }
}

.grid_container .grid .grid-item.s_1-2,
.grid_container .grid .grid-sizer.s_1-2 {
  float: left;
  width: calc(99.99% * 6/12 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  height: 665px;
}

@media (max-width: 1050px) {

  .grid_container .grid .grid-item.s_1-2,
  .grid_container .grid .grid-sizer.s_1-2 {
    height: 425px
  }
}

@media (max-width: 900px) {

  .grid_container .grid .grid-item.s_1-2,
  .grid_container .grid .grid-sizer.s_1-2 {
    float: left;
    width: calc(99.99% * 1/2 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    height: 250px
  }
}

@media (max-width: 700px) {

  .grid_container .grid .grid-item.s_1-2,
  .grid_container .grid .grid-sizer.s_1-2 {
    float: left;
    width: calc(99.99% * 1/1 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px
  }
}

.grid_container .grid .grid-item.s_1-3,
.grid_container .grid .grid-sizer.s_1-3 {
  float: left;
  width: calc(99.99% * 4/12 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  height: 425px
}

@media (max-width: 1050px) {

  .grid_container .grid .grid-item.s_1-3,
  .grid_container .grid .grid-sizer.s_1-3 {
    height: 325px
  }
}

@media (max-width: 900px) {

  .grid_container .grid .grid-item.s_1-3,
  .grid_container .grid .grid-sizer.s_1-3 {
    float: left;
    width: calc(99.99% * 1/2 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    height: 250px
  }
}

@media (max-width: 700px) {

  .grid_container .grid .grid-item.s_1-3,
  .grid_container .grid .grid-sizer.s_1-3 {
    float: left;
    width: calc(99.99% * 1/1 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px
  }
}

.grid_container .grid .grid-item.s_1-4,
.grid_container .grid .grid-sizer.s_1-4 {
  height: 325px;
  float: left;
  width: calc(99.99% * 3/12 - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px
}

@media (max-width: 1050px) {

  .grid_container .grid .grid-item.s_1-4,
  .grid_container .grid .grid-sizer.s_1-4 {
    height: 205px
  }
}

@media (max-width: 900px) {

  .grid_container .grid .grid-item.s_1-4,
  .grid_container .grid .grid-sizer.s_1-4 {
    float: left;
    width: calc(99.99% * 1/2 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    height: 250px
  }
}

@media (max-width: 700px) {

  .grid_container .grid .grid-item.s_1-4,
  .grid_container .grid .grid-sizer.s_1-4 {
    float: left;
    width: calc(99.99% * 1/1 - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px
  }
}

.grid_container .grid .grid-item.no-touch:hover .cover,
.grid_container .grid .grid-sizer.no-touch:hover .cover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: -webkit-transform 1s;
  transition: transform 1s
}

.grid_container .grid .grid-item.no-touch:hover .title_container,
.grid_container .grid .grid-sizer.no-touch:hover .title_container {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.grid_container .grid .grid-item .cover,
.grid_container .grid .grid-sizer .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  transition: opacity 1s, -webkit-transform .5s;
  transition: opacity 1s, transform .5s;
  opacity: 0
}

.grid_container .grid .grid-item .cover.b-loaded,
.grid_container .grid .grid-sizer .cover.b-loaded {
  opacity: 1
}

.grid_container .grid .grid-item .title_container,
.grid_container .grid .grid-sizer .title_container {
  position: relative;
  z-index: 2;
  position: absolute;
  min-height: 80px;
  margin-top: 90px;
  padding: 3px 25px 0 15px;
  overflow: hidden;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  height: 0
}

@media (min-width: 700px) {

  .grid_container .grid .grid-item .title_container,
  .grid_container .grid .grid-sizer .title_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (max-width: 1050px) {

  .grid_container .grid .grid-item .title_container,
  .grid_container .grid .grid-sizer .title_container {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 9px
  }
}

@media (max-width: 700px) {

  .grid_container .grid .grid-item .title_container,
  .grid_container .grid .grid-sizer .title_container {
    display: auto;
    width: 180px;
    height: auto;
    min-height: auto
  }

  .grid_container .grid .grid-item .title_container br,
  .grid_container .grid .grid-sizer .title_container br {
    display: none
  }
}

.grid_container .grid .grid-item .title_container .title_and_caption,
.grid_container .grid .grid-sizer .title_container .title_and_caption {
  margin: auto;
  display: inline-block
}

.grid_container .grid .grid-item .title_container .caption,
.grid_container .grid .grid-item .title_container .title,
.grid_container .grid .grid-sizer .title_container .caption,
.grid_container .grid .grid-sizer .title_container .title {
  position: relative;
  padding-left: 15px;
  line-height: 1.7;
  display: block
}

@media (max-width: 700px) {

  .grid_container .grid .grid-item .title_container .caption,
  .grid_container .grid .grid-sizer .title_container .caption {
    display: none
  }
}

.grid_container .grid .grid-item .title_container .title_cover,
.grid_container .grid .grid-item .title_container .title_cover_effect,
.grid_container .grid .grid-sizer .title_container .title_cover,
.grid_container .grid .grid-sizer .title_container .title_cover_effect {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff
}

.lightbox_gallery {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 99999;
  opacity: 0;
  visibility: hidden
}

.lightbox_gallery.lightbox_gallery__hide-cursor,
.lightbox_gallery .lightbox_gallery__hide-cursor {
  cursor: none !important
}

.lightbox_gallery .swiper-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.lightbox_gallery .swiper-container .swiper-slide .cover {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden
}

@media (max-width: 700px) {
  .lightbox_gallery .swiper-container .swiper-slide .cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
}

.lightbox_gallery .lightbox_gallery__close {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 25px;
  width: 52px;
  height: 52px;
  padding: 20px
}

@media (max-width: 700px) {
  .lightbox_gallery .lightbox_gallery__close {
    right: 0
  }
}

.lightbox_gallery .lightbox_gallery__close svg {
  fill: #fff;
  width: 100%;
  height: 100%
}

.lightbox_gallery .lightbox_gallery__fullscreen {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 91px;
  width: 19px;
  height: 19px
}

@media (max-width: 700px) {
  .lightbox_gallery .lightbox_gallery__fullscreen {
    display: none
  }
}

.lightbox_gallery .lightbox_gallery__fullscreen svg {
  fill: #fff;
  width: 100%;
  height: 100%
}

.lightbox_gallery .lightbox_gallery__next,
.lightbox_gallery .lightbox_gallery__prev {
  cursor: pointer;
  position: absolute;
  top: 50px;
  bottom: 50px;
  cursor: none
}

@media (max-width: 700px) {

  .lightbox_gallery .lightbox_gallery__next,
  .lightbox_gallery .lightbox_gallery__prev {
    display: none
  }
}

.lightbox_gallery .lightbox_gallery__cursor {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 999;
  width: 16px;
  height: 16px;
  cursor: none;
  pointer-events: none
}

@media (max-width: 700px) {
  .lightbox_gallery .lightbox_gallery__cursor {
    display: none
  }
}

.lightbox_gallery .lightbox_gallery__cursor svg {
  fill: #000;
  stroke: #fff;
  stroke-width: 14
}

.lightbox_gallery .lightbox_gallery__cursor.lightbox_gallery__hide-cursor--timeout {
  transition: opacity .5s;
  opacity: .2
}

.lightbox_gallery .lightbox_gallery__cursor.lightbox_gallery__hide-cursor--event {
  opacity: 0
}

.lightbox_gallery .lightbox_gallery__prev {
  left: 50px;
  right: 50%
}

.lightbox_gallery .lightbox_gallery__next {
  right: 50px;
  left: 50%
}

.lightbox_gallery .lightbox_gallery__social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  z-index: 9
}

.lightbox_gallery .lightbox_gallery__social .opensocial {
  margin: 0 10px;
  font-size: 16px;
  line-height: 44px
}

@media (max-width: 700px) {
  .lightbox_gallery .lightbox_gallery__social .opensocial {
    line-height: 27px
  }
}

.lightbox_gallery .lightbox_gallery__status {
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 50px;
  text-align: center;
  z-index: 9
}

@media (max-width: 700px) {
  .lightbox_gallery .lightbox_gallery__status {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 10px;
    left: 50%;
    font-size: 12px;
    width: 25px
  }
}

.lightbox_gallery .lightbox_gallery__status-sep {
  background: #fff;
  height: 1px;
  margin: 12px 0 20px
}

@media (max-width: 700px) {
  .lightbox_gallery .lightbox_gallery__status-sep {
    margin: 2px 0 6px
  }
}

.breadcrumbs {
  -webkit-transform: translate(0);
  transform: translate(0);
  position: fixed;
  z-index: 100;
  top: 4px;
  left: 0;
  margin-top: 0;
  background-color: #fff;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  height: 42px;
  right: 0;
  overflow: hidden
}

@media (max-width: 900px) {
  .breadcrumbs {
    overflow-x: auto;
    overflow-y: hidden
  }
}

.breadcrumbs.is-visible {
  opacity: 1;
  -webkit-transform: translateY(42px);
  transform: translateY(42px)
}

.breadcrumbs .gradient {
  position: absolute;
  right: 0;
  height: 41px;
  width: 100px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
  z-index: 999;
  top: 0;
  pointer-events: none;
  display: none
}

@media (min-width: 900px) {
  .breadcrumbs .gradient {
    display: none
  }
}

.breadcrumbs__container {
  padding: 0 100px;
  color: #000;
  border-bottom: 1px solid #ccc
}

@media (max-width: 1050px) {
  .breadcrumbs__container {
    padding: 0 20px
  }
}

@media (max-width: 900px) {
  .breadcrumbs__container {
    position: absolute;
    height: 100%;
    left: 0;
    padding: 0 20px;
    right: 0
  }
}

.breadcrumbs__link-template {
  display: none
}

.breadcrumbs__button,
.breadcrumbs__link {
  display: inline-block;
  text-transform: uppercase;
  outline: 0;
  padding-top: 16px;
  padding-bottom: 11px;
  margin-right: 30px;
  transition: color .5s;
  color: #666
}

.breadcrumbs__button:hover,
.breadcrumbs__link:hover {
  color: #000
}

.breadcrumbs__button {
  background-color: transparent;
  border: none;
  position: relative;
  padding-right: 50px;
  padding-left: 0;
  letter-spacing: inherit
}

.breadcrumbs__button .status {
  font-size: 25px;
  font-weight: 100;
  position: absolute;
  top: 5px;
  right: 20px;
  overflow: hidden
}

.breadcrumbs__button .status.minus {
  height: 1px;
  width: 8px;
  top: 20px;
  right: 24px;
  background: #000;
  opacity: 0;
  transition: opacity .5s
}

.breadcrumbs__button .status.minus.show {
  opacity: 1
}

.breadcrumbs__button .status.plus {
  transition: -webkit-transform .5s;
  transition: transform .5s;
  -webkit-transform-origin: 50% 35%;
  transform-origin: 50% 35%
}

.breadcrumbs__button .status.plus.hide {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.breadcrumbs__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 1px;
  right: 0;
  background: #ccc
}

.breadcrumbs__link {
  position: relative;
  padding-right: 25px
}

.breadcrumbs__link .arrow {
  position: absolute;
  display: block;
  width: 12px;
  height: 5px;
  right: -10px;
  top: 14px
}

.breadcrumbs__link .text {
  width: 12px;
  height: 3px
}

.breadcrumbs__link:last-child {
  padding-right: 0;
  margin-right: 0
}

.breadcrumbs--is-dot .breadcrumbs__link:nth-last-child(2) .arrow svg,
.breadcrumbs__link:last-child .arrow {
  display: none
}

.breadcrumbs--is-dot .breadcrumbs__link:nth-last-child(2):after {
  position: absolute;
  font-size: 30px;
  right: -5px;
  top: 7px;
  content: '·'
}

.video_bg {
  top: 0;
  left: 0;
  overflow: hidden
}

.video_bg,
.video_bg .video-js,
.video_bg video {
  position: absolute;
  width: 100%;
  height: 100%
}

.video_bg video {
  opacity: 0;
  transition: opacity .5s
}

.video_bg video.onplay {
  opacity: 1
}

.video {
  position: absolute;
  width: 100%;
  max-width: 177.78vh;
  height: 56.25vw;
  max-height: 100vh;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.video.video_lightbox {
  width: calc(100vw - 100px);
  max-width: calc(177.78vh - 177.77778px);
  height: calc(56.25vw - 56.25px);
  max-height: calc(100vh - 100px)
}

@media (max-width: 700px) {
  .video.video_lightbox {
    width: calc(100vw - 30px);
    max-width: calc(177.78vh - 53.33333px);
    height: calc(56.25vw - 16.875px);
    max-height: calc(100vh - 30px)
  }
}

.video .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

@media (max-width: 1050px) {
  .video .video-js {
    opacity: 1
  }
}

.video-js.vjs-fullscreen {
  position: static
}

.video-js .vjs-big-play-button {
  display: none
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: inherit !important;
  opacity: 1 !important
}

.video-js .vjs-control-bar {
  background: rgba(0, 0, 0, .8);
  z-index: 9
}

.video-js .vjs-load-progress {
  background: #ffea00
}

.video-js .vjs-slider {
  background: rgba(255, 234, 0, .6)
}

.next-section-btn {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 50px;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .5;
  transition: opacity 1s
}

@media (max-width: 1100px) {
  .next-section-btn {
    bottom: 20px
  }
}

.next-section-btn:hover {
  opacity: 1
}

.next-section-svg {
  width: 100%;
  height: 100%;
  fill: #fff
}

.work-filters {
  left: 0;
  right: 0;
  height: 255px;
  *zoom: 1;
  padding: 0;
  background-color: #fff;
  transition: -webkit-transform .5s;
  transition: transform .5s
}

.work-filters:after,
.work-filters:before {
  content: '';
  display: table
}

.work-filters:after {
  clear: both
}

@media (max-width: 1050px) {
  .work-filters {
    padding: 0
  }
}

@media (max-width: 900px) {
  .work-filters {
    padding: 0;
    height: 220px
  }
}

.work-filters.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.work-filters.is-sticky {
  position: fixed;
  height: 255px;
  -webkit-transform: translateY(-255px);
  transform: translateY(-255px);
  z-index: 99;
  top: 46px;
  left: 0;
  right: 0;
  margin-top: 0;
  background-color: #fff;
  margin-bottom: 0
}

@media (max-width: 900px) {
  .work-filters.is-sticky {
    height: 220px
  }
}

.work-filters.is-sticky.with-breadcrumb {
  top: 88px
}

.work-filters.is-sticky.is-expanded {
  -webkit-transform: translate(0);
  transform: translate(0)
}

.work-filters .border {
  height: 1px;
  position: absolute;
  width: 100%;
  background: #ccc;
  bottom: 0;
  left: 0
}

.work-filters__container {
  *zoom: 1;
  position: relative
}

.work-filters__container:before {
  content: '';
  display: table
}

.work-filters__container:after {
  content: '';
  display: table;
  clear: both
}

.work-filter-col {
  width: 33%
}

.work-filter-col:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none
}

.work-filter-col:last-child {
  margin-right: 0
}

.work-filter-col:last-child {
  margin-right: 0;
  border-left: 1px solid #ccc;
  float: right
}

/*.work-filter-col:nth-child(2n+1) {
    clear: left
}*/

/*@media (max-width: 900px) {
    .work-filter-col {
        width:100%;
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        width: auto
    }

    .work-filter-col:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none
    }

    .work-filter-col:last-child {
        margin-right: 0
    }

    .work-filter-col:nth-child(0n) {
        margin-right: 0;
        float: right
    }

    .work-filter-col:nth-child(0n+1) {
        clear: left
    }
}*/

.work-filter-col:first-child {
  border-right: 1px solid #ccc
}

/*@media (max-width: 900px) {
    .work-filter-col:first-child {
        border-right:none
    }
}

@media (max-width: 900px) {
    .work-filter-col:last-child .work-filter-label {
        left:66%
    }
    .work-filter-col:nth-child(2) .work-filter-label {
        left:33%
    }
}*/

.work-filter {
  text-transform: uppercase;
  width: 49.995%;
  height: 255px;
  position: relative
}

.work-filter:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none
}

.work-filter:last-child {
  margin-right: 0
}

.work-filter:nth-child(2n) {
  margin-right: 0;
  float: right
}

.work-filter:nth-child(2n+1) {
  clear: left
}

/*@media (max-width: 900px) {
    .work-filter {
        width:99.99%;
        height: auto
    }

    .work-filter:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none
    }

    .work-filter:last-child {
        margin-right: 0
    }

    .work-filter:nth-child(1n) {
        margin-right: 0;
        float: right
    }

    .work-filter:nth-child(1n+1) {
        clear: left
    }
}*/

.work-filter__container-label {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

/*@media (max-width: 900px) {
    .work-filter__container-label {
        position:static;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}*/

.work-filter-label {
  text-align: center
}

/*@media (max-width: 900px) {
    .work-filter-label {
        position:absolute;
        width: 33%;
        text-align: center;
        padding: 16px 0 9px;
        border-bottom: 1px solid #ccc
    }
}*/

.work-filter-label:after,
.work-filter-label:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 1px;
  background-color: #ccc;
  right: 0
}

/*@media (max-width: 900px) {
    .work-filter-label:after,.work-filter-label:before {
        display:none
    }
}
*/
.work-filter-label:before {
  top: 0
}

.work-filter-label:after {
  bottom: 0
}

.work-filter__label {
  display: block;
  position: relative;
  text-transform: initial;
  transition: -webkit-transform .5s, color .5s;
  transition: transform .5s, color .5s;
  color: #666
}

.work-filter__label.active {
  color: #000
}

.work-filter__label.active .border-underline {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.work-filter__label.no-touch.hover,
.work-filter__label.no-touch:hover {
  color: #000
}

.work-filter__label.no-touch.hover .border-underline,
.work-filter__label.no-touch:hover .border-underline {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.work-filter__label .border-underline {
  position: absolute;
  width: 100%;
  bottom: 0;
  transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  opacity: 0;
  height: 1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: #000
}

@media (max-width: 900px) {

  /*.work-filter__label .border-underline {
        left:0;
        top: 25px
    }*/
  .work-filter__label {
    font-size: 10px;
  }

  .work-filter__tag-link {
    font-size: 10px;
  }
}

.work-filter__label .arrow {
  top: -4px
}

.work-filter__tag-list {
  margin-top: 1px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap
}

/*@media (max-width: 900px) {
    .work-filter__tag-list {
        left:20px;
        top: 60px;
        -webkit-transform: translate(0);
        transform: translate(0);
        display: none
    }

    .work-filter__tag-list.active {
        display: block
    }
}*/

.work-filter__tag-link {
  display: block;
  position: relative;
  transition: -webkit-transform .5s, color .5s;
  transition: transform .5s, color .5s;
  color: #666;
  padding: 6px 0
}

.work-filter__tag-link.active {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  color: #000
}

.work-filter__tag-link.active .arrow {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

@media (min-width: 900px) {

  .work-filter__tag-link.hover,
  .work-filter__tag-link:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    color: #000
  }

  .work-filter__tag-link.hover .arrow,
  .work-filter__tag-link:hover .arrow {
    opacity: 1;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
  }
}

.work-filter__tag-link .arrow {
  position: absolute;
  width: 12px;
  height: 5px;
  left: -30px;
  top: 10px;
  transition: -webkit-transform 2s, opacity .5s;
  transition: transform 2s, opacity .5s;
  opacity: 0
}

.ie9-container {
  position: fixed;
  background: #ffea00;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px
}

.ie9-container .ie9-content {
  text-align: center;
  max-width: 900px;
  width: 900px;
  margin: 0 auto
}

.ie9-container .ie9-content .ie9-logo {
  padding-top: 80px;
  width: 250px;
  margin: 0 auto
}

.ie9-container .ie9-content .ie9-title {
  text-transform: uppercase;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900
}

.ie9-container .ie9-content .ie9-adresse {
  margin-bottom: 20px
}

.ie9-container .ie9-content .ie9-mail,
.ie9-container .ie9-content .ie9-phone {
  font-weight: 700;
  font-size: 16px
}

.ie9-container .ie9-content .ie9-container-column .ie9-column {
  font-size: 20px;
  width: calc(99.99% * 1/3 - 20px)
}

.ie9-container .ie9-content .ie9-container-column .ie9-column:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none
}

.ie9-container .ie9-content .ie9-container-column .ie9-column:last-child {
  margin-right: 0
}

.ie9-container .ie9-content .ie9-container-column .ie9-column:nth-child(3n) {
  margin-right: 0;
  float: right
}

.ie9-container .ie9-content .ie9-container-column .ie9-column:nth-child(3n+1) {
  clear: left
}

.button.red_border {
  background: #e4007f;
  color: #fff;
  border: 0;
  margin-top: 50px;
  padding: 15px 35px
}

.page_container.about .section.intro.hqx .title_section {
  padding-top: 180px;
  font-size: 49px;
  padding-bottom: 20px;
  font-weight: bold;
}

.page_container.about .section.intro.hqx .text-container {
  padding-bottom: 180px;
}

.page_container.about .section.intro.hqx .text-container .blockquote {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.7;
}

.page_container.about .hqx .title_section:after {
  background-color: transparent;
}

.page_container.about .intro .title_section:after {
  background-color: transparent;
}

.nav-list {
  list-style: none;
  border-left: 1px solid #333;
  min-height: 400px;
  padding: 40px;
  margin: 0;
}

.nav-list>li {
  line-height: 60px;
  border-bottom: 1px solid #333;
  font-size: 16px;
}

.nav-list>li>span {
  font-size: 32px;
}

.colmun-title {
  background-color: #000;
  color: #fff;
  line-height: 65px;
  width: 395px;
  padding-left: 60px;
  font-size: 23px;
}

@media (max-width: 700px) {
  .address {
    font-size: 12px;
  }

  .page_container {
    padding-top: 46px
  }

  .page_container.about .section.intro.hqx {
    margin-bottom: 10px;
  }

  .page_container.about .section.intro .container-top {
    margin-bottom: 0;
  }

  .page_container.about .section.intro .title_section {
    font-size: 16px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .page_container.about .section.intro .text-container {
    padding-bottom: 250px;
  }

  .page_container.about .section.intro .text-container .blockquote {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
    line-height: 1.7;
  }

  .page_container.about .section.segments .container-fluid .text-container {
    text-align: center;
    padding: 0 40px;
  }

  .page_container.about .section.segments .container-fluid .description {
    margin-bottom: 50px;
  }

  .page_container.about .section.segments .container-fluid .description span {
    font-weight: bold;
    font-family: "FZLTZCHK"
  }

  .page_container.about .section.segments .container-fluid .col-container:first-child .cover {
    background-color: #F9F9F9 !important;
    color: #333;
    text-align: center;
  }

  .page_container.about .section.segments .container-fluid .col-container:first-child .cover .title {
    font-size: 21px;
    margin-top: 30px;
    border-color: #ddd;
  }

  .page_container.about .section.segments .container-fluid .col:nth-child(2n) {
    min-height: 650px;
  }

  .page_container.about .section.intro.hqx .title_section {
    font-size: 28px;
  }

  .page_container.about .style6 {
    font-size: 26px;
  }

  .page_container.about .section.team .boss-infos-container {
    padding: 15px 0;
  }

  .page_container.about .section.team .pic-all-container {
    margin-top: 0;
  }

  .nav-list {
    padding: 0;
    padding-left: 15px;
    border-left-width: 0;
    min-height: inherit;
  }

  .nav-list>li {
    font-size: 10px;
    line-height: 24px;
    border-bottom-width: 0;
  }

  .nav-list>li:first-child {
    border-bottom: 1px solid #333;
  }

  .nav-list>li>a {
    color: #000;
  }

  .nav-list>li>span {
    font-size: 13px;
    white-space: nowrap;
  }

  .address {
    font-size: 10px;
  }

  .colmun-title {
    display: none;
  }

  .footer_global {
    background-color: #fff;
  }

  .page_container.home .section.contact .style10 {
    font-size: 16px;
  }

  .work-filter {
    height: 220px;
  }

  .page_container.about .section.intro.hqx .text-container .blockquote {
    font-size: 16px;
  }
}


.contact-footer {
  padding-top: 50px;
  padding-bottom: 35px;
}

.contact-footer-text {
  border-bottom: 1px solid #333;
  list-style: none;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 24px;
}

/*&#xf061;*/
.contact-footer-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #e4007f;
  position: absolute;
  right: 0;
  bottom: 15px;
}

.contact-footer-icon svg {
  width: 25px;
  height: 25px;
  display: block;
  margin-top: 2px;
  margin-left: 2px;
}

.contact-footer-title {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
}

.contact-footer .grid .grid-item {
  border-right: 1px solid #333;
}

@media (max-width: 900px) {
  .contact-footer .grid .grid-item {
    border-right: 0;
  }
}

@media (max-width: 1200px) {
  .page_container.about .section.segments .container-fluid .text-container {
    max-width: 500px;
    padding-left: 20px;
  }
}

.contact-footer .grid .grid-item:last-child {
  border: 0;
}

.contact-footer-con {
  list-style: none;
  line-height: 2;
  color: #000;
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
}

.contact-footer-con1 {
  width: 50px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  font-family: "DIN-BoldAlternate"
}

.contact-footer-con2 {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  vertical-align: top;
}


.contact-footer .grid .grid-item.s_1-3 {
  height: auto
}

@media (max-width: 900px) {
  .contact-footer-title {
    width: 90%;
  }

  .contact-footer-con {
    width: 90%;
  }
}

.swiper-content {
  margin-top: 69px;
  overflow: hidden;
}

.swiper-content1 {
  margin-top: 26px;
  overflow: hidden;
}

.swiper-content2 {
  margin-top: 26px;
  overflow: hidden;
}

.friend-link .swiper-slide {
  width: 240px !important;
  height: 80px;
  background: #ffffff;
}

.swiper-content .swiper-content1 .swiper-content2 {
  position: relative;
}

.left-opacity {
  margin-top: 8px;
  z-index: 2;
  width: 120px;
  /* height: 82px; */
  height: 55px;
  position: absolute;
  left: 0;
  background-image: linear-gradient(270deg, rgba(7, 10, 43, 0) 0%, rgba(15, 21, 41, 0.98) 87%, #050B13 100%);
  opacity: 0.9;
}

.right-opacity {
  margin-top: 8px;
  z-index: 2;
  width: 120px;
  height: 55px;
  position: absolute;
  right: 35px;
  background-image: linear-gradient(90deg, rgba(7, 10, 43, 0) 0%, rgba(15, 21, 41, 0.98) 87%, #050B13 100%);
  opacity: 0.9;
}

.friend-link .swiper-slide img {
  width: 240px;
  height: 80px;
}

.section_content1 {
  max-width: 1300px !important;
}

.section3-footer {
  margin-top: 50px;
}

.section3-footer .tel {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.section3-footer .path {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.section3-footer .record {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}

.section_content_bottom {
  padding: 0 !important;
}