@charset "UTF-8";
/*!
Theme Name: Nom du projet
Theme URI: http://example.com
Author: Spintank
Author URI:
Version: 1.0
*/
/*****************/
/****** _Config *****/
/*****************/
/* # Config */
/* # Config */
/****************/
/* # Grid */
/****************/
/*
 - `gutter` : gutter width ;
*/
/****************/
/* # Media Queries with _Sass-mq_ */
/****************/
/* https://github.com/sass-mq/sass-mq */
/****************/
/* # Variables */
/****************/
/* # Sass plugins */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900");
@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("assets/images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("assets/images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("assets/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("assets/images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

embed {
  width: 100%;
  height: 100%;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("assets/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("assets/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/*! jQuery UI - v1.12.1 - 2017-02-26
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

/* # Utilities */
/* # Clearfix */
/*
http://nicolasgallagher.com/micro-clearfix-hack/
*/
/* # _Reset_  */
/**** Keyframes Animation ****/
/*
Accessibility hidden
https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
*/
/* # block stretching */
/* # Fonts */
/*****************/
/****** _Project *****/
/*****************/
/* # Base */
/* # Font Mixins */
/* One mixin by font-style, order by asc */
/*****************/
/****** Custom *****/
/*****************/
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes first-bar {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  40% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    top: 16px;
  }
  60% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
  }
  100% {
    top: 16px;
    -webkit-transform: rotate(45deg) scale(0.5, 1);
            transform: rotate(45deg) scale(0.5, 1);
  }
}

@keyframes first-bar {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
  40% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    top: 16px;
  }
  60% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
  }
  100% {
    top: 16px;
    -webkit-transform: rotate(45deg) scale(0.5, 1);
            transform: rotate(45deg) scale(0.5, 1);
  }
}

@-webkit-keyframes second-bar {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
}

@keyframes second-bar {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
}

@-webkit-keyframes last-bar {
  0% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
  }
  40% {
    top: 16px;
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
  }
  60% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
  }
  100% {
    top: 16px;
    -webkit-transform: rotate(-45deg) scale(0.5, 1);
            transform: rotate(-45deg) scale(0.5, 1);
  }
}

@keyframes last-bar {
  0% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
  }
  40% {
    top: 16px;
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
  }
  60% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
  }
  100% {
    top: 16px;
    -webkit-transform: rotate(-45deg) scale(0.5, 1);
            transform: rotate(-45deg) scale(0.5, 1);
  }
}

@-webkit-keyframes first-bar-close {
  0% {
    top: 16px;
    -webkit-transform: rotate(45deg) scale(0.5, 1);
            transform: rotate(45deg) scale(0.5, 1);
  }
  40% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
  }
  60% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
    top: 16px;
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}

@keyframes first-bar-close {
  0% {
    top: 16px;
    -webkit-transform: rotate(45deg) scale(0.5, 1);
            transform: rotate(45deg) scale(0.5, 1);
  }
  40% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
  }
  60% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
    top: 16px;
  }
  100% {
    top: 8px;
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}

@-webkit-keyframes second-bar-close {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes second-bar-close {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes last-bar-close {
  0% {
    top: 16px;
    -webkit-transform: rotate(-45deg) scale(0.5, 1);
            transform: rotate(-45deg) scale(0.5, 1);
  }
  40% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
  }
  60% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
    top: 16px;
  }
  100% {
    top: 24px;
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}

@keyframes last-bar-close {
  0% {
    top: 16px;
    -webkit-transform: rotate(-45deg) scale(0.5, 1);
            transform: rotate(-45deg) scale(0.5, 1);
  }
  40% {
    top: 16px;
    -webkit-transform: rotate(0) scale(0.5, 1);
            transform: rotate(0) scale(0.5, 1);
  }
  60% {
    -webkit-transform: rotate(0) scale(1, 1);
            transform: rotate(0) scale(1, 1);
    top: 16px;
  }
  100% {
    top: 24px;
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
  }
}

@-webkit-keyframes unzoomed {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes unzoomed {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes swipe {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@keyframes swipe {
  0% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes hideShow {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hideShow {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes suggestOverview {
  0% {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
  }
  100% {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
}

@keyframes suggestOverview {
  0% {
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
  }
  100% {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
}

@-webkit-keyframes scaleInScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleInScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scaleInScaleOutMobile {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleInScaleOutMobile {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* # Base */
/*****************/
/******HTML5 Elements*****/
/*****************/
* {
  box-sizing: border-box;
}

html {
  /*font-size: 62.5%;*/
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  /*line-height: 1.5625rem;*/
  color: #5e5e5e !important;
}

body.scrolling-disabled {
  height: 100vh;
  overflow: hidden;
}

body.modal-opened {
  overflow: hidden;
}

*, *::before, *::after {
  background-repeat: no-repeat;
}

h1, h2, h3, h4 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

video {
  max-width: 100%;
}

.video-container.dropshadow::after {
  content: '';
  display: block;
  margin-top: 10px;
  height: 10px;
  width: 100%;
  background-image: url("assets/images/dropshadow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

button:focus,
input:focus {
  outline: 0;
}

hr {
  display: block;
  width: 90px;
  height: 3px;
  margin: 30px auto;
  outline: none;
  border-style: solid;
}

@media all and (max-width: 53.99em) {
  hr {
    height: 2px;
    margin: 20px auto;
  }
}

hr.white {
  background-color: #fff;
  color: #fff;
}

hr.grey {
  background-color: #616161;
  color: #616161;
}

hr.light-grey {
  background-color: #808080;
  color: #616161;
}

hr.yellow {
  background-color: #FAB10D;
  color: #FAB10D;
}

hr.review, hr.blue {
  background-color: #4CAEC3;
  color: #4CAEC3;
}

hr.plugin, hr.purple {
  background-color: #8D5A9E;
  color: #8D5A9E;
}

hr.pipeline {
  background-color: #52B894;
  color: #52B894;
}

hr.scenarioprocessor {
  background-color: #8ACC54;
  color: #8ACC54;
}

hr.loaderunity {
  background-color: #7537A3;
  color: #7537A3;
}

/*****************/
/****** MAIN *****/
/*****************/
.hidden {
  display: none !important;
}

.pixyz,
.webgl {
  text-transform: none;
}

.main {
  /*padding-top: 60px;*/
  margin-top: 60px;
}

.container {
  max-width: 1170px;
}

.pricing-container {
  max-width: 1440px;
  margin: 0 auto;
}

.row {
  clear: both;
}

.row::before {
  display: table;
  content: ' ';
}

.row::after {
  content: ' ';
  display: table;
  clear: both;
}

.row-relative {
  position: relative;
}

.col-md-20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (min-width: 54em) {
  .col-md-20 {
    float: left;
    width: 20%;
  }
}

.col-md-30 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (min-width: 54em) {
  .col-md-30 {
    float: left;
    width: 30%;
  }
}

.col-md-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (min-width: 54em) {
  .col-md-15 {
    float: left;
    width: 15%;
  }
}

.col-md-35 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (min-width: 54em) {
  .col-md-35 {
    float: left;
    width: 35%;
  }
}

.html {
  overflow: hidden;
}

.v-container {
  display: table;
  height: 100%;
  width: 100%;
}

.v-align {
  display: table-cell;
  vertical-align: middle;
}

.v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media all and (min-width: 54em) {
  .mask-text {
    overflow: hidden;
  }
  .mask-text p, .mask-text li {
    display: inline-block;
    -webkit-transform: translate(0, 130%);
        -ms-transform: translate(0, 130%);
            transform: translate(0, 130%);
    -webkit-transition: -webkit-transform 1.3s ease 0.2s;
    transition: -webkit-transform 1.3s ease 0.2s;
    transition: transform 1.3s ease 0.2s;
    transition: transform 1.3s ease 0.2s, -webkit-transform 1.3s ease 0.2s;
  }
  .slick-active .mask-text p, .slick-active .mask-text li {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.f-left {
  margin-left: auto;
}

.f-right {
  margin-right: auto;
}

.underline {
  text-decoration: underline;
  cursor: pointer;
}

.offset-top {
  padding-top: 60px;
}

.no-transform {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.c-studio {
  color: #FAB10D;
}

.c-review {
  color: #4CAEC3;
}

.c-plugin {
  color: #8D5A9E;
}

.c-pipeline {
  color: #52B894;
}

.c-scenarioprocessor {
  color: #8ACC54;
}

.c-loaderunity {
  color: #7537A3;
}

/*****************/
/****** USEFUL CLASSES *****/
/*****************/
-overflow {
  overflow: hidden;
}

-uppercase {
  text-transform: uppercase;
}

-hide-for-viewer {
  position: absolute;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* # Font Mixins */
/* One mixin by font-style, order by asc */
/*****************/
/****** Custom *****/
/*****************/
/*****************/
/****** Text styles *****/
/*****************/
-underline {
  display: inline-block;
  position: relative;
}

-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 0.3.125rem;
  background-color: #fff;
}

/* # Atoms */
/* # Buttons */
.cta {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding: 0.75rem 0.9375rem;
  border-width: 2px;
  border-style: solid;
  z-index: 1;
  background: transparent;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.16em;
}

@media all and (max-width: 79.99em) {
  .cta {
    letter-spacing: 0;
  }
}

.cta-c-grey {
  color: #616161;
  border-color: #616161;
}

.cta-c-grey:disabled {
  opacity: .6;
}

.cta-c-grey:hover:not(:disabled) {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}

.cta-c-white {
  color: #fff;
}

.cta-c-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.cta-bg-white::after {
  background-color: #fff;
}

.cta-b-light-black::after {
  background-color: #151515;
}

.cta-dl-opacity {
  color: #fff;
  background: transparent;
}

.cta-dl-opacity:hover {
  color: #fff;
}

.cta-dl-opacity:before {
  display: none;
}

.cta-dl-opacity::after {
  background-color: transparent;
  border: 1px solid #fff;
}

.cta img {
  display: block;
  margin: 10px auto 0 auto;
}

.cta.cta-small-padding {
  padding: 0.3.125rem;
  font-size: 0.8125rem;
  border-width: 1px;
}

.cta.square {
  border-radius: 0;
}

@media all and (min-width: 80em) {
  .cta.spaced {
    letter-spacing: 0.16em;
  }
}

.cta.spaced-2x {
  letter-spacing: 0.32em;
}

.cta.cta__see-more {
  text-transform: uppercase;
  letter-spacing: 0.68em;
  text-align: center;
  margin: 70px auto 0 auto;
  display: block;
  width: 225px;
}

.cta.cta__see-more.see-less img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cta.white {
  color: #fff;
  border-color: #fff;
}

.cta.white:hover {
  border-color: transparent;
}

.cta-buy {
  background-color: #4a97f1;
  border-color: #4a97f1;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta-buy:disabled {
  opacity: .6;
}

.cta-buy:hover:not(:disabled) {
  background: #1b7ced;
  border-color: #1b7ced;
  color: #fff;
}

.section-feature {
  background-color: #ececec;
}

.feature {
  margin: 30px 0;
}

@media all and (min-width: 54em) {
  .feature {
    margin-top: 100px;
  }
}

@media all and (min-width: 54em) {
  .feature.odd .col-sm-6.feature__text {
    float: right;
  }
}

.feature.in-screen .feature__video {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.feature.in-screen .feature__title {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.feature.in-screen .feature__title::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.feature.in-screen .feature__text {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

@media all and (max-width: 53.99em) {
  .feature.in-screen .feature__text {
    margin-bottom: 20px;
  }
}

.feature__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-transform: uppercase;
  position: relative;
  padding: 35px 0;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

@media all and (min-width: 54em) {
  .even .feature__title {
    text-align: right;
  }
}

.feature__studio .feature__title::before {
  background-color: #FAB10D;
}

.feature__review .feature__title::before {
  background-color: #4CAEC3;
}

.feature__plugin .feature__title::before {
  background-color: #8D5A9E;
}

.feature__pipeline .feature__title::before {
  background-color: #52B894;
}

.feature__scenarioprocessor .feature__title::before {
  background-color: #8ACC54;
}

.feature__scenarioprocessor a
{
  text-decoration: underline;
}
.feature__scenarioprocessor a:hover
{
  color: #8ACC54;
}

.feature__title::before {
  content: '';
  display: block;
  width: 37px;
  height: 4px;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

@media all and (min-width: 54em) {
  .even .feature__title::before {
    right: 0;
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
}

.feature .feature__text {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.feature__video {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.feature__video:before {
  content: '';
  float: left;
  padding-bottom: 56.25%;
}

.feature__video:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (max-width: 53.99em) {
  .feature__video {
    margin-bottom: 30px;
  }
}

.feature__video__iframe {
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
}

.feature__video a:not(.blocked-video__button) {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  z-index: 3;
}

.feature__image__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  background-size: cover;
  background-position: center;
}

.feature__video__cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: 15px;
  background-size: cover;
  background-position: center;
}

.feature__video__cover:hover .feature__video__btn {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.feature__video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

@media all and (max-width: 63.99em) {
  .feature__video__btn {
    max-width: 50px;
  }
}

.hexagon {
  position: relative;
  width: 280px;
  height: 161.66px;
  background-color: rgba(22, 22, 22, 0.8);
  margin: 80.83px 2px;
  display: inline-block;
}

@media all and (min-width: 38.75em) and (max-width: 61.99em) {
  .hexagon {
    margin: 40px 2px;
  }
}

.hexagon__content {
  text-align: center;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 40%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.hexagon__content img {
  max-width: 50px;
}

.hexagon__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hexagon__studio .hexagon__title {
  color: #FAB10D;
}

.hexagon__review .hexagon__title {
  color: #4CAEC3;
}

.hexagon__plugin .hexagon__title {
  color: #8D5A9E;
}

.hexagon__pipeline .hexagon__title {
  color: #52B894;
}

.hexagon__scenarioprocessor .hexagon__title {
  color: #8ACC54;
}

.hexagon__loaderunity .hexagon__title {
  color: #7537A3;
}

.hexagon__loaderunity a,
.workflow__loaderunity a,
.page-template-template-loader-unity .who-is-it-for a,
.page-template-template-loader-unity .section-software a
{
  text-decoration: underline;
}
.hexagon__loaderunity a:hover,
.workflow__loaderunity a:hover,
.page-template-template-loader-unity .who-is-it-for a:hover,
.page-template-template-loader-unity .section-software a:hover
{
  color: #7537A3;
}

.hexagon__text {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #fff;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
}

@media all and (max-width: 79.99em) {
  .hexagon:before,
  .hexagon:after {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 80.83px solid rgba(22, 22, 22, 0.8);
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 80.83px solid rgba(22, 22, 22, 0.8);
}

@media all and (min-width: 80em) {
  .hexagons-container-1 {
    padding-left: 25%;
  }
}

@media all and (max-width: 79.99em) {
  .hexagons-container-1 {
    text-align: center;
  }
}

@media all and (min-width: 80em) {
  .hexagons-container-2 {
    padding-left: 12.5%;
    -webkit-transform: translate(2px, -80px);
        -ms-transform: translate(2px, -80px);
            transform: translate(2px, -80px);
  }
}

@media all and (max-width: 79.99em) {
  .hexagons-container-2 {
    text-align: center;
  }
}

.polygons-home {
  background: -webkit-radial-gradient(center ellipse, #333 0%, black 100%);
  background: radial-gradient(ellipse at center, #333 0%, black 100%);
  overflow: hidden;
}

.polygons-home .section__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3.125rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

@media all and (max-width: 53.99em) {
  .polygons-home .section__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.polygons-home svg {
  pointer-events: none;
}

.polygons-studio {
  background: -webkit-radial-gradient(center ellipse, #5b451c 0%, black 100%);
  background: radial-gradient(ellipse at center, #5b451c 0%, black 100%);
  overflow: hidden;
}

.polygons-review {
  background: -webkit-radial-gradient(center ellipse, #4CAEC3 0%, black 100%);
  background: radial-gradient(ellipse at center, #4CAEC3 0%, black 100%);
  overflow: hidden;
}

.polygons-plugin {
  background: -webkit-radial-gradient(center ellipse, #8D5A9E 0%, black 100%);
  background: radial-gradient(ellipse at center, #8D5A9E 0%, black 100%);
  overflow: hidden;
}

.polygons-pipeline {
  background: -webkit-radial-gradient(center ellipse, #52B894 0%, black 100%);
  background: radial-gradient(ellipse at center, #52B894 0%, black 100%);
  overflow: hidden;
}

.polygons-scenarioprocessor {
  background: -webkit-radial-gradient(center ellipse, #8ACC54 0%, black 100%);
  background: radial-gradient(ellipse at center, #8ACC54 0%, black 100%);
  overflow: hidden;
}

.polygons-loaderunity {
  background: -webkit-radial-gradient(center ellipse, #7537A3 0%, black 100%);
  background: radial-gradient(ellipse at center, #7537A3 0%, black 100%);
  overflow: hidden;
}

.home .polygons-home.fullheight {
  height: calc(100vh - 60px);
}

.polygons {
  position: relative;
  padding: 0 15px;
}

.polygons svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.polygons .section__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.polygons-children {
  max-width: 100%;
}

.polygons-children #logo-pixyz-software,
.polygons-children .section__title,
.polygons-children hr,
.polygons-children .slider-tagline-home,
.polygons-children .do-scroll {
  opacity: 0;
}

.polygons-children hr {
  margin: 50px auto;
}

@media all and (max-width: 63.99em) {
  .polygons-children hr {
    margin: 25px auto;
  }
}

.polygons-trame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(assets/images/trame-intro-home.png);
  background-size: cover;
  opacity: 0.5;
}

.do-scroll {
  font-family: "Lato", sans-serif;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.do-scroll::after {
  content: '';
  display: block;
  width: 1px;
  height: 55px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media all and (max-width: 53.99em) {
  .do-scroll::after {
    height: 30px;
    margin-top: 0;
  }
}

.do-scroll:hover::after {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/* # Links */
.modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #fff;
  z-index: -1;
}

.modal.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1000;
}

.modal__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  margin-top: 30px;
}

.modal__content {
  margin-top: 60px;
  text-align: left;
  color: #999;
  max-height: 50vh;
  overflow: hidden;
}

@media all and (max-width: 63.99em) {
  .modal__content {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 20px;
    margin: 0;
  }
}

.modal__subtitle {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  letter-spacing: 0;
  margin: 30px 0;
}

@media all and (max-width: 63.99em) {
  .modal__subtitle {
    margin: 10px 0;
  }
}

.modal__subtitle.white {
  color: #fff;
}

.modal .modal__hr {
  display: block;
  margin: 35px auto;
  width: 50px;
  height: 2px;
}

@media all and (max-width: 63.99em) {
  .modal .modal__hr {
    margin: 15px auto;
  }
}

.modal .modal__hr__white {
  background-color: #fff;
}

.modal__container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.modal__close {
  cursor: pointer;
  position: fixed;
  top: 70px;
  right: 30px;
}

@media all and (max-width: 63.99em) {
  .modal__close {
    max-width: 20px;
  }
}

.system-required {
  background-color: rgba(0, 0, 0, 0.9);
}

.system-required__list {
  padding: 0 0 0 15px;
}

.system-required__list li {
  list-style-type: disc;
  text-transform: uppercase;
  padding: 3px 0;
}

.modal.trial .cta {
  margin: 0 1rem;
}

.modal-spreadsheet .modal__container {
  position: absolute;
  top: 10%;
  right: 10%;
  left: 10%;
  bottom: 10%;
  max-width: 1050px;
}

.modal-spreadsheet .modal__container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.modal-spreadsheet .modal__container iframe #top-bar {
  display: none;
}

.trigger-modal {
  text-decoration: underline;
  cursor: pointer;
}

@media all and (max-width: 63.9375em) {
  .trigger-format-modal {
    display: none !important;
  }
}

@media all and (min-width: 64em) {
  .trigger-pdf {
    display: none !important;
  }
}

.trigger {
  display: inline-block;
}

.modal-availability {
  text-align: center;
}

.modal-availability .modal__title {
  line-height: 1.875rem;
}

.modal-availability .modal__content {
  text-align: center;
}

/* # Molecules */
/* # Formulaires */
::-webkit-input-placeholder {
  /* Chrome */
  color: #616161;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #616161;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #616161;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*opacity: 1;*/
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #616161;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*opacity: 1;*/
}

:focus::-webkit-input-placeholder {
  /* Chrome */
  color: transparent;
}

:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

:focus:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: transparent;
}

input,
textarea,
button,
select {
  line-height: normal;
  border-radius: none;
  border: 1px solid;
}

input,
textarea {
  padding: 1rem 0.9375rem;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #616161;
}

input::-ms-clear {
  display: none;
}

.ie9 input {
  line-height: normal !important;
}

input[type="radio"], input[type="checkbox"] {
  padding: 0 !important;
}

input[type="radio"], input[type="checkbox"], input[type="submit"] {
  width: auto;
  height: auto;
  min-height: 0;
}

select {
  line-height: normal;
}

select::-ms-expand {
  display: none;
}

/* # Organisms */
#overview {
  background-image: url("assets/images/bg-overview.jpg");
}

@media all and (max-width: 53.99em) {
  #overview {
    display: none;
  }
}

#overview-timeline {
  position: relative;
  margin: 180px 0 210px 0;
}

#overview-timeline > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#overview-timeline-line {
  position: absolute;
  display: block;
  height: 2px;
  top: 37px;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(45deg, #39ae9c 0%, #0eb0cd 33%, #f9ab36 72%, #78438d 100%);
  background: linear-gradient(45deg, #39ae9c 0%, #0eb0cd 33%, #f9ab36 72%, #78438d 100%);
}

@media all and (min-width: 80em) {
  #overview-timeline-line {
    top: 48px;
  }
}

#overview-timeline-subline {
  position: absolute;
  height: 1px;
  right: 0;
  left: 0;
  opacity: 0;
  bottom: -80px;
  background-color: #808080;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  z-index: 1;
}

#overview-timeline-subline.show {
  opacity: 1;
}

@media all and (min-width: 80em) {
  #overview-timeline-subline {
    bottom: -120px;
  }
}

#overview .overview-circle {
  position: relative;
  display: inline-block;
  z-index: 10;
  margin: 0 auto;
}

#overview .overview-circle.no-events {
  pointer-events: none;
}

#overview .overview-circle #anim-opti {
  position: absolute;
  top: -200px;
  right: -200px;
  bottom: -200px;
  left: -200px;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#overview .overview-circle #anim-opti .cc {
  opacity: .1;
  -webkit-animation: scale ease-in-out 1s infinite alternate;
          animation: scale ease-in-out 1s infinite alternate;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -moz-animation: none;
}

#overview .overview-circle #anim-opti .cc.c-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#overview .overview-circle #anim-opti .cc.c-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#overview .overview-circle #anim-opti .cc.c-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#overview .overview-circle #anim-opti .cc.c-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

#overview .overview-circle #anim-opti .cc.c-5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#overview .overview-circle #anim-opti .cc.c-6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#overview .overview-circle #anim-opti .cc.c-7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

#overview .overview-circle #anim-opti .cc.c-8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

#overview .overview-circle #anim-opti .cc.c-9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

#overview .overview-circle #anim-opti .cc.c-10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#overview .overview-circle #anim-opti .cc.c-11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

#overview .overview-circle:hover .overview-circle__subitems {
  visibility: visible;
}

#overview .overview-circle:hover .overview-circle__subitems::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s ease 1s;
  transition: -webkit-transform 0.5s ease 1s;
  transition: transform 0.5s ease 1s;
  transition: transform 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
}

#overview .overview-circle:hover .overview-circle__subitem {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

#overview .overview-circle__icon {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 10px;
  background-color: #343434;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto 60px auto;
}

@media all and (min-width: 80em) {
  #overview .overview-circle__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 60px auto;
  }
}

@media all and (min-width: 54em) and (max-width: 61.99em) {
  #overview .overview-circle__icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 60px auto;
  }
}

#overview .overview-circle__icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#overview .overview-circle__icon.suggest-anim::before {
  -webkit-animation: suggestOverview 1s ease infinite alternate;
          animation: suggestOverview 1s ease infinite alternate;
}

#overview .overview-circle__icon:hover::before {
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}

#overview .overview-circle__icon#optimization {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}

#overview .overview-circle__icon#optimization:hover #anim-opti, #overview .overview-circle__icon#optimization.suggest-anim #anim-opti {
  opacity: 1;
}

#overview .overview-circle__icon#optimization::before {
  display: none;
}

#overview .overview-circle__icon#optimization::after {
  content: url(assets/images/icons/bg-optimization.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 3px;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: -1;
}

@media all and (min-width: 80em) {
  #overview .overview-circle__icon#optimization::after {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}

#overview .overview-circle__icon#optimization svg {
  max-width: 55%;
}

#overview .overview-circle__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media all and (min-width: 80em) {
  #overview .overview-circle__icon svg {
    max-width: 100%;
  }
}

#overview .overview-circle__text {
  vertical-align: top;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
}

#overview .overview-circle__subitems {
  position: absolute;
  bottom: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}

@media all and (min-width: 80em) {
  #overview .overview-circle__subitems {
    bottom: -120px;
  }
}

#overview .overview-circle__subitems::before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  bottom: 0;
  width: 1px;
  background-color: #808080;
  left: 0;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#overview .overview-circle__subitem {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 65px;
  height: 65px;
  border: 1px solid #808080;
  border-radius: 50%;
  background-color: #232323;
  margin: 0 20px;
  -webkit-transform: translate(-20px, 50%);
      -ms-transform: translate(-20px, 50%);
          transform: translate(-20px, 50%);
  opacity: 0;
  visibility: hidden;
}

#overview .overview-circle__subitem:nth-child(1) {
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}

#overview .overview-circle__subitem:nth-child(2) {
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.73s;
          transition-delay: 0.73s;
}

#overview .overview-circle__subitem:nth-child(3) {
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.77s;
          transition-delay: 0.77s;
}

#overview .overview-circle__subitem:nth-child(4) {
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.81s;
          transition-delay: 0.81s;
}

#overview .overview-circle__subitem:nth-child(5) {
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

#overview .overview-circle__subitem:nth-child(6) {
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.89s;
          transition-delay: 0.89s;
}

#overview .overview-circle__subitem:nth-child(7) {
  -webkit-transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease .5s, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0.93s;
          transition-delay: 0.93s;
}

@media all and (min-width: 80em) {
  #overview .overview-circle__subitem {
    width: 80px;
    height: 80px;
    margin: 0 20px;
  }
}

@media all and (min-width: 54em) and (max-width: 63.99em) {
  #overview .overview-circle__subitem {
    margin: 0 10px;
  }
}

#overview .overview-circle__subitem__icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 75%;
}

@media all and (min-width: 80em) {
  #overview .overview-circle__subitem__icon {
    max-width: 100%;
  }
}

#overview .overview-circle__subitem__text {
  position: absolute;
  left: 50%;
  top: 90px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media all and (max-width: 79.99em) {
  #overview .overview-circle__subitem__text {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0;
  }
}

#overview .overview-legend-container {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  color: #fff;
  margin: 45px 0 0 0;
}

#overview #all-3d-data ~ .overview-circle__subitems {
  -webkit-transform: translate(5%, 0);
      -ms-transform: translate(5%, 0);
          transform: translate(5%, 0);
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #all-3d-data ~ .overview-circle__subitems {
    -webkit-transform: translate(8%, 0);
        -ms-transform: translate(8%, 0);
            transform: translate(8%, 0);
  }
}

@media all and (min-width: 54em) and (max-width: 63.99em) {
  #overview #all-3d-data ~ .overview-circle__subitems {
    -webkit-transform: translate(15%, 0);
        -ms-transform: translate(15%, 0);
            transform: translate(15%, 0);
  }
}

#overview #all-3d-data ~ .overview-circle__subitems::before {
  left: 35px;
}

@media all and (min-width: 80em) {
  #overview #all-3d-data ~ .overview-circle__subitems::before {
    left: 60px;
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #all-3d-data ~ .overview-circle__subitems::before {
    left: 50px;
  }
}

@media all and (min-width: 54em) and (max-width: 63.99em) {
  #overview #all-3d-data ~ .overview-circle__subitems::before {
    left: 40px;
  }
}

#overview #optimization::before {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border: 2px solid #fff;
}

#overview #optimization ~ .overview-circle__subitems {
  -webkit-transform: translate(-25%, 0);
      -ms-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #optimization ~ .overview-circle__subitems {
    -webkit-transform: translate(-23%, 0);
        -ms-transform: translate(-23%, 0);
            transform: translate(-23%, 0);
  }
}

@media all and (min-width: 54em) and (max-width: 63.99em) {
  #overview #optimization ~ .overview-circle__subitems {
    -webkit-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
            transform: translate(-20%, 0);
  }
}

#overview #optimization ~ .overview-circle__subitems::before {
  left: calc(50% - 35px);
}

@media all and (min-width: 80em) {
  #overview #optimization ~ .overview-circle__subitems::before {
    left: calc(50% - 60px);
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #optimization ~ .overview-circle__subitems::before {
    left: calc(50% - 55px);
  }
}

@media all and (min-width: 54em) and (max-width: 63.99em) {
  #overview #optimization ~ .overview-circle__subitems::before {
    left: calc(50% - 45px);
  }
}

#overview #staging ~ .overview-circle__subitems {
  -webkit-transform: translate(-35%, 0);
      -ms-transform: translate(-35%, 0);
          transform: translate(-35%, 0);
}

#overview #staging ~ .overview-circle__subitems::before {
  left: calc(35% + 35px);
}

@media all and (min-width: 80em) {
  #overview #staging ~ .overview-circle__subitems::before {
    left: calc(35% + 45px);
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #staging ~ .overview-circle__subitems::before {
    left: calc(35% + 40px);
  }
}

#overview #plateform ~ .overview-circle__subitems {
  -webkit-transform: translate(-42%, 0);
      -ms-transform: translate(-42%, 0);
          transform: translate(-42%, 0);
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #plateform ~ .overview-circle__subitems {
    -webkit-transform: translate(-42%, 0);
        -ms-transform: translate(-42%, 0);
            transform: translate(-42%, 0);
  }
}

@media all and (min-width: 54em) and (max-width: 63.99em) {
  #overview #plateform ~ .overview-circle__subitems {
    -webkit-transform: translate(-40%, 0);
        -ms-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
  }
}

#overview #plateform ~ .overview-circle__subitems::before {
  left: calc(50%);
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #plateform ~ .overview-circle__subitems::before {
    left: calc(50%);
  }
}

#overview #usecase ~ .overview-circle__subitems {
  -webkit-transform: translate(-86%, 0);
      -ms-transform: translate(-86%, 0);
          transform: translate(-86%, 0);
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #usecase ~ .overview-circle__subitems {
    -webkit-transform: translate(-86%, 0);
        -ms-transform: translate(-86%, 0);
            transform: translate(-86%, 0);
  }
}

#overview #usecase ~ .overview-circle__subitems::before {
  left: calc(100% - 35px);
}

@media all and (min-width: 80em) {
  #overview #usecase ~ .overview-circle__subitems::before {
    left: calc(100% - 60px);
  }
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  #overview #usecase ~ .overview-circle__subitems::before {
    left: calc(100% - 50px);
  }
}

#overview-mobile {
  background-color: #232323;
}

@media all and (min-width: 54em) {
  #overview-mobile {
    display: none;
  }
}

#overview-mobile .timeline-mobile {
  position: relative;
  padding: 50px 0;
  text-align: center;
}

#overview-mobile .timeline-mobile-line {
  position: absolute;
  display: block;
  width: 2px;
  top: 50px;
  bottom: 50px;
  right: 50%;
  background: -webkit-linear-gradient(45deg, #78438d 0%, #f9ab36 33%, #0eb0cd 72%, #39ae9c 100%);
  background: linear-gradient(45deg, #78438d 0%, #f9ab36 33%, #0eb0cd 72%, #39ae9c 100%);
  z-index: 0;
}

#overview-mobile .overview-circle {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

#overview-mobile .overview-circle__icon {
  position: relative;
  margin: 0 auto;
  background-color: #343434;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 30px;
}

#overview-mobile .overview-circle__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#overview-mobile .overview-circle__text {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px;
  background-color: #232323;
  color: #fff;
}

#overview-mobile .overview-circle__subitems {
  padding: 20px 0;
  background-color: #232323;
  margin: 50px 0px;
}

#overview-mobile .overview-circle__subitem__text {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
}

#overview-mobile #all-3d-data {
  -webkit-animation: scaleInScaleOutMobile 2s ease infinite;
          animation: scaleInScaleOutMobile 2s ease infinite;
}

#overview-mobile #optimization {
  position: relative;
  margin: 80px auto 35px auto;
}

#overview-mobile #optimization::after {
  content: url(assets/images/icons/bg-optimization.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 3px;
  -webkit-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  z-index: -1;
}

.section__subtitle.section__subtitle__pricing {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin: 60px 0 30px 0;
}

.pricing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px 0 60px 0;
  color: #fff;
  width: 100%;
}

@media all and (max-width: 63.99em) {
  .pricing-row {
    padding: 20px 0 20px 0;
  }
}

.pricing-row .pricing-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}

@media all and (max-width: 63.99em) {
  .pricing-row .pricing-column {
    width: 100%;
    padding: 25px;
    border-right: none;
  }
}

.pricing-row .pricing-column .pricing-product__name {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-transform: capitalize;
}

.pricing-row .pricing-column__info__row {
  font-size: 14px;
  font-size: 0.875rem;
}

@media all and (max-width: 63.99em) {
  .pricing-row .pricing-column__info__row {
    text-align: center;
  }
}

.pricing-row .pricing-column .cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing-row .pricing-column .cta {
  display: block;
  margin: 40px 15px;
  max-width: 200px;
}

.pricing-row .pricing-column:not(:last-child) {
  text-align: center;
  border-right: 1px solid #616161;
}

@media all and (max-width: 53.99em) {
  .pricing-row .pricing-column {
    border-right: none !important;
  }
  .pricing-row .pricing-column:last-child::after {
    content: '';
    width: 230px;
    height: 1px;
    background-color: #808080;
    display: block;
    margin: 90px auto 0 auto;
  }
}

.pricing-row .pricing-floating__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 60px;
  font-size: 14px;
  font-size: 0.875rem;
}

.pricing-row .pricing-floating__column:not(:last-of-type) {
  border-right: 1px solid #616161;
}

@media all and (max-width: 53.99em) {
  .pricing-row .pricing-floating__column {
    width: 100%;
    border-right: none !important;
  }
}

.pricing-row .pricing-floating__column .cta {
  margin-top: 0;
}

@media all and (max-width: 53.99em) {
  .pricing-row .pricing-floating__column .cta {
    margin-left: 0;
    margin: 0 auto;
  }
}

@media all and (max-width: 53.99em) {
  .pricing-row .pricing-floating__column p {
    text-align: center;
  }
}

.pricing-product__name {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.1875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.pricing-product__price {
  padding: 45px 0;
}

@media all and (max-width: 63.99em) {
  .pricing-product__price {
    padding: 20px 0;
  }
}

.pricing-product__price__who {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  text-transform: uppercase;
}

.pricing-product__price__included {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.pricing-product__price__value {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28em;
}

.pricing-product__price__duration {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: 0.28em;
}

.pricing-floating .pricing-column .cta {
  margin-top: 0;
}

@media all and (max-width: 53.99em) {
  .pricing-floating .pricing-column .cta {
    margin-left: 0;
    margin: 0 auto;
  }
}

.pricing-floating .pricing-column p {
  text-align: center;
}

/* complex pricing table */

.pricing-scenarioprocessor {
  background-color: #ddd;
}

.pricing-scenarioprocessor tr td:nth-child(2),
.pricing-scenarioprocessor tr th:nth-child(2)
{
  border-left: solid 2px rgb(94, 94, 94);
  border-right: dashed 2px rgb(94, 94, 94);
}

.section-pricing-complex-legend {
  font-size: 0.75rem;
  line-height: 0.875rem;
  padding: 0.75rem;
}

.pricing-scenarioprocessor sup {
  top: -0.8em;
  opacity: .75;
  font-size: 0.6em;
}

.section-pricing-complex-cta {
  margin: 1.25rem 0;
  text-align: center;
}

.section-pricing-complex-table table {
  background-color: #FFF;
  width: 100%;
  font-size: 0.9375rem;
}

.section-pricing-complex-table table tr {
  padding: 1rem;
  border-bottom: 1px solid #2b2b2b;
}

.section-pricing-complex-table table tbody tr:last-child {
  border-bottom: none !important;
}

.section-pricing-complex-table table th {
  font-size: 1.25rem;
  padding: 1rem;
}

.section-pricing-complex-table table th:first-of-type  {
  text-align: left;
}

.section-pricing-complex-table table td {
  padding: 0.9375rem;
  text-align: center;
}

.section-pricing-complex-table table tbody tr:last-child td {
  padding: 1.25rem 1rem;
  font-size: 1.125rem;
}

.section-pricing-complex-table table td:first-of-type {
  text-align: left;
  font-weight: bold;
  padding-left: 1.875rem;
}

/* End of complex pricing table */


.slider {
  overflow: hidden;
}

.slider .comment,
.slider .author {
  display: inline-block;
}

.synced-slider-container {
  text-align: center;
  margin: 60px auto 0 auto;
  padding: 0 15px;
  max-width: 750px;
}

.slick-slide {
  outline: none;
  max-width: 100%;
}

.synced-slider {
  overflow: hidden;
}

.synced-slider .slide {
  display: inline-block;
}

.synced-slider .slide__author__name {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.synced-slider .slide__author__job {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}

.synced-slider-bottom {
  color: #a3a3a3;
}

.synced-slider-separator {
  position: relative;
  padding: 30px 0;
}

.synced-slider-separator.studio .svg_logo_fill_pixyz {
  fill: #FAB10D;
}

.synced-slider-separator.review .svg_logo_fill_pixyz {
  fill: #4CAEC3;
}

.synced-slider-separator.plugin .svg_logo_fill_pixyz {
  fill: #8D5A9E;
}

.synced-slider-separator.pipeline .svg_logo_fill_pixyz {
  fill: #52B894;
}

.synced-slider-separator__icon {
  width: 45px;
  margin: 0 auto;
}

.synced-slider-separator__icon svg {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.synced-slider-separator__icon::before {
  content: '';
  position: absolute;
  left: 35%;
  top: 50%;
  display: inline-block;
  height: 1px;
  width: 10%;
  background-color: #808080;
}

@media all and (max-width: 53.99em) {
  .synced-slider-separator__icon::before {
    left: 20%;
    width: 15%;
  }
}

.synced-slider-separator__icon::after {
  content: '';
  position: absolute;
  right: 35%;
  top: 50%;
  display: inline-block;
  height: 1px;
  width: 10%;
  background-color: #808080;
}

@media all and (max-width: 53.99em) {
  .synced-slider-separator__icon::after {
    right: 20%;
    width: 15%;
  }
}

.synced-slider-dots-container {
  margin-top: 30px;
}

.synced-slider-dots-container.studio .slick-active button {
  background-color: #FAB10D;
}

.synced-slider-dots-container.review .slick-active button {
  background-color: #4CAEC3;
}

.synced-slider-dots-container.plugin .slick-active button {
  background-color: #8D5A9E;
}

.synced-slider-dots-container.pipeline .slick-active button {
  background-color: #52B894;
}

.synced-slider-dots-container.home .slick-active button {
  background-color: #E30613;
}

.synced-slider-dot li {
  display: inline-block;
}

.synced-slider-dot li button {
  width: 10px;
  height: 10px;
  background-color: #616161;
  margin: 0 10px;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  border: none;
}

#customers-slider-dots {
  margin-top: 30px;
}

#customers-slider-dots .comment-slider-dot li {
  display: inline-block;
}

#customers-slider-dots .comment-slider-dot li.slick-active button {
  background-color: #4a97f1;
}

#customers-slider-dots .comment-slider-dot li button {
  width: 10px;
  height: 10px;
  background-color: #616161;
  margin: 0 10px;
  text-indent: -9999px;
  border-radius: 50%;
  padding: 0;
  border: none;
}

/* # Templates */
.contact {
  padding-top: 90px;
  height: 500px;
  text-align: center;
}

@media all and (max-width: 63.99em) {
  .contact {
    height: 600px;
  }
}

@media all and (min-width: 64em) {
  .contact {
    background-attachment: fixed;
  }
}

@media all and (max-width: 61.99em) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__column {
  text-align: center;
}

@media all and (max-width: 61.99em) {
  .contact__column {
    margin: 30px 0;
  }
}

.contact__column__text {
  text-align: left;
  color: #fff;
}

@media all and (min-width: 64em) {
  .contact .mailto {
    white-space: nowrap;
  }
}


.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  background: #fff;
  z-index: 1000;
  /*opacity: 0;*/
  border-bottom: 1px solid lightgrey;
}

.header #logo img {
  position: absolute;
  top: 50%;
  left: 25px;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media all and (max-width: 53.99em) {
  .header #logo img {
    left: 15px;
  }
}

@media all and (max-width: 53.99em) {
  .header .burger {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    cursor: pointer;
    opacity: 1;
  }
}

@media all and (max-width: 53.99em) {
  .header .burger__bar {
    height: 1px;
    width: 20px;
    margin: 7px 0;
    background-color: #000;
  }
}

.header__main-nav {
  display: inline-block;
}

@media all and (min-width: 54em) and (max-width: 85.365em) {
  .header__main-nav {
    margin-left: 70px;
  }
}

@media all and (max-width: 53.99em) {
  .header__main-nav {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 10;
    background-color: #151515;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

.header__main-nav.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media all and (min-width: 54em) {
  .header__main-nav li {
    display: inline-block;
    padding-right: 35px;
  }
}

@media all and (max-width: 53.99em) {
  .header__main-nav li {
    text-align: center;
  }
}

.header__main-nav .main-nav-products {
  position: relative;
}

.header__main-nav .main-nav-solutions {
  position: relative;
}

.header__main-nav .main-nav-products::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 37%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  -webkit-transform: translate(-50%, 100%) scale(0, 1);
      -ms-transform: translate(-50%, 100%) scale(0, 1);
          transform: translate(-50%, 100%) scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s ease 0.3s;
  transition: -webkit-transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
  pointer-events: none;
}

.header__main-nav .main-nav-solutions::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 37%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  -webkit-transform: translate(-50%, 100%) scale(0, 1);
      -ms-transform: translate(-50%, 100%) scale(0, 1);
          transform: translate(-50%, 100%) scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s ease 0.3s;
  transition: -webkit-transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s;
  transition: transform 0.5s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
  pointer-events: none;
}

@media all and (max-width: 63.99em) {
  .header__main-nav .main-nav-products::after {
    display: none;
  }
  .header__main-nav .main-nav-solutions::after {
    display: none;
  }
}

.header__main-nav .main-nav-products.hovered::after {
  -webkit-transform: translate(-50%, 100%) scale(1);
      -ms-transform: translate(-50%, 100%) scale(1);
          transform: translate(-50%, 100%) scale(1);
}

.header__main-nav .main-nav-solutions.hovered::after {
  -webkit-transform: translate(-50%, 100%) scale(1);
      -ms-transform: translate(-50%, 100%) scale(1);
          transform: translate(-50%, 100%) scale(1);
}

.header__main-nav a {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 3.75rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  display: inline-block;
  color: #000;
}

@media all and (max-width: 53.99em) {
  .header__main-nav a {
    color: #fff;
  }
}

.header__secondary-nav {
  display: inline-block;
}

@media all and (min-width: 54em) {
  .header__secondary-nav {
    position: absolute;
    right: 0;
  }
}

@media all and (max-width: 53.99em) {
  .header__secondary-nav {
    float: right;
    margin-right: 35px;
  }
}

.header__secondary-nav__item {
  position: relative;
  display: inline-block;
}

.header__secondary-nav__item:not(:first-of-type)::before {
  content: '|';
  display: inline-block;
}

.header__secondary-nav__item.account-link:hover .logout__dropdown {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.logout__dropdown
{
	box-shadow: 0px 15px 10px -15px #111; 
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}

@media all and (max-width: 53.99em) {
  .header__secondary-nav__item.account-link:not(.account-mobile-link) {
    display: none;
  }
}

@media all and (min-width: 54em) {
  .header__secondary-nav__item.account-mobile-link {
    display: none;
  }
}

.header__secondary-nav__link {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 3.75rem;
  letter-spacing: 0.14em;
  color: #000;
  padding: 0 25px;
}

@media all and (max-width: 53.99em) {
  .header__secondary-nav__link {
    padding: 0 10px;
  }
}

.header__secondary-nav__link#secondary-nav-store {
  position: relative;
  padding-right: 40px;
}

.header__secondary-nav__link#secondary-nav-store::after {
  content: url("../images/icons/shopping-bag.svg");
  position: absolute;
  right: 10px;
  top: 55%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header__secondary-nav__link.secondary-nav-login {
  display: inline;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #4a97f1;
  padding: 2px 5px;
  margin: 0 25px;
  border-radius: 5px;
  color: #fff;
}

@media all and (max-width: 53.99em) {
  .header__secondary-nav__link.secondary-nav-login {
    margin: 0 10px;
  }
}

.header__secondary-nav .logout__dropdown {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 3.125rem;
  background-color: #fff;
  color: #343434;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.header__secondary-nav .logout__dropdown img {
  width: 20px;
  margin: 0 1rem -0.3125rem 0;
}

.header__secondary-nav .logout__dropdown a {
  display: block;
}

@media all and (min-width: 54em) {
  .mobile-submenu {
    display: none !important;
  }
  .mobile-submenu2 {
    display: none !important;
  }
}

.mobile-submenu li {
  text-indent: -9999px;
}
.mobile-submenu2 li {
  text-indent: -9999px;
}

.submenu {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(0, -80px);
      -ms-transform: translate(0, -80px);
          transform: translate(0, -80px);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 12;
  opacity: 0;
}

.submenu2 {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(0, -80px);
      -ms-transform: translate(0, -80px);
          transform: translate(0, -80px);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 12;
  opacity: 0;
}

@media all and (max-width: 53.99em) {
  .submenu {
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    bottom: 0;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99999;
    background-color: black;
  }

  .submenu2 {
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    bottom: 0;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 99999;
    background-color: black;
  }

  .submenu .menu-item {
    display: block !important;
    text-align: center;
  }

  .submenu2 .menu-item {
    display: block !important;
    text-align: center;
  }
}

.submenu__close {
  position: fixed;
  top: 30px;
  right: 15px;
  width: 20px;
}

.submenu2__close {
  position: fixed;
  top: 30px;
  right: 15px;
  width: 20px;
}

@media all and (min-width: 54em) {
  .submenu__close {
    display: none;
  }
  .submenu2__close {
    display: none;
  }
}

.submenu #menu-menu-produits {
  margin-left: -15px;
}

.submenu2 #menu-menu-solutions {
  margin-left: -15px;
}

@media all and (min-width: 54em) and (max-width: 85.365em) {
  .submenu #menu-menu-produits {
    margin-left: 15px;
  }

  /* Fix submenu product overflow */
  .container#submenu-products {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .submenu2 #menu-menu-solutions {
    margin-left: 50px;
  }
}

.submenu .menu-item {
  display: inline-block;
  padding-right: 30px;
}

@media all and (max-width: 53.99em) {
  .submenu .menu-item {
    padding-right: 0;
  }

  .submenu2 .menu-item {
    padding-right: 0;
  }
}

.submenu .menu-item a {
  line-height: 5rem;
  color: transparent;
  font-size: 0;
  display: inline-block;
}

.submenu2 .menu-item a {
  line-height: 5rem;
  color: transparent;
  font-size: 0;
  display: inline-block;
}

.submenu .menu-item a svg {
  width: 130px;
  vertical-align: middle;
}

.submenu2 .menu-item a svg {
  width: 130px;
  vertical-align: middle;
}

.submenu .menu-item a svg * {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.submenu2 .menu-item a svg * {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.submenu .menu-item a:not(:hover) svg * {
  fill: #fff;
}

.submenu2 .menu-item a:not(:hover) svg * {
  fill: #fff;
}

.submenu.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.submenu2.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* # Layout styles */
/*****************/
/****** TABLE LAYOUT (DEFAULT)*****/
/*****************/
-table {
  display: table;
  width: 100%;
}

-table-full {
  display: table;
  width: 100%;
  height: 100%;
}

-table-row {
  display: table-row;
  height: auto;
}

-table-row-min {
  display: table-row;
  height: 1px;
}

-table-cell {
  display: table-cell;
  vertical-align: top;
}

-table-cell-middle {
  vertical-align: middle;
}

-table-cell-bottom {
  vertical-align: bottom;
}

.section {
  background-size: cover;
  background-position: center;
}

.section:not(.fullheight) {
  padding: 75px 0;
}

@media all and (max-width: 53.99em) {
  .section:not(.fullheight) {
    padding: 30px 0;
  }
}

.section.fullheight {
  height: 100vh;
}

.section.pricing {
  background-color: #1e1e1e;
  background-image: -webkit-linear-gradient(#252525 2px, transparent 2px), -webkit-linear-gradient(left, #252525 2px, transparent 2px), -webkit-linear-gradient(rgba(37, 37, 37, 0.3) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(37, 37, 37, 0.3) 1px, transparent 1px);
  background-image: linear-gradient(#252525 2px, transparent 2px), linear-gradient(90deg, #252525 2px, transparent 2px), linear-gradient(rgba(37, 37, 37, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(37, 37, 37, 0.3) 1px, transparent 1px);
  background-size: 80px 80px, 80px 80px, 8px 8px, 8px 8px;
  background-position: calc(50% + 39px) 100%;
  background-repeat: repeat;
}

.section:not(.polygons) .section__title,
.section:not(.polygons) .section__subtitle {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: all 1.2s ease 0.5s;
  transition: all 1.2s ease 0.5s;
}

.section:not(.polygons) hr {
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.section:not(.polygons).in-screen .section__title,
.section:not(.polygons).in-screen .section__subtitle {
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.section:not(.polygons).in-screen hr {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.section__content {
  text-align: center;
}

.section__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 37px;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3.125rem;
  text-transform: uppercase;
  margin: 30px 0;
}

@media all and (max-width: 53.99em) {
  .section__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media all and (max-width: 53.99em) {
  .section__title {
    margin: 15px 0;
  }
}

.section__title.white {
  color: #fff;
}

.section__title.light-2-grey {
  color: #a3a3a3;
}

.section__title.light-grey {
  color: #808080;
}

.section__title.grey {
  color: #616161;
}

.section__subtitle {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.section__subtitle.white {
  color: #fff;
}

.section__subtitle.light-2-grey {
  color: #a3a3a3;
}

.section__subtitle.light-grey {
  color: #808080;
}

.section__subtitle.grey {
  color: #616161;
}

.section__quote {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.625rem;
  color: #a3a3a3;
  font-weight: 700;
}

.section__icon {
  display: block;
  margin: 0 auto;
}

.section__template-product {
  height: 650px;
}

@media all and (max-width: 63.99em) {
  .section__template-product {
    /*min-height: calc(100vh - 60px);*/
    min-height: calc(80vh - 60px);
    height: auto;
  }
}

.section__template-product__container {
  margin: 0 auto;
  max-width: 500px;
  z-index: 10;
}

@media all and (max-width: 63.99em) {
  .section__template-product__container {
    width: 100%;
    padding: 0 10px;
  }
}

.section__template-product__square {
  padding: 60px 15px;
  max-width: 650px;
  min-width: 30em;
  border-radius: 15px;
}

.section__template-product__square img {
  height: 100px;
  max-width: none;
}

@media all and (max-width: 63.99em) {
  .section__template-product__square {
    padding: 30px 15px;
  }
}

.section__template-product__square.studio {
  background-color: rgba(249, 171, 54, 0.16);
}

.section__template-product__square.review {
  background-color: rgba(0, 176, 208, 0.16);
}

.section__template-product__square.plugin {
  background-color: rgba(119, 65, 146, 0.16);
}

.section__template-product__square.pipeline {
  background-color: rgba(80, 185, 166, 0.16);
}

.section__template-product__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.3.125rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  padding-top: 50px;
}

@media all and (max-width: 63.99em) {
  .section__template-product__title {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0;
  }
}

@media all and (max-width: 63.99em) {
  .section__template-product__title {
    padding-top: 20px;
  }
}

.section__template-product__title.white {
  color: #fff;
}

.section__template-product__title.light-grey {
  color: #808080;
}

.section__template-product__title.grey {
  color: #616161;
}

.section__template-product__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  border-radius: 15px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

@media all and (max-width: 63.99em) {
  .section__template-product__cta {
    padding: 5px;
  }
}

.section__template-product__cta .cta {
  margin: 0 10px;
  width: 75%;
}


@media all and (max-width: 63.99em) {
  .section__template-product__cta .cta {
    padding: 0.9375rem 1rem;
    margin: 5px;
  }
}

/* # Pages */
.download-container {
  padding: 100px 0;
}

.download-file__container:not(:first-child) {
  margin-top: 100px;
}

.download-file__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 20px 0;
  border-bottom: 1px solid #3c3c3c;
}

.download-file__column {
  display: inline-block;
  text-align: left;
  width: 20%;
}

.download-file__column.download-file__column-version {
  width: 20%;
}

.download-file__column.download-file__column-file {
  width: 40%;
}

.download-file__column.download-file__column-weight {
  text-align : center;
  width: 15%;
}

.download-file__column.download-file__column-type {
  width: 10%;
}

.download-file__column.download-file__column-trial {
  text-align : center;
  width: 15%;
}

.download-file__column.download-file__column-dl {
  text-align : center;
  width: 10%;
}

.download-file__column.download-file__column-dl path {
  fill: #4a97f1;
}

.download-file__column.download-file__column-dl:hover path {
  fill: #1b7ced;
}

.download-file__column-r {
  display: inline-block;
  text-align: left;
  width: 20%;
}

.download-file__column-r.download-file__column-weight-r {
  text-align : center;
  width: 15%;
}

.download-file__column-r.download-file__column-type-r {
  width: 15%;
}

.download-file__column-r.download-file__column-dl-r {
  text-align : center;
  width: 15%;
}

.download-file__column-r.download-file__column-dl-r path {
  fill: #4a97f1;
}

.download-file__column-r.download-file__column-dl-r:hover path {
  fill: #1b7ced;
}

.slider-tagline-home {
  margin: 0 auto;
  z-index: 999;
}

.slider-tagline-home .tagline-home {
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: initial;
  display: inline-block;
  color: #fff;
  -webkit-transform: translate(0, 100px) !important;
      -ms-transform: translate(0, 100px) !important;
          transform: translate(0, 100px) !important;
  -webkit-transition: -webkit-transform 1.3s ease !important;
  transition: -webkit-transform 1.3s ease !important;
  transition: transform 1.3s ease !important;
  transition: transform 1.3s ease, -webkit-transform 1.3s ease !important;
  opacity: 1 !important;
}

.slider-tagline-home .tagline-home.slick-active {
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
  -webkit-transition: -webkit-transform 1.3s ease !important;
  transition: -webkit-transform 1.3s ease !important;
  transition: transform 1.3s ease !important;
  transition: transform 1.3s ease, -webkit-transform 1.3s ease !important;
}

@media all and (max-width: 63.99em) {
  .slider-tagline-home .tagline-home {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media all and (max-width: 53.99em) {
  #logo-pixyz-software {
    max-width: 70%;
  }
}

#container-gl,
#fallback-gl {
  height: 400px;
  margin-top: -70px;
}

@media all and (max-width: 63.99em) {
  #container-gl,
  #fallback-gl {
    padding: 0;
  }
}

#fallback-gl {
  height: 512px;
  position: relative;
}

#fallback-gl img {
  position: absolute;
  top: 0;
  left: 0;
}

#products {
  padding: 75px 0 0 0;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
  background-size: 3px 3px;
  background-repeat: repeat;
}

@media all and (max-width: 63.99em) {
  #products {
    display: none;
  }
}

#products-slider {
  margin: 80px 0 80px 0;
}

#products-slider .product-slider-navtext {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 19px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3.125rem;
  text-transform: uppercase;
  color: #808080;
}

#products-slider .product-slider-navtext__item {
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  color: #000;
}

#products-slider .product-slider-navtext__item::after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 2px;
  background-color: #616161;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

#products-slider .product-slider-navtext__item.active::after, #products-slider .product-slider-navtext__item:hover::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

#products-slider .product-slider-navtext__item[data-slide='studio']::after {
  background-color: #FAB10D;
}

#products-slider .product-slider-navtext__item[data-slide='review']::after {
  background-color: #4CAEC3;
}

#products-slider .product-slider-navtext__item[data-slide='pipeline']::after {
  background-color: #52B894;
}

#products-slider .product-slider-navtext__item[data-slide='plugin']::after {
  background-color: #8D5A9E;
}

#products-slider .product-slider-navtext .slide {
  vertical-align: top;
}

#products-slider .product-slider-dots {
  text-align: center;
  margin-top: 60px;
}

#products-slider .product-slider-dots__item li {
  display: inline-block;
}

#products-slider .product-slider-dots__item li.slick-active button {
  background-color: #000;
}

#products-slider .product-slider-dots__item button {
  display: inline-block;
  width: 55px;
  height: 2px;
  background-color: #616161;
  padding: 0;
  margin: 0 5px;
  text-indent: -9999px;
}

#products-slider .products-slides-container {
  overflow: hidden;
}

#products-slider .slide {
  margin: 15px 0 0 0;
  display: inline-block;
  vertical-align: top;
}

@media all and (max-width: 63.99em) {
  #products-slider .slide {
    padding: 20px;
  }
}

#products-slider .slide.slick-active .slide__button-container {
  opacity: 1;
}

#products-slider .slide__part__left::before {
  content: url("assets/images/icons/shape-logo.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
      -ms-transform: translate(-50%, -50%) scale(2);
          transform: translate(-50%, -50%) scale(2);
}

#products-slider .slide__part__right {
  position: relative;
}

#products-slider .slide__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 2.3125rem;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000;
  word-spacing: 1rem;
}

@media all and (max-width: 63.99em) {
  #products-slider .slide__title {
    font-size: 24px;
    font-size: 1.3.125rem;
    line-height: 1.875rem;
  }
}

#products-slider .slide__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
  padding: 15px 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.9s;
  transition: opacity 0.8s ease 0.9s;
}

@media all and (max-width: 53.99em) {
  #products-slider .slide__button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#products-slider .slide__button-container li {
  margin: 0 15px 0 0;
}

#products-slider .slide__button {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  padding: 10px 25px;
  border: 2px solid #616161;
  border-radius: 15px;
}

#products-slider .slide__button.slide__button__buy {
  background-color: #4a97f1;
  border-color: #4a97f1;
  color: #fff;
}

@media all and (min-width: 54.0625em) {
  #products-mobile {
    display: none;
  }
}

#products-mobile .panel-product-mobile__header {
  background-color: #151515;
  padding: 30px 15px;
  border-bottom: 1px solid #343434;
}

#products-mobile .panel-product-mobile__header:first-of-type {
  border-top: 1px solid #343434;
}

#products-mobile .panel-product-mobile__header img {
  display: block;
  margin: 0 auto;
}

#products-mobile .panel-product-mobile__header.studio {
  color: #FAB10D;
}

#products-mobile .panel-product-mobile__header.pipeline {
  color: #52B894;
}

#products-mobile .panel-product-mobile__header.review {
  color: #4CAEC3;
}

#products-mobile .panel-product-mobile__header.plugin {
  color: #8D5A9E;
}

#products-mobile .panel-product-mobile__content {
  padding: 50px 15px;
}

#products-mobile .panel-product-mobile__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#products-mobile .panel-product-mobile__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 2.3125rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media all and (max-width: 63.99em) {
  #products-mobile .panel-product-mobile__title {
    font-size: 24px;
    font-size: 1.3.125rem;
    line-height: 1.875rem;
  }
}

#products-mobile .panel-product-mobile__content {
  margin-bottom: 20px;
}

#products-mobile .panel-product-mobile__btn-container li {
  display: inline-block;
  margin: 30px 5px 0 0;
}

#customers .customers-logo {
  margin-bottom: 20px;
}

#customers .customers-logo::after {
  content: '';
  display: block;
  width: 200px;
  height: 1px;
  background-color: #808080;
  margin: 0 auto;
}

#customers-slider {
  padding: 60px 0 0 0;
  max-width: 100%;
}

#customers-slider .customers-slider__slide {
  margin: 0 30px;
}

.about-us {
  background-color: #151515;
}

.about-us .container {
  padding: 30px 70px;
  color: #a3a3a3;
}

@media all and (max-width: 63.99em) {
  .about-us .container {
    padding: 30px 20px;
  }
}
/* 20201130 Remove unwanted space under software block
@media all and (min-width: 64em) {
  .section-software__pipeline {
    background-size: 100%;
    background-position: bottom;
  }
  .section-software__pipeline:before {
    content: '';
    float: left;
    padding-bottom: 83.33333%;
  }
  .section-software__pipeline:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media all and (max-width: 63.99em) {
  .section-software__pipeline img {
    margin-top: 0 !important;
  }
}
*/

.section-software__plugin {
  background-size: cover;
}

.section-software__plugin:before {
  content: '';
  float: left;
  padding-bottom: 79.86111%;
}

.section-software__plugin:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (max-width: 63.99em) {
  .section-software__plugin {
    background-image: none !important;
  }
}

@media all and (max-width: 63.99em) {
  .section-software__plugin .img-bg-plugin {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 64em) {
  .section-software__plugin .img-bg-plugin {
    display: none !important;
  }
}

@media all and (min-width: 85.375em) {
  .polygons-review .section__template-product__cta .cta.cta-buy {
    width: 18%;
  }
}

.section-software__review {
  background-size: cover;
  background-position-y: 50%;
}

.section-software__review:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (max-width: 63.99em) {
  .section-software__review {
    background-image: none !important;
  }
}

.section-train {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.section-train:before {
  content: '';
  float: left;
  padding-bottom: 114.58333%;
}

.section-train:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (max-width: 63.99em) {
  .section-train {
    background-size: 100%;
    background-position: bottom;
  }
}

.section-train__top-content {
  padding: 120px 0;
  text-align: center;
}

.section-train__top-content__column {
  z-index: 9;
}

.section-train__bottom-content {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  z-index: 9;
}

@media all and (min-width: 64em) and (max-width: 79.99em) {
  .section-train__bottom-content {
    bottom: 15%;
  }
}

@media all and (max-width: 63.99em) {
  .section-train__bottom-content {
    position: relative;
  }
}

.section-train .software-advantage {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-bottom: 70px;
  text-shadow: 2px 2px 0px black;
}

@media all and (max-width: 63.99em) {
  .section-train .software-advantage {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media all and (max-width: 63.99em) {
  .section-train .software-advantage {
    padding-bottom: 40px;
  }
}

.section-train .software-advantage__icon svg {
  width: 50px;
  height: 50px;
}

.section-train .software-advantage__icon::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #fff;
  margin: 30px auto;
}

.section-train .bg-light {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(assets/images/bg-studio-train.jpg);
  background-size: cover;
  overflow: hidden;
}

@media all and (max-width: 63.99em) {
  .section-train .bg-light {
    display: none;
  }
}

.section-train .black {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-image: url(assets/images/bg-studio-train-black.jpg);
}

@media all and (max-width: 63.99em) {
  .section-train .black {
    background-size: 100%;
    background-position: bottom;
  }
}

.section-train .black-part {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  clip: rect(0px, auto, auto, 0vw);
  overflow: hidden;
  will-change: width, clip;
}

@media all and (max-width: 63.99em) {
  .section-train .black-part {
    width: 100% !important;
    clip: inherit;
  }
}

.section__workflow {
  background-image: url(assets/images/bg-outcome-studio.jpg);
  background-size: 100%;
  background-position: bottom;
  background-color: #232323;
}

.section_hexagone {
  background-image: url(assets/images/bg-outcome-studio.jpg);
  background-size: 100%;
  background-position: bottom;
  background-color: #232323;
}

.section__workflow.in-screen .workflow__column {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.section__workflow.in-screen .workflow__column:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section__workflow.in-screen .workflow__column:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section__workflow.in-screen .workflow__column:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.section__workflow.in-screen .workflow__column:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.section__workflow.in-screen .workflow__column:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.section__workflow.in-screen .workflow__column:nth-of-type(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.section__workflow.in-screen .workflow__column:nth-of-type(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.section__workflow.in-screen .workflow__column:nth-of-type(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.section__workflow.in-screen .workflow__column:nth-of-type(9) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.section__workflow .workflow__row {
  padding: 30px 0;
}

.section__workflow .workflow__column {
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0;
  -webkit-transform: translate(0, -30px);
      -ms-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

@media all and (min-width: 64em) {
  .section__workflow .workflow__column {
    width: 50%;
  }
  .section__workflow .workflow__column.even {
    float: right;
  }
}

@media all and (max-width: 63.99em) {
  .section__workflow .workflow__column {
    margin-bottom: 60px;
  }
}

.section__workflow .workflow__column.workflow__review .workflow__title {
  color: #4CAEC3;
}

.section__workflow .workflow__column.workflow__studio .workflow__title {
  color: #FAB10D;
}

.section__workflow .workflow__column.workflow__plugin .workflow__title {
  color: #8D5A9E;
}

.section__workflow .workflow__column.workflow__pipeline .workflow__title {
  color: #52B894;
}

.section__workflow .workflow__column.workflow__scenarioprocessor .workflow__title {
  color: #8ACC54;
}

.section__workflow .workflow__column.workflow__loaderunity .workflow__title {
  color: #7537A3;
}

.section__workflow .workflow__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-transform: uppercase;
}

.section__workflow .workflow__text {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.625rem;
  color: #a3a3a3;
}

.section-support {
  padding: 100px 0;
  text-align: center;
}

.section-support:not(:last-of-type) {
  border-bottom: 1px solid #616161;
}

@media all and (max-width: 61.99em) {
  .section-support {
    padding: 45px 0 !important;
  }
}

.section-faq {
  text-align: left;
}

.section-faq .question {
  margin: 40px 0;
}

.section-faq .question__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.625rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  margin-bottom: 10px;
}

.section-faq .question__link {
  display: block;
  margin: 10px 0;
}

.support__column {
  padding-right: 50px;
  padding-left: 50px;
  text-align: left;
}

@media all and (max-width: 61.99em) {
  .support__column {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-software__top-content {
  padding: 90px 0;
  text-align: center;
}

@media all and (max-width: 63.99em) {
  .section-software__top-content {
    padding: 45px 0 0 0;
  }
}

.section-software__top-content__column {
  z-index: 9;
}

.section-software__top-content__column-text {
  padding: 0 15px;
}

.section-software__top-content__column-text p {
  max-width: 90%;
  margin: 0 auto 20px auto;
  text-shadow: 1px 1px 0 white;
}

.section-software__top-content .video-container {
  margin-top: 40px;
}

.section-software__top-content .video-overview {
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-software__top-content .video-overview:before {
  content: '';
  float: left;
  padding-bottom: 56.25%;
}

.section-software__top-content .video-overview:after {
  content: '';
  display: table;
  clear: both;
}

.section-software__top-content .video-overview a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.section-software__top-content .video-overview a:hover .feature__video__btn {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.section-software__top-content video {
  margin-top: 40px;
}

.section-software__top-content .section__title {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 2.3125rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

@media all and (max-width: 63.99em) {
  .section-software__top-content .section__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
}

/* # Pages */
body.woocommerce .store__title {
  display: inline-block;
  padding-right: 3.125rem;
}

body.woocommerce ul.products::after {
  clear: inherit;
}

body.woocommerce ul.products .product {
  padding: 0 15px 30px 15px;
  vertical-align: top;
}

@media all and (max-width: 53.99em) {
  body.woocommerce ul.products .product {
    text-align: center;
  }
}

@media all and (max-width: 53.99em) {
  body.woocommerce ul.products .product .price {
    display: block;
    margin: 20px auto;
  }
}

@media all and (min-width: 54em) {
  body.woocommerce ul.products .product .price {
    padding: 20px 0;
    float: left;
  }
}

body.woocommerce ul.products .product .price::before {
  content: '';
  display: table;
}

body.woocommerce ul.products .product .price::after {
  content: '';
  clear: both;
}

@media all and (max-width: 53.99em) {
  body.woocommerce ul.products .product a.add_to_cart_button {
    display: inline-block;
    margin: 0 auto;
  }
}

@media all and (min-width: 54em) {
  body.woocommerce ul.products .product a.add_to_cart_button {
    float: left;
    clear: both;
  }
}

body.woocommerce ul.products .product.first {
  clear: initial;
}

@media all and (min-width: 64em) {
  body.woocommerce .shop-row {
    margin-top: 70px;
  }
}

body.woocommerce-cart a.button.alt {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding: 0.75rem 0.9375rem;
  border-width: 2px;
  border-style: solid;
  z-index: 1;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.16em;
  background-color: #4a97f1;
  border-color: #4a97f1;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 79.99em) {
  body.woocommerce-cart a.button.alt {
    letter-spacing: 0;
  }
}

body.woocommerce-cart a.button.alt:hover {
  background: #1b7ced;
  border-color: #1b7ced;
  color: #fff;
}

body.woocommerce-cart .cart-collaterals h2 {
  margin-bottom: 1rem;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 60%;
}

.woocommerce-checkout #woocommerce_eu_vat_number {
  position: relative;
  margin: 0 0 1rem 0;
}

.woocommerce-checkout .tooltip-vat {
  position: relative;
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 1.4375rem;
  margin-left: 1rem;
  font-weight: 700;
  color: #000;
  z-index: 3;
}

.woocommerce-checkout .tooltip-vat__dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-bottom: 3px solid #4CAEC3;
  top: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.woocommerce-checkout .tooltip-vat__dropdown.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 2.1875rem);
      -ms-transform: translate(0, 2.1875rem);
          transform: translate(0, 2.1875rem);
}

.woocommerce-checkout .tooltip-vat__dropdown__content {
  padding: 0.9375rem 0.9375rem;
}

.woocommerce-page fieldset {
  border: none;
  padding: 10px 0;
  margin: 0;
}

.woocommerce-MyAccount-content h2 {
  padding: 15px 0;
}

.my-account__title {
  line-height: 1.875rem;
  font-size: 1.5625rem;
  padding: 0 0 2.3125rem 0 !important;
  margin: 0 !important;
}

@media all and (max-width: 63.99em) {
  .my-account__title {
    padding-bottom: 0px;
  }
}

.my-account-toggler {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #ccc;
}

.my-account-toggler__triangle {
  position: absolute;
  top: 1rem;
  right: 0;
}

@media all and (min-width: 64em) {
  .my-account-toggler__triangle {
    display: none;
  }
}

.woocommerce-MyAccount-navigation {
  padding-right: 3.75rem;
}

@media all and (max-width: 63.99em) {
  .woocommerce-MyAccount-navigation {
    padding: 30px 0;
  }
}

.woocommerce-MyAccount-navigation-link {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  border-bottom: 1px solid #ddd;
}

.woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 700;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 10px 0;
}

.page-template-template-license-management .woocommerce-MyAccount-navigation-link--license-management {
  font-weight: 700;
}

.page-template-template-license-management .ui-state-default,
.page-template-template-license-management .ui-state-active,
.woocommerce-account .ui-state-default,
.woocommerce-account .ui-state-active {
  background-color: transparent;
  color: #343434;
  border: 1px solid #c5c5c5;
}

.page-template-template-license-management .ui-widget,
.woocommerce-account .ui-widget {
  font-family: 'Lato';
}

.page-template-template-license-management .ui-accordion-header h3,
.woocommerce-account .ui-accordion-header h3 {
  text-transform: uppercase;
}

.page-template-template-license-management .ui-accordion-header-icon,
.woocommerce-account .ui-accordion-header-icon {
  display: none;
}

.page-template-template-license-management .ui-accordion .ui-accordion-content,
.woocommerce-account .ui-accordion .ui-accordion-content {
  padding: 1em;
}

.page-template-template-license-management .user-license__row,
.page-template-template-license-management .user-upgrade__row,
.woocommerce-account .user-license__row,
.woocommerce-account .user-upgrade__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #808080;
}

.page-template-template-license-management .user-license__row.user-license__head, .page-template-template-license-management .user-license__row.user-upgrade__head,
.page-template-template-license-management .user-upgrade__row.user-license__head,
.page-template-template-license-management .user-upgrade__row.user-upgrade__head,
.woocommerce-account .user-license__row.user-license__head,
.woocommerce-account .user-license__row.user-upgrade__head,
.woocommerce-account .user-upgrade__row.user-license__head,
.woocommerce-account .user-upgrade__row.user-upgrade__head {
  padding: 15px 0;
  font-weight: 700;
  border-bottom: 1px solid #616161;
}

.page-template-template-license-management .user-license__column.user-license__column-action input,
.page-template-template-license-management .user-upgrade__column.user-license__column-action input,
.woocommerce-account .user-license__column.user-license__column-action input,
.woocommerce-account .user-upgrade__column.user-license__column-action input {
  width: 100%;
  margin: 5px 0;
}

.page-template-template-license-management .user-license__column-commande,
.page-template-template-license-management .user-upgrade__column-commande,
.woocommerce-account .user-license__column-commande,
.woocommerce-account .user-upgrade__column-commande {
  width: 20%;
}

.page-template-template-license-management .user-license__column-date, .page-template-template-license-management .user-license__column-produit,
.page-template-template-license-management .user-upgrade__column-date,
.page-template-template-license-management .user-upgrade__column-produit,
.woocommerce-account .user-license__column-date,
.woocommerce-account .user-license__column-produit,
.woocommerce-account .user-upgrade__column-date,
.woocommerce-account .user-upgrade__column-produit {
  width: 22.5%;
}

.page-template-template-license-management .user-license__column-upgrade,
.page-template-template-license-management .user-upgrade__column-upgrade,
.woocommerce-account .user-license__column-upgrade,
.woocommerce-account .user-upgrade__column-upgrade {
  width: 35%;
}

.page-template-template-license-management .tooltip-renew,
.woocommerce-account .tooltip-renew {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #616161;
  cursor: pointer;
  z-index: 10;
}

.tooltip-billing {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin: 0 15px;
  border: 1px solid #616161;
  cursor: pointer;
  z-index: 10;
  display: inline-block;
  padding: 2px 10px;
}

.page-template-template-license-management .tooltip-renew__container,
.woocommerce-account .tooltip-renew__container {
  position: absolute;
  bottom: -7.5rem;
  right: -1.25rem;
  background-color: #fff;
  width: 12.5rem;
  z-index: 5;
  padding: 1rem;
  border: 1px solid #a3a3a3;
  border-bottom: 3px solid #4CAEC3;
  -webkit-transform: translate(0, 3.75rem);
      -ms-transform: translate(0, 3.75rem);
          transform: translate(0, 3.75rem);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.tooltip-billing__container {
  position: absolute;
  bottom: -7.3.125rem;
  left: 0.9375rem;
  background-color: #fff;
  width: 31.25rem;
  font-size: 1rem;
  font-weight: normal;
  z-index: 5;
  padding: 1rem;
  border: 1px solid #a3a3a3;
  border-bottom: 3px solid #4CAEC3;
  -webkit-transform: translate(0, 3.75rem);
      -ms-transform: translate(0, 3.75rem);
          transform: translate(0, 3.75rem);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.page-template-template-license-management .tooltip-renew__container.show,
.woocommerce-account .tooltip-renew__container.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.tooltip-billing__container.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.pos-relative
{
  position: relative;
}

.page-template-template-license-management .tooltip-upgrade,
.woocommerce-account .tooltip-upgrade {
  position: relative;
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 1.4375rem;
  margin-left: 1rem;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  z-index: 3;
}

.page-template-template-license-management .tooltip-upgrade__dropdown,
.woocommerce-account .tooltip-upgrade__dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-bottom: 3px solid #4CAEC3;
  top: 0;
  -webkit-transform: translate(0, 6.25rem);
      -ms-transform: translate(0, 6.25rem);
          transform: translate(0, 6.25rem);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
}

.page-template-template-license-management .tooltip-upgrade__dropdown.show,
.woocommerce-account .tooltip-upgrade__dropdown.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 2.8125rem);
      -ms-transform: translate(0, 2.8125rem);
          transform: translate(0, 2.8125rem);
}

.page-template-template-license-management .tooltip-upgrade__dropdown__content,
.woocommerce-account .tooltip-upgrade__dropdown__content {
  background-color: #fff;
  background-color: #fff;
  padding: 0.9375rem 0.9375rem;
}

.page-template-template-license-management .container.offset-top {
  padding-bottom: 150px;
}

@media all and (max-width: 53.99em) {
  .page-template-template-license-management .container.offset-top .col-md-8 {
    overflow: hidden;
  }
}

@media all and (max-width: 53.99em) {
  .page-template-template-license-management .container.offset-top .dataTables_wrapper {
    overflow: scroll;
  }
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  background-color: transparent;
}

.woocommerce .woocommerce-info {
  border-top-color: #000;
}

.woocommerce .woocommerce-info::before {
  color: #000;
}

.woocommerce .woocommerce-message {
  border-top-color: transparent;
}

.woocommerce-order-received h2 {
  padding: 20px 0;
}

.order-actions .button {
  padding: 0.3.125rem 1rem !important;
}

body.single-product.woocommerce button.single_add_to_cart_button.button, body.single-product.woocommerce button.single_add_to_cart_button.alt {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
  position: relative;
  padding: 0.75rem 0.9375rem;
  border-width: 2px;
  border-style: solid;
  z-index: 1;
  background: transparent;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.16em;
  background-color: #4a97f1;
  border: 2px solid #4a97f1;
  clear: both;
  margin: 30px 0;
}

body.single-product.woocommerce button.single_add_to_cart_button.button:hover, body.single-product.woocommerce button.single_add_to_cart_button.alt:hover {
  background: #1b7ced;
  border-color: #1b7ced;
  color: #fff;
}

body.single-product.woocommerce div.product.product-type-variable div[itemprop="offers"] {
  display: none;
}

body.single-product.woocommerce div.product div[itemprop="description"] {
  margin: 30px 0 0 0;
  color: #616161;
}

body.single-product.woocommerce div.product .woocommerce-variation-price {
  margin: 30px 0;
}

body.single-product.woocommerce div.product .variations .label {
  color: #616161;
}

body.single-product.woocommerce div.product .variations select {
  padding: 1rem;
}

body.single-product.woocommerce div.product .price {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.28em;
  margin: 30px 0;
}

body.single-product.woocommerce div.product .price .woocommerce-price-suffix {
  letter-spacing: 0;
  font-size: 1rem;
}

body.single-product.woocommerce div.product.product_cat-studio .product_title {
  color: #FAB10D;
}

body.single-product.woocommerce div.product.product_cat-studio .price {
  color: #FAB10D;
}

body.single-product.woocommerce div.product.product_cat-review .product_title {
  color: #4CAEC3;
}

body.single-product.woocommerce div.product.product_cat-review .price {
  color: #4CAEC3;
}

body.single-product.woocommerce div.product.product_cat-plugin .product_title {
  color: #8D5A9E;
}

body.single-product.woocommerce div.product.product_cat-plugin .price {
  color: #8D5A9E;
}

body.single-product.woocommerce div.product.product_cat-pipeline .product_title {
  color: #52B894;
}

body.single-product.woocommerce div.product.product_cat-pipeline .price {
  color: #52B894;
}

body.single-product.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

body.woocommerce .header,
body.woocommerce-account .header,
body.woocommerce-cart .header,
body.woocommerce-page .header,
body.page-template-template-license-management .header {
  opacity: 1;
}

body.woocommerce .submenu,
body.woocommerce-account .submenu,
body.woocommerce-cart .submenu,
body.woocommerce-page .submenu,
body.page-template-template-license-management .submenu {
  opacity: 1;
}

body.woocommerce .submenu2,
body.woocommerce-account .submenu2,
body.woocommerce-cart .submenu2,
body.woocommerce-page .submenu2,
body.page-template-template-license-management .submenu2 {
  opacity: 1;
}

body.woocommerce .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-cart .woocommerce-MyAccount-navigation,
body.woocommerce-page .woocommerce-MyAccount-navigation,
body.page-template-template-license-management .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

body.woocommerce .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-cart .woocommerce-MyAccount-content,
body.woocommerce-page .woocommerce-MyAccount-content,
body.page-template-template-license-management .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

body.woocommerce #content,
div.woocommerce #content {
  padding: 0 15px;
}

body.woocommerce .woocommerce-breadcrumb,
div.woocommerce .woocommerce-breadcrumb {
  display: none;
}

body.woocommerce a.button,
body.woocommerce input.button,
div.woocommerce a.button,
div.woocommerce input.button {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
  padding: 0.75rem 0.9375rem;
  border-width: 2px;
  border-style: solid;
  z-index: 1;
  background: transparent;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.16em;
  color: #616161;
  border-color: #616161;
}

@media all and (max-width: 79.99em) {
  body.woocommerce a.button,
  body.woocommerce input.button,
  div.woocommerce a.button,
  div.woocommerce input.button {
    letter-spacing: 0;
  }
}

body.woocommerce a.button::after,
body.woocommerce input.button::after,
div.woocommerce a.button::after,
div.woocommerce input.button::after {
  clear: both;
}

body.woocommerce a.button:hover,
body.woocommerce input.button:hover,
div.woocommerce a.button:hover,
div.woocommerce input.button:hover {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}

body.woocommerce a.button.alt,
body.woocommerce input.button.alt,
div.woocommerce a.button.alt,
div.woocommerce input.button.alt {
  background-color: #4a97f1;
  border-color: #4a97f1;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media all and (max-width: 79.99em) {
  body.woocommerce a.button.alt,
  body.woocommerce input.button.alt,
  div.woocommerce a.button.alt,
  div.woocommerce input.button.alt {
    letter-spacing: 0;
  }
}

body.woocommerce a.button.alt:hover,
body.woocommerce input.button.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce input.button.alt:hover {
  background: #1b7ced;
  border-color: #1b7ced;
  color: #fff;
}

body.woocommerce form.login,
body.woocommerce form.register,
div.woocommerce form.login,
div.woocommerce form.register {
  border: none;
  padding: 20px 10px;
}

body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error,
div.woocommerce .woocommerce-message,
div.woocommerce .woocommerce-info,
div.woocommerce .woocommerce-error {
  line-height: 2.3125rem;
}

div.woocommerce {
  padding: 150px 0;
}

@media all and (max-width: 63.99em) {
  div.woocommerce {
    padding: 2.3125rem 0 5rem 0;
  }
}

#container {
  padding: 150px 0;
}

.up-sells.upsells.products {
  clear: both;
}

mark {
  background-color: transparent;
}

/* 20180212 update for mobile : video player size/ limit downloads/ show info msg */

.download-file__column-type
{
  word-break: break-all;
}

@media screen and (max-width: 554px) {

  .download-file__container:before
  {
    content: "Executable files download is not available on mobile.";
        display: block;
      margin-bottom: 3.125rem;
      font-size: 0.9375rem;
      background-color: #dc3545!important;
      color: white;
      padding: 0.3125rem;
      text-align: center;
      margin-top: -2.3125rem;
  }
  
  /* fixes youtube player overflow on mobile */
  .video-container iframe, 
  .feature__video__cover iframe
  {
    width: 100%;
    height: 281px;
  }
  
  /* hides columns on mobile */
  .download-file__column-type,
  .download-file__column-weight,
  .download-file__column-dl:nth-last-of-type(2)
  {
    display: none;
  }
  
  .download-file__column-dl:last-child
  {
    width: 50px;
  }
  
  .download-file__column-trial
  {
    width: 80px !important;
  } 
  .download-file__column-name
  {
    width: 42% !important;
  }
  
}

/* 20180213 Beautiful CTA in low res */

@media screen and (max-width: 79.99em) {
  .cta
  {
    padding: 0.75rem 1rem;
  }
}

/* 20180213 Fixed FAQ anchor link */
.question
{
  padding-top:80px;
  margin-top:-80px;
}

/* 20180305 Infos Legales */

.page-template h1,
.page-template h2
{
  margin: 1.25rem 0 0.9375rem 0;
}

.page-template h3,
.page-template h4
{
  margin: 1rem 0 0.3125rem 0;
}

.ctcc-more-info-link
{
  font-weight: lighter;
  text-decoration: underline;
}

/* 20180727 Fix Dark Pattern links */

a.showcoupon,
a.woocommerce-terms-and-conditions-link
{
  text-decoration: underline;
}

div.woocommerce button.button.alt
{
  background-color: #4a97f1;
}

div.woocommerce button.button.alt:hover
{
  background-color: #1c75de;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

/* adds ul / li behavior for default template content */
.page-template-default main ul
{
  padding: 1rem 1.25rem !important;
}

/* Fix ul/li behavior for errors */
.page-template-default main ul.woocommerce-error {
  padding: 0.9375rem 0.9375rem 0.9375rem 3.75rem !important;
}

.page-template-default main li
{
  list-style: circle;
}
.page-template-default.woocommerce-account main li
{
  list-style: none;
}

li.wc_payment_method 
{
  list-style: none !important;
}

/* 20180911 Update basket icon */

img.basket_icon
{
  position: absolute;
  width: 42px;
  height: 42px;
  top: -6px;
  left: 11px;
}

.header__secondary-nav__cart-count {
  position: absolute;
  right: 12px;
  top: 7px;
  display: inline-block;
  color: #fff;
  background-color: rgba(74, 151, 241, 1);
  width: 22px;
  height: 14px;
  line-height: 14px;
  padding-left: 2px;
  z-index: -4;
  font-size: 11px;
  text-align: center;
  border-radius: 0 0 40% 40%;
}

@media screen and (max-width: 53.99em)
{
  img.basket_icon
  {
    position: relative;
    width: 38px;
    height: 38px;
    top: 0px;
    left: 0px;
  }
  
  .header__secondary-nav__cart-count
  {
    right: 16px;
    top: 13px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    z-index: 1;
    border-radius: 50%;
  }
}

/* update quantity text display in basket */

input.qty
{
    padding: 1rem 0.3125rem 1rem 1rem;
}


/* main nav breakpoints revisited */

/* hide contact link in middle defs */
@media screen and (min-width: 54em) and (max-width: 65em)
{
  li#menu-item-62
  {
    display:none;
  }
}

@media screen and (min-width: 54em) and (max-width: 85.365em)
{
  .header__main-nav {
      margin-left: 92px !important;
      left: 0;
      position: absolute;
  }  
}


/* EDIT ACCOUNT PAGER TWEAKs */

.woocommerce-edit-account fieldset:not(:first-of-type) 
{
  margin-top: 30px;
}

.wohooCommerce-form-actions
{
  margin-top: 40px;
}

.woocommerce-edit-account fieldset legend
{
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

#collapse_password_change
{
  cursor: pointer;
}

#collapse_password_change_indicator
{
  margin-left: 10px;
}

#collapsible_password_change
{
  display: none;
}

.cta-delete-me
{
  float: right;
  color: red;
}

/* Woocommerce padding */

div.woocommerce
{
    padding: 80px 0;
}

#container {
    padding: 80px 0;
}


/* new register/login form */

.reset-password
{
  float: right;
  margin-right: calc(20% + 10px);
}

#wpcrlLoginForm input,
#wpcrlResetPasswordSection input
{
  width: 80%;
}

#wpcrlLoginForm ::placeholder,
#wpcrlRegisterForm ::placeholder,
#wpcrlResetPasswordSection ::placeholder
{
  opacity: .6;
}

#wpcrlRegisterForm #wpcrl_country
{
  width:80%;
  height:42px;
  display: block;
  padding: 0rem 0.9375rem;
}

.form-call-to-register
{
  padding: 50px 0;
}

.form-call-to-register .form-group
{
  margin: 15px 0;
}

.form-call-to-register input
{
  display: block;
  width: 80%;
}

.form-call-to-register label
{
  display: inline-block;
  margin-bottom: 10px;
}

label.checkbox
{
  margin-left: 10px;
}


/********** Beautiful legals **********/

.page-template-template-legal .offset-top {
    padding-top: 100px;
}

.page-template-template-legal h1
{
  margin: 1.5em 0 1em 0;
}

.page-template-template-legal h2
{
  margin: 1.5em 0 1em 0;
}

.page-template-template-legal h3
{
  margin: 1em 0;
}

.page-template-template-legal h4
{
  margin: 1em 0 1em 1em;
}

.page-template-template-legal h5
{
  margin: 1em 0;
}

.page-template-template-legal main a
{
  color: rgba(74, 151, 241, 1);
}

.page-template-template-legal li
{
  list-style: disc;
  margin-left: 1.5em;
}

/* Page licences */

table#licenses,
table#licensesFloating
{
  font-size: 0.8em;
}

table#licenses tr:nth-child(even),
table#licensesFloating tr:nth-child(even)
{
  background: #FAFAFA !important;
}

table#licenses .cta,
table#licensesFloating .cta
{
  width: 100%;
  padding: 0.6em !important;
  margin: .3em 0;
}

.trial-chattoyant
{
  padding: .2em .25em;
  margin-left: .4em;
  font-size: .9em;
  background-color: #FFD600;
  border-radius: 6px;
  color: white;
}

.beta-chattoyante
{
  padding: .2em .25em;
  margin: 0 .2em;
  font-size: .9em;
  background-color: #FF9100;
  border-radius: 6px;
  color: white;
}

div#licenses_filter input,
div#licensesFloating_filter input
{
	padding: .5em;
}

.product-slider-navtext__item {
  text-transform: lowercase !important;
}

#logo-pixyz-software {
  z-index: 10;
}

.polygons-children .section__title {
  z-index: 10;
}

.product-mobile-logo {
  height: 68px;
}

body.single-product.woocommerce button.forced_add_to_cart.button, body.single-product.woocommerce button.forced_add_to_cart.alt {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
  position: relative;
  padding: 0.75rem 0.9375rem;
  border-width: 2px;
  border-style: solid;
  z-index: 1;
  background: transparent;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  letter-spacing: 0.16em;
  background-color: #4a97f1;
  border: 2px solid #4a97f1;
  clear: both;
  margin: 30px 0;
}

.privacy-policy ul 
{
  padding-left: 2em;
}

.privacy-policy li
{
  list-style: disc;
}

.privacy-policy main
{
  margin-bottom: 8em;
}

.feature__video__cover iframe 
{
  width: 100%;
  max-width: 500px;  
}

/* Add notive message on VAT number */

.woocommerce-checkout #woocommerce_eu_vat_number::before {
  content: "Tax information";
  display: block;
  font-size: 1.17em;
  margin-block-start: 1.25em;
  margin-block-end: 0.6em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.woocommerce-checkout #woocommerce_eu_vat_number {
  margin-bottom: 2.5em !important;
}

/* Login form on cart */

body.woocommerce-cart #wpcrlLoginAndResetSection {
  border-right: dotted 1px #AAA;
}

body.woocommerce-cart #wpcrlLoginAndResetSection .col-md-6 {
  width: 100% !important;
}

body.woocommerce-cart #wpcrlLoginSection {
  padding: 0;
}

div.cart_totals tr td,
div.cart_totals tr th {
  text-align: right;
}

.ui-dialog-content ol > li,
.uk-modal-dialog ol > li
{
  list-style: decimal;
  margin-bottom: .4em;
}

.ui-dialog-content ul
{
  padding-left: 2em;
}

.ui-dialog-content img,
.uk-modal-dialog img
{
  margin: .6em 0;
}

div.woocommerce div.error.notice {
  padding: 1em;
  background: #ffcccb;
  border-radius: 4px;
}

div.woocommerce div.notice.notice-success {
  padding: 1em;
  background: #bcf5d9;
  border-radius: 4px;
}

.dialog-form-file-input {
  border: 0;
  width: 100%;
  margin-bottom: .5em;
}

.dialog-form-select-input {
  border: 0;
  width: 100%;
  margin-bottom: .5em;
}

.editable_textarea:hover {
  cursor: pointer;
}

form.editable textarea {
  height: 5em !important;
}

/* Woocommerce order page */

.woocommerce-orders-table .woocommerce-button
{
  font-size: 1em !important;
  padding: .6em 1em !important;
  margin-right: .6em !important;
}

.woocommerce-orders-table__cell-order-actions
{
  width: 15em;
}

/* Woocommerce product page */

body.product-template-default .product {
	margin-top: 30px;
}

body.product-template-default .product .product_title
{
	margin: 30px 0 20px 0;
	font-family: Montserrat;
	font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.1875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.product-template-default .product .woocommerce-product-details__short-description
{
	margin-bottom: 20px;
}

body.product-template-default .product .price
{
	text-align: right;
}

.woocommerce-variation-add-to-cart .quantity::before {
    content: "Number of licenses: ";
    margin-right: 1em;
}

/** OneTrust Unity **/

.blocked-video__overlay {
  font-size: 0.8125rem;
  padding: 15%;
  background-color: #222;
  color: #6e6e6e;
  text-align: center;
  background-image: url(/wp-content/themes/pixyz-theme/assets/images/fuzz_vhs.gif);
  background-blend-mode: overlay;
  background-size: cover;
}
.blocked-video__message {
  margin-bottom: 1.25rem;
}
.blocked-video__button {
  padding: 1em;
  background-color: #2ea2cc;
  color: #FFF;
  border-radius: 1em;
}
.blocked-video__button {
  padding: 1em;
  background-color: #2ea2cc;
  color: #FFF;
  border-radius: 1em;
}
.blocked-video__button:hover
{
  cursor: pointer;
}
/* damned rem size ... */
body #onetrust-consent-sdk .group-description,
body #onetrust-banner-sdk #onetrust-policy-text
{
  font-size: 1em !important;
  line-height: 1em !important; 
}
body #onetrust-banner-sdk .ot-sdk-container #onetrust-pc-btn-handler,
body #onetrust-banner-sdk .ot-sdk-container #onetrust-accept-btn-handler,
body #onetrust-banner-sdk .ot-sdk-container #onetrust-reject-all-handler,
body #onetrust-consent-sdk #onetrust-pc-sdk button.ot-pc-refuse-all-handler,
body #onetrust-consent-sdk #onetrust-pc-sdk #accept-recommended-btn-handler,
body #onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler
{
  font-size: 1em !important;
}
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-close-icon
{
  background-size: 24px;
}
body #onetrust-banner-sdk .ot-sdk-container #onetrust-accept-btn-handler,
body #onetrust-banner-sdk .ot-sdk-container #onetrust-reject-all-handler
{
  padding: 12px !important;
}
body #onetrust-consent-sdk #onetrust-pc-sdk a
{
  color: #3860be !important;
}

div#onetrust-button-group {
  margin-top: 1.2rem !important;
}

/* Cookie Policy */

main h3.ot-sdk-cookie-policy-title
{
  font-size: 1.75rem !important;
}


#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy
{
  font-size: 1.125rem !important;
}

/* UIKit fixes */
em {
  color: inherit !important;
}

/* Download template */

.pxz-popolygons-bg
{
  background-color: rgba(0, 0, 0, .85);
  background-image: url(/wp-content/themes/pixyz-theme/assets/images/textures/popolygons.svg);
  background-size: 100% 100%;;
}

.pxz-page-header
{
  margin-top: 60px;
  padding-top: 10px;
  min-height: 200px;
}

.pxz-page-header-title
{
  font-family: "Lato", sans-serif;
  color: #FFF;
  text-align: center;
  opacity: .9;
  margin-top: 2.1rem !important;
  margin-bottom: 1.6rem !important;
  font-size: 2.3125rem;
  font-weight: 300;
  line-height: 3.125rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

.pxz-page-header-subtitle
{
  font-family: "Lato", sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: 0.28em;
}

.pxz-software-list-banner
{
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 1em;
  margin-bottom: 2em;
}

.pxz-software-list-banner img
{
  height: 48px;
  width: auto;
}

.pxz-software-list-accordion
{
  padding: 0 2em;
}

.pxz-software-list-accordion li
{
  padding: .5em .5em;
  border-bottom: solid 1px #DDD;
  min-height: 2em;
}

.pxz-software-package-name
{
  font-weight: 400;
  font-size: .9em;
  margin-right: .4em;
}

.pxz-software-package-desc
{
  font-weight: bold;
  font-size: 1.0625em;
  margin-right: .4em;
}

.pxz-software-package-date
{
  font-size: 1.0625em;
}

.pxz-software-package-actions
{
  line-height: 3em;
}

/* special trickery to offset anchored links */
.pxz-anchor-link
{
  padding-top: 60px !important;
  margin-top: -60px !important;
}

.pxz-soft-latest-illus {
  margin-left: .4em;
}

.pxz-soft-latest-illus-img
{
    width: 256px;
    height: 168px;
    object-fit: cover;
}

@media (max-width: 960px) {
  .pxz-soft-latest-illus-img
  {
      width: 100%;
      height: auto;
      object-fit: cover;
  }

  .pxz-soft-latest-name
  {
    margin-top: 7vw !important;
  }

  .pxz-soft-latest-actions
  {
    margin-top: -7vw !important;
  }
}

.pxz-soft-latest-version
{
  font-size: 1.2em;
  font-weight: 500;
}

.pxz-soft-latest-date
{
  font-size: .9em;
}

/* UIKit overload */

.page-template-template-product-discovery .uk-button
{
  border-radius: 4px;
  font-family: Montserrat;
}

.page-template-template-product-discovery .uk-button-large
{
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 40px;
}

.page-template-template-product-discovery .uk-button-small
{
  padding: 2px 16px;
}

.page-template-template-product-discovery .uk-accordion-title:before
{
  color: #C4C4C4;
}

/* Thanks SVG encoder: https://codepen.io/yoksel/details/JDqvs/ */
.pxz_pd-faqs-faq .uk-accordion-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23C4C4C4' stroke-width='1.03' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E");
}

.pxz_pd-faqs-faq.uk-open .uk-accordion-title:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23C4C4C4' stroke-width='1.03' points='4 13 10 7 16 13'%3E%3C/polyline%3E%3C/svg%3E");
}

.uk-button
{
  text-transform: unset !important;
}

.uk-sticky-fixed {
  z-index: 11 !important;
}

/* Product Discovery Page Template */

.pxz_pd-section_title {
  font-size: 2.6em;
  font-weight: 700;
  margin: 0 0 2em !important;
  text-align: center;
  text-transform: capitalize;
}

.pxz_pd-header {
  min-height: 600px;
}

.pxz_pd-header .uk-container
{
  position: relative;
}

.pxz_pd-header-product_logo-wrapper
{
  position: relative;
  z-index: 10;
  margin-top: 3em;
}

.pxz_pd-header-product_logo
{
  height: 120px;
  width: auto;
  margin-left: -10px;
}

@media all and (max-width: 600px) {
  .pxz_pd-header-product_logo
  {
    height: auto;
  }
}

.pxz_pd-header-headline {
  position: relative;
  z-index: 10;
  color: #FFF;
  font-size: 3em;
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 1.6em !important;
}

.pxz_pd-header-subheading {
  position: relative;
  z-index: 10;
  color: #FFF;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 300;
  font-family: Montserrat;
}

.pxz_pd-header-button {
  text-align: center;
  position: relative;
  z-index: 10;
}

.pxz_pd-header-illustration-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pxz_pd-header-illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
}

.pxz_pd-navbar {
  background-color: #F4F4F4;
  padding: .4em;
}

.pxz_pd-navbar.uk-sticky {
  box-shadow: 0 4px 8px rgba(0,0,0,.2);
}

.pxz_pd-navbar-items {
  padding-top: .1em;
}

.pxz_pd-navbar-jumpto {
  padding-top: .4em;
  font-size: 1.1em;
  font-weight: 600;
  margin-right: .5em;
}

.pxz_pd-navbar-select-wrapper {
  margin-right:.8em;
}

.pxz_pd-navitem-wrapper {
  display: inline-block;
  list-style: none;
  margin-right:3em;
}

.pxz_pd-navitem {
  font-weight: 600;
  color: #000 !important;
}

.pxz_pd-fullwidth_video iframe
{
  width: 100%;
  height: 400px;
}

@media all and (min-width: 1200px) {
  .pxz_pd-fullwidth_video iframe
  {
    height: 540px;
  }
}

.pxz_pd-key_features-feature-row
{
  margin-bottom: 5em;
}

.pxz_pd-key_features-feature-title 
{
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 600;
  padding-bottom: 1.1em;
  text-transform: capitalize;
  color: #000;
  font-family: Montserrat;
}

.pxz_pd-key_features-feature-description
{
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  color: #000;
  font-family: Montserrat;
}

.pxz_pd-key_features-feature-illustration
{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pxz_pd-usecases-grid .uk-grid-margin
{
  margin-top: 69px !important;
}

.pxz_pd-usecases-case-illustration
{
  margin-top: -32px;
}

.ktw-cursor
{
  margin-left: .05em;
  animation: ktw-blinker 1s linear infinite;
}

@keyframes ktw-blinker {
  50%{
    opacity: 0;
  }
}

.pxz_pd-testimonials-introduction
{
  font-size: 2em;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 1em;
}

.pxz_pd-testimonials-testimonial-wrapper {
  position: relative;
  resize: vertical;
  height: 6em;
}

.pxz_pd-testimonials-testimonial-sentence {

  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 2em;
  text-align: center;
  color: #000;
  transform: translateY(-50%);
  resize: vertical;
  line-height: .9em;
}

.pxz_pd-testimonials-testimonial-author {
  font-size: 1.2em;
  text-align: center;
  color: #666;
  text-transform: capitalize;
  font-style: italic;
  position: relative;
}

.pxz_pd-testimonials-testimonial-author:before {
  content: "―";
  margin-right: .3em;
  color: #666;
}

.pxz_pd-testimonials-testimonial-author:after {
  content: "―";
  margin-left: .3em;
  color: #666;
}

.pxz_pd-features-feature-title
{
  font-size: 1.8em;
  font-weight: 600;
}

.pxz_pd-features-feature-keypoints
{
  margin-top: 1.8em;
}

.pxz_pd-features-feature-keypoint
{
  position: relative;
  line-height: 1em;
  margin: 0 0 1em 1.3em;
  font-size: 1.5em;
  font-weight: 300;
  color: #000;
}

.pxz_pd-features-feature-keypoint::before {
  content: "";
  position: absolute;
  left: -1em;
  top: .3em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #374957;
}

.pxz_pd-faqs-faq
{
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 1.3em;
}

.pxz_pd-faqs-faq-title
{
  font-size: 1.4em;
  font-weight: 700;
  color:#000;
}

.pxz_pd-faqs-faq-answer
{
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 2em;
  color:#000;
}

.pxz_pd-faqs-faq-answer p {
  margin: .5em 0;
}

.pxz_pd-faqs-faq-answer li {
  list-style: disc;
  margin-left: 1.5em;
}

.pxz_pd-faqs-faq-answer a
{
  text-decoration: underline;
}

.pxz_pd-faqs-link-wrapper
{
  margin-top: 1em;
}

.pxz_pd-links
{
  font-size: 1.2em;
  color: #C4C4C4;
}

.pxz_pd-pricing-col_info
{
  position: relative;
  padding-top: 1em;
  padding-bottom: 7em;
  padding-right: 1.4em;
  height: 100%;
}

.pxz_pd-pricing-col_pricing
{
  
}

.pxz_pd-pricing-introduction
{
  font-size: 1.4em;
  color: #000;
}

.pxz_pd-pricing-platforms
{

}

.pxz_pd-pricing-platforms-heading
{
  font-size: 1.3em;
  font-weight: 600;
  color: #000;
  margin-top: 2em;
}

.pxz_pd-pricing-platforms-platform-wrapper
{
  padding: 0 1em;
  margin-top: 1em;
  height: 2em;
  line-height: 2em;
}

.pxz_pd-pricing-platforms-platform-icon
{
  font-size: 1.8em;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.pxz_pd-pricing-platforms-platform
{
  font-size: 1.2em;
  color: #5e5e5e;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.pxz_pd-pricing-trialbutton {
  text-align: center;
  margin-top: 3em;
}

@media all and (min-width: 960px) {
  .pxz_pd-pricing-trialbutton
  {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.pxz_pd-pricing-pricing-wrapper {
  
}

.pxz_pd-pricing-pricing {
  height: 100%;
}

.pxz_pd-pricing-nodelocked,
.pxz_pd-pricing-floating {
  height: 100%;
  position: relative;
  border-radius: 4px;
  padding: 2em;
  text-align: center;
  transition: all 0.25s ease-in;
}

.pxz_pd-pricing-nodelocked:hover,
.pxz_pd-pricing-floating:hover {
  box-shadow: 0 5px 8px rgba(0,0,0,.4);
}

.pxz_pd-pricing-type {
  font-family: Montserrat;
  font-size: 2.3em;
  font-weight: 500;
}

.pxz_pd-pricing-description {
  margin-top: 1em;
  font-size: 1.1em;
}

.pxz_pd-pricing-price {
  font-size: 2.8em;
  font-weight: 700;
  margin-bottom: 1em;
}

.pxz_pd-pricing-taxes {
  font-size: .5em;
  font-weight: 300;
  margin-left: .5em;
}

.pxz_pd-pricing-peryear {
  position: absolute;
  font-size: 1.2em;
  bottom: .5em;
  left: 1em;
}

.pxz_pd-pricing-links {
  padding-top: 2em;
}

.pxz_pd-pricing-links-link {
  border-bottom: 1px solid #C4C4C4;
  padding: 1em 0;
}

.pxz_pd-pricing-links-link-title  {
  color: #000;
}

.pxz_pd-pricing-links-link-label {
  text-align: right;
}

.pxz_pd-pricing-links-link {
  font-size: 1.2em;
  color: #C4C4C4;
}

.pxz_pd-usecases_extended-wrapper {
  width: 100%;
  /*height: 100%;*/
  height: 11em;
  position: relative;
}

.pxz_pd-extended_case-content-wrapper
{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 25px;
  text-align: center;
}

.pxz_pd-usecases_extended-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 8;
}

.pxz_pd-usecases_extended-nav li {
  display: inline-block;
  padding: .5em;
  /* flip icons
  transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);*/
}

.pxz_pd-usecases_extended-nav li.uk-active {
  display: none;
}

.pxz_pd-usecases_extended-nav-back {
  float: right;
  color: #FFF;
}

.pxz_pd-usecases_extended-nav .pxz_pd-links {
  font-size: 1em !important;
}

.pxz_pd-usecases_extended-nav-back .pxz_pd-links {
  color: #FFF;
}

.pxz_pd-usecases_extended-nav-forward {
  float: right;
}

.pxz_pd-usecases_extended-content {
  width: 100%;
  height: 100%;
}

/* add 3px border 70 = 64 + (2x3) */
.pxz_pd-usecases_extended-case-illustration-wrapper {
  position: absolute;
  height: 70px;
  width: 70px;
  padding: 3px;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  border-radius: 35px;
  background-color: #FFF;
}

.pxz_pd-usecases_extended-case-illustration {
  max-height: 64px;
  max-width: 64px;
}

.pxz_pd-usecases_extended-content-front {
  background-color: #FFF;
  color: #000;
  text-align: center;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.pxz_pd-usecases_extended-content-back {
  background-color: #DDD;
  color: #FFF;
  text-align: center;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.pxz_pd-usecases_extended-case-title {
  padding: 55px 15px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.4em;
}

.pxz_pd-usecases_extended-case-description {
  padding: 55px 15px 45px;
  font-size: 1.1em;
}

/*
  form decorators
*/

input:invalid {
  border-left: 4px solid red !important;
  border-radius: 4px;
}


/* yep */

.sandbox * {
  border: solid 1px red;
}

/* DataTables */

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
  top: 50% !important;
}

table.dataTable tbody tr.selected,
table.dataTable tbody tr.selected > * { 
  background-color: rgba(74,151,241,0.5) !important;
  box-shadow: none !important;
}

#licensesFloating_info span.select-info {
  margin-left: 7.5em !important;
}


/*** Unity Footer ***/

.cd { color: #1b2229 !important; }
.cn { color: #455463 !important; }
.cr { color: red !important; }
.cl { color: #99a0a7 !important; }
.cw { color: #fff !important; }
.cg { color: green !important; }
.cud { color: #222c37 !important; }
.cur { color: #ff0066 !important; }
.cub { color: #00cccc !important; }
.cug { color: #19e3b1 !important; }
.cuy { color: #fff600 !important; }
.cup { color: #b83c82 !important; }
.cuo { color: #ff7f33 !important; }

.bg-ud { background-color: #222c37 !important; }
.bg-ub { background-color: #00cccc !important; }
.bg-ug { background-color: #19e3b1 !important; }
.bg-uy { background-color: #fff600 !important; }
.bg-ur { background-color: #ff0066 !important; }
.bg-up { background-color: #b83c82 !important; }
.bg-uo { background-color: #ff7f33 !important; }

.bg-w { background-color: #fff !important; }
.bg-lg { background-color: #f0f0f0 !important; }
.bg-ly { background-color: #fff9d7 !important; }
.bg-lgr { background-color: #e3f3e2 !important; }
.bg-lr { background-color: #ffe2d7 !important; }

.rel {
  position: relative;
}

.unity-logo {
	background: url('https://forum.unity.com/styles/UnitySkin/unity3d-theme/images/ui/ui/unity-logo-darkmode.min.svg') 0 0 no-repeat;
	background-size: 100% 100%;
}


.gw {width: 100%;max-width: 1200px;margin: 0 auto;}
.g1,.g2,.g1-5,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12 { padding: 20px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.g1 { width: 8.33333333333% }
.g2 { width: 16.6666666667% }
.g1-5 { width: 20% }
.g3 { width: 25% }
.g4 { width: 33.3333333334% }
.g5 { width: 41.6666666667% }
.g6 { width: 50% }
.g7 { width: 58.3333333333% }
.g8 { width: 66.6666666667% }
.g9 { width: 75% }
.g10 { width: 83.333333333% }
.g11 { width: 91.666666667% }
.g12 { width: 100% }
.nest { padding: 0 !important; }
.g-center { float: none; margin: 0 auto; }
.clear, .clearfix {
  clear: both;
}
.right {
	float: right !important;
}
.pt25 {
	padding-top: 25px !important;
}

footer {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	text-align: left;
	font-weight: 400;
  min-height: 1px;
  box-sizing: border-box;
}

footer.main-footer {
  width: 100%; position: absolute; bottom: 0; left: 0; z-index: 3; text-align: left; font-weight: 400;
}
footer.main-footer div.wrapper {
  background: #000000; padding: 10px 0;
}
footer.main-footer .unity-logo {
  width: 94px; height: 34px; display: block; float: left; margin: 0 0 20px 0;
}
footer.main-footer a.to-top {
  width: 34px; height: 34px; display: block; color: #fff; text-align: center; position: absolute; top: 0; right: 0; opacity: 0.3; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background: #3D3D3D; -webkit-transition: opacity .2s; -moz-transition: opacity .2s; transition: opacity .2s;
}
footer.main-footer a.to-top:before {
  content: ''; width: 34px; height: 34px; display: block; position: absolute; top: 0; right: 0; background: url(https://forum.unity.com/styles/UnitySkin/unity3d-theme//images/ui/sprites/core-sprite.png) -231px -78px no-repeat;
}
footer.main-footer a.to-top:hover {
  opacity: 1;
}
footer.main-footer p.lbl {
  font-weight: 700; color: #ffffff; font-size: 1em; margin: 0 0 5px 0;
}
footer.main-footer .bb {
  border-bottom: 1px solid #1f1f1f;
}

/* Links */
footer.main-footer div.links ul {
  margin: 0;
}
footer.main-footer div.links ul li {
  margin: 0; font-size: 1em; padding: 0; line-height: 1.5em;
}
footer.main-footer div.links ul li:before {
  display: none;
}
footer.main-footer div.links ul li a {
  color: #9e9e9e;
}


/* Legal stuff */
footer.main-footer div.wrapper small {
  float: left; margin: 0; color: #9e9e9e; font-size: 1em; line-height: 35px;
}
footer.main-footer div.wrapper small.copyright-line {
  font-size: 0.8em; line-height: 22px;
}
footer.main-footer div.wrapper ul.legal {
  list-style-type: none; float: left; margin: 0;
}
footer.main-footer div.wrapper ul.legal li {
  float: left; margin: 0 0 0 15px; font-size: 1em; padding: 0; line-height: 35px;
}
footer.main-footer div.wrapper ul.legal li:before {
  display: none;
}

/* Social */
footer.main-footer div.social {
  float: right;
}
footer.main-footer div.social a.icon {
  width: 35px; height: 35px; float: left; margin: 0 0 0 10px; display: block; text-indent: -9999em; opacity: 0.3; background: url(https://forum.unity.com/styles/UnitySkin/unity3d-theme//images/ui/sprites/core-sprite-wh.png) 0 0 no-repeat; -webkit-transition: opacity .2s; -moz-transition: opacity .2s; transition: opacity .2s;
}
footer.main-footer div.social a.icon:hover {
  opacity: 1;
}
footer.main-footer div.social a.facebook {
  background-position: 0 -77px;
}
footer.main-footer div.social a.twitter {
  background-position: -35px -77px;
}
footer.main-footer div.social a.googleplus {
  background-position: -70px -77px;
}
footer.main-footer div.social a.instagram {
  background-position: -72px -77px;
}
footer.main-footer div.social a.linkedin {
  background-position: -105px -77px;
}
footer.main-footer div.social a.youtube {
  background-position: -140px -77px;
}

/* forum patches */

footer.main-footer {
	position: relative;
	font-size: 16px;
}

footer.main-footer div.wrapper small {
	float: left;
	margin: 0;
	color: #9e9e9e;
	font-size: 1em;
	line-height: 35px;
}

footer.main-footer div.wrapper small.copyright-line {
	font-size: 0.8em;
	line-height: 22px;
}

footer a[href]:hover {
	color: rgb(82,132,189);
	text-decoration: underline;
}

footer a:link, footer a:visited {
	color: rgb(85,85,85);
	text-decoration: none;
}

footer.main-footer div.links ul li a {
	color: #9e9e9e;
}


div.grecaptcha-badge {
  z-index: 8 !important;
  margin: 10px 0;
}

main {
  min-height: 60vh;
}

#onetrust-consent-sdk #ot-sdk-btn-floating.ot-floating-button
{
  left: auto !important;
  right: 15px !important;
}

/* OneTrust skin */

#ot-sdk-btn.ot-sdk-show-settings {
  color: rgb(85, 85, 85) !important;
  border: none !important;
  padding: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
#ot-sdk-btn.ot-sdk-show-settings::before {
  content: "" !important;
  display: inline-block !important;
  background: transparent url(https://forum.unity.com/styles/UnitySkin/privacyoptions.svg) no-repeat center center !important;
  width: 30px !important;
  text-decoration: none !important;
  height: 15px !important;
  margin-right: 5px !important;
  line-height: inherit !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover {
  color: rgb(82, 132, 189) !important;
  background-color: inherit !important;
}
.ot-sdk-container.otPcTab ul.category-group li::before {
  content: none; !important
}
/** Basic styling for blocked videos overlay */
div[data-iframe-src] {
  position: relative;
}
.blocked-video__overlay {
  z-index: 10;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
  flex-direction: column;
}
.blocked-video__message {
  color: white;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  width: 80%;
  margin: 0 auto;
}
.blocked-video__button {
  margin-top: 1rem;
}
@media only screen and (max-width: 62.85em) {
  .blocked-video__message {
    font-size: 0.8rem;
    line-height: 1rem;
    width: 90%;
  }
  .blocked-video__button {
    margin-top: 0.6rem;
  }
}