
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
#app {
  height: 100%;
}
main {
  display: inline;
}
.__cov-progress {
  position: absolute !important;
}
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  background: #ffffff;
  color: #757575;
  margin: 0;
}
body.hidden {
    overflow: hidden;
}
input, textarea, button {
  font-family: 'Roboto', sans-serif;
}
figure {
  padding: 0;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
@keyframes load {
100% {
    transform: rotate(360deg);
}
}
.wrapper {
  position: relative;
}
.main {
  position: relative;
  padding: 50px 0 0;
}
@media only screen and (min-width: 769px) {
.main {
      width: calc(100% - 95px);
      padding: 75px 0 0;
      margin-left: 95px;
      position: relative;
}
}
.button {
  display: inline-block;
  border: 1px solid #757575;
  text-transform: uppercase;
  background: #757575;
  font-weight: 300;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.5px;
  padding: 5px 20px 4px 20px;
  cursor: pointer;
  color: #757575;
  background: transparent;
  outline: none;
  transition: background 0.5s ease, color 0.5s ease;
}
@media only screen and (min-width: 769px) {
.button {
      font-size: 12px;
      padding: 6px 20px 5px 20px;
}
}
body:not(.touch) .button:hover {
    background: #757575;
    color: #ffffff;
}
#embed_site .navigation {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5555;
}
#embed_site div#gallerly {
  padding-top: 140px;
}
.fade-enter-active, .fade-leave-active {
  transition-property: opacity;
  transition-duration: 0.25s;
}
.fade-enter-active {
  transition-delay: 0.25s;
}
.fade-enter, .fade-leave-active {
  opacity: 0;
}
#embed_site .item-video-reponsive {
  width: 94vw;
  height: 53.25vw;
}
#embed_site .preview .preview-content {
  margin-left: 2vw;
  margin-right: 2vw;
}
#embed_site #navigation-content .vjs-info-detail * {
  font-size: 11px;
}
#embed_site .preview .close-preview {
  position: absolute !important;
  top: 8px;
  right: 5px;
  margin: 0 0;
}
#embed_site #navigation-content .vjs-info-detail .vjs-container-info__thumbnail_video {
  width: 119px;
  height: 78px;
}

body .inner {
  display: none;
}
body.pg-loaded .inner {
  display: block;
}
body.pg-loaded {
  opacity: 1;
  -webkit-animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -ms-animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  -o-animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
}
.container section.header {
  padding-top: 50px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #757575;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.container section.header h2 {
  font-weight: 300;
  font-size: 32px;
}
.container section.header h4 {
  font-weight: 300;
  margin-top: 15px;
}
.container section.header button {
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
.container section.header .info {
  margin-top: 90px;
}
.container section.instructions > section {
  border-bottom: 1px solid #757575;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.pg-loading-screen .pg-loading-html {
  margin-top: 30px;
}
.pg-loading-screen .pg-loading-html p {
  color: #FFF;
  font-weight: 300;
}
.pg-loading-screen .pg-loading-html form {
  max-width: 400px;
  margin: 0 auto;
}
.pg-loading-screen .pg-loading-html p.loading-message {
  font-size: 20px;
  margin-bottom: 100px;
}
.close-please-wait {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 10000000;
}
.toolbar {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10000000;
  max-width: 300px;
}
.toolbar .panel {
  width: 300px;
}
.toolbar .info {
  margin-top: 5px;
}

/***************************************
Spinners
****************************************/
/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
@keyframes sk-rotatePlane {
0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes sk-doubleBounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.sk-spinner-wave div {
  background-color: #FFF;
  height: 100%;
  width: 6px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
}
20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
}
@keyframes sk-waveStretchDelay {
0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
}
20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}
.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #FFF;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: -11px;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCubeMove {
25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
}
@keyframes sk-wanderingCubeMove {
25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
}
50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
}
100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}
@keyframes sk-pulseScaleOut {
0% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes sk-chasingDotsRotate {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@-webkit-keyframes sk-chasingDotsBounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes sk-chasingDotsBounce {
0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #9E9E9E;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes sk-threeBounceDelay {
0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes sk-circleBounceDelay {
0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
}
40% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background: #FFF;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
}
35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
}
}
@keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
}
35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
}
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
0%, 39%, 100% {
    opacity: 0;
}
40% {
    opacity: 1;
}
}
@keyframes sk-circleFadeDelay {
0%, 39%, 100% {
    opacity: 0;
}
40% {
    opacity: 1;
}
}
@-webkit-keyframes pgAnimLoading {
from {
    opacity: 0;
}
}
@-moz-keyframes pgAnimLoading {
from {
    opacity: 0;
}
}
@-o-keyframes pgAnimLoading {
from {
    opacity: 0;
}
}
@-ms-keyframes pgAnimLoading {
from {
    opacity: 0;
}
}
@keyframes pgAnimLoading {
from {
    opacity: 0;
}
}
/* line 17, ../src/please-wait.scss */
body.pg-loading {
  overflow: hidden;
}

/* line 21, ../src/please-wait.scss */
.pg-loading-screen {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000000;
  opacity: 1;
  background-color: #FFF;
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  -moz-transition: background-color 0.4s ease-in-out 0s;
  -ms-transition: background-color 0.4s ease-in-out 0s;
  -o-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s;
}
/* line 32, ../src/please-wait.scss */
.pg-loading-screen.pg-loaded {
  opacity: 0;
  -webkit-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -ms-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  -o-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
}
/* line 38, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-logo-header, .pg-loading-screen.pg-loading .pg-loading-html {
  opacity: 1;
}
/* line 42, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-logo-header, .pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
  -webkit-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -ms-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -o-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}
/* line 46, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 51, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-inner {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}
/* line 59, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-center-outer {
  width: 100%;
  padding: 0;
  display: table !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
/* line 70, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-center-middle {
  padding: 0;
  vertical-align: middle;
  display: table-cell  !important;
  margin: 0;
  text-align: center;
}
/* line 78, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header, .pg-loading-screen .pg-loading-html {
  width: 100%;
  opacity: 0;
}
/* line 83, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header {
  text-align: center;
}
/* line 86, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header img {
  display: inline-block !important;
}
/* line 91, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html {
  margin-top: 90px;
}
/* line 94, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded {
  -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
/* line 97, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded.pg-removing {
  opacity: 0;
}
/* line 101, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded.pg-loading {
  opacity: 1;
}

@-webkit-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-moz-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-o-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-ms-keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@keyframes pgAnimLoading {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@-moz-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@-o-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@-ms-keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
@keyframes pgAnimLoaded {
  from {
    opacity: 1;
  }
}
/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
            animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@charset "UTF-8";
.movies {
  padding: 0;
}
.movies__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
}
@media only screen and (min-width: 769px) {
.movies__header {
        padding: 23px 15px;
}
}
@media only screen and (min-width: 992px) {
.movies__header {
        padding: 16px 25px;
}
}
@media only screen and (min-width: 1200px) {
.movies__header {
        padding: 8px 30px;
}
}
.movies__title {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    color: #757575;
    font-weight: 300;
}
@media only screen and (min-width: 769px) {
.movies__title {
        font-size: 18px;
        line-height: 18px;
}
}
.movies__results {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #757575;
}
.movies__link {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #757575;
    text-decoration: none;
    transition: color 0.5s ease;
}
.movies__link:after {
      content: " \2192";
}
.movies__link:hover {
      color: #757575;
}
.movies__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.movies__item {
    padding: 10px;
    width: 25%;
}
@media only screen and (max-width: 768px) {
.movies__item {
        padding: 10px;
        width: 50%;
}
}
@media only screen and (max-width: 479px) {
.movies__item {
        padding: 10px;
        width: 100%;
}
}
@media only screen and (min-width: 769px) {
.movies__item {
        padding: 15px;
        width: 33.3%;
}
}
@media only screen and (min-width: 992px) {
.movies__item {
        padding: 10px;
        width: 33.3%;
}
}
@media only screen and (min-width: 1200px) {
.movies__item {
        padding: 10px;
        width: 25%;
}
}
.movies__nav {
    padding: 25px 0;
    text-align: center;
}
.movies__nav.is-hidden {
      display: none;
}
.not-found {
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(81vh - 100px);
}
@media only screen and (min-width: 769px) {
.not-found {
      height: calc(100vh - 75px);
}
}
.not-found:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, 0.7);
}
.not-found__content {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
@media only screen and (min-width: 769px) {
.not-found__content {
        padding: 0 40px 40px 0;
}
}
.not-found__title {
    font-size: 24px;
    font-weight: 500;
    color: #757575;
    position: relative;
    margin: 0;
}
@media only screen and (min-width: 769px) {
.not-found__title {
        font-size: 28px;
}
}
.not-found__button {
    position: relative;
    margin-top: 20px;
}
img.search_not_found {
  margin: auto;
}
h2.not-found__title.title {
  color: #3e3e3e;
  font-weight: bold;
}
h2.not-found__title.description {
  color: #7c7c7c;
  font-size: inherit;
}
.centre_movies__list {
  justify-content: center;
}
.router-link-active .videos-item__poster {
  box-shadow: 3px 3px 2px rgba(53, 56, 58, 0.82);
}
.router-link-active .videos-item__poster .videos-item__content_duree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #ffffff;
  float: RIGHT;
  padding: 2px 10px;
  position: absolute !important;
  top: 0px;
  right: 0px;
}
.router-link-active .videos-item__poster .videos-item__content_title {
  width: 100%;
  color: #ffffff;
  float: left;
  padding: 5px;
  position: absolute !important;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
}

.videos-item__link.tabulation:not(.no-image):focus .videos-item__poster {
  outline: 2px solid #757575;
  outline-offset: 5px;
}
span.videos-item__title.videos-item__play {
  display: none;
}
.router-link-active span.videos-item__title.videos-item__play {
  display: block;
}
.videos-item__link {
  text-decoration: none;
  color: transparent;
  font-weight: 300;
  position: relative;
}
.videos-item__content_title {
  width: 100%;
  color: #ffffff;
  float: left;
  padding: 5px;
  position: absolute !important;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.videos-item__content_play {
  width: auto;
  color: #ffffff;
  padding: 6px 10%;
  position: absolute !important;
  top: 41%;
  right: 40%;
  background: rgba(0, 0, 0, 0.7);
}
.videos-item__content_duree {
  width: auto;
  color: #ffffff;
  float: left;
  padding: 2px 10px;
  position: absolute !important;
  top: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.videos-item_content_image:after, .videos-item_content_image:before {
  position: absolute;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.videos-item_content_image:before {
  width: 100%;
  color: #fff;
  z-index: 1;
  bottom: 0;
  padding: 4px 10px;
  text-align: center;
  background: red;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 1;
}
.videos-item__poster {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transform: translateZ(0);
  background: transparent;
  cursor: pointer;
}
.videos-item__img {
  width: 100%;
  opacity: 0;
  transform: scale(0.97) translateZ(0);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.videos-item__img.is-loaded {
    opacity: 1;
    transform: scale(1);
}
.videos-item__link:not(.no-image):hover .videos-item__poster {
  box-shadow: 3px 3px 2px rgba(53, 56, 58, 0.82);
}
.videos-item__title {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.2px;
  transition: color 0.5s ease;
}
@media only screen and (min-width: 480px) {
.videos-item__title {
      font-size: 12px;
}
}
@media only screen and (min-width: 769px) {
.videos-item__title {
      font-size: 12px;
}
}
.videos-item .header__play-icon {
  width: 14px;
  height: 14px;
}
/* Landscape */
@media only screen and (max-width: 991px) {
  /* Landscape styles here */
.preview .video-js.vjs-videojs-navigation.vjs-navigation-container-show .vjs-tech {
    width: 100%;
    right: 0;
    transition: none;
    margin-left: 0 !important;
}
.preview .video-js.vjs-videojs-navigation.vjs-navigation-container-show .vjs-slide-items {
    margin-left: 0 !important;
}
.preview .video-js.vjs-videojs-navigation.vjs-navigation-container-show .vjs-control-bar {
    width: 100% !important;
}
.preview .video-js.vjs-videojs-navigation.vjs-navigation-container-show .vjs-navigation-container.vjs-navigation-container-show {
    position: fixed !important;
    bottom: 0 !important;
    top: 50vh !important;
    z-index: 1003;
    box-shadow: -2px -1px 100px rgba(53, 56, 58, 0.82);
}
.preview .video-js.vjs-videojs-navigation.vjs-navigation-container-show .vjs-big-play-button {
    left: 50% !important;
}
.preview .video-js.vjs-videojs-navigation .vjs-navigation-container {
    top: 100vw;
    left: 0;
}
}
div#gallerly {
  min-height: calc(100% - 307px);
  position: relative;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hide {
  display: none;
}
.container {
  width: 950px;
}
.image-viewer {
  position: relative;
}
.close-icon {
  width: 14px;
  height: 14px;
  fill: rgba(8, 28, 36, 0.5);
  transition: fill .5s ease;
  pointer-events: none;
  top: 50%;
}
.movies__list.image-viewer .preview {
  background-color: #f9f8f8;
  border: 1px solid #e7e9e9;
  width: calc(100% - 18px);
  margin-left: 9px;
  margin-right: 9px;
}
@media only screen and (max-width: 991px) {
.movies__list.image-viewer .preview {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
}
}
@media only screen and (max-width: 768px) {
.movies__list.image-viewer .preview {
      padding-left: 0px;
      padding-right: 0px;
}
}
.image-viewer > a > img {
  height: 150px;
}
.image-viewer > a {
  cursor: pointer;
  border: 1px solid #f1f1f1;
  padding: 3px;
  margin: 5px;
  display: inline-block;
}
.image-viewer > a:hover {
  border: 1px solid #aaa;
}
@media only screen and (max-width: 768px) {
.thumbnail.move-down {
    top: 480px;
}
}
@media only screen and (min-width: 769px) {
.thumbnail.move-down {
    top: 480px;
}
}
.preview:focus-visible {
  outline: none;
}
.preview a {
  cursor: pointer;
  color: white;
  font-weight: 500;
}
.preview .wrapper {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.preview .close-preview {
  position: absolute !important;
  top: 8px;
  right: 5px;
  margin: 0 12%;
}
@media only screen and (max-width: 991px) {
.preview .close-preview {
      display: none;
}
}
.preview .close-preview:focus {
  outline: 2px solid #757575;
}
.preview .isNavigation.close-preview {
  margin: 0;
}
.preview .prev {
  position: absolute;
  left: 6px;
  top: 50%;
}
.preview .next {
  position: absolute;
  right: 6px;
  top: 50%;
}
.preview .preview-content {
  margin-left: 12vw;
  margin-right: 12vw;
  margin-top: 25px;
}
@media only screen and (min-width: 769px) {
.preview .preview-content {
      margin-left: 12vw;
      margin-right: 12vw;
}
}
@media only screen and (min-width: 1200px) {
.preview .preview-content {
      margin-left: 12vw;
      margin-right: 12vw;
}
}
@media only screen and (max-width: 991px) {
.preview .preview-content {
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
}
}
@media only screen and (max-width: 768px) {
.preview .preview-content {
      margin-left: 0px;
      margin-right: 0px;
}
}
@media only screen and (max-width: 479px) {
.preview .preview-content {
      margin-left: 0px;
      margin-right: 0px;
}
}
.preview .title {
  color: #ccc;
}
.preview .description {
  color: rgba(204, 204, 204, 0.57);
}
.preview .arrow {
  border-top: 11px solid #e7e9e9;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  height: 0;
  position: absolute !important;
  bottom: -11px;
  width: 0;
}
@media only screen and (max-width: 991px) {
.preview .arrow {
      display: none;
}
}
.arrow:before {
  border-top: 9px solid #f9f8f8;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  height: 0;
  position: absolute !important;
  bottom: 2px;
  left: -9px;
  width: 0;
  content: "";
}

/* Add Animation */
.wrapper {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
from {
    -webkit-transform: scale(0);
}
to {
    -webkit-transform: scale(1);
}
}
@keyframes zoom {
from {
    transform: scale(0);
}
to {
    transform: scale(1);
}
}

#contentUep {
  margin-top: 15px;
  overflow: hidden;
}
#contentUep .content {
    padding-top: 15px;
    overflow-y: hidden;
    position: relative;
    opacity: 1;
}
#contentUep .content .page-title h2 {
      margin-top: 0;
      font-weight: 600;
      font-size: 28px;
      color: #fff;
      text-transform: uppercase;
}
#contentUep .content:after {
      content: '';
      display: block;
      visibility: hidden;
      opacity: 0;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /*background: rgba(0, 0, 0, 1) url('../images/loader.gif') 50% 20% no-repeat;*/
      /*@extend .ease-in-transition;*/
}
#contentUep.loading .content:after {
    opacity: 1 !important;
    visibility: visible;
}
#contentUepMobile {
  margin-top: 0px;
  overflow: hidden;
  background: #ffffff;
}
#contentUepMobile .content {
    padding-top: 0px;
    overflow-y: hidden;
    position: relative;
    opacity: 1;
}
#contentUepMobile .content .page-title h2 {
      margin-top: 0;
      font-weight: 600;
      font-size: 28px;
      color: #fff;
      text-transform: uppercase;
}
#contentUepMobile .content:after {
      content: '';
      display: block;
      visibility: hidden;
      opacity: 0;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /*background: rgba(0, 0, 0, 1) url('../images/loader.gif') 50% 20% no-repeat;*/
      /*@extend .ease-in-transition;*/
}
#contentUepMobile.loading .content:after {
    opacity: 1 !important;
    visibility: visible;
}
.fade-enter-active, .fade-leave-active {
  /* @extend .ease-in-transition;*/
}
.fade-enter, .fade-leave {
  opacity: 0;
}
.center-align {
  height: 100%;
  width: 100%;
  display: table !important;
}
.center-align .center-align-inner {
    padding: 10px;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
}
@media only screen and (max-width: 768px) {
.isNavigation .item-full {
    margin: 0;
}
}
.isNavigation .item-video {
  width: 100%;
}
@media only screen and (max-width: 768px) {
.item-full {
    margin: 0;
}
}
.item-full .item-video {
  padding: 0;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
.item-full .item-video {
      width: 100%;
}
}
.item-full .item-video .item-video-reponsive {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    width: 73vw;
    height: 42.25vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.item-full .item-video .item-video-reponsive.isNavigation {
      height: 27.25vw;
}
@media only screen and (max-width: 991px) {
.item-full .item-video .item-video-reponsive.isNavigation {
          height: 70vw;
}
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
.item-full .item-video .item-video-reponsive.isNavigation {
          width: 100%;
          height: 140vw;
}
}
@media only screen and (max-width: 991px) {
.item-full .item-video .item-video-reponsive {
        width: 100%;
        height: 56.25vw;
}
}
@media only screen and (max-width: 768px) {
.item-full .item-video .item-video-reponsive {
        width: 100%;
        height: 56.25vw;
}
}
@media only screen and (max-width: 479px) {
.item-full .item-video .item-video-reponsive {
        width: 100%;
        height: 56.25vw;
}
}
.item-full .item-video .item-video-reponsive iframe {
      width: 100%;
      height: 100%;
      border: 0;
}
.item-full .item-video .item-video-reponsive .iframe-player {
      border: none;
      position: absolute !important;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.item-full .item-data {
  position: relative;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
.item-full .item-data {
      width: 100%;
      margin-top: 0px;
      padding-left: 0px;
      background: #ffffff;
}
}
.item-full .item-data .item-refresh {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 28px;
    color: #fff;
}
.item-full .item-data .item-title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    width: 90%;
    text-align: left;
}
.item-full .item-data .item-info {
    margin: 35px -15px 20px;
}
.item-full .item-data .item-info .item-info-col {
      margin-bottom: 20px;
}
.item-full .item-data .item-info .item-info-col p {
        margin-bottom: 5px;
}
.item-full .item-data .item-info .item-info-col span {
        display: block;
        font-size: 28px;
        color: #f70759;
}
.iframe_loading {
  top: 50%;
  left: calc(50% - 35px);
  position: absolute !important;
}

.vjs-info-fo .vjs-info-detail-card.upload {
  display: none !important;
}
.vjs-info-fo .vjs-info-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 96%;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.vjs-info-fo .vjs-info-detail {
      flex-direction: column;
}
}
.vjs-info-fo .info_label {
  margin-right: 9px;
}
.vjs-info-fo .vjs-container-info__duree_video.duree {
  width: auto;
  bottom: 3px;
  left: 5px;
  z-index: 55;
  border-radius: 6px;
  color: #fff;
  float: left;
  padding: 3px;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.vjs-info-fo .vjs-container-info__duree_video.duree {
      bottom: 81%;
}
}
@media only screen and (max-width: 768px) {
.vjs-info-fo .vjs-container-info__duree_video.duree {
      bottom: unset;
      margin: 0px;
      left: unset;
      right: 0;
      top: 0px;
}
}
.vjs-info-fo .vjs-container-info__info_duree {
  background-color: #16160d;
  padding: 5px;
  border-radius: 6px;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
.vjs-info-fo .vjs-container-info__info_duree {
      background-color: #030303;
      padding: 4px;
      font-size: 11px;
}
}
.vjs-info-fo img.vjs-container-info__thumbnail_video {
  float: left;
  margin: 10px 0 5px;
  width: 100%;
  height: 50%;
  background-size: cover;
  background-position: 50%;
  border: 1px solid #b7b7b7;
  display: table;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
.vjs-info-fo img.vjs-container-info__thumbnail_video {
      margin: 0;
      width: 50%;
}
}
@media only screen and (max-width: 768px) {
.vjs-info-fo img.vjs-container-info__thumbnail_video {
      margin: 0;
      width: 21%;
}
}
.vjs-info-fo .vjs-info-detail-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.vjs-info-fo .vjs-container-info-date-time {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.vjs-info-fo .vjs-info-detail-card {
  color: #4e5255;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
.vjs-info-fo .vjs-info-detail-card {
      font-size: 11px;
}
}
.vjs-info-fo .vjs-container-info__title_video {
  text-align: justify;
  position: relative;
  float: left;
  color: #090909;
  font-size: 15pt;
  font-weight: bold;
  padding: 3px;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 768px) {
.vjs-info-fo .vjs-container-info__title_video {
      font-size: 13pt;
}
}
.vjs-info-fo .vjs-container-info__duree_video.visits {
  text-align: justify;
  position: relative;
  float: right;
  color: #090909;
  font-size: 11px;
  padding: 3px;
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.vjs-info-fo .vjs-container-info__duree_video.date {
  text-align: justify;
  position: relative;
  float: right;
  color: #090909;
  font-size: 11px;
  padding: 3px;
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.vjs-info-fo .vjs-container-info__description_video {
  text-align: justify;
  position: relative;
  float: left;
  color: #8a8080;
  font-size: 10pt;
  padding: 3px;
  margin: 0 0 0 14px;
  word-break: break-all;
}
.vjs-info-fo .info_label svg {
  height: 15px;
  width: 22px;
}
.vjs-info-fo .vjs-info-detail-card .title {
  display: none;
}

.vjs-share-social-media {
  display: none;
}
.vjs-info-fo .vjs-share__bottom .title {
  display: none;
}
.vjs-info-fo .vjs-share-social-media {
  display: flex;
  align-items: center;
  padding: 0;
  background: transparent;
  position: relative;
  color: #000;
  width: 100%;
  justify-content: flex-end;
  top: -30px;
}
@media only screen and (max-width: 768px) {
.vjs-info-fo .vjs-share-social-media {
      top: -27px;
}
}
.vjs-info-fo .vjs-share-social-media .vjs-share-overlay {
    width: 100%;
}
.vjs-info-fo .vjs-share-social-media .vjs-share {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    max-height: 400px;
}
@media only screen and (max-width: 768px) {
.vjs-info-fo .vjs-share-social-media .vjs-share {
        margin-top: 0px;
}
}
.vjs-info-fo .vjs-share-social-media .vjs-share__top {
    display: none;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__middle, .vjs-info-fo .vjs-share-social-media .vjs-share__bottom {
    background: transparent;
    display: flex;
    justify-content: flex-end;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__middle .title, .vjs-info-fo .vjs-share-social-media .vjs-share__bottom .title {
      display: none;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__middle {
    flex-direction: row;
    justify-content: space-between;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__top {
    flex-direction: column;
    justify-content: space-between;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__middle {
    padding: 0 25px;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__title {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__subtitle {
    width: 100%;
    margin: 0 auto 12px;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
}
.vjs-info-fo .vjs-info .vjs-container-info .vjs-info-detail-card.upload {
  display: none !important;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__short-link-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
  overflow: hidden;
  flex-shrink: 0;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__short-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 15px;
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background-color: #363636;
  outline: none;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  padding: 0 11px;
  border: 0;
  color: #fff;
  background-color: #2e2e2e;
  background-size: 18px 19px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  transition: width 0.3s ease-out, padding 0.3s ease-out;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__btn svg {
    flex-shrink: 0;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  transition: width .3s ease-out, height .3s ease-out;
  width: fit-content;
  background: #16160d;
  border-radius: 5px;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__social {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  font-size: 8px;
  transition: transform 0.3s ease-out, filter 0.2s ease-out;
  border: none;
  border-left: 1px solid #403e3e;
  outline: none;
  background: transparent;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__social:hover {
    filter: brightness(115%);
}
.vjs-info-fo .vjs-share-social-media .vjs-share__social svg {
    width: 100%;
    max-height: 20px;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__social svg path {
      fill: #fff !important;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__social.vjs-share__social_fb {
    border-left: 0;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__social__bottom {
  justify-content: center;
}
.vjs-info-fo .vjs-share-social-media .vjs-icon-share {
  order: 2;
}
.vjs-info-fo .vjs-share-social-media .vjs-icon-share:before {
    font-weight: 400;
    font-size: 16px;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__social_container {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 9pt;
}
.vjs-info-fo .vjs-share-social-media .vjs-share__social_container span {
    display: none;
}
@media (max-height: 220px) {
.fixed-info-class .vjs-share-social-media .vjs-share .hidden-xs {
    display: none;
}
}
@media (min-height: 400px) {
.fixed-info-class .vjs-share-social-media .vjs-share__title {
    margin-bottom: 15px;
    margin-left: 13px;
    margin-top: 15px;
}
.fixed-info-class .vjs-share-social-media .vjs-share__short-link-wrapper {
    margin-bottom: 30px;
}
}
@media (min-width: 320px) {
.fixed-info-class .vjs-share-social-media.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 5px;
    top: 10px;
}
.fixed-info-class .vjs-share-social-media .vjs-share__social {
    width: 24px;
    height: 24px;
}
}
@media (min-width: 660px) {
.fixed-info-class .vjs-share-social-media.vjs-videojs-share_open .vjs-modal-dialog .vjs-close-button {
    right: 20px;
    top: 20px;
}
.fixed-info-class .vjs-share-social-media .vjs-share__social {
    width: 28px;
    height: 28px;
}
}
.icon-share {
  padding: 5px;
  background: #000;
  font-size: 14px;
}
.social-media-container span {
  float: left;
  cursor: pointer;
  border-bottom: 2px solid white;
}
.social-media-container span i {
  float: left;
  padding: 6px 6px;
  border: 1px solid #000;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.social-media-container span:first-child i {
  border-radius: 5px 0 0 5px;
}
.social-media-container {
  float: left;
}
.social-icon.email {
  float: left;
  margin-top: 2px;
}
.social-icon.email i {
  border-radius: 0 5px 5px 0;
  padding: 6px;
  border: 1px solid #000;
  background: #000;
  cursor: pointer;
}
.social-media-container span:focus {
  outline: 2px solid white;
  outline-offset: -5px;
}
div.social-icon.email {
  outline: none;
  border-bottom: 2px solid white;
}
div.social-icon.email:focus {
  outline: 2px solid white;
  outline-offset: -4px;
}

.save-button {
  background-color: #414141;
  border-color: transparent;
  color: #fff;
}
.modal-default-button {
  cursor: pointer;
}
.cancel-button {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #414141;
}
.help {
  display: block;
  font-size: 1rem;
  margin-top: 0.25rem;
}
.form-control.input.is-danger {
  border: 1px solid #ff3860;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity .3s ease;
}
#mail-components .modal-container * {
  font-size: 13px;
}
.modal-container {
  width: 300px;
  margin: 40px auto 0;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
.modal-container {
      width: 100%;
      position: absolute;
      bottom: 0;
      margin: 0;
      padding: 5px 5px;
}
}
.modal-header h3 {
  font-weight: 900;
  margin-top: 0;
  color: #4b4b4b;
}
.modal-body {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
.modal-body {
      margin: 5px 0;
}
}
.text-right {
  text-align: right;
}
.form-label {
  display: block;
  margin-bottom: 1em;
}
.form-label > .form-control {
  margin-top: 0.5em;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  line-height: 1.5;
  border: 1px solid #ddd;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.navigation_themes {
  /* Global CSS that are applied for all screen sizes */
  /* Remove the blue Webkit background when element is tapped */
  /* Hover effect for the whole navigation to make the hovered item stand out */
  /* Adding some background color to the different menu items */
  /* For screen bigger than 800px */
  /* Styling the toggle menu link and hiding it */
}
.navigation_themes .nav {
    height: 6em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 30px 0 11px 0;
    list-style: none;
    scroll-margin-top: 80px;
}
.navigation_themes .nav ul {
    /* max-width: 1240px; */
    width: 100%;
    margin: 0px 10%;
    padding: 0;
    list-style: none;
    font-size: 15px;
    font-weight: 300;
}
.navigation_themes .nav li span {
    display: block;
}
.navigation_themes .nav a {
    display: block;
    color: #757575;
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
}
.navigation_themes .nav i {
    /* Make the font smoother for Chrome */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.navigation_themes a, .navigation_themes button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navigation_themes .nav ul:hover a {
    color: #757575;
}
.navigation_themes .nav ul:hover a:hover {
    color: #324b6b;
}
.navigation_themes .nav a.router-link-exact-active, .navigation_themes .nav a.router-link-active, .navigation_themes .nav a.router-link-new-active {
    border-bottom: 4px solid #949494;
    font-weight: bold;
    color: #757575;
    height: 3.5em;
}
.navigation_themes .nav a.router-link-exact-active .icon, .navigation_themes .nav a.router-link-active .icon, .navigation_themes .nav a.router-link-new-active .icon {
      background-color: #e3f0d5 !important;
}
.navigation_themes .nav li {
    background: transparent;
    width: 9%;
    font-size: 14px;
    font-weight: 500;
}
.navigation_themes .nav li a.menuItem:focus-visible span {
      outline: 2px solid #757575;
      outline-offset: 1px;
}
@media (min-width: 40em) {
.navigation_themes {
      /* Transforms the list into a horizontal navigation */
      /* hover, focused and active effects that add a little colored border to the different items */
      /* Placing the icon */
      /* Animating the height of the element*/
      /* Making the text follow the height animation */
      /* Positioning the icons and preparing for the animation*/
      /* Animate the box-shadow to create the effect */
}
.navigation_themes .nav li {
        float: left;
        width: 10%;
        text-align: center;
        -webkit-transition: border .5s;
        -moz-transition: border .5s;
        -o-transition: border .5s;
        -ms-transition: border .5s;
        transition: border .5s;
        border-right: 1px solid #f9f6f6;
}
.navigation_themes .nav a {
        display: block;
        width: auto;
        outline: none !important;
}
.navigation_themes .nav li a:hover,
      .navigation_themes .nav li a:active,
      .navigation_themes .nav li a:focus {
        border-bottom: 4px solid #949494;
}
.navigation_themes .icon {
        padding-top: 2.4em;
}
.navigation_themes .icon + span {
        margin-top: 10px;
        -webkit-transition: margin .5s;
        -moz-transition: margin .5s;
        -o-transition: margin .5s;
        -ms-transition: margin .5s;
        transition: margin .5s;
}
.navigation_themes .nav a {
        height: 2em;
}
.navigation_themes .nav a:hover,
      .navigation_themes .nav a:active,
      .navigation_themes .nav a:focus {
        height: 3.5em;
}
.navigation_themes .nav a:hover .icon + span {
        margin-top: 20px;
        -webkit-transition: margin .5s;
        -moz-transition: margin .5s;
        -o-transition: margin .5s;
        -ms-transition: margin .5s;
        transition: margin .5s;
}
.navigation_themes .nav i {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        padding: 0.4em;
        border-radius: 50%;
        font-size: 1.8em;
        box-shadow: 0 0 0 23px #c5b1b11c;
        background: rgba(179, 160, 160, 0.46);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow .6s ease-in-out;
        -moz-transition: box-shadow .6s ease-in-out;
        -o-transition: box-shadow .6s ease-in-out;
        -ms-transition: box-shadow .6s ease-in-out;
        transition: box-shadow .6s ease-in-out;
}
.navigation_themes .nav a:hover i,
      .navigation_themes .nav a:active i,
      .navigation_themes .nav a:focus i {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        -ms-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
}
}
@media (min-width: 40em) and (max-width: 61.25em) {
.navigation_themes {
      /* Size and font adjustments to make it fit into the screen*/
      /* Animating the height of the element*/
}
.navigation_themes .nav ul {
        font-size: 0.9em;
        margin: 0px 0%;
}
.navigation_themes .nav a {
        height: 3em;
}
.navigation_themes .nav a:hover,
      .navigation_themes .nav a:active,
      .navigation_themes .nav a:focus {
        height: 3.5em;
}
}
@media (min-width: 40em) and (max-width: 90.25em) {
.navigation_themes {
      /* Size and font adjustments to make it fit into the screen*/
      /* Animating the height of the element*/
}
.navigation_themes .nav ul {
        margin: 0px 0%;
}
.navigation_themes .nav a {
        height: 3em;
}
.navigation_themes .nav a:hover,
      .navigation_themes .nav a:active,
      .navigation_themes .nav a:focus {
        height: 3.5em;
}
}
.navigation_themes .nav .navtoogle {
    display: none;
    width: 100%;
    padding: 0.5em 0.5em 0.8em;
    font-family: 'Lato',Calibri,Arial,sans-serif;
    font-weight: normal;
    text-align: left;
    color: #07100f;
    font-size: 1.2em;
    background: none;
    border: none;
    border-bottom: 4px solid #dddddd;
    cursor: pointer;
}
.navigation_themes .navtoogle i {
    z-index: -1;
}
.navigation_themes .icon-menu {
    position: relative;
    top: 3px;
    line-height: 0;
    font-size: 1.6em;
}
@media (max-width: 32.438em) {
.navigation_themes {
      /* Unhiding the styled menu link */
      /* Animating the height of the navigation when the button is clicked */
      /* When JavaScript is disabled, we hide the menu */
      /* When JavaScript is enabled, we hide the menu */
      /* Displaying the menu when the user has clicked on the button*/
      /* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/
      /* Adding a left border of 8 px with a different color for each menu item*/
      /* make the nav bigger on touch screens */
}
.navigation_themes .nav .navtoogle {
        margin: 0;
        display: block;
}
.navigation_themes .no-js .nav ul {
        max-height: 30em;
        overflow: hidden;
}
.navigation_themes .js .nav ul {
        max-height: 0em;
        overflow: hidden;
}
.navigation_themes .js .nav .active + ul {
        max-height: 30em;
        overflow: hidden;
        -webkit-transition: max-height .4s;
        -moz-transition: max-height .4s;
        -o-transition: max-height .4s;
        -ms-transition: max-height .4s;
        transition: max-height .4s;
}
.navigation_themes .nav li span {
        display: inline-block;
        height: 100%;
}
.navigation_themes .nav a {
        padding: 0.5em;
}
.navigation_themes .icon + span {
        margin-left: 1em;
        font-size: 0.8em;
}
.navigation_themes .nav li {
        border-left: 8px solid #949494;
}
.navigation_themes .touch .nav a {
        padding: 0.8em;
}
}
.dropbtn {
  background-color: #757575;
  color: white;
  padding: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.dropbtn.active {
    color: #fff !important;
    background: #818181 !important;
}
.dropbtn::after {
  content: url(data:image/svg+xml;base64,77u/PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSI+PGRlZnMvPjxnPjxwYXRoIGZpbGw9InJnYigyNTUsMjU1LDI1NSkiIHN0cm9rZT0ibm9uZSIgcGFpbnQtb3JkZXI9InN0cm9rZSBmaWxsIG1hcmtlcnMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iIE0gMTAuNDk5OTg0NzQxMjEwOTM4IDAuOTk5OTExMzA4Mjg4NTc0MiBDIDUuMjYxODQwODIwMzEyNSAwLjk5OTkxMTMwODI4ODU3NDIgMC45OTk5Njk0ODI0MjE4NzUgNS4yNjE0NTc0NDMyMzczMDUgMC45OTk5Njk0ODI0MjE4NzUgMTAuNDk5OTc4NTQyMzI3ODggQyAwLjk5OTk2OTQ4MjQyMTg3NSAxNS43Mzg0OTk2NDE0MTg0NTcgNS4yNjE4NDA4MjAzMTI1IDE5Ljk5OTkzNzI5NTkxMzY5NiAxMC40OTk5ODQ3NDEyMTA5MzggMTkuOTk5OTM3Mjk1OTEzNjk2IEMgMTUuNzM4MTI4NjYyMTA5Mzc1IDE5Ljk5OTkzNzI5NTkxMzY5NiAyMCAxNS43Mzg0OTk2NDE0MTg0NTcgMjAgMTAuNDk5OTc4NTQyMzI3ODggQyAyMCA1LjI2MTQ1NzQ0MzIzNzMwNSAxNS43MzgxMjg2NjIxMDkzNzUgMC45OTk5MTEzMDgyODg1NzQyIDEwLjQ5OTk4NDc0MTIxMDkzOCAwLjk5OTkxMTMwODI4ODU3NDIgWiBNIDE1LjA2NzI3NjAwMDk3NjU2MiAxMS4yMzA3MDI4NzcwNDQ2NzggQyAxNS4wNjcyNzYwMDA5NzY1NjIgMTEuMjMwNzAyODc3MDQ0Njc4IDExLjIzMDc1ODY2Njk5MjE4OCAxMS4yMzA3MDI4NzcwNDQ2NzggMTEuMjMwNzU4NjY2OTkyMTg4IDExLjIzMDcwMjg3NzA0NDY3OCBDIDExLjIzMDc1ODY2Njk5MjE4OCAxMS4yMzA3MDI4NzcwNDQ2NzggMTEuMjMwNzU4NjY2OTkyMTg4IDE1LjI0OTkwMzY3ODg5NDA0MyAxMS4yMzA3NTg2NjY5OTIxODggMTUuMjQ5OTAzNjc4ODk0MDQzIEMgMTEuMjMwNzU4NjY2OTkyMTg4IDE1LjY1MzM0MjQ4NTQyNzg1NiAxMC45MDMzNjYwODg4NjcxODggMTUuOTgwNzM2NDk0MDY0MzMxIDEwLjQ5OTk4NDc0MTIxMDkzOCAxNS45ODA3MzY0OTQwNjQzMzEgQyAxMC4wOTY2MDMzOTM1NTQ2ODggMTUuOTgwNzM2NDk0MDY0MzMxIDkuNzY5MjEwODE1NDI5Njg4IDE1LjY1MzM0MjQ4NTQyNzg1NiA5Ljc2OTIxMDgxNTQyOTY4OCAxNS4yNDk5MDM2Nzg4OTQwNDMgQyA5Ljc2OTIxMDgxNTQyOTY4OCAxNS4yNDk5MDM2Nzg4OTQwNDMgOS43NjkyMTA4MTU0Mjk2ODggMTEuMjMwNzAyODc3MDQ0Njc4IDkuNzY5MjEwODE1NDI5Njg4IDExLjIzMDcwMjg3NzA0NDY3OCBDIDkuNzY5MjEwODE1NDI5Njg4IDExLjIzMDcwMjg3NzA0NDY3OCA1LjkzMjY0NzcwNTA3ODEyNSAxMS4yMzA3MDI4NzcwNDQ2NzggNS45MzI2NDc3MDUwNzgxMjUgMTEuMjMwNzAyODc3MDQ0Njc4IEMgNS41MjkyNjYzNTc0MjE4NzUgMTEuMjMwNzAyODc3MDQ0Njc4IDUuMjAxOTE5NTU1NjY0MDYyNSAxMC45MDMzMDg4Njg0MDgyMDMgNS4yMDE5MTk1NTU2NjQwNjI1IDEwLjQ5OTk3ODU0MjMyNzg4IEMgNS4yMDE5MTk1NTU2NjQwNjI1IDEwLjA5NjUzOTczNTc5NDA2NyA1LjUyOTI2NjM1NzQyMTg3NSA5Ljc2OTE0NTcyNzE1NzU5MyA1LjkzMjY0NzcwNTA3ODEyNSA5Ljc2OTE0NTcyNzE1NzU5MyBDIDUuOTMyNjQ3NzA1MDc4MTI1IDkuNzY5MTQ1NzI3MTU3NTkzIDkuNzY5MjEwODE1NDI5Njg4IDkuNzY5MTQ1NzI3MTU3NTkzIDkuNzY5MjEwODE1NDI5Njg4IDkuNzY5MTQ1NzI3MTU3NTkzIEMgOS43NjkyMTA4MTU0Mjk2ODggOS43NjkxNDU3MjcxNTc1OTMgOS43NjkyMTA4MTU0Mjk2ODggNi4xMTUzMDcwOTI2NjY2MjYgOS43NjkyMTA4MTU0Mjk2ODggNi4xMTUzMDcwOTI2NjY2MjYgQyA5Ljc2OTIxMDgxNTQyOTY4OCA1LjcxMTk3Njc2NjU4NjMwNCAxMC4wOTY2MDMzOTM1NTQ2ODggNS4zODQ1ODI3NTc5NDk4MjkgMTAuNDk5OTg0NzQxMjEwOTM4IDUuMzg0NTgyNzU3OTQ5ODI5IEMgMTAuOTAzMzY2MDg4ODY3MTg4IDUuMzg0NTgyNzU3OTQ5ODI5IDExLjIzMDc1ODY2Njk5MjE4OCA1LjcxMTk3Njc2NjU4NjMwNCAxMS4yMzA3NTg2NjY5OTIxODggNi4xMTUzMDcwOTI2NjY2MjYgQyAxMS4yMzA3NTg2NjY5OTIxODggNi4xMTUzMDcwOTI2NjY2MjYgMTEuMjMwNzU4NjY2OTkyMTg4IDkuNzY5MTQ1NzI3MTU3NTkzIDExLjIzMDc1ODY2Njk5MjE4OCA5Ljc2OTE0NTcyNzE1NzU5MyBDIDExLjIzMDc1ODY2Njk5MjE4OCA5Ljc2OTE0NTcyNzE1NzU5MyAxNS4wNjcyNzYwMDA5NzY1NjIgOS43NjkxNDU3MjcxNTc1OTMgMTUuMDY3Mjc2MDAwOTc2NTYyIDkuNzY5MTQ1NzI3MTU3NTkzIEMgMTUuNDcwNjU3MzQ4NjMyODEyIDkuNzY5MTQ1NzI3MTU3NTkzIDE1Ljc5ODA0OTkyNjc1NzgxMiAxMC4wOTY1Mzk3MzU3OTQwNjcgMTUuNzk4MDQ5OTI2NzU3ODEyIDEwLjQ5OTk3ODU0MjMyNzg4IEMgMTUuNzk4MDQ5OTI2NzU3ODEyIDEwLjkwMzMwODg2ODQwODIwMyAxNS40NzA2NTczNDg2MzI4MTIgMTEuMjMwNzAyODc3MDQ0Njc4IDE1LjA2NzI3NjAwMDk3NjU2MiAxMS4yMzA3MDI4NzcwNDQ2NzggWiIvPjwvZz48L3N2Zz4=);
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 30%;
  color: #818181;
  pointer-events: none;
  border-radius: 100%;
  margin-right: 10px;
  align-items: center;
  align-content: center;
  display: block;
  transition: 0.2s ease;
}
.dropdown .dropbtn.active::after {
  transform: rotate(45deg);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.focus svg {
    transform: rotate(180deg);
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 60;
  font-size: 12px;
}
.dropdown-content.active {
    background-color: #f9f9f9 !important;
    z-index: 1004;
}

/* Links inside the dropdown */
/* Links inside the dropdown */
.dropdown-content a {
  color: #676767;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
.dropdown-content a {
      color: #676767;
      padding: 6px 11px;
      text-decoration: none;
      display: block;
      font-size: 12px;
}
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #757575;
  color: #ffffff;
}

/* Show the dropdown menu on hover */
.menu__block .dropdown:hover .dropdown-content {
  display: block;
  width: 100%;
}

/* Show the dropdown menu on hover */
.menu__block .dropdown.focus .dropdown-content {
  display: block;
  width: 100%;
}

/* Show the dropdown menu on hover */
.navigation_mobile.dropdown .dropdown-content.active {
  display: block;
  width: 100%;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #818181;
}
a.theme.menuItem.tabulation:focus {
  font-weight: 900;
}
.cd-timeline-navigation path {
  fill: #757575 !important;
}
.cd-timeline-navigation .active_home path {
  fill: rgba(8, 28, 36, 0.5) !important;
}
.cd-timeline-navigation li:hover path {
  fill: rgba(8, 28, 36, 0.5) !important;
}
li.home_navigation:before {
  content: "\A";
  position: absolute;
  z-index: 1;
  left: -36px;
  top: 49px;
  width: 36px;
  height: 2px;
  background: #a9a9a9;
  transition: transform 0.4s;
  background-image: linear-gradient(to right, #ffffff, rgba(248, 248, 248, 0));
}
@media only screen and (max-width: 768px) {
.navigation .navigation_mobile {
    display: block;
}
}
@media only screen and (min-width: 769px) {
.navigation .navigation_mobile {
    display: none;
}
}
@media only screen and (max-width: 768px) {
.navigation .navigation_pc {
    display: none;
}
}
@media only screen and (min-width: 769px) {
.navigation .navigation_pc {
    display: block;
}
}

@charset "UTF-8";
.header_fo .header {
  width: 100%;
  height: 94px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  z-index: 15;
  box-shadow: 3px 2px 8px #c3c3af;
}
@media only screen and (max-width: 768px) {
.header_fo .header {
      width: 100%;
      height: 75px;
      border-top: 0;
      border-bottom: 0;
      padding: 0 5px;
      top: 0;
}
}
@media only screen and (min-width: 769px) {
.header_fo .header {
      width: 100%;
      height: 94px;
      padding: 0 27px 0 27px;
}
}
.header_fo .header .header_left {
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media only screen and (max-width: 768px) {
.header_fo .header .header_left {
        flex-direction: column;
}
}
.header_fo .header .header_left .logo {
      width: 162px;
      height: 52px;
}
@media only screen and (max-width: 768px) {
.header_fo .header .header_left .logo {
          width: 85px;
          height: 30px;
}
}
.header_fo .header .header_left .logo_webtv {
      width: 25px;
      height: 18px;
      top: 9px;
      left: 18px;
      margin: 17px 0 0 17px;
}
@media only screen and (max-width: 768px) {
.header_fo .header .header_left .logo_webtv {
          width: 20px;
          height: 18px;
          top: 9px;
          left: 18px;
          margin: 0;
}
}
.header_fo .header .header_right {
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header_fo .header .header_right .menu__block {
      display: inline-block;
      margin-left: 10px;
}
.header_fo .header .header_right .menu__block .dropdown {
        text-transform: uppercase;
        position: relative;
        list-style: none;
        margin: 0;
}
@media only screen and (max-width: 768px) {
.header_fo .header .header_right .menu__block .dropdown {
            padding: 0 0 0 0;
}
}
.header_fo .header .header_right .menu__block .dropdown .dropdown-content a:focus {
          outline: 2px solid #757575;
}
.header_fo .header .header_right .menu__block .dropit-trigger {
        position: relative;
}
.header_fo .header .header_right .menu__block .dropit-trigger > a {
          color: #000;
}
.header_fo .header .header_right .menu__block .dropit-trigger > a .dropdown__icon {
            display: block;
            height: 7px;
            width: 11px;
            color: #000;
            position: absolute;
            right: 7px;
}
.header_fo .header .header_right .logo_home {
      width: 22px;
      height: 22px;
      margin: 0 15px;
      cursor: pointer;
}
@media only screen and (max-width: 768px) {
.header_fo .header .header_right .logo_home {
          width: 17px;
          height: 17px;
          margin: 0 7px;
}
}
.header_fo .header .header_right .logo_home a path {
        fill: #757575 !important;
}
.header_fo .header .header_right .logo_home .is_active_header svg#home_header_svg {
        position: relative;
        z-index: 84;
        left: 0;
        top: -26px;
        width: 22px;
        height: 22px;
        transition: transform .4s;
        cursor: pointer;
}
@media only screen and (max-width: 768px) {
.header_fo .header .header_right .logo_home .is_active_header svg#home_header_svg {
            top: -21px;
            width: 17px;
            height: 17px;
}
}
.header_fo .header .header_right .select_order {
      width: auto;
      border-radius: 0 !important;
      display: block;
      padding: 4px 8px 7px 4px;
      margin-left: 20px;
      height: 37px;
      background-color: transparent;
      color: #757575;
      font-weight: 300;
      font-size: 16px;
      border: 1px solid #757575 !important;
}
.header_fo .header .header_right .select_order option:checked {
        color: black;
}
.header_fo .header .header_right .select_lang {
      width: 22px;
      height: 22px;
}
.header_fo .header__search {
  position: relative;
  height: 37px;
  right: 0;
  border: 1px solid #757575;
}
.header_fo .header__search-button {
    width: 27px;
    height: 14px;
    fill: rgba(8, 28, 36, 0.5);
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -7px;
    transition: fill .5s ease;
    right: 11px;
    padding: 0px 11px;
    text-transform: uppercase;
    color: #000;
    background-color: transparent;
    border: 0;
    outline: none;
}
.header_fo .header__search-button:focus {
    outline: 2px solid #757575;
    outline-offset: 5px;
}
.header_fo .header__search.search_mobile {
    background-color: #ebebeb;
}
@media only screen and (max-width: 768px) {
.header_fo .header__search.search_mobile {
        display: block;
}
}
@media only screen and (min-width: 769px) {
.header_fo .header__search.search_mobile {
        display: none;
}
}
.header_fo .header__search.search_desktop {
    scroll-margin-top: 80px;
}
@media only screen and (max-width: 768px) {
.header_fo .header__search.search_desktop {
        display: none;
}
}
@media only screen and (min-width: 769px) {
.header_fo .header__search.search_desktop {
        display: block;
}
}
.header_fo .header__search-input {
    display: block;
    width: 100%;
    padding: 8px 10px;
    outline: none;
    border: 0;
    background-color: transparent;
    color: #757575;
    font-weight: 300;
    font-size: 16px;
}
.header_fo .header__search-icon {
    width: 14px;
    height: 14px;
    fill: #757575;
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    transition: fill .5s ease;
    right: 0px;
}
.header_fo .header .header_sort {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_fo .header .header_sort button.filter-form__submit—sort {
    padding: 6px;
    margin-left: 8px;
    background-color: transparent;
    color: #757575;
    height: 37px;
    font-size: 14px;
    border: 1px solid #757575 !important;
    cursor: pointer;
    width: auto;
    text-align: center;
    outline: none;
    font-weight: 300;
    font-size: 16px;
}
.header_fo .header .header_sort button.filter-form__submit—sort:focus {
    outline: 2px solid #757575;
    outline-offset: 5px;
}
.header_fo input.header__search-input.tabulation:focus {
  outline: #757575 auto;
  padding: 7px 8px 10px 13px;
}
.header_fo button.languebtn:focus {
  outline: #757575 auto;
}
.header_fo .logo_home .router-link-exact-active path {
  fill: rgba(8, 28, 36, 0.5) !important;
}
.header_fo .logo_home a:hover path, .header_fo .logo_home a:focus path {
  fill: rgba(8, 28, 36, 0.5) !important;
}
.header_fo .logo_home a:hover, .header_fo .logo_home a:focus {
  outline: none;
}
.header_fo .dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 4.5em;
}
.header_fo .dropdown .dropdown-content {
    position: absolute;
    display: block;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.175);
    width: 100%;
}
.header_fo .dropdown .dropdown-content a {
      display: flex;
      text-decoration: none;
}
.header_fo .dropdown .dropdown-content a:hover, .header_fo .dropdown .dropdown-content a:focus {
        text-decoration: underline;
}
.header_fo .dropdown .dropdown-content li {
      margin: 1em 0;
      list-style-type: none;
}
.header_fo .dropdown .languebtn {
  display: block;
}
.header_fo .dropdown:not(.focus) .languebtn[aria-expanded="false"] + ul {
  display: none;
}
.header_fo button.languebtn {
  display: none;
  border: 0;
  background-color: transparent;
  color: #757575;
  padding: 15px;
  padding-top: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  text-transform: uppercase;
}
.header_fo button.languebtn[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
.header_fo button.languebtn[aria-expanded="false"] + ul {
    display: block;
}
.header_fo button.languebtn a {
    font-size: 13px;
}
@media only screen and (max-width: 768px) {
.header_fo button.languebtn {
      font-size: 14px;
}
}
@media only screen and (max-width: 479px) {
.header_fo button.languebtn {
      font-size: 12px;
}
}
.header_fo button.languebtn svg.dropdown__icon.icon {
    display: block;
    height: 7px;
    width: 11px;
    color: #000;
    position: absolute;
    right: 18px;
    fill: #757575;
}
.header_fo button.languebtn svg.dropdown__icon.icon path {
      fill: #757575;
}

* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
.footer_container {
  text-align: right;
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.footer_container a {
    color: #fff;
    text-decoration: none;
}
.footer_container a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer {
  width: 100%;
  height: 94px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 27px 0 27px;
  background: #575757;
  z-index: 15;
  box-shadow: 3px 2px #e8e8e8;
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
.footer {
      width: 100%;
      height: 75px;
      border-top: 0;
      border-bottom: 0;
      bottom: 0;
      margin-top: 100px;
}
}
@media only screen and (min-width: 1200px) {
.footer {
      width: 100%;
      height: 83px;
}
}

.page_not_found {
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(81vh - 100px);
}
@media only screen and (min-width: 769px) {
.page_not_found {
      height: calc(100vh - 75px);
}
}
.page_not_found:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, 0.7);
}
.page_not_found__content {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
@media only screen and (min-width: 769px) {
.page_not_found__content {
        padding: 0 40px 40px 0;
}
}
.page_not_found__title {
    font-size: 24px;
    font-weight: 500;
    color: #757575;
    position: relative;
    margin: 0;
}
@media only screen and (min-width: 769px) {
.page_not_found__title {
        font-size: 100px;
}
}
h2.page_not_found__title.title {
  color: #3e3e3e;
  font-weight: bold;
}
h2.page_not_found__title.description {
  color: #7c7c7c;
  font-size: inherit;
}

* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
#app, .site {
  height: 100%;
}
main {
  display: inline;
}
.menu-fastaccess {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background-color: #fff;
  z-index: 100;
  transform: translateY(-200%);
  transition: transform 0.2s ease;
  width: 100%;
  box-shadow: 3px 2px 8px #c3c3af;
  justify-content: center;
}

/* Show the whole menu when one of its children is focused */
.menu-fastaccess:has(.skip-main:focus) {
  transform: translateY(0);
  position: relative;
}

/* Style each link */
.skip-main {
  color: #757575;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

/* Optional: add focus outline */
.skip-main:focus {
  outline: 2px solid #757575;
}
.__cov-progress {
  position: absolute !important;
}
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  background: #ffffff;
  color: #757575;
  margin: 0;
}
body.hidden {
    overflow: hidden;
}
input, textarea, button {
  font-family: 'Roboto', sans-serif;
}
figure {
  padding: 0;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
@keyframes load {
100% {
    transform: rotate(360deg);
}
}
.wrapper {
  position: relative;
}
.main {
  position: relative;
  padding: 50px 0 0;
}
@media only screen and (min-width: 769px) {
.main {
      width: calc(100% - 95px);
      padding: 75px 0 0;
      margin-left: 95px;
      position: relative;
}
}
.button {
  display: inline-block;
  border: 1px solid #757575;
  text-transform: uppercase;
  background: #757575;
  font-weight: 300;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.5px;
  padding: 5px 20px 4px 20px;
  cursor: pointer;
  color: #757575;
  background: transparent;
  outline: none;
  transition: background 0.5s ease, color 0.5s ease;
}
@media only screen and (min-width: 769px) {
.button {
      font-size: 12px;
      padding: 6px 20px 5px 20px;
}
}
body:not(.touch) .button:hover {
    background: #757575;
    color: #ffffff;
}
.fade-enter-active, .fade-leave-active {
  transition-property: opacity;
  transition-duration: 0.25s;
}
.fade-enter-active {
  transition-delay: 0.25s;
}
.fade-enter, .fade-leave-active {
  opacity: 0;
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.cookie-message {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
  background: #000;
  color: #FFF;
  padding: 0.250em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-weight: 100;
}
.cookie-message .close {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
}
.cookie-message .close:hover::before, .cookie-message .close:hover::after {
      background: #757575;
}
.cookie-message .close::before, .cookie-message .close::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: rgba(255, 255, 255, 0.9);
}
.cookie-message .close::before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
}
.cookie-message .close::after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.cookie-message .close.hairline::before, .cookie-message .close.hairline::after {
      height: 1px;
}
.item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 10px;
}
.cookie-message__top {
  top: 0;
  left: 0;
  right: 0;
}
.cookie-message__bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.cookie-message__button {
  cursor: pointer;
  text-align: center;
  background: red;
  padding: 10px;
  border: none;
  border-radius: 0;
  margin-left: 20px;
}
.cookie-message__button:hover {
  background: red;
  color: white;
}
@media only screen and (max-width: 600px) {
.cookie-message {
    flex-direction: row;
}
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.general_condition {
  color: #757575;
  cursor: pointer;
}
.variations {
  display: inline-block;
}
.variations li {
    margin: 5px 5px;
    display: inline-block;
    vertical-align: top;
}
.variations li ul li {
      margin: 0;
      text-align: left;
      display: block;
}

.header_mobile {
  width: 100%;
  height: 94px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  z-index: 15;
  box-shadow: 3px 2px 8px #c3c3af;
}
@media only screen and (max-width: 768px) {
.header_mobile {
      width: 100%;
      height: 40px;
      border-top: 0;
      border-bottom: 0;
      padding-right: 5px;
      top: 0;
}
}
.header_mobile .header_center {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_mobile .header_center .logo {
      width: 85px;
      height: 30px;
}
.header_mobile .header_center .logo_webtv {
      width: 20px;
      height: 18px;
      top: 9px;
      left: 18px;
      margin: 8px 0 0 15px;
}
.header_mobile .header_left {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #818181;
}
.header_mobile .header_left .logo {
      width: 40px;
      height: 40px;
}
.header_mobile .header_left .logo .back-icon {
        width: 1rem;
        height: 2.6rem;
        margin-left: 10px;
        fill: #ffffff;
}

.accessibility {
  font-family: 'Roboto', sans-serif;
  color: #090909;
  line-height: 1.6;
  padding: 0rem 2rem;
}
.accessibility__section {
    margin-bottom: 2.5rem;
}
.accessibility__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
.accessibility__title {
        font-size: 2.4rem;
}
}
.accessibility__image {
    padding: 1em;
}
.accessibility__subtitle {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    color: #000;
}
.accessibility__subsubtitle {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
    color: #757575;
}
.accessibility__list {
    list-style: disc;
    margin-left: 1.5rem;
}
.accessibility__link {
    color: #000;
    text-decoration: underline;
}
.accessibility__link:hover {
      color: #757575;
}

div#embed_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div#embed_video /deep/ .uep_player_v2 {
    display: block !important;
}
div#embed_video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
main {
  display: inline;
}

.theme_color_28 a.prev, .theme_color_30 a.prev {
  border: 2px solid #0a418c;
  overflow: hidden;
  color: #0a418c;
  background-color: #0a418c;
}
.theme_color_28 a.prev.inactive, .theme_color_30 a.prev.inactive {
  left: -10px;
  top: 50px;
  width: 47px;
  height: 2px;
  border: 0;
  background: #a9a9a9;
  transition: transform .4s;
}
.theme_color_28 a.next, .theme_color_30 a.next {
  border: 2px solid #0a418c;
  overflow: hidden;
  color: #0a418c;
  background-color: #0a418c;
}
.theme_color_28 footer.footer, .theme_color_30 footer.footer {
  background: #0a418c;
}
.theme_color_28 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active, .theme_color_30 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active {
  color: #0a418c;
}
.theme_color_28 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active, .theme_color_30 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active {
  color: #0a418c;
}
.theme_color_28 .header__search.search_desktop, .theme_color_30 .header__search.search_desktop {
  border: 1px solid #0a418c;
}
.theme_color_28 button.header__search-button, .theme_color_30 button.header__search-button {
  color: #0a418c;
}
.theme_color_28 .footer_container a:focus, .theme_color_30 .footer_container a:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.theme_color_28 svg.header__search-icon, .theme_color_30 svg.header__search-icon {
  fill: #0a418c;
}
.theme_color_28 .nav a.router-link-exact-active, .theme_color_28 .nav a.router-link-active, .theme_color_28 .nav.router-link-new-active, .theme_color_30 .nav a.router-link-exact-active, .theme_color_30 .nav a.router-link-active, .theme_color_30 .nav.router-link-new-active {
  border-bottom: 4px solid #0a418c;
}
.theme_color_28 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_28 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_28 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after, .theme_color_30 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_30 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_30 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after {
  border: 2px solid #0a418c;
  background-color: #0a418c;
}
.theme_color_28 .videos-item__link:not(.no-image):hover .videos-item__content_duree, .theme_color_30 .videos-item__link:not(.no-image):hover .videos-item__content_duree {
  background: #0a418c;
  opacity: 0.8;
}
.theme_color_28 .videos-item__link:not(.no-image):hover .videos-item__content_title, .theme_color_30 .videos-item__link:not(.no-image):hover .videos-item__content_title {
  background: #0a418c;
  opacity: 0.8;
}
.theme_color_28 .navigation_themes .nav li a:hover, .theme_color_28 .navigation_themes .nav li a:active, .theme_color_28 .navigation_themes .nav li a:focus, .theme_color_30 .navigation_themes .nav li a:hover, .theme_color_30 .navigation_themes .nav li a:active, .theme_color_30 .navigation_themes .nav li a:focus {
  border-bottom: 4px solid #0a418c;
}
.theme_color_33 a.prev, .theme_color_34 a.prev {
  border: 2px solid #25993D;
  overflow: hidden;
  color: #25993D;
  background-color: #25993D;
}
.theme_color_33 a.prev.inactive, .theme_color_34 a.prev.inactive {
  left: -10px;
  top: 50px;
  width: 47px;
  height: 2px;
  border: 0;
  background: #a9a9a9;
  transition: transform .4s;
}
.theme_color_33 a.next, .theme_color_34 a.next {
  border: 2px solid #25993D;
  overflow: hidden;
  color: #25993D;
  background-color: #25993D;
}
.theme_color_33 footer.footer, .theme_color_34 footer.footer {
  background: #25993D;
}
.theme_color_33 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active, .theme_color_34 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active {
  color: #25993D;
}
.theme_color_33 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active, .theme_color_34 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active {
  color: #25993D;
}
.theme_color_33 .header__search.search_desktop, .theme_color_34 .header__search.search_desktop {
  border: 1px solid #25993D;
}
.theme_color_33 button.header__search-button, .theme_color_34 button.header__search-button {
  color: #25993D;
}
.theme_color_33 .footer_container a:focus, .theme_color_34 .footer_container a:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.theme_color_33 svg.header__search-icon, .theme_color_34 svg.header__search-icon {
  fill: #25993D;
}
.theme_color_33 .nav a.router-link-exact-active, .theme_color_33 .nav a.router-link-active, .theme_color_33 .nav.router-link-new-active, .theme_color_34 .nav a.router-link-exact-active, .theme_color_34 .nav a.router-link-active, .theme_color_34 .nav.router-link-new-active {
  border-bottom: 4px solid #25993D;
}
.theme_color_33 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_33 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_33 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after, .theme_color_34 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_34 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_34 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after {
  border: 2px solid #25993D;
  background-color: #25993D;
}
.theme_color_33 .videos-item__link:not(.no-image):hover .videos-item__content_duree, .theme_color_34 .videos-item__link:not(.no-image):hover .videos-item__content_duree {
  background: #25993D;
  opacity: 0.8;
}
.theme_color_33 .videos-item__link:not(.no-image):hover .videos-item__content_title, .theme_color_34 .videos-item__link:not(.no-image):hover .videos-item__content_title {
  background: #25993D;
  opacity: 0.8;
}
.theme_color_33 .navigation_themes .nav li a:hover, .theme_color_33 .navigation_themes .nav li a:active, .theme_color_33 .navigation_themes .nav li a:focus, .theme_color_34 .navigation_themes .nav li a:hover, .theme_color_34 .navigation_themes .nav li a:active, .theme_color_34 .navigation_themes .nav li a:focus {
  border-bottom: 4px solid #25993D;
}
.theme_color_39 a.prev, .theme_color_47 a.prev {
  border: 2px solid #4c5133;
  overflow: hidden;
  color: #4c5133;
  background-color: #4c5133;
}
.theme_color_39 a.prev.inactive, .theme_color_47 a.prev.inactive {
  left: -10px;
  top: 50px;
  width: 47px;
  height: 2px;
  border: 0;
  background: #a9a9a9;
  transition: transform .4s;
}
.theme_color_39 a.next, .theme_color_47 a.next {
  border: 2px solid #4c5133;
  overflow: hidden;
  color: #4c5133;
  background-color: #4c5133;
}
.theme_color_39 footer.footer, .theme_color_47 footer.footer {
  background: #4c5133;
}
.theme_color_39 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active, .theme_color_47 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active {
  color: #4c5133;
}
.theme_color_39 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active, .theme_color_47 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active {
  color: #4c5133;
}
.theme_color_39 .header__search.search_desktop, .theme_color_47 .header__search.search_desktop {
  border: 1px solid #4c5133;
}
.theme_color_39 button.header__search-button, .theme_color_47 button.header__search-button {
  color: #4c5133;
}
.theme_color_39 .footer_container a:focus, .theme_color_47 .footer_container a:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.theme_color_39 svg.header__search-icon, .theme_color_47 svg.header__search-icon {
  fill: #4c5133;
}
.theme_color_39 .nav a.router-link-exact-active, .theme_color_39 .nav a.router-link-active, .theme_color_39 .nav.router-link-new-active, .theme_color_47 .nav a.router-link-exact-active, .theme_color_47 .nav a.router-link-active, .theme_color_47 .nav.router-link-new-active {
  border-bottom: 4px solid #4c5133;
}
.theme_color_39 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_39 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_39 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after, .theme_color_47 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_47 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_47 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after {
  border: 2px solid #4c5133;
  background-color: #4c5133;
}
.theme_color_39 .videos-item__link:not(.no-image):hover .videos-item__content_duree, .theme_color_47 .videos-item__link:not(.no-image):hover .videos-item__content_duree {
  background: #4c5133;
  opacity: 0.8;
}
.theme_color_39 .videos-item__link:not(.no-image):hover .videos-item__content_title, .theme_color_47 .videos-item__link:not(.no-image):hover .videos-item__content_title {
  background: #4c5133;
  opacity: 0.8;
}
.theme_color_39 .navigation_themes .nav li a:hover, .theme_color_39 .navigation_themes .nav li a:active, .theme_color_39 .navigation_themes .nav li a:focus, .theme_color_47 .navigation_themes .nav li a:hover, .theme_color_47 .navigation_themes .nav li a:active, .theme_color_47 .navigation_themes .nav li a:focus {
  border-bottom: 4px solid #4c5133;
}
.theme_color_51 a.prev, .theme_color_52 a.prev {
  border: 2px solid #fc9727;
  overflow: hidden;
  color: #fc9727;
  background-color: #fc9727;
}
.theme_color_51 a.prev.inactive, .theme_color_52 a.prev.inactive {
  left: -10px;
  top: 50px;
  width: 47px;
  height: 2px;
  border: 0;
  background: #a9a9a9;
  transition: transform .4s;
}
.theme_color_51 a.next, .theme_color_52 a.next {
  border: 2px solid #fc9727;
  overflow: hidden;
  color: #fc9727;
  background-color: #fc9727;
}
.theme_color_51 footer.footer, .theme_color_52 footer.footer {
  background: #fc9727;
}
.theme_color_51 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active, .theme_color_52 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active {
  color: #fc9727;
}
.theme_color_51 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active, .theme_color_52 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active {
  color: #fc9727;
}
.theme_color_51 .header__search.search_desktop, .theme_color_52 .header__search.search_desktop {
  border: 1px solid #fc9727;
}
.theme_color_51 button.header__search-button, .theme_color_52 button.header__search-button {
  color: #fc9727;
}
.theme_color_51 .footer_container a:focus, .theme_color_52 .footer_container a:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.theme_color_51 svg.header__search-icon, .theme_color_52 svg.header__search-icon {
  fill: #fc9727;
}
.theme_color_51 .nav a.router-link-exact-active, .theme_color_51 .nav a.router-link-active, .theme_color_51 .nav.router-link-new-active, .theme_color_52 .nav a.router-link-exact-active, .theme_color_52 .nav a.router-link-active, .theme_color_52 .nav.router-link-new-active {
  border-bottom: 4px solid #fc9727;
}
.theme_color_51 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_51 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_51 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after, .theme_color_52 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_52 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_52 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after {
  border: 2px solid #fc9727;
  background-color: #fc9727;
}
.theme_color_51 .videos-item__link:not(.no-image):hover .videos-item__content_duree, .theme_color_52 .videos-item__link:not(.no-image):hover .videos-item__content_duree {
  background: #fc9727;
  opacity: 0.8;
}
.theme_color_51 .videos-item__link:not(.no-image):hover .videos-item__content_title, .theme_color_52 .videos-item__link:not(.no-image):hover .videos-item__content_title {
  background: #fc9727;
  opacity: 0.8;
}
.theme_color_51 .navigation_themes .nav li a:hover, .theme_color_51 .navigation_themes .nav li a:active, .theme_color_51 .navigation_themes .nav li a:focus, .theme_color_52 .navigation_themes .nav li a:hover, .theme_color_52 .navigation_themes .nav li a:active, .theme_color_52 .navigation_themes .nav li a:focus {
  border-bottom: 4px solid #fc9727;
}
.theme_color_38 a.prev, .theme_color_44 a.prev {
  border: 2px solid #e4223f;
  overflow: hidden;
  color: #e4223f;
  background-color: #e4223f;
}
.theme_color_38 a.prev.inactive, .theme_color_44 a.prev.inactive {
  left: -10px;
  top: 50px;
  width: 47px;
  height: 2px;
  border: 0;
  background: #a9a9a9;
  transition: transform .4s;
}
.theme_color_38 a.next, .theme_color_44 a.next {
  border: 2px solid #e4223f;
  overflow: hidden;
  color: #e4223f;
  background-color: #e4223f;
}
.theme_color_38 footer.footer, .theme_color_44 footer.footer {
  background: #e4223f;
}
.theme_color_38 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active, .theme_color_44 a.theme.router-link-exact-active.router-link-active.menuItem.router-link-new-active {
  color: #e4223f;
}
.theme_color_38 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active, .theme_color_44 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active {
  color: #e4223f;
}
.theme_color_38 .header__search.search_desktop, .theme_color_44 .header__search.search_desktop {
  border: 1px solid #e4223f;
}
.theme_color_38 button.header__search-button, .theme_color_44 button.header__search-button {
  color: #e4223f;
}
.theme_color_38 .footer_container a:focus, .theme_color_44 .footer_container a:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.theme_color_38 svg.header__search-icon, .theme_color_44 svg.header__search-icon {
  fill: #e4223f;
}
.theme_color_38 .nav a.router-link-exact-active, .theme_color_38 .nav a.router-link-active, .theme_color_38 .nav.router-link-new-active, .theme_color_44 .nav a.router-link-exact-active, .theme_color_44 .nav a.router-link-active, .theme_color_44 .nav.router-link-new-active {
  border-bottom: 4px solid #e4223f;
}
.theme_color_38 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_38 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_38 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after, .theme_color_44 .cd-horizontal-timeline.navigation_pc .events a.selected::after, .theme_color_44 .cd-horizontal-timeline.navigation_pc .events .router-link-exact-active::after, .theme_color_44 .cd-horizontal-timeline.navigation_pc .events .router-link-new-active::after {
  border: 2px solid #e4223f;
  background-color: #e4223f;
}
.theme_color_38 .videos-item__link:not(.no-image):hover .videos-item__content_duree, .theme_color_44 .videos-item__link:not(.no-image):hover .videos-item__content_duree {
  background: #e4223f;
  opacity: 0.8;
}
.theme_color_38 .videos-item__link:not(.no-image):hover .videos-item__content_title, .theme_color_44 .videos-item__link:not(.no-image):hover .videos-item__content_title {
  background: #e4223f;
  opacity: 0.8;
}
.theme_color_38 .navigation_themes .nav li a:hover, .theme_color_38 .navigation_themes .nav li a:active, .theme_color_38 .navigation_themes .nav li a:focus, .theme_color_44 .navigation_themes .nav li a:hover, .theme_color_44 .navigation_themes .nav li a:active, .theme_color_44 .navigation_themes .nav li a:focus {
  border-bottom: 4px solid #e4223f;
}
.custom .video-js.vjs-paused .vjs-big-play-button, .vjs-paused.vjs-has-started.custom .video-js .vjs-big-play-button {
  display: block !important;
}
#preview_video .video-js.vjs-navigation-container-show .vjs-big-play-button {
  left: 60% !important;
}
@font-face {
  font-family: "icomoon";
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,jAcAAOgGAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAACThdTwAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yDxIHnwAAALwAAABgY21hcNWj1GcAAAEcAAAAbGdhc3AAAAAQAAABiAAAAAhnbHlmLgF+0QAAAZAAAAL8aGVhZCeQ/T8AAASMAAAANmhoZWEHwgPKAAAExAAAACRobXR4GgAAAAAABOgAAAAkbG9jYQIGAtIAAAUMAAAAFG1heHAADwBSAAAFIAAAACBuYW1lmUoJ+wAABUAAAAGGcG9zdAADAAAAAAbIAAAAIAADA6sBkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOrKA8D/wABAA8AAQAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABQAAAAEAAQAAMAAAABACDpAeqQ6pbqyv/9//8AAAAAACDpAOqQ6pbqyv/9//8AAf/jFwQVdhVxFT4AAwABAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAP/AAAADwAACAAA3OQEAAAAAAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAAAA8AAAgAANzkBAAAAAAUAAP/ABAADwAAPABMAJAAnADcAAAEhIgYVERQWMyEyNjURNCYFFwcRARQGIyEiJjU3Fx4BMzI2PwEXJzcBDgEjIiYnATQ2MyEyFhUBA4D9ADVLSzUDADVLS/yL4OADgCYa/QAaJvuLDR4PDx4Ni/vg4P5mCBQKChQI/mYmGgMAGib+ZgMgSzX+YDVLSzUBoDVLqKioAVD+iBomJhq8aQkKCglplKio/vUHBgYHATMaJiYa/s0AAAACAAD/wAPOA8AACwAPAAABMwkBIQsBIwkBIRMTMwEjAwqO/ssBa/7k3/6NAUn+pQEjybdO/gdUA2D+oP4gASP+3QF5Acf+9v4eApwAAQAA/8ADAAPAABcAAAEzNSMiBw4BBwYdASMVMxEzETM3IzU0NgJgoKAuKSk9ERKAgMCgIMATAwDAEhE9KSkuYMD+AAIAwGANEwAAAAEAAP/ABAADwABPAAABDgEHPgE3DgEHLgEjIgcOAQcGFRQWFyYnLgEnJicOARUUFhcuASccARUUFhcOASMiJiceARcOASMiJicWFx4BFxYzMjc+ATc2NTQmNT4BNwQAHD0gITAMH0MkHFAtKycmORARAwJBPT5uMDAnDQ8zKhkxFWFIDRwPChMKFGtFNoVKDRkMIyYmUSsrLJFvcJgnJwEfNRUC3g0RAxM8JRIaBx4kEBE5JiYsDBgMAxEROScnMBc2HTZcHQEODAEBAUx0DgQDAgE+UgIqMAIBFhIRGAcGNjesamtoBw0HFjcgAAAAAAMAAP/AA8ADwAAZAB0AKQAAATMVMz4BMzIXHgEXFhURIxE0JiMiBhURIxEhMxEjExQGIyImNTQ2MzIWAYCxAxJZQ0crKzAJCLkZR0gmuf7AwMDAOCgoODgoKDgCQFshOhUUSDExOf7MARExZFk3/uoCQP3AAuAoODgoKDg4AAAAAQAAAAAAAE9dOAlfDzz1AAsEAAAAAADiOVxhAAAAAOI5XGEAAP/ABAADwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAAACQQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAAABAAAAAAAAAAACgAUAB4AegCgAMYBPgF+AAEAAAAJAFAABQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA#iefix) format("embedded-opentype"),
    url(data:application/x-font-ttf;base64,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) format("truetype"),
    url(data:application/font-woff;base64,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) format("woff"),
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+R2VuZXJhdGVkIGJ5IEljb01vb248L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9Imljb21vb24iIGhvcml6LWFkdi14PSIxMDI0Ij4KPGZvbnQtZmFjZSB1bml0cy1wZXItZW09IjEwMjQiIGFzY2VudD0iOTYwIiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSIxMDI0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4MjA7IiBob3Jpei1hZHYteD0iNTEyIiBkPSIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlOTAwOyIgZ2x5cGgtbmFtZT0ibWFpbDEiIGQ9Ik04OTYgODAwaC03NjhjLTcwLjY4OCAwLTEyOC01Ny4zNDQtMTI4LTEyOHYtNDE2YzAtNzAuNjg4IDU3LjMxMi0xMjggMTI4LTEyOGg3NjhjNzAuNjg4IDAgMTI4IDU3LjMxMiAxMjggMTI4djQxNmMwIDcwLjY1Ni01Ny4zMTIgMTI4LTEyOCAxMjh6TTY0IDYzMmwyMjMuOTY4LTE2OC0yMjMuOTY4LTE2OHYzMzZ6TTk2MCAyNTZjMC0zNS4zMjgtMjguNzM2LTY0LTY0LTY0aC03NjhjLTM1LjI5NiAwLTY0IDI4LjY3Mi02NCA2NGwyNTAuNjI0IDE4OCAxMzkuNzc2LTEwNC44NjRjMTcuMDU2LTEyLjczNiAzNy4zMTItMTkuMiA1Ny42LTE5LjIgMjAuMjU2IDAgNDAuNTEyIDYuNDMyIDU3LjU2OCAxOS4ybDEzOS44MDggMTA0Ljg2NCAyNTAuNjI0LTE4OHpNOTYwIDI5NmwtMjI0IDE2OCAyMjQgMTY4di0zMzZ6TTU1MC4zNjggMzY0LjczNmMtMTEuMTY4LTguMzg0LTI0LjQxNi0xMi44LTM4LjM2OC0xMi44cy0yNy4yMzIgNC40NDgtMzguNCAxMi44bC00MDkuNiAzMDcuMjY0YzAgMzUuMjk2IDI4LjcwNCA2NCA2NCA2NGg3NjhjMzUuMjY0IDAgNjQtMjguNzA0IDY0LTY0bC00MDkuNjMyLTMwNy4yNjR6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTkwMTsiIGdseXBoLW5hbWU9IngiIGQ9Ik03NzguNDExIDg2NGgxNDEuMTQxbC0zMDguMzUyLTM1Mi40MjcgMzYyLjc1Mi00NzkuNTczaC0yODQuMDMybC0yMjIuNDY0IDI5MC44NTktMjU0LjU0OS0yOTAuODU5aC0xNDEuMjI3bDMyOS44MTMgMzc2Ljk2LTM0Ny45ODkgNDU1LjA0MGgyOTEuMjQzbDIwMS4wODgtMjY1Ljg1NnpNNzI4Ljg3NSAxMTYuNDhoNzguMjA4bC01MDQuODMyIDY2Ny40NzdoLTgzLjkyNXoiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlYTkwOyIgZ2x5cGgtbmFtZT0iZmFjZWJvb2siIGQ9Ik02MDggNzY4aDE2MHYxOTJoLTE2MGMtMTIzLjUxNCAwLTIyNC0xMDAuNDg2LTIyNC0yMjR2LTk2aC0xMjh2LTE5MmgxMjh2LTUxMmgxOTJ2NTEyaDE2MGwzMiAxOTJoLTE5MnY5NmMwIDE3LjM0NiAxNC42NTQgMzIgMzIgMzJ6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZWE5NjsiIGdseXBoLW5hbWU9InR3aXR0ZXIiIGQ9Ik0xMDI0IDczMy42Yy0zNy42LTE2LjgtNzguMi0yOC0xMjAuNi0zMyA0My40IDI2IDc2LjYgNjcuMiA5Mi40IDExNi4yLTQwLjYtMjQtODUuNi00MS42LTEzMy40LTUxLTM4LjQgNDAuOC05MyA2Ni4yLTE1My40IDY2LjItMTE2IDAtMjEwLTk0LTIxMC0yMTAgMC0xNi40IDEuOC0zMi40IDUuNC00Ny44LTE3NC42IDguOC0zMjkuNCA5Mi40LTQzMyAyMTkuNi0xOC0zMS0yOC40LTY3LjItMjguNC0xMDUuNiAwLTcyLjggMzctMTM3LjIgOTMuNC0xNzQuOC0zNC40IDEtNjYuOCAxMC42LTk1LjIgMjYuMiAwLTAuOCAwLTEuOCAwLTIuNiAwLTEwMS44IDcyLjQtMTg2LjggMTY4LjYtMjA2LTE3LjYtNC44LTM2LjItNy40LTU1LjQtNy40LTEzLjYgMC0yNi42IDEuNC0zOS42IDMuOCAyNi44LTgzLjQgMTA0LjQtMTQ0LjIgMTk2LjItMTQ2LTcyLTU2LjQtMTYyLjQtOTAtMjYxLTkwLTE3IDAtMzMuNiAxLTUwLjIgMyA5My4yLTU5LjggMjAzLjYtOTQuNCAzMjIuMi05NC40IDM4Ni40IDAgNTk3LjggMzIwLjIgNTk3LjggNTk3LjggMCA5LjItMC4yIDE4LjItMC42IDI3LjIgNDEgMjkuNCA3Ni42IDY2LjQgMTA0LjggMTA4LjZ6IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZWFjYTsiIGdseXBoLW5hbWU9ImxpbmtlZGluMiIgZD0iTTM4NCA1NzZoMTc3LjEwNnYtOTAuNzgyaDIuNTMyYzI0LjY0IDQ0LjE5NCA4NC45NTggOTAuNzgyIDE3NC44NDIgOTAuNzgyIDE4Ni45NDYgMCAyMjEuNTItMTE2LjM3NiAyMjEuNTItMjY3LjczNHYtMzA4LjI2NmgtMTg0LjYxdjI3My4yNzhjMCA2NS4xODQtMS4zMzQgMTQ5LjAyNi05Ni4wMjggMTQ5LjAyNi05Ni4xNDggMC0xMTAuODItNzAuOTg2LTExMC44Mi0xNDQuMjkydi0yNzguMDEyaC0xODQuNTQydjU3NnpNNjQgNTc2aDE5MnYtNTc2aC0xOTJ2NTc2ek0yNTYgNzM2YzAtNTMuMDE5LTQyLjk4MS05Ni05Ni05NnMtOTYgNDIuOTgxLTk2IDk2YzAgNTMuMDE5IDQyLjk4MSA5NiA5NiA5NnM5Ni00Mi45ODEgOTYtOTZ6IiAvPgo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg==#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail1:before {
  content: "\E900";
  color: #fff;
}
.icon-x:before {
  content: "\E901";
  color: #fff;
}
.icon-facebook:before {
  content: "\EA90";
  color: #fff;
}
.icon-twitter:before {
  content: "\EA96";
  color: #fff;
}
.icon-linkedin2:before {
  content: "\EACA";
  color: #fff;
}
