@charset "UTF-8";
a.outline-button,
input[type=submit].outline-button,
.outline-button {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 25px/2;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
a.outline-button.transparent,
input[type=submit].outline-button.transparent,
.outline-button.transparent {
  background: transparent;
}
a.outline-button:hover, a.outline-button.transparent:hover,
input[type=submit].outline-button:hover,
input[type=submit].outline-button.transparent:hover,
.outline-button:hover,
.outline-button.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
@media (max-width: 640px) {
  a.outline-button,
  input[type=submit].outline-button,
  .outline-button {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  a.outline-button,
  input[type=submit].outline-button,
  .outline-button {
    font-size: 21px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
a.outline-button.reversed,
input[type=submit].outline-button.reversed,
.outline-button.reversed {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
a.outline-button.reversed:hover, a.outline-button.reversed.transparent:hover,
input[type=submit].outline-button.reversed:hover,
input[type=submit].outline-button.reversed.transparent:hover,
.outline-button.reversed:hover,
.outline-button.reversed.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #000;
  text-decoration: none;
  border-color: #fff;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  line-height: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}

.hamburger-box {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 1px;
  background-color: #FFFFFF;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  bottom: -11px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Variables
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 930px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
}

a:hover {
  color: #0FA0CE;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {
  .container {
    width: 400px;
  }
}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .container {
    width: 550px;
  }
}
/* Larger than tablet */
@media (min-width: 750px) {
  .container {
    width: 670px;
  }
}
/* Larger than desktop */
@media (min-width: 1000px) {
  .container {
    width: 920px;
  }
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {
  .container {
    width: 1120px;
  }
}
/* Larger than Desktop HD */
@media (min-width: 1600px) {
  .container {
    width: 1520px;
  }
}
/* Lima Charlie addons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container.full-width {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.container.full-width-limit {
  width: 100%;
  box-sizing: border-box;
  max-width: 930px;
  padding: 0px;
  margin: 0px auto;
}

.vertical-middle {
  vertical-align: middle;
}

@media (min-width: 550px) {
  .container.no-margin .column,
  .container.no-margin .columns {
    margin-left: 0%;
  }
  .container.no-margin .column:first-child,
  .container.no-margin .columns:first-child {
    margin-left: 0;
  }
  .container.no-margin .one.column,
  .container.no-margin .one.columns {
    width: 8.3333333333%;
  }
  .container.no-margin .two.columns {
    width: 16.6666666667%;
  }
  .container.no-margin .three.columns {
    width: 25%;
  }
  .container.no-margin .four.columns {
    width: 33.3333333333%;
  }
  .container.no-margin .five.columns {
    width: 41.6666666667%;
  }
  .container.no-margin .six.columns {
    width: 50%;
  }
  .container.no-margin .seven.columns {
    width: 58.3333333333%;
  }
  .container.no-margin .eight.columns {
    width: 66.6666666667%;
  }
  .container.no-margin .nine.columns {
    width: 75%;
  }
  .container.no-margin .ten.columns {
    width: 83.3333333333%;
  }
  .container.no-margin .eleven.columns {
    width: 91.6666666667%;
  }
  .container.no-margin .twelve.columns {
    width: 100%;
  }
  .container.no-margin .one-third.column {
    width: 33.3333333333%;
  }
  .container.no-margin .two-thirds.column {
    width: 66.6666666667%;
  }
  .container.no-margin .one-half.column {
    width: 50%;
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Italic.woff2") format("woff2"), url("../fonts/Rubik-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-BoldItalic.woff2") format("woff2"), url("../fonts/Rubik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-LightItalic.woff2") format("woff2"), url("../fonts/Rubik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-MediumItalic.woff2") format("woff2"), url("../fonts/Rubik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-BlackItalic.woff2") format("woff2"), url("../fonts/Rubik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.load-more {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  cursor: pointer;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.load-more a {
  font-size: 14px;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  color: #FFFFFF !important;
  background-color: #000000 !important;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.load-more .loader {
  position: absolute;
  z-index: 1;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 10%, rgba(255, 80, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000000 10%, rgba(255, 80, 0, 0) 42%);
  background: -o-linear-gradient(left, #000000 10%, rgba(255, 80, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000000 10%, rgba(255, 80, 0, 0) 42%);
  background: linear-gradient(to right, #000000 10%, rgba(255, 80, 0, 0) 42%);
  -webkit-animation: spinning 1.4s infinite linear;
  animation: spinning 1.4s infinite linear;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.load-more .loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background-color: #000000;
  border-radius: 100% 0 0 0;
}
.load-more .loader:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  margin: auto;
}
@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.load-more span {
  width: 100%;
  height: 100%;
}
.load-more:hover a {
  color: #000000 !important;
  background: #FFFFFF !important;
}
.load-more.loading {
  pointer-events: none;
}
.load-more.loading .loader {
  opacity: 1;
}
.load-more.loading a {
  background-color: #FFFFFF !important;
}
.load-more.loading span {
  opacity: 0;
}
.load-more.disabled {
  display: none !important;
  pointer-events: none;
}

a.button,
a.button.filled,
span.button {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 25px/2;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  margin: 0;
  background-color: #71DBD5;
  color: #000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.button.transparent,
a.button.filled.transparent,
span.button.transparent {
  background: transparent;
}
a.button:hover, a.button.transparent:hover,
a.button.filled:hover,
a.button.filled.transparent:hover,
span.button:hover,
span.button.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
@media (max-width: 640px) {
  a.button,
  a.button.filled,
  span.button {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  a.button,
  a.button.filled,
  span.button {
    font-size: 21px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
a.button.reversed,
a.button.filled.reversed,
span.button.reversed {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
a.button.reversed:hover, a.button.reversed.transparent:hover,
a.button.filled.reversed:hover,
a.button.filled.reversed.transparent:hover,
span.button.reversed:hover,
span.button.reversed.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #000;
  text-decoration: none;
  border-color: #fff;
}
a.button.reversed,
a.button.filled.reversed,
span.button.reversed {
  background-color: #FFFFFF;
  color: #000;
  text-transform: none;
}
a.button, a.button:hover,
a.button.filled,
a.button.filled:hover,
span.button,
span.button:hover {
  border: none;
  height: auto;
  text-transform: none;
  font-weight: 500;
}
a.button:hover,
a.button.filled:hover,
span.button:hover {
  background-color: #FFFFFF;
  color: #000;
}
a.button:hover.reversed,
a.button.filled:hover.reversed,
span.button:hover.reversed {
  background-color: #71DBD5;
  color: #FFF;
  text-transform: none;
}
@media (max-width: 768px) {
  a.button, a.button:hover,
  a.button.filled,
  a.button.filled:hover,
  span.button,
  span.button:hover {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (max-width: 550px) {
  a.button, a.button:hover,
  a.button.filled,
  a.button.filled:hover,
  span.button,
  span.button:hover {
    font-size: 12px;
    padding: 6px 18px;
  }
}
a.button.button-with-price,
a.button.filled.button-with-price,
span.button.button-with-price {
  width: 200px;
  margin-right: 110px;
  position: relative;
}
@media (max-width: 550px) {
  a.button.button-with-price,
  a.button.filled.button-with-price,
  span.button.button-with-price {
    font-size: 14px;
    padding: 8px 20px;
  }
}
a.button.button-with-price span,
a.button.filled.button-with-price span,
span.button.button-with-price span {
  display: inline-block;
  background: #FFFFFF;
  color: #000000;
  position: absolute;
  left: 100%;
  top: 0;
  width: 120px;
  text-align: center;
  padding: 10px 5px;
}
a.button.button-with-price span.download-icon,
a.button.filled.button-with-price span.download-icon,
span.button.button-with-price span.download-icon {
  background: #FFFFFF url("../images/cloud-storage-download.png") center center no-repeat;
  background-size: 26px;
  padding: 17px 5px 18px;
}
@media (max-width: 768px) {
  a.button.button-with-price span,
  a.button.filled.button-with-price span,
  span.button.button-with-price span {
    padding: 8px 5px;
    font-size: 12px;
  }
  a.button.button-with-price span.download-icon,
  a.button.filled.button-with-price span.download-icon,
  span.button.button-with-price span.download-icon {
    padding: 15px 5px 16px;
  }
}
@media (max-width: 550px) {
  a.button.button-with-price,
  a.button.filled.button-with-price,
  span.button.button-with-price {
    width: 180px;
    margin-right: 80px;
  }
  a.button.button-with-price span,
  a.button.filled.button-with-price span,
  span.button.button-with-price span {
    width: 70px;
  }
}
a.button.disabled,
a.button.filled.disabled,
span.button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.add-to-selection-btn {
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url("../images/add-to-selection-icon.png") center center no-repeat;
  background-size: 30px;
}
.add-to-selection-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.remove-from-selection-btn {
  display: none;
  width: 16px;
  height: 16px;
  background: url("../images/remove-from-selection-icon.png") center center no-repeat;
  background-size: 100%;
}
.remove-from-selection-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.download-pdf-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/file-pdf-o.svg") center center no-repeat;
  background-size: 20px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  --window-inner-height: 100vh;
}

html, body {
  background-color: #FFFFFF;
  letter-spacing: 0.02em;
}

body {
  position: relative;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
body.path-user main {
  padding-top: 0;
}
body:not(.ready), body:not(.ready) * {
  transition: none !important;
}
body.disable-scroll {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

nav {
  outline: none;
}

#header,
#page,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  word-wrap: break-word;
}

*[data-animation] {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.in-view {
  visibility: hidden;
}

.splitting .word {
  opacity: 0;
}

.messages {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}

#drupal-messages {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

#admin-menu {
  height: 20px;
}

#page, #footer {
  width: 100%;
  transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#page.open-menu + footer {
  margin-left: 225px;
  width: calc(100% - 225px);
}
@media (min-width: 768px) {
  #page.open-menu {
    margin-left: 225px;
    width: calc(100% - 225px);
  }
  #page.open-menu #header {
    left: 225px;
    transform: translate(-100%, 0);
  }
  #page.open-menu #header-menu {
    left: 0;
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  #page.open-menu {
    width: 100%;
    margin-left: 0;
  }
  #page.open-menu #header-menu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #page.open-menu #header {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
#page.open-menu .container {
  width: 1025px;
  margin: 0 auto;
}
#page.open-menu .container.full-width {
  width: 100%;
}
@media (max-width: 1400px) {
  #page.open-menu .container {
    width: 895px;
  }
}
@media (max-width: 1200px) {
  #page.open-menu .container {
    width: 755px;
  }
}
@media (max-width: 1000px) {
  #page.open-menu .container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #page.open-menu {
    width: 100%;
    margin-left: 0;
  }
}

#page .layout-content {
  margin-top: 50px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #page .layout-content {
    margin-top: 93px;
  }
}
#page .layout-content div[data-drupal-messages] a {
  color: inherit;
}
#page .layout-content ul li, #page .layout-content ol li {
  padding-left: 10px;
  list-style-position: outside;
  margin-left: 15px;
}
#page .layout-content ul li {
  list-style-type: square;
  margin-left: 20px;
}
#page .layout-content pre, #page .layout-content blockquote, #page .layout-content figure, #page .layout-content table, #page .layout-content ol {
  margin-bottom: 20px;
  margin-top: 0;
}
#page .layout-content blockquote {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  color: #20C3BD;
  font-size: 24px;
  line-height: 33px;
  margin: 25px 0;
}
#page .layout-content blockquote p {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  color: #20C3BD;
  font-size: 24px;
  line-height: 33px;
}
#page .layout-content ul {
  padding: 0;
}
#page .layout-content ul li p {
  margin: 0;
}
#page .layout-content .padding-top {
  padding-top: 42px;
}
#page .layout-content .left {
  text-align: left;
}
#page .layout-content .center {
  text-align: center;
}
#page .layout-content .right {
  text-align: right;
}

.container {
  width: 1250px;
}
@media (max-width: 1400px) {
  .container {
    width: 1120px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 90%;
  }
}

h1 {
  font-size: 30px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.02em;
}

h2 {
  font-size: 26px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}

h3 {
  font-size: 18px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 18px;
  color: #71DBD5;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 0;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #4d4d4d;
  text-decoration: underline;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.field-type-image {
  line-height: 0;
}

.messages * {
  color: #000000;
}

.node-unpublished {
  background-color: rgba(255, 2, 2, 0.2);
}

body {
  --admin-top-margin: 0px;
}

body.has-manager-top-links.has-basic-admin-menu {
  --admin-top-margin: 56px;
}
@media only screen and (max-width: 767px) {
  body.has-manager-top-links.has-basic-admin-menu {
    --admin-top-margin: 27px;
  }
}

body.has-manager-top-links:not(.has-basic-admin-menu) {
  --admin-top-margin: 27px;
}
@media only screen and (max-width: 767px) {
  body.has-manager-top-links:not(.has-basic-admin-menu) {
    --admin-top-margin: 27px;
  }
}

#header-top-bar, #header, #header-menu {
  position: fixed;
  top: var(--admin-top-margin);
}
#header-top-bar ul, #header ul, #header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-top-bar .search, #header-top-bar .help, #header .search, #header .help, #header-menu .search, #header-menu .help {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px transparent;
  transition: background 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), border 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#header-top-bar .search, #header .search, #header-menu .search {
  background: #71dbd5 url("../images/search_white.png") no-repeat center;
  background-size: 24px;
}
#header-top-bar .search:hover, #header .search:hover, #header-menu .search:hover {
  background: #FFFFFF url("../images/search_hover.png") no-repeat center;
  background-size: 24px;
}
#header-top-bar .help, #header .help, #header-menu .help {
  background: #4a494a url("../images/help.png") no-repeat center;
  background-size: 21px;
}
#header-top-bar .help:hover, #header .help:hover, #header-menu .help:hover {
  background: #FFFFFF url("../images/help_hover.png") no-repeat center;
  background-size: 21px;
}
#header-top-bar button, #header button, #header-menu button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  letter-spacing: 0.02em;
}

#header-top-bar {
  right: 0;
  width: 100%;
  height: 50px;
  background: #4a494a;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  z-index: 50;
}

#header {
  display: flex;
  flex-direction: column;
  left: 0;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 51;
}
#header > div, #header a, #header button {
  width: 60px;
  height: 60px;
}

#header-menu {
  display: flex;
  flex-direction: column;
  left: 0;
  width: 225px;
  height: calc(100vh - var(--admin-top-margin));
  background: #FFFFFF;
  z-index: 51;
  padding: 30px 20px;
  transform: translate(-100%, 0);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#header-menu .search, #header-menu .help {
  width: 100%;
  height: 52px;
}
#header-menu .search {
  margin-bottom: 12px;
}
#header-menu .search:hover {
  border: solid 1px #71dbd5;
}
#header-menu .help:hover {
  border: solid 1px #4a494a;
}
#header-menu .menu-bottom {
  margin-top: auto;
  margin-bottom: 10px;
}

#block-vitheque-v2-cookiesui {
  height: 0;
}

#back-to-top-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  z-index: 200;
  border-radius: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#back-to-top-btn.shown {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#back-to-top-btn img {
  width: 100%;
  height: auto;
}

#footer {
  position: relative;
  z-index: 2;
  background: #4a494a;
  padding: 50px 0 55px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  margin: 0;
  line-height: 22px;
}
#footer nav {
  margin-bottom: 50px;
}
#footer .title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.08em;
}
#footer .title, #footer .legal {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}
#footer a {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
}
#footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#footer ul > li > ul, #footer .partners-logos {
  border-top: 1px solid #ffffff;
  padding-top: 10px;
  margin-top: 10px;
}
#footer .partners-logos {
  max-width: calc(75% - 10px);
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #footer .partners-logos {
    max-width: 100%;
  }
}

form {
  max-width: 570px;
}
form .form-item {
  margin: 0;
}
form .form-item .description {
  display: none;
}
form input[type=email],
form input[type=number],
form input[type=search],
form input[type=text],
form input[type=tel],
form input[type=url],
form input[type=password],
form textarea {
  border-radius: 0;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
}
form #edit-field-registration-reason-list--wrapper {
  margin-bottom: 20px;
}
form .button,
form button,
form input[type=submit],
form input[type=reset],
form input[type=button] {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 25px/2;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  width: 48%;
  margin: 0 2% 0 0;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 0;
  border: none;
  text-align: left;
  padding: 0 15px;
}
form .button.transparent,
form button.transparent,
form input[type=submit].transparent,
form input[type=reset].transparent,
form input[type=button].transparent {
  background: transparent;
}
form .button:hover, form .button.transparent:hover,
form button:hover,
form button.transparent:hover,
form input[type=submit]:hover,
form input[type=submit].transparent:hover,
form input[type=reset]:hover,
form input[type=reset].transparent:hover,
form input[type=button]:hover,
form input[type=button].transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
@media (max-width: 640px) {
  form .button,
  form button,
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  form .button,
  form button,
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    font-size: 21px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
form .button.reversed,
form button.reversed,
form input[type=submit].reversed,
form input[type=reset].reversed,
form input[type=button].reversed {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
form .button.reversed:hover, form .button.reversed.transparent:hover,
form button.reversed:hover,
form button.reversed.transparent:hover,
form input[type=submit].reversed:hover,
form input[type=submit].reversed.transparent:hover,
form input[type=reset].reversed:hover,
form input[type=reset].reversed.transparent:hover,
form input[type=button].reversed:hover,
form input[type=button].reversed.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #000;
  text-decoration: none;
  border-color: #fff;
}
form .button:hover,
form button:hover,
form input[type=submit]:hover,
form input[type=reset]:hover,
form input[type=button]:hover {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  border-radius: 0;
  line-height: 50px;
  border: none;
  text-align: left;
}
@media (max-width: 768px) {
  form .button,
  form button,
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  form .button,
  form button,
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    font-size: 12px;
  }
}
form .form-type-checkbox,
form .form-type-radio {
  text-align: left;
}
form .form-type-checkbox input[type=checkbox],
form .form-type-checkbox input[type=radio],
form .form-type-radio input[type=checkbox],
form .form-type-radio input[type=radio] {
  position: absolute;
  left: -99999px;
}
form .form-type-checkbox input[type=checkbox] + label,
form .form-type-checkbox input[type=radio] + label,
form .form-type-radio input[type=checkbox] + label,
form .form-type-radio input[type=radio] + label {
  text-align: left;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
form .form-type-checkbox input[type=checkbox] + label:before,
form .form-type-checkbox input[type=radio] + label:before,
form .form-type-radio input[type=checkbox] + label:before,
form .form-type-radio input[type=radio] + label:before {
  content: "";
  color: #2B2B2B;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px #FFFFFF;
  background: #FFFFFF;
  margin-right: 10px;
}
form .form-type-checkbox input[type=checkbox]:checked + label:before,
form .form-type-checkbox input[type=radio]:checked + label:before,
form .form-type-radio input[type=checkbox]:checked + label:before,
form .form-type-radio input[type=radio]:checked + label:before {
  content: "X";
}

input[type=text],
input[type=email] {
  padding: 12px;
  border-radius: 0;
  border: 1px solid #979797;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.02em;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:active,
input[type=email]:focus {
  border: 1px solid #979797;
}
input[type=text].error,
input[type=email].error {
  border: 1px solid #ff7171;
}

.lc-video-player-container {
  position: relative;
  height: 100%;
}
.lc-video-player-container.is-inline.video-active .lc-video-player-thumbnail, .lc-video-player-container.is-background.video-active .lc-video-player-thumbnail {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.lc-video-player-container.is-inline.video-active .lc-video-player-play-btn, .lc-video-player-container.is-background.video-active .lc-video-player-play-btn {
  display: none;
}
.lc-video-player-container .lc-video-player-thumbnail {
  cursor: pointer;
  line-height: 0;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 40;
}
.lc-video-player-container .lc-video-player-thumbnail img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.lc-video-player-container .lc-video-player-play-btn {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none;
}
@media (max-width: 549px) {
  .lc-video-player-container .lc-video-player-play-btn {
    width: 50px;
  }
}
.lc-video-player-container .lc-video-player-play-btn svg {
  width: 110px;
  height: 110px;
  padding: 20px;
  clip-path: circle(50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 549px) {
  .lc-video-player-container .lc-video-player-play-btn svg {
    width: 60px;
    height: 60px;
    padding: 24px;
  }
}
.lc-video-player-container.no-thumbnail {
  width: 88px;
  height: 88px;
}
.lc-video-player-container.no-thumbnail .lc-video-player-play-btn {
  pointer-events: all;
}
.lc-video-player-container.is-background .lc-video-player-video-wrapper {
  position: absolute;
  top: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.lc-video-player-container.is-background .lc-video-player-video-wrapper video, .lc-video-player-container.is-background .lc-video-player-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.lc-video-player-container.is-fullscreen .lc-video-player-video-wrapper {
  position: fixed;
  width: 100vw;
  height: 0px;
}
.lc-video-player-container.is-fullscreen .lc-video-player-video-wrapper video, .lc-video-player-container.is-fullscreen .lc-video-player-video-wrapper iframe {
  height: 56.25vw; /* 100/56.25 = 560/315 = 1.778 */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lc-video-player-container.is-inline .lc-video-player-video-wrapper {
  position: absolute;
  top: 0;
  left: 0%;
  visibility: hidden;
  pointer-events: none;
  height: 100%;
}
.lc-video-player-container.is-inline .lc-video-player-video-wrapper video, .lc-video-player-container.is-inline .lc-video-player-video-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
}
.lc-video-player-container:hover .lc-video-player-play-btn {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

#main-video-player-container {
  pointer-events: none;
}
#main-video-player-container .lc-video-player-video-wrapper {
  position: fixed;
  width: 100vw;
  height: 0px;
}
#main-video-player-container .lc-video-player-video-wrapper video, #main-video-player-container .lc-video-player-video-wrapper iframe {
  height: 56.25vw; /* 100/56.25 = 560/315 = 1.778 */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main-video-player-container.active {
  pointer-events: auto;
}

.lc-video-player-video-wrapper {
  z-index: 20;
  background: #000;
  overflow: hidden;
  width: 100%;
}
.lc-video-player-video-wrapper.active {
  visibility: visible !important;
  pointer-events: auto !important;
}
.lc-video-player-video-wrapper video, .lc-video-player-video-wrapper iframe {
  position: absolute;
  width: 100%;
}
.lc-video-player-video-wrapper .btn-close {
  background: url(../images/icons/btn-close.svg) no-repeat;
  text-decoration: none;
  display: block;
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
  margin: 15px auto 0;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lc-video-player-video-wrapper .btn-close.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.lc-video-player-video-wrapper .btn-close.active:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slider-container {
  position: relative;
  margin: 0 auto;
  max-width: 930px;
}
@media (max-width: 1300px) {
  .slider-container {
    max-width: 80%;
  }
}
.slider-container .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide,
.slider-container .swiper:not(.swiper-initialized) > .field-items > .field-item {
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider-container .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper-slide:not(:first-child),
.slider-container .swiper:not(.swiper-initialized) > .field-items > .field-item:not(:first-child) {
  height: 0;
  overflow: hidden;
}
.slider-container .swiper-slide {
  height: auto;
}
.slider-container .swiper-button-prev,
.slider-container .swiper-button-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 13px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
  margin-top: 0;
  z-index: 10;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 13px 23px;
  background-position: center center;
  opacity: 0.75;
  border: none;
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider-container .swiper-button-prev:hover,
.slider-container .swiper-button-next:hover {
  opacity: 1;
}
.slider-container .swiper-button-prev.swiper-button-disabled,
.slider-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.slider-container .swiper-button-prev {
  left: -45px;
  background-image: url("../images/icons/slider-left.png");
}
@media (max-width: 1000px) {
  .slider-container .swiper-button-prev {
    left: -50px;
  }
}
@media (max-width: 768px) {
  .slider-container .swiper-button-prev {
    left: -35px;
  }
}
@media (max-width: 479px) {
  .slider-container .swiper-button-prev {
    left: -25px;
  }
}
.slider-container .swiper-button-next {
  right: -45px;
  background-image: url("../images/icons/slider-right.png");
}
@media (max-width: 1000px) {
  .slider-container .swiper-button-next {
    right: -50px;
  }
}
@media (max-width: 768px) {
  .slider-container .swiper-button-next {
    right: -35px;
  }
}
@media (max-width: 479px) {
  .slider-container .swiper-button-next {
    right: -25px;
  }
}

#header-top-bar ul {
  display: flex;
}
#header-top-bar ul li, #header-top-bar ul a {
  display: inline-block;
  min-height: 50px;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  #header-top-bar ul li, #header-top-bar ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #header-top-bar ul li, #header-top-bar ul a {
    font-size: 14px;
  }
}
#header-top-bar ul li {
  margin: 0 15px;
}
#header-top-bar ul a {
  margin: 0;
}
#header-top-bar ul a:hover {
  text-decoration: underline;
}
#header-top-bar .language-switcher-language-url li {
  margin: 0;
}
#header-top-bar .language-switcher-language-url a {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  min-width: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  #header-top-bar {
    height: 33.3333333333px;
  }
  #header-top-bar .top-links {
    width: 100%;
  }
  #header-top-bar ul {
    margin-left: 2%;
  }
  #header-top-bar ul li, #header-top-bar ul a {
    font-size: 12px;
    height: auto;
    min-height: auto;
    line-height: 33.3333333333px;
  }
  #header-top-bar ul li {
    margin: 0 8px;
  }
  #header-top-bar .language-switcher-language-url a {
    width: 60px;
    font-size: 12px;
    line-height: 33.3333333333px;
  }
}
@media (max-width: 549px) {
  #header-top-bar ul li, #header-top-bar ul a {
    font-size: 10px;
  }
  #header-top-bar ul li {
    margin: 0 4px;
  }
  #header-top-bar .language-switcher-language-url a {
    width: 30px;
    min-width: 0;
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  #header-top-bar ul li, #header-top-bar ul a {
    font-size: 9px;
  }
  #header-top-bar ul li {
    margin: 0 1px;
  }
}

#header #logo {
  background: #FFFFFF;
}
#header #logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #logo img {
  width: 25px;
}
#header .toggle {
  background: #000000 url("../images/hamburger.png") no-repeat center;
  background-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  border-radius: 0;
  margin-bottom: 0;
}
#header .toggle:hover {
  background: #FFFFFF url("../images/hamburger_hover.png") no-repeat center;
  background-size: 24px;
}
@media (max-width: 767px) {
  #header {
    width: 100%;
    top: 33.3333333333px;
  }
  #header #menu-triggers {
    display: flex;
    height: 60px;
    width: 100%;
  }
  #header #menu-triggers #logo {
    flex: 1;
  }
  #header #menu-triggers #logo a {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 25px;
  }
  #header #menu-triggers #logo a img {
    align-self: center;
  }
  #header #menu-triggers #menu-triggers-handle {
    background-size: 27px;
  }
  #header #menu-triggers #menu-triggers-handle:hover {
    background-size: 27px;
  }
  #header #menu-triggers a {
    float: left;
    width: 60px;
    height: 60px;
  }
  #header #menu-triggers a#menu-triggers-search {
    background-size: 24px;
  }
  #header #menu-triggers a#menu-triggers-search:hover {
    background-size: 24px;
  }
  #header #menu-triggers a#menu-triggers-help {
    background-size: 21px;
  }
  #header #menu-triggers a#menu-triggers-help:hover {
    background-size: 21px;
  }
}

#header-menu {
  z-index: 201;
}
#header-menu #logo {
  margin-bottom: 10px;
  position: relative;
}
#header-menu #logo .header__logo, #header-menu #logo .header__logo img {
  display: inline-block;
  width: 100%;
}
#header-menu #logo .header__logo__videographe {
  height: fit-content;
  width: 105px;
  display: block;
  position: absolute;
  bottom: 8px;
  left: 29px;
  border-bottom: solid 1px #000000;
}
#header-menu #logo .header__logo__videographe img {
  display: block;
  opacity: 0;
}
#header-menu nav {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
  padding: 0 20px;
  width: 100%;
  margin-top: 5px;
}
#header-menu nav ul:has(> li.active) > li:not(.active) > a {
  opacity: 0;
  left: -100%;
  pointer-events: none;
}
#header-menu nav ul > li {
  margin-bottom: 12px;
}
#header-menu nav ul > li > a, #header-menu nav ul > li li.first-element {
  display: block;
  font-size: 20px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 38px;
  line-height: 25px;
  text-decoration: none;
}
#header-menu nav ul > li > a:hover, #header-menu nav ul > li li.first-element:hover {
  text-decoration: underline;
}
#header-menu nav ul > li > a {
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header-menu nav ul > li.active > a {
  left: -100%;
  opacity: 0;
  pointer-events: none;
}
#header-menu nav ul > li.active > ul {
  opacity: 1;
  left: 0;
  pointer-events: auto;
}
#header-menu nav ul > li > ul {
  position: absolute;
  left: -75px;
  top: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  padding: 0 20px;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#header-menu nav ul > li > ul > li {
  margin-bottom: 0;
  cursor: pointer;
}
#header-menu nav ul > li > ul > li.first-element {
  margin-bottom: 5px;
  color: #71dbd5;
  position: relative;
}
#header-menu nav ul > li > ul > li.first-element:hover::after {
  background: url("../images/close_menu_hover.png") no-repeat;
}
#header-menu nav ul > li > ul > li.first-element::after {
  content: "";
  background: url("../images/close_menu.png") no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  transition: background 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#header-menu nav ul > li > ul > li a {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 38px;
  line-height: 28px;
}
#header-menu nav ul > li > ul > li a.is-active {
  text-decoration: underline;
}
#header-menu nav ul.no-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
#header-menu .close-menu {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  margin-bottom: 12px;
}
#header-menu .close-menu:hover {
  text-decoration: underline;
}
#header-menu .site-settings-socials {
  display: flex;
  margin-bottom: 18px;
}
#header-menu .site-settings-socials a {
  margin-right: 12px;
  transition: opacity 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#header-menu .site-settings-socials a:hover {
  opacity: 0.7;
}
#header-menu .site-settings-socials a, #header-menu .site-settings-socials img {
  display: block;
  width: 31px;
}
@media (max-width: 767px) {
  #header-menu {
    width: 100%;
  }
  #header-menu #logo {
    text-align: center;
  }
  #header-menu #logo img {
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  #header-menu nav {
    position: relative;
    top: 0;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #header-menu nav ul > li a {
    font-size: 16px;
  }
  #header-menu .menu-bottom {
    margin-bottom: 0;
  }
  #header-menu .menu-bottom a.search, #header-menu .menu-bottom a.help {
    display: inline-block;
    float: left;
    width: calc(50% - 5px);
    margin: 0;
  }
  #header-menu .menu-bottom a.help {
    margin-left: 10px;
  }
}

#footer .footer__logo {
  margin-bottom: 20px;
  display: block;
  width: 90px;
}
#footer .footer__logo img {
  width: 100%;
}
#footer nav > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
}
@media (max-width: 767px) {
  #footer nav > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.field-name-dynamic-twig-fieldnode-share-title .title {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  padding: 12px 0;
  margin: 0;
  border-top: 1px solid #979797;
}

.a2a-wrapper .a2a_kit {
  display: block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.a2a-wrapper .a2a_kit a {
  display: block;
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
  letter-spacing: 0;
  float: left;
  margin-right: 6px;
}
.a2a-wrapper .a2a_kit a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body.node-type-director .field-name-share-this-product-title {
  padding-top: 0;
}

.vitheque-page-loading-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 202;
}
.vitheque-page-loading-overlay .spinner {
  margin: 0;
  width: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vitheque-page-loading-overlay .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #71DBD5;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -moz-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -ms-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.vitheque-page-loading-overlay .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.vitheque-page-loading-overlay .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.vitheque-vimeo-video-player {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100vw;
  height: 100vh;
  z-index: 20000;
  background: #000;
  overflow: hidden;
}
.vitheque-vimeo-video-player .vimeo-iframe {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vitheque-vimeo-video-player.transitioning .vimeo-iframe {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
}
.vitheque-vimeo-video-player.active {
  height: 100vh;
}
.vitheque-vimeo-video-player .btn-close {
  background: url(../images/btn-close.png);
  display: block;
  height: 40px;
  width: 40px;
  background-size: 40px 40px;
  margin: 15px auto 0;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vitheque-vimeo-video-player .btn-close.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vitheque-vimeo-video-player .btn-close.active:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: none;
  height: 15vh;
  line-height: 0;
  font-size: 0;
  background: #000;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .swiper-button-prev,
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .swiper-button-next {
  width: 33.66666667px;
  background-image: url(../images/slider-arrows-white.png);
  background-size: 33.33333334px 30.66666666px;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .swiper-button-prev:after,
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .swiper-button-next:after {
  display: none;
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .swiper-button-prev {
  left: 0;
  right: auto;
  background-position: 16px center;
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .swiper-button-next {
  left: auto;
  right: 0;
  background-position: -16px center;
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .vitheque-vimeo-video-player-thumbnail {
  display: inline-block;
  height: 100%;
  cursor: pointer;
  padding: 0;
  position: relative;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  display: block;
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .vitheque-vimeo-video-player-thumbnail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .vitheque-vimeo-video-player-thumbnail img {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .vitheque-vimeo-video-player-thumbnail h3 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0px 10%;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-color: hsla(0, 0%, 0%, 0.5);
  opacity: 0;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  transform: translate(0, 25%);
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .vitheque-vimeo-video-player-thumbnail:hover h3, .vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .vitheque-vimeo-video-player-thumbnail.currently-playing h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.vitheque-vimeo-video-player .vitheque-vimeo-video-player-thumbnails .vitheque-vimeo-video-player-thumbnail.played {
  opacity: 0.33;
}
.vitheque-vimeo-video-player.mouse-is-over .vimeo-iframe {
  height: 85vh;
  margin-top: -7.5vh;
}
.vitheque-vimeo-video-player.mouse-is-over .vitheque-vimeo-video-player-thumbnails {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (max-width: 768px) {
  .vitheque-vimeo-video-player .vimeo-iframe {
    width: 100%;
    height: 56.25vw;
  }
}

#toastr-container-top {
  z-index: 999999998;
  top: 20px;
}
#toastr-container-top .toast {
  max-width: 930px;
}

#toastr-container-overlay {
  z-index: 999999999;
  pointer-events: auto !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#toastr-container-overlay > div {
  max-width: 600px;
}
#toastr-container-overlay .toast-message {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  padding: 50px 50px;
}
@media (max-width: 1000px) {
  #toastr-container-overlay .toast-message {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #toastr-container-overlay .toast-message {
    font-size: 22px;
    padding: 20px 20px;
  }
}
@media (max-width: 550px) {
  #toastr-container-overlay .toast-message {
    font-size: 20px;
  }
}

#toastr-container-top,
#toastr-container-overlay {
  width: 100%;
  height: 100%;
}
#toastr-container-top:empty,
#toastr-container-overlay:empty {
  display: none;
}
#toastr-container-top *,
#toastr-container-overlay * {
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  cursor: inherit !important;
}
#toastr-container-top > .toast-success,
#toastr-container-top > .toast-warning,
#toastr-container-top > .toast-error,
#toastr-container-top > .toast-info,
#toastr-container-overlay > .toast-success,
#toastr-container-overlay > .toast-warning,
#toastr-container-overlay > .toast-error,
#toastr-container-overlay > .toast-info {
  background-image: none !important;
}
#toastr-container-top > .toast-info,
#toastr-container-top > .toast-success,
#toastr-container-overlay > .toast-info,
#toastr-container-overlay > .toast-success {
  background-color: #D0F0EE;
}
#toastr-container-top .toast-close-button,
#toastr-container-overlay .toast-close-button {
  font-size: 20px;
  color: #000000;
  text-shadow: none !important;
  cursor: pointer !important;
  height: auto;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#toastr-container-top > div,
#toastr-container-overlay > div {
  color: #000000;
  padding: 20px;
  box-shadow: 2px 2px 15px #000000 !important;
  width: calc(100% - 40px);
  height: auto;
  max-height: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  border-radius: 0;
  overflow: auto;
}
#toastr-container-top > div a,
#toastr-container-overlay > div a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer !important;
}
#toastr-container-top > div a:focus, #toastr-container-top > div a:hover,
#toastr-container-overlay > div a:focus,
#toastr-container-overlay > div a:hover {
  text-decoration: none;
}
#toastr-container-top > div .toastr-buttons,
#toastr-container-overlay > div .toastr-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 0 10px;
}
#toastr-container-top > div .toastr-buttons .toastr-button,
#toastr-container-overlay > div .toastr-buttons .toastr-button {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 25px/2;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  border-color: #000000;
  font-size: 20px !important;
  font-weight: bold;
  border-radius: 0;
  background: transparent;
  margin: 0 !important;
  cursor: pointer !important;
}
#toastr-container-top > div .toastr-buttons .toastr-button.transparent,
#toastr-container-overlay > div .toastr-buttons .toastr-button.transparent {
  background: transparent;
}
#toastr-container-top > div .toastr-buttons .toastr-button:hover, #toastr-container-top > div .toastr-buttons .toastr-button.transparent:hover,
#toastr-container-overlay > div .toastr-buttons .toastr-button:hover,
#toastr-container-overlay > div .toastr-buttons .toastr-button.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
@media (max-width: 640px) {
  #toastr-container-top > div .toastr-buttons .toastr-button,
  #toastr-container-overlay > div .toastr-buttons .toastr-button {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  #toastr-container-top > div .toastr-buttons .toastr-button,
  #toastr-container-overlay > div .toastr-buttons .toastr-button {
    font-size: 21px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#toastr-container-top > div .toastr-buttons .toastr-button.reversed,
#toastr-container-overlay > div .toastr-buttons .toastr-button.reversed {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
#toastr-container-top > div .toastr-buttons .toastr-button.reversed:hover, #toastr-container-top > div .toastr-buttons .toastr-button.reversed.transparent:hover,
#toastr-container-overlay > div .toastr-buttons .toastr-button.reversed:hover,
#toastr-container-overlay > div .toastr-buttons .toastr-button.reversed.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #000;
  text-decoration: none;
  border-color: #fff;
}
#toastr-container-top > div .toastr-buttons .toastr-button:hover, #toastr-container-top > div .toastr-buttons .toastr-button.transparent:hover,
#toastr-container-overlay > div .toastr-buttons .toastr-button:hover,
#toastr-container-overlay > div .toastr-buttons .toastr-button.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #000000 !important;
  text-decoration: none !important;
  border-color: #000000 !important;
}

.pager {
  display: flex;
  justify-content: center;
  line-height: 20px;
  margin: 80px 0 0;
}
.pager, .pager li, .pager a {
  font-size: 16px;
}
.pager a {
  display: inline-block;
  background-color: #eeeeee;
  padding: 5px 10px;
}
.pager ul {
  margin: 0 !important;
}
.pager li {
  display: inline-block;
  margin: 0 8px 8px 0 !important;
  padding: 0 !important;
}
.pager li:last-child {
  margin-right: 0 !important;
}
.pager li.is-active a {
  font-weight: bold;
  background-color: #71DBD5;
  padding: 5px 10px;
}

.collapsing-element .collapsing-header {
  cursor: pointer;
  background: transparent url("../images/collapseClose.png") no-repeat center right;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
@media (max-width: 550px) {
  .collapsing-element .collapsing-header {
    background-size: 30px;
    padding-right: 30px;
  }
}
.collapsing-element .collapsing-header + .row {
  display: none;
  margin-bottom: 20px;
}
.collapsing-element .collapsing-header.closed {
  background: transparent url("../images/collapseOpen.png") no-repeat center right;
}
@media (max-width: 550px) {
  .collapsing-element .collapsing-header.closed {
    background-size: 30px;
  }
}

#cookies {
  color: #000000;
}
#cookies label {
  background: #FFFFFF;
  border-color: transparent;
}
#cookies label:after {
  background: #D0F0EE;
}
#cookies input:checked + label {
  background: #71DBD5;
  border-color: #71DBD5;
}
#cookies input:focus + label {
  border-color: #000000;
}
#cookies input:checked:focus + label {
  border-color: #000000;
}
#cookies .cookies-banner,
#cookies .cookies-preferences {
  background: #D0F0EE;
  max-width: 760px;
}
#cookies .cookies-banner .cookies-title,
#cookies .cookies-preferences .cookies-title {
  margin-bottom: 30px;
}
#cookies .cookies-banner .cookies-title {
  font-size: 20px;
}
@media (min-width: 1000px) {
  #cookies .cookies-preferences .cookies-back-trigger {
    top: 23px;
  }
}
#cookies .cookies-preferences .cookies-back-trigger path {
  fill: #000000;
  top: 20px;
}
#cookies .cookies-preferences .cookies-title {
  text-align: center;
}
@media screen and (max-width: 999px) {
  #cookies .cookies-preferences .cookies-title {
    text-align: left;
  }
}
#cookies .cookies-btn {
  color: #000000 !important;
  font-weight: 500;
  background-color: #FFFFFF;
  opacity: 1 !important;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s linear;
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s linear;
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s linear;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s linear;
}
#cookies .cookies-btn.important, #cookies .cookies-btn.grant-all, #cookies .cookies-btn.deny-all {
  background-color: #FFFFFF;
}
#cookies .cookies-btn.grant-all {
  border-color: #71DBD5 !important;
}
#cookies .cookies-btn:focus, #cookies .cookies-btn:hover {
  background-color: #71DBD5;
  border-color: #71DBD5 !important;
  border-width: 1px;
}

.cookies-consent-frame .cookies-consent-frame-wrapper .cookies-consent-frame-btn {
  font-size: 14px;
  line-height: normal;
  color: #000000;
  background: #FFFFFF;
  border-width: 1px;
  border-radius: 18px;
  padding: 10px 20px 7px;
  margin-right: 10px;
  opacity: 1 !important;
  -webkit-transition: background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cookies-consent-frame .cookies-consent-frame-wrapper .cookies-consent-frame-btn:hover {
  border-color: #000000;
}
.cookies-consent-frame .cookies-consent-frame-wrapper .cookies-consent-frame-btn.important {
  background: #000000;
  border-color: #000000;
}
.cookies-consent-frame .cookies-consent-frame-wrapper .cookies-consent-frame-btn.important:hover {
  background: #141414;
}

body.maintenance-page #page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  background-color: #D0F0EE;
  padding: 40px;
  box-sizing: border-box;
}
body.maintenance-page #page img {
  margin-bottom: 40px;
}

body.template-vitheque_subscription a.button {
  border: 1px solid transparent;
}
body.template-vitheque_subscription a.button:hover {
  border: 1px solid #71DBD5;
}
body.template-vitheque_subscription #promotion-code-label {
  font-weight: normal;
  max-width: 400px;
  text-transform: none;
  font-size: 12px;
  margin-bottom: 15px;
}

.node--type-basic-page.node--view-mode-full > .title-group {
  background: #D0F0EE;
  padding: 100px 0;
  margin: 0 0 35px;
}
.node--type-basic-page.node--view-mode-full > .title-group .field-name-node-title h1 {
  font-size: 48px;
  line-height: 57px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .node--type-basic-page.node--view-mode-full > .title-group {
    padding: 70px 0;
  }
  .node--type-basic-page.node--view-mode-full > .title-group .field-name-node-title h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 550px) {
  .node--type-basic-page.node--view-mode-full > .title-group {
    padding: 50px 0;
  }
  .node--type-basic-page.node--view-mode-full > .title-group .field-name-node-title h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.node--type-basic-page.node--view-mode-full .titles-listing > p {
  font-size: 16px;
}
.node--type-basic-page.node--view-mode-full .view-mode-heading.container {
  text-align: right;
  margin-bottom: 25px !important;
}
.node--type-basic-page.node--view-mode-full .group-content {
  padding-bottom: 60px;
}
.node--type-basic-page.node--view-mode-full .group-content .group-width-limiter {
  max-width: 700px;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body h2 {
  font-size: 26px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 20px;
  line-height: 24px;
  margin: 45px 0 20px;
  padding: 0;
  text-align: left;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body a {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  text-decoration: underline;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body a:hover {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  letter-spacing: -0.02px;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body a:hover strong {
  letter-spacing: 0.02em;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body p {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  margin-bottom: 25px;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body ul {
  margin-left: 20px;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body ul li {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body img {
  width: 100%;
  height: auto;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body figure {
  margin-left: 0;
  margin-right: 0;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body figcaption {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body blockquote {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  color: #20C3BD;
  font-size: 24px;
  line-height: 33px;
  margin: 25px 0;
}
.node--type-basic-page.node--view-mode-full .group-content .field-name-body blockquote p {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  color: #20C3BD;
  font-size: 24px;
  line-height: 33px;
}

body.template-vitheque_front #page .layout-content {
  padding-bottom: 0;
}
body.template-vitheque_front .node--type-basic-page.node--view-mode-full > .title-group {
  display: none;
}

@media (min-width: 768px) {
  #page.open-menu #section-top-banner {
    left: 225px;
    width: calc(100% - 225px);
  }
}

.node--type-basic-page.node--view-mode-full #section-top-banner {
  position: fixed;
  top: calc(var(--admin-top-margin) + 50px);
  left: 0;
  width: 100%;
  -webkit-transition: left 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), width 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: left 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), width 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: left 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), width 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: left 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), width 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.node--type-basic-page.node--view-mode-full #section-top-banner + div.section {
  margin-top: var(--window-inner-height);
}
.node--type-basic-page.node--view-mode-full #section-top-banner .slider-container {
  max-width: none;
  width: 100%;
}
.node--type-basic-page.node--view-mode-full #section-top-banner #go-to-content-btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 2;
  margin-left: -25px;
  line-height: 0;
  animation: pulse 1s infinite;
  animation-direction: alternate;
}
@media (max-width: 767px) {
  .node--type-basic-page.node--view-mode-full #section-top-banner #go-to-content-btn {
    bottom: 20px;
    margin-left: -20px;
  }
  .node--type-basic-page.node--view-mode-full #section-top-banner #go-to-content-btn img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 549px) {
  .node--type-basic-page.node--view-mode-full #section-top-banner #go-to-content-btn {
    display: none;
  }
}
.node--type-basic-page.node--view-mode-full #section-top-banner #go-to-content-btn img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.node--type-basic-page.node--view-mode-full .title-teasers-slider .swiper-container {
  height: 0;
}
.node--type-basic-page.node--view-mode-full .title-teasers-slider .swiper-container.swiper-initialized {
  height: auto;
}
.node--type-basic-page.node--view-mode-full #section-video-of-month {
  padding: 0;
}
.node--type-basic-page.node--view-mode-full #section-recent-titles {
  padding: 10px 0;
  background: #D0F0EE;
}
.node--type-basic-page.node--view-mode-full #section-recent-titles > .container > h2 a {
  color: #000000;
}
.node--type-basic-page.node--view-mode-full #section-recent-titles > .container > h2 a:hover {
  color: #71DBD5;
}
.node--type-basic-page.node--view-mode-full .section {
  position: relative;
  background-color: #FFFFFF;
  padding: 10px 0 40px;
}
.node--type-basic-page.node--view-mode-full .section > .container > h2 {
  padding: 40px 0;
  position: relative;
  max-width: 930px;
  margin: 0 auto;
}
.node--type-basic-page.node--view-mode-full .section > .container > h2 a {
  color: #71DBD5;
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-basic-page.node--view-mode-full .section > .container > h2 a:hover {
  text-decoration: none;
  color: #000000;
}
.node--type-basic-page.node--view-mode-full .section > .container > h2 a.show-more {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  color: #71DBD5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.node--type-basic-page.node--view-mode-full .section > .container > h2 a.show-more:hover {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 768px) {
  .node--type-basic-page.node--view-mode-full .section > .container > h2 a.show-more {
    display: none;
  }
}

.node--type-index-page.node--view-mode-full {
  position: relative;
}
.node--type-index-page.node--view-mode-full .title-group {
  background: #D0F0EE;
  padding: 100px 0;
  margin: 0;
  width: 100%;
}
.node--type-index-page.node--view-mode-full .title-group .field-name-node-title h1 {
  font-size: 48px;
  line-height: 57px;
  margin: 0 0 20px;
  padding: 0;
}
.node--type-index-page.node--view-mode-full .title-group ul.index-letters-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.node--type-index-page.node--view-mode-full .title-group ul.index-letters-list li {
  display: inline-block;
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
}
.node--type-index-page.node--view-mode-full .title-group ul.index-letters-list li a {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
}
.node--type-index-page.node--view-mode-full .title-group ul.index-letters-list li a.current {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .node--type-index-page.node--view-mode-full .title-group {
    padding: 70px 0;
  }
  .node--type-index-page.node--view-mode-full .title-group .field-name-node-title h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 550px) {
  .node--type-index-page.node--view-mode-full .title-group {
    padding: 50px 0;
  }
  .node--type-index-page.node--view-mode-full .title-group .field-name-node-title h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.node--type-index-page.node--view-mode-full .titles-index-listing,
.node--type-index-page.node--view-mode-full .directors-index-listing {
  padding: 60px 0 0;
}
.node--type-index-page.node--view-mode-full .directors-index-listing .index-listing {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
.node--type-index-page.node--view-mode-full .directors-index-listing .index-listing a {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  display: block;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1000px) {
  .node--type-index-page.node--view-mode-full .directors-index-listing .index-listing {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
@media (max-width: 768px) {
  .node--type-index-page.node--view-mode-full .directors-index-listing .index-listing {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
@media (max-width: 550px) {
  .node--type-index-page.node--view-mode-full .directors-index-listing .index-listing {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
.node--type-index-page.node--view-mode-full h2.current-index {
  font-size: 26px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: left;
  margin: 0;
  padding: 0 0 30px;
}

.node--type-director.node--view-mode-full #section-top {
  background: #D0F0EE;
  padding: 100px 0;
}
@media (max-width: 1000px) {
  .node--type-director.node--view-mode-full #section-top {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .node--type-director.node--view-mode-full #section-top {
    padding: 70px 0;
  }
  .node--type-director.node--view-mode-full #section-top .field-name-title h2 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 550px) {
  .node--type-director.node--view-mode-full #section-top {
    padding: 50px 0;
  }
  .node--type-director.node--view-mode-full #section-top .field-name-title h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.node--type-director.node--view-mode-full #section-top .field-name-node-title h2 {
  font-size: 30px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  font-size: 48px !important;
  line-height: 57px;
  padding: 0;
  margin-bottom: 0;
}
.node--type-director.node--view-mode-full #section-top .field-name-field-countries .field-item {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-size: 24px;
  line-height: 28px;
}
.node--type-director.node--view-mode-full #section-infos {
  padding-top: 40px;
  margin-bottom: 40px;
}
.node--type-director.node--view-mode-full #section-infos .field-name-field-description {
  margin-bottom: 30px;
}
.node--type-director.node--view-mode-full #section-awards {
  margin-bottom: 40px;
}
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection {
  margin-bottom: 40px;
}
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards .field-label,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards:before,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards:before {
  display: inline-block;
  content: "▪";
  position: absolute;
  top: 0;
  left: 0;
}
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards .field-type-string, .node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards .field-type-string .field-items, .node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards .field-type-integer, .node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards .field-type-integer .field-items,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards .field-type-string,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards .field-type-string .field-items,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards .field-type-integer,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards .field-type-integer .field-items {
  display: inline-block;
}
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards .field-type-string:after, .node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards .field-type-integer:after,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards .field-type-string:after,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards .field-type-integer:after {
  display: inline-block;
  content: ", ";
}
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards .field-type-string:last-child:after, .node--type-director.node--view-mode-full #section-awards .field-name-field-awards .paragraph--type-awards .field-type-integer:last-child:after,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards .field-type-string:last-child:after,
.node--type-director.node--view-mode-full #section-awards .field-name-field-awards-field-collection .paragraph--type-awards .field-type-integer:last-child:after {
  content: "";
}
.node--type-director.node--view-mode-full #section-videos {
  margin-top: 20px;
  margin-bottom: 50px;
}
.node--type-director.node--view-mode-full #section-videos h2 {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  text-transform: none;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

.node--type-title.node--view-mode-teaser .group-image {
  line-height: 0;
}
.node--type-title.node--view-mode-teaser .group-image .field-name-field-thumbnail,
.node--type-title.node--view-mode-teaser .group-image .field-name-field-images {
  position: relative;
}
.node--type-title.node--view-mode-teaser .group-image .field-name-field-thumbnail:hover::before, .node--type-title.node--view-mode-teaser .group-image .field-name-field-thumbnail:hover::after,
.node--type-title.node--view-mode-teaser .group-image .field-name-field-images:hover::before,
.node--type-title.node--view-mode-teaser .group-image .field-name-field-images:hover::after {
  opacity: 1;
}
.node--type-title.node--view-mode-teaser .group-image .field-name-field-thumbnail:hover img,
.node--type-title.node--view-mode-teaser .group-image .field-name-field-images:hover img {
  filter: grayscale(1) contrast(1);
}
.node--type-title.node--view-mode-teaser .group-image .field-name-field-thumbnail:before,
.node--type-title.node--view-mode-teaser .group-image .field-name-field-images:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #71dbd5;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-title.node--view-mode-teaser .group-image .field-name-field-thumbnail:after,
.node--type-title.node--view-mode-teaser .group-image .field-name-field-images:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 50px;
  height: 58px;
  background: url("../images/play-btn.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-title.node--view-mode-teaser .group-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  transition: filter 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-title.node--view-mode-teaser .group-right {
  text-align: center;
}
.node--type-title.node--view-mode-teaser.title-in-user-selection .add-to-selection-btn {
  display: none;
}
.node--type-title.node--view-mode-teaser.title-in-user-selection .remove-from-selection-btn {
  display: inline-block;
  margin-top: 3px;
}

.node--type-title.node--view-mode-full.title-in-user-selection .section-top .group-right span.add-to-selection-btn-container .add-to-selection-btn {
  display: none;
}
.node--type-title.node--view-mode-full.title-in-user-selection .section-top .group-right span.add-to-selection-btn-container .remove-from-selection-btn {
  display: inline-block;
}
.node--type-title.node--view-mode-full .section-top {
  padding: 110px 0 350px;
  background: #D0F0EE;
}
.node--type-title.node--view-mode-full .section-top .container {
  display: flex;
  justify-content: space-between;
}
.node--type-title.node--view-mode-full .section-top .container::after {
  display: none;
}
.node--type-title.node--view-mode-full .section-top .group-left,
.node--type-title.node--view-mode-full .section-top .group-right {
  display: inline-block;
  vertical-align: top;
}
.node--type-title.node--view-mode-full .section-top .group-left {
  width: calc(100% - 320px);
  box-sizing: border-box;
  padding-right: 40px;
}
.node--type-title.node--view-mode-full .section-top .group-left .field-name-node-title {
  margin-bottom: 20px;
}
.node--type-title.node--view-mode-full .section-top .group-left .field-name-node-title h1 {
  font-size: 30px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  font-size: 48px;
  line-height: 57px;
}
@media (max-width: 1000px) {
  .node--type-title.node--view-mode-full .section-top .group-left .field-name-node-title {
    margin-bottom: 1rem;
  }
  .node--type-title.node--view-mode-full .section-top .group-left .field-name-node-title h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 768px) {
  .node--type-title.node--view-mode-full .section-top .group-left .field-name-node-title {
    margin-bottom: 1rem;
  }
  .node--type-title.node--view-mode-full .section-top .group-left .field-name-node-title h1 {
    font-size: 32px;
    line-height: 41px;
  }
}
.node--type-title.node--view-mode-full .section-top .group-left .field-name-field-director {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .node--type-title.node--view-mode-full .section-top .group-left .field-name-field-director {
    font-size: 18px;
    line-height: 26px;
  }
}
.node--type-title.node--view-mode-full .section-top .group-left .field-name-field-director .field-items .field-item {
  display: inline-block;
}
.node--type-title.node--view-mode-full .section-top .group-left .field-name-field-director .field-items .field-item:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.node--type-title.node--view-mode-full .section-top .group-left .field-name-field-director .field-items .field-item:last-of-type:after {
  content: "";
  display: none;
}
.node--type-title.node--view-mode-full .section-top .group-right {
  width: 320px;
}
.node--type-title.node--view-mode-full .section-top .group-right .field-name-field-streamable,
.node--type-title.node--view-mode-full .section-top .group-right .field-name-field-downloadable,
.node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container {
  margin-bottom: 10px;
}
.node--type-title.node--view-mode-full .section-top .group-right .field-name-field-streamable:last-child,
.node--type-title.node--view-mode-full .section-top .group-right .field-name-field-downloadable:last-child,
.node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container:last-child {
  margin-bottom: 0;
}
.node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container {
  font-size: 12px;
  background: #AFE8E4;
  cursor: default;
  display: block;
}
@media (max-width: 550px) {
  .node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container {
    font-size: 10px;
  }
}
.node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container span.price {
  height: 100%;
  padding: 0 5px;
}
.node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container .add-to-selection-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: 26px;
}
@media (max-width: 768px) {
  .node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container .add-to-selection-btn {
    background-size: 22px;
  }
}
.node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container .add-to-selection-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container .remove-from-selection-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: 16px;
}
.node--type-title.node--view-mode-full .section-top .group-right span.add-to-selection-btn-container .remove-from-selection-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.node--type-title.node--view-mode-full .section-top .group-right span.download-pdf-btn-container {
  font-size: 12px;
  background: #AFE8E4;
  cursor: default;
  display: block;
}
@media (max-width: 550px) {
  .node--type-title.node--view-mode-full .section-top .group-right span.download-pdf-btn-container {
    font-size: 10px;
  }
}
.node--type-title.node--view-mode-full .section-top .group-right span.download-pdf-btn-container span.price {
  height: 100%;
  padding: 0 5px;
}
.node--type-title.node--view-mode-full .section-top .group-right span.download-pdf-btn-container .download-pdf-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: 20px;
}
@media (max-width: 768px) {
  .node--type-title.node--view-mode-full .section-top .group-right span.download-pdf-btn-container .download-pdf-btn {
    background-size: 18px;
  }
}
@media (max-width: 1000px) {
  .node--type-title.node--view-mode-full .section-top {
    padding: 80px 0 25%;
  }
  .node--type-title.node--view-mode-full .section-top .container {
    flex-direction: column;
  }
  .node--type-title.node--view-mode-full .section-top .group-left,
  .node--type-title.node--view-mode-full .section-top .group-right {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .node--type-title.node--view-mode-full .section-top .group-left {
    margin-bottom: 20px;
  }
  .node--type-title.node--view-mode-full .section-top .group-right {
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  .node--type-title.node--view-mode-full .section-top .group-right a.button, .node--type-title.node--view-mode-full .section-top .group-right a.button.filled, .node--type-title.node--view-mode-full .section-top .group-right span.button {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}
.node--type-title.node--view-mode-full .section-video {
  margin-top: -280px;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .node--type-title.node--view-mode-full .section-video {
    margin-top: -25%;
  }
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail iframe.vimeo-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail .video-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail .video-thumbnail.no-video {
  cursor: default;
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail .video-thumbnail .thumbnail-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail .video-thumbnail .play-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
  height: 112px;
  z-index: 2;
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail .video-thumbnail .play-video-button svg circle {
  fill: transparent;
  stroke: #FFFFFF;
  stroke-width: 4;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail .video-thumbnail .play-video-button svg polygon {
  transform-origin: center;
  transform: scale(1.5);
  fill: #FFFFFF;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail .video-thumbnail:hover .play-video-button svg circle {
  fill: transparent;
  stroke: #71DBD5;
  stroke-width: 6;
}
.node--type-title.node--view-mode-full .section-video .field-name-field-thumbnail .video-thumbnail:hover .play-video-button svg polygon {
  transform: scale(1.6);
  fill: #71DBD5;
}
.node--type-title.node--view-mode-full .section-title-infos {
  margin-bottom: 50px;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-warning {
  margin-bottom: 30px;
  font-style: italic;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-warning .field-label {
  font-size: 20px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: bold;
  line-height: 30px;
  text-transform: none;
  text-align: left;
  color: #ff0033;
  font-style: normal;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection {
  margin-bottom: 40px;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection .paragraph--type-awards {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection .paragraph--type-awards:before {
  display: inline-block;
  content: "▪";
  position: absolute;
  top: 0;
  left: 0;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection .paragraph--type-awards > div, .node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection .paragraph--type-awards > div .field-items {
  display: inline-block;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection .paragraph--type-awards > div .field-item:after, .node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection .paragraph--type-awards > div .field-items .field-item:after {
  display: inline-block;
  content: ",";
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-awards-field-collection .paragraph--type-awards > div:last-child .field-item:after {
  display: none;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-availability {
  margin-bottom: 40px;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-availability .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.node--type-title.node--view-mode-full .section-title-infos .group-left .field-name-field-images > .field-items img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .group-quick-infos > div {
  display: inline-block;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .group-quick-infos > div:last-child:after {
  content: "";
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .group-quick-infos > div .field-items {
  display: inline-block;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .group-quick-infos > div:after {
  display: inline-block;
  content: "|";
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .group-quick-infos > div.field-name-field-category > .field-items .field-item {
  display: inline-block;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .group-quick-infos > div.field-name-field-category > .field-items .field-item:after {
  display: inline-block;
  content: ", ";
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .group-quick-infos > div.field-name-field-category > .field-items .field-item:last-child:after {
  content: "";
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .field-name-field-original-language {
  margin-top: 20px;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .field-name-field-original-language .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  text-transform: none;
  font-weight: bold;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .field-name-field-original-language > .field-items .field-item {
  display: inline-block;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .field-name-field-original-language > .field-items .field-item:after {
  display: inline-block;
  content: "|";
  margin-left: 4px;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .field-name-field-original-language > .field-items .field-item:last-child:after {
  content: "";
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .field-name-field-subtitles {
  margin-top: 20px;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .field-name-field-subtitles .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  text-transform: none;
  font-weight: bold;
}
.node--type-title.node--view-mode-full .section-title-infos .group-right .field-name-dynamic-twig-fieldnode-share-title {
  padding-top: 40px;
}
.node--type-title.node--view-mode-full .section-serie {
  background: #eeeeee;
  padding: 60px 0 40px;
  margin-bottom: 20px;
}
.node--type-title.node--view-mode-full .section-serie h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0;
}
.node--type-title.node--view-mode-full .section-serie .field-name-node-title {
  font-size: 18px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}
.node--type-title.node--view-mode-full .section-credits,
.node--type-title.node--view-mode-full .section-documentation,
.node--type-title.node--view-mode-full .section-technical-infos {
  margin: 0;
}
.node--type-title.node--view-mode-full .section-credits .container,
.node--type-title.node--view-mode-full .section-documentation .container,
.node--type-title.node--view-mode-full .section-technical-infos .container {
  border-bottom: 1px solid #979797;
}
.node--type-title.node--view-mode-full .section-credits h3,
.node--type-title.node--view-mode-full .section-documentation h3,
.node--type-title.node--view-mode-full .section-technical-infos h3 {
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.02em;
}
.node--type-title.node--view-mode-full .section-credits .container {
  border-top: 1px solid #979797;
}
.node--type-title.node--view-mode-full .section-credits .row {
  margin-bottom: 32px;
}
.node--type-title.node--view-mode-full .section-credits .field-name-field-credits-field-collection > .field-items {
  padding: 30px 0 0;
  columns: 2;
  break-inside: avoid-column;
  text-align: left;
}
.node--type-title.node--view-mode-full .section-credits .paragraph--type-credits {
  break-inside: avoid-column;
}
.node--type-title.node--view-mode-full .section-credits .paragraph--type-credits .field-name-field-function {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.node--type-title.node--view-mode-full .section-credits .paragraph--type-credits .field-name-field-names {
  margin-bottom: 20px;
}
.node--type-title.node--view-mode-full .section-technical-infos .technical-infos-inner .row {
  padding: 30px 0 20px;
  columns: 2;
  break-inside: avoid-column;
  text-align: left;
}
.node--type-title.node--view-mode-full .section-technical-infos .technical-infos-inner .row > div {
  break-inside: avoid-column;
}
.node--type-title.node--view-mode-full .section-technical-infos .technical-infos-inner .row > div .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}
.node--type-title.node--view-mode-full .section-technical-infos .technical-infos-inner .row > div .field-items .field-item {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  break-inside: avoid-column;
}
.node--type-title.node--view-mode-full .section-technical-infos .technical-infos-inner .row > div .field-items .field-item:last-child {
  margin-bottom: 20px;
}
.node--type-title.node--view-mode-full .section-documentation {
  margin-bottom: 50px;
}
.node--type-title.node--view-mode-full .section-documentation .group-left,
.node--type-title.node--view-mode-full .section-documentation .group-right {
  margin-top: 4px;
}
.node--type-title.node--view-mode-full .section-documentation .group-left > div .field-label,
.node--type-title.node--view-mode-full .section-documentation .group-right > div .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  line-height: 17px;
}
.node--type-title.node--view-mode-full .section-documentation .group-left > div > .field-items > .field-item,
.node--type-title.node--view-mode-full .section-documentation .group-right > div > .field-items > .field-item {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  break-inside: avoid-column;
  display: inline-block;
  width: 100%;
}
.node--type-title.node--view-mode-full .section-documentation .group-left {
  margin-bottom: 20px;
}
.node--type-title.node--view-mode-full .section-documentation .group-right .field-name-field-images .field-items {
  margin: 10px auto;
}
.node--type-title.node--view-mode-full .section-documentation .group-right .field-name-field-images .field-items .field-item {
  padding: 0;
}
.node--type-title.node--view-mode-full .section-documentation .group-right .field-name-field-images .field-items .field-item img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 0 6px;
}
.node--type-title.node--view-mode-full .section-documentation .swiper-button-prev, .node--type-title.node--view-mode-full .section-documentation .swiper-button-next {
  margin-top: 10px;
}
.node--type-title.node--view-mode-full .section-bottom {
  margin-top: 20px;
}
.node--type-title.node--view-mode-full .section-bottom .field-name-field-keywords,
.node--type-title.node--view-mode-full .section-bottom .field-name-field-themes {
  margin-bottom: 30px;
}
.node--type-title.node--view-mode-full .section-bottom .field-name-field-keywords .field-label,
.node--type-title.node--view-mode-full .section-bottom .field-name-field-themes .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: none;
}
.node--type-title.node--view-mode-full .section-bottom .field-name-field-keywords span, .node--type-title.node--view-mode-full .section-bottom .field-name-field-keywords a,
.node--type-title.node--view-mode-full .section-bottom .field-name-field-themes span,
.node--type-title.node--view-mode-full .section-bottom .field-name-field-themes a {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #D0F0EE;
  padding: 10px 20px;
  display: inline-block;
  margin: 0px 10px 10px 0;
  letter-spacing: 0.1em;
  color: #2B2B2B;
}
.node--type-title.node--view-mode-full .section-bottom .field-name-field-keywords > .field-items,
.node--type-title.node--view-mode-full .section-bottom .field-name-field-themes > .field-items {
  display: flex;
  flex-wrap: wrap;
}
.node--type-title.node--view-mode-full .section-additional-videos {
  background: #D0F0EE;
  padding: 30px 0 30px;
}
.node--type-title.node--view-mode-full .section-additional-videos .swiper-button-prev, .node--type-title.node--view-mode-full .section-additional-videos .swiper-button-next {
  margin-top: -10px;
}

.swiper {
  font-size: 0;
  position: relative;
}
.swiper .node--type-title.node--view-mode-teaser {
  display: block;
  box-sizing: border-box;
  padding: 0 20px 20px;
}
.swiper .node--type-title.node--view-mode-teaser > div {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-field-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-node-title {
  margin-top: 10px;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-node-title h2 {
  padding: 0px;
  margin-bottom: 4px;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-node-title h2 a {
  display: block;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-field-director {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-field-director .field-items {
  display: flex;
  flex-wrap: wrap;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-field-director .field-items .field-item {
  display: inline-block;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-field-director .field-items .field-item:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.swiper .node--type-title.node--view-mode-teaser .field-name-field-director .field-items .field-item:last-of-type:after {
  content: "";
  display: none;
}
.swiper .node--type-title.node--view-mode-teaser .group-more-info {
  display: flex;
}
.swiper .node--type-title.node--view-mode-teaser .group-left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  padding-right: 10px;
  box-sizing: border-box;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category a {
  color: #979797;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category .field-item {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category .field-item:after {
  content: ",";
  position: absolute;
  bottom: 0;
  right: 6px;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category .field-item:last-child:after {
  content: "";
}
.swiper .node--type-title.node--view-mode-teaser .group-left .group-other-info {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-streamable,
.swiper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-downloadable {
  display: none;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country,
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries {
  display: inline-block;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country .field-items,
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries .field-items {
  display: flex;
  flex-wrap: wrap;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country .field-item,
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries .field-item {
  position: relative;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country .field-item:after,
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries .field-item:after {
  content: ",";
  display: inline-block;
  padding-right: 2px;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country .field-item:last-child:after,
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries .field-item:last-child:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-duration,
.swiper .node--type-title.node--view-mode-teaser .group-left .field-name-field-duration-hms {
  display: inline-block;
}
.swiper .node--type-title.node--view-mode-teaser .group-right {
  display: inline-block;
  vertical-align: top;
  width: 30px;
}

.titles-template-grid {
  font-size: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .titles-template-grid {
    justify-content: center;
  }
}
.titles-template-grid div {
  width: 100%;
}
.titles-template-grid div div {
  width: auto;
}
.titles-template-grid .entity-wrapper {
  display: block;
  box-sizing: border-box;
  padding: 0 20px 20px;
  width: 25%;
  max-width: 315px;
}
@media (max-width: 1000px) {
  .titles-template-grid .entity-wrapper {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .titles-template-grid .entity-wrapper {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .titles-template-grid .entity-wrapper {
    width: 100%;
  }
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser > div {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-field-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-node-title {
  margin-top: 18px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-node-title h2 {
  padding: 0;
  margin-bottom: 4px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-node-title h2 a {
  display: block;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-field-director {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-field-director .field-items {
  display: flex;
  flex-wrap: wrap;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-field-director .field-items .field-item {
  display: inline-block;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-field-director .field-items .field-item:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .field-name-field-director .field-items .field-item:last-of-type:after {
  content: "";
  display: none;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-more-info {
  display: flex;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
  padding-right: 10px;
  box-sizing: border-box;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category a {
  color: #979797;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category .field-item {
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category .field-item:after {
  content: ",";
  position: absolute;
  bottom: 0;
  right: 6px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-category .field-item:last-child:after {
  content: "";
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-streamable,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-downloadable {
  display: none;
  margin: 10px 0;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-streamable:last-child,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-downloadable:last-child {
  margin-bottom: 0;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-streamable .button-with-price,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-downloadable .button-with-price {
  font-size: 11px;
  width: 130px;
  margin-right: 70px;
  padding: 10px 10px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-streamable .button-with-price span,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .group-other-info .field-name-field-downloadable .button-with-price span {
  width: 60px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries {
  display: inline-block;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country .field-items,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries .field-items {
  display: flex;
  flex-wrap: wrap;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country .field-item,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries .field-item {
  position: relative;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country .field-item:after,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries .field-item:after {
  content: ",";
  display: inline-block;
  padding-right: 2px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-country .field-item:last-child:after,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-countries .field-item:last-child:after {
  content: "|";
  display: inline-block;
  padding: 0 5px;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-duration,
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-left .field-name-field-duration-hms {
  display: inline-block;
}
.titles-template-grid .entity-wrapper .node--type-title.node--view-mode-teaser .group-right {
  display: inline-block;
  vertical-align: top;
  width: 30px;
}

.titles-template-list .node--type-title.node--view-mode-teaser {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #979797;
}
@media (max-width: 600px) {
  .titles-template-list .node--type-title.node--view-mode-teaser {
    flex-direction: column;
    align-items: flex-start;
  }
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-image {
  padding: 0;
  display: inline-block;
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  vertical-align: middle;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-image .field-name-field-thumbnail:after {
  width: 30px;
  height: 35px;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-main-info {
  width: 40%;
  padding: 0;
  padding-left: 4%;
  padding-right: 4%;
}
@media (max-width: 768px) {
  .titles-template-list .node--type-title.node--view-mode-teaser .group-main-info {
    width: 35%;
  }
}
@media (max-width: 600px) {
  .titles-template-list .node--type-title.node--view-mode-teaser .group-main-info {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-main-info .field-name-node-title {
  margin-top: 0;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-main-info .field-name-node-title h2 {
  text-align: left;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-transform: none;
  margin: 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-main-info .field-name-node-title h2 a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-main-info .field-name-field-director {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 0;
}
@media (max-width: 600px) {
  .titles-template-list .node--type-title.node--view-mode-teaser .group-more-info {
    width: 100%;
    margin-top: 10px;
  }
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-left {
  display: flex;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-left {
    flex-direction: column;
    align-items: flex-start;
  }
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .field-name-field-category {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
  width: 30%;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .field-name-field-category a {
  color: #979797;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
  width: 70%;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-streamable,
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-downloadable {
  display: none;
  margin: 10px 0;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-streamable:last-child,
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-downloadable:last-child {
  margin-bottom: 0;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-streamable .button-with-price,
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-downloadable .button-with-price {
  font-size: 12px;
  width: 150px;
  margin-right: 80px;
}
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-streamable .button-with-price span,
.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-downloadable .button-with-price span {
  width: 70px;
}

.node--type-publication.node--view-mode-full #section-top {
  background-color: #eeeeee;
  position: relative;
  font-size: 0;
}
.node--type-publication.node--view-mode-full #section-top .field-name-field-image img {
  width: 100%;
  height: auto;
}
.node--type-publication.node--view-mode-full #section-top .title-group {
  position: absolute;
  left: 12.5%;
  bottom: 50px;
  text-align: left;
  max-width: 75%;
}
@media (max-width: 768px) {
  .node--type-publication.node--view-mode-full #section-top .title-group {
    bottom: 10%;
    left: 10%;
    max-width: 80%;
  }
}
.node--type-publication.node--view-mode-full #section-top .title-group h1 {
  padding: 0 0 0;
  font-size: 30px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  text-align: left;
  font-size: 48px;
  line-height: 57px;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .node--type-publication.node--view-mode-full #section-top .title-group h1 {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .node--type-publication.node--view-mode-full #section-top .title-group h1 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .node--type-publication.node--view-mode-full #section-top .title-group h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  .node--type-publication.node--view-mode-full #section-top {
    height: 300px;
    overflow: hidden;
  }
  .node--type-publication.node--view-mode-full #section-top .ds-section-1-top-title,
  .node--type-publication.node--view-mode-full #section-top .field-name-field-image,
  .node--type-publication.node--view-mode-full #section-top .field-name-field-image > .field-items,
  .node--type-publication.node--view-mode-full #section-top .field-name-field-image > .field-items > .field-item {
    height: 100%;
  }
  .node--type-publication.node--view-mode-full #section-top .field-name-field-image img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.node--type-publication.node--view-mode-full #section-top-columns {
  padding: 40px 0;
  background: #D0F0EE;
  margin-bottom: 0px;
}
.node--type-publication.node--view-mode-full #section-top-columns .field-label {
  text-transform: none;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
}
.node--type-publication.node--view-mode-full #section-top-columns .field-label:after {
  display: inline-block;
  content: " : ";
}
.node--type-publication.node--view-mode-full #section-top-columns .field-name-field-authors {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
}
.node--type-publication.node--view-mode-full #section-top-columns .field-name-field-authors .field-label, .node--type-publication.node--view-mode-full #section-top-columns .field-name-field-authors .field-items {
  display: inline-block;
}
@media (max-width: 768px) {
  .node--type-publication.node--view-mode-full #section-top-columns .columns.six {
    width: 100%;
    margin-left: 0;
  }
}
.node--type-publication.node--view-mode-full #section-description {
  padding-bottom: 60px;
}
.node--type-publication.node--view-mode-full #section-description .ds-section_socials .field-name-share-this-product-title {
  padding-top: 0;
}
.node--type-publication.node--view-mode-full #section-pages-menu {
  display: block;
}
.node--type-publication.node--view-mode-full #section-pages-menu:has(.page-menu-single) {
  padding-top: 60px;
  font-weight: 500;
}
.node--type-publication.node--view-mode-full #section-pages-menu:has(.page-menu-single) + #section-page {
  padding-top: 0 !important;
}
.node--type-publication.node--view-mode-full #section-pages-menu:not(:has(.page-menu-single)) {
  background-color: #AFE8E4;
}
.node--type-publication.node--view-mode-full #section-pages-menu .page-menu-single {
  font-weight: bold;
}
.node--type-publication.node--view-mode-full #section-pages-menu ul {
  margin: 0;
  padding: 0;
}
.node--type-publication.node--view-mode-full #section-pages-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.node--type-publication.node--view-mode-full #section-pages-menu ul li a {
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.node--type-publication.node--view-mode-full #section-pages-menu ul li:hover a, .node--type-publication.node--view-mode-full #section-pages-menu ul li.current a {
  background-color: #D0F0EE;
  text-decoration: none;
}
.node--type-publication.node--view-mode-full #section-page {
  padding-top: 60px;
}
.node--type-publication.node--view-mode-full #section-page h2 {
  text-align: left;
  font-size: 20px;
}
@media (max-width: 768px) {
  .node--type-publication.node--view-mode-full #section-page h2 {
    font-size: 16px;
  }
}
.node--type-publication.node--view-mode-full #section-page .field-name-field-pages > .field-items > .field-item:nth-child(1n+2) {
  display: none;
}
.node--type-publication.node--view-mode-full #section-page .field-name-field-pages .field-name-field-textlong1-all-languages img,
.node--type-publication.node--view-mode-full #section-page .field-name-field-pages .field-name-field-textlong2-all-languages img {
  margin-bottom: 2.5rem;
}

.node--type-publication.node--view-mode-teaser {
  width: 100%;
  display: block;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #979797;
}
.node--type-publication.node--view-mode-teaser .thumbnail-container {
  font-size: 0;
  position: relative;
  padding: 0;
  display: inline-block;
  min-width: 210px;
  max-width: 210px;
  width: 210px;
  vertical-align: top;
  float: left;
}
@media (max-width: 550px) {
  .node--type-publication.node--view-mode-teaser .thumbnail-container {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}
.node--type-publication.node--view-mode-teaser .thumbnail-container .image {
  position: relative;
  z-index: 1;
}
.node--type-publication.node--view-mode-teaser .thumbnail-container .field-name-field-image {
  position: relative;
}
.node--type-publication.node--view-mode-teaser .thumbnail-container .field-name-field-image:hover::before, .node--type-publication.node--view-mode-teaser .thumbnail-container .field-name-field-image:hover::after {
  opacity: 1;
}
.node--type-publication.node--view-mode-teaser .thumbnail-container .field-name-field-image:hover img {
  filter: grayscale(1) contrast(1);
}
.node--type-publication.node--view-mode-teaser .thumbnail-container .field-name-field-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #71dbd5;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-publication.node--view-mode-teaser .thumbnail-container .field-name-field-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 68px;
  height: 83px;
  background: url("../images/text-btn.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  display: block;
  opacity: 0;
  pointer-events: none;
}
.node--type-publication.node--view-mode-teaser .thumbnail-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  transition: filter 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-publication.node--view-mode-teaser .group-main-info {
  padding: 0;
  display: inline-block;
  width: calc(100% - 210px);
  padding-left: 4%;
  padding-right: 4%;
  box-sizing: border-box;
  vertical-align: middle;
}
@media (max-width: 1000px) {
  .node--type-publication.node--view-mode-teaser .group-main-info {
    width: calc(100% - 210px);
  }
}
@media (max-width: 550px) {
  .node--type-publication.node--view-mode-teaser .group-main-info {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
  }
}
.node--type-publication.node--view-mode-teaser .group-main-info .field-name-node-title {
  display: inline-block;
  margin-top: 0px;
}
.node--type-publication.node--view-mode-teaser .group-main-info .field-name-node-title h2 {
  text-align: left;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-transform: none;
  margin: 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.node--type-publication.node--view-mode-teaser .group-main-info .field-name-node-title h2 a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.node--type-publication.node--view-mode-teaser .group-main-info .field-name-node-title h2 a:hover {
  color: #71DBD5;
  text-decoration: none;
}
.node--type-publication.node--view-mode-teaser .group-main-info .field-name-field-category,
.node--type-publication.node--view-mode-teaser .group-main-info .field-name-field-date {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
}
.node--type-publication.node--view-mode-teaser .group-more-info {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 0 4%;
  width: calc(100% - 210px);
}
.node--type-publication.node--view-mode-teaser .group-more-info .field-name-field-description .field-item > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 550px) {
  .node--type-publication.node--view-mode-teaser .group-more-info {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}

.search-results.titles-template-list .node--type-publication.node--view-mode-teaser .thumbnail-container {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}
.search-results.titles-template-list .node--type-publication.node--view-mode-teaser .thumbnail-container .field-name-field-image:after {
  width: 45px;
  height: 55px;
}
.search-results.titles-template-list .node--type-publication.node--view-mode-teaser .group-main-info {
  width: calc(100% - 100px);
  float: right;
}
@media (max-width: 1000px) {
  .search-results.titles-template-list .node--type-publication.node--view-mode-teaser .group-main-info {
    width: calc(100% - 100px);
  }
}
@media (max-width: 550px) {
  .search-results.titles-template-list .node--type-publication.node--view-mode-teaser .group-main-info {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.search-results.titles-template-list .node--type-publication.node--view-mode-teaser .group-more-info {
  width: calc(100% - 100px);
  float: right;
}
@media (max-width: 1000px) {
  .search-results.titles-template-list .node--type-publication.node--view-mode-teaser .group-more-info {
    width: calc(100% - 100px);
  }
}
@media (max-width: 550px) {
  .search-results.titles-template-list .node--type-publication.node--view-mode-teaser .group-more-info {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}

.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser {
  border-bottom: none;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser > div {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .thumbnail-container {
  font-size: 0;
  position: relative;
  padding: 0;
  display: inline-block;
  min-width: 0;
  max-width: none;
  width: 100%;
  vertical-align: top;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .thumbnail-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .field-name-node-title {
  margin-top: 10px;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .field-name-node-title h2 {
  padding: 0;
  margin-bottom: 4px;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .field-name-node-title h2 a {
  display: block;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .group-main-info {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .group-main-info .field-name-title-field {
  margin-top: 10px;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .group-main-info .field-name-title-field h2 {
  padding: 0;
  margin-bottom: 4px;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .group-main-info .field-name-title-field h2 a {
  display: block;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .group-main-info .field-name-field-authors {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .field-name-field-category,
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .field-name-field-publish-date {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
}
.titles-template-grid .entity-wrapper .node--type-publication.node--view-mode-teaser .group-more-info {
  width: 100%;
  margin-top: 10px;
}

.frontpage-hero-video,
.node--type-programmation.node--view-mode-slider {
  position: relative;
  height: calc(var(--window-inner-height) - 50px);
}
.frontpage-hero-video .field-name-field-poster-image,
.node--type-programmation.node--view-mode-slider .field-name-field-poster-image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.frontpage-hero-video .field-name-field-poster-image .field-items, .frontpage-hero-video .field-name-field-poster-image .field-item,
.node--type-programmation.node--view-mode-slider .field-name-field-poster-image .field-items,
.node--type-programmation.node--view-mode-slider .field-name-field-poster-image .field-item {
  height: 100%;
}
.frontpage-hero-video .field-name-field-poster-image img,
.node--type-programmation.node--view-mode-slider .field-name-field-poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontpage-hero-video .field-name-field-video-url,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.frontpage-hero-video .field-name-field-video-url.shown,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url.shown {
  opacity: 1;
}
.frontpage-hero-video .field-name-field-video-url .field-items, .frontpage-hero-video .field-name-field-video-url .field-item,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url .field-items,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url .field-item {
  height: 100%;
}
.frontpage-hero-video .field-name-field-video-url iframe,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url iframe {
  position: absolute;
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frontpage-hero-video .field-name-field-video-url + .field-name-field-poster-image,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url + .field-name-field-poster-image {
  position: absolute;
  top: 0;
  left: 0;
}
.frontpage-hero-video .field-name-field-video-url + .field-name-field-poster-image, .frontpage-hero-video .field-name-field-video-url + .field-name-field-poster-image .field-items, .frontpage-hero-video .field-name-field-video-url + .field-name-field-poster-image .field-item,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url + .field-name-field-poster-image,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url + .field-name-field-poster-image .field-items,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url + .field-name-field-poster-image .field-item {
  height: 100%;
}
.frontpage-hero-video .field-name-field-video-url + .field-name-field-poster-image img,
.node--type-programmation.node--view-mode-slider .field-name-field-video-url + .field-name-field-poster-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontpage-hero-video .title-group,
.node--type-programmation.node--view-mode-slider .title-group {
  position: absolute;
  left: 12.5%;
  bottom: 100px;
  text-align: left;
  max-width: 75%;
  z-index: 1;
  font-size: 16px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .frontpage-hero-video .title-group,
  .node--type-programmation.node--view-mode-slider .title-group {
    bottom: 10%;
    left: 10%;
    max-width: 80%;
  }
}
.frontpage-hero-video .title-group h1, .frontpage-hero-video .title-group h2, .frontpage-hero-video .title-group h3, .frontpage-hero-video .title-group h4, .frontpage-hero-video .title-group h5, .frontpage-hero-video .title-group h6, .frontpage-hero-video .title-group p, .frontpage-hero-video .title-group li, .frontpage-hero-video .title-group a:not(.button),
.node--type-programmation.node--view-mode-slider .title-group h1,
.node--type-programmation.node--view-mode-slider .title-group h2,
.node--type-programmation.node--view-mode-slider .title-group h3,
.node--type-programmation.node--view-mode-slider .title-group h4,
.node--type-programmation.node--view-mode-slider .title-group h5,
.node--type-programmation.node--view-mode-slider .title-group h6,
.node--type-programmation.node--view-mode-slider .title-group p,
.node--type-programmation.node--view-mode-slider .title-group li,
.node--type-programmation.node--view-mode-slider .title-group a:not(.button) {
  color: #FFFFFF;
}
.frontpage-hero-video .title-group h1, .frontpage-hero-video .title-group h2, .frontpage-hero-video .title-group h3, .frontpage-hero-video .title-group h4, .frontpage-hero-video .title-group h5, .frontpage-hero-video .title-group h6, .frontpage-hero-video .title-group p,
.node--type-programmation.node--view-mode-slider .title-group h1,
.node--type-programmation.node--view-mode-slider .title-group h2,
.node--type-programmation.node--view-mode-slider .title-group h3,
.node--type-programmation.node--view-mode-slider .title-group h4,
.node--type-programmation.node--view-mode-slider .title-group h5,
.node--type-programmation.node--view-mode-slider .title-group h6,
.node--type-programmation.node--view-mode-slider .title-group p {
  margin-bottom: 10px;
}
.frontpage-hero-video .title-group h2,
.node--type-programmation.node--view-mode-slider .title-group h2 {
  font-size: 48px;
  line-height: 57px;
  padding: 0 0 0;
  text-align: left;
  margin-bottom: 2rem;
}
.frontpage-hero-video .title-group h2 a,
.node--type-programmation.node--view-mode-slider .title-group h2 a {
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 768px) {
  .frontpage-hero-video .title-group h2,
  .node--type-programmation.node--view-mode-slider .title-group h2 {
    margin-bottom: 1rem;
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 550px) {
  .frontpage-hero-video .title-group h2,
  .node--type-programmation.node--view-mode-slider .title-group h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.frontpage-hero-video .field-name-field-category,
.frontpage-hero-video .field-name-field-commissariat,
.frontpage-hero-video .field-name-field-dates,
.node--type-programmation.node--view-mode-slider .field-name-field-category,
.node--type-programmation.node--view-mode-slider .field-name-field-commissariat,
.node--type-programmation.node--view-mode-slider .field-name-field-dates {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.frontpage-hero-video .field-name-field-category .field-label,
.frontpage-hero-video .field-name-field-commissariat .field-label,
.frontpage-hero-video .field-name-field-dates .field-label,
.node--type-programmation.node--view-mode-slider .field-name-field-category .field-label,
.node--type-programmation.node--view-mode-slider .field-name-field-commissariat .field-label,
.node--type-programmation.node--view-mode-slider .field-name-field-dates .field-label {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-transform: none;
}
@media (max-width: 768px) {
  .frontpage-hero-video .field-name-field-category .field-label,
  .frontpage-hero-video .field-name-field-commissariat .field-label,
  .frontpage-hero-video .field-name-field-dates .field-label,
  .node--type-programmation.node--view-mode-slider .field-name-field-category .field-label,
  .node--type-programmation.node--view-mode-slider .field-name-field-commissariat .field-label,
  .node--type-programmation.node--view-mode-slider .field-name-field-dates .field-label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .frontpage-hero-video .field-name-field-category .field-label,
  .frontpage-hero-video .field-name-field-commissariat .field-label,
  .frontpage-hero-video .field-name-field-dates .field-label,
  .node--type-programmation.node--view-mode-slider .field-name-field-category .field-label,
  .node--type-programmation.node--view-mode-slider .field-name-field-commissariat .field-label,
  .node--type-programmation.node--view-mode-slider .field-name-field-dates .field-label {
    font-size: 12px;
    line-height: 16px;
  }
}
.frontpage-hero-video .field-name-field-category .field-label:after,
.frontpage-hero-video .field-name-field-commissariat .field-label:after,
.frontpage-hero-video .field-name-field-dates .field-label:after,
.node--type-programmation.node--view-mode-slider .field-name-field-category .field-label:after,
.node--type-programmation.node--view-mode-slider .field-name-field-commissariat .field-label:after,
.node--type-programmation.node--view-mode-slider .field-name-field-dates .field-label:after {
  content: ":";
  display: inline-block;
  margin: 0 0.2em;
}
.frontpage-hero-video .field-name-field-category .field-items,
.frontpage-hero-video .field-name-field-commissariat .field-items,
.frontpage-hero-video .field-name-field-dates .field-items,
.node--type-programmation.node--view-mode-slider .field-name-field-category .field-items,
.node--type-programmation.node--view-mode-slider .field-name-field-commissariat .field-items,
.node--type-programmation.node--view-mode-slider .field-name-field-dates .field-items {
  display: inline-block;
}
@media (max-width: 768px) {
  .frontpage-hero-video .field-name-field-category,
  .frontpage-hero-video .field-name-field-commissariat,
  .frontpage-hero-video .field-name-field-dates,
  .node--type-programmation.node--view-mode-slider .field-name-field-category,
  .node--type-programmation.node--view-mode-slider .field-name-field-commissariat,
  .node--type-programmation.node--view-mode-slider .field-name-field-dates {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .frontpage-hero-video .field-name-field-category,
  .frontpage-hero-video .field-name-field-commissariat,
  .frontpage-hero-video .field-name-field-dates,
  .node--type-programmation.node--view-mode-slider .field-name-field-category,
  .node--type-programmation.node--view-mode-slider .field-name-field-commissariat,
  .node--type-programmation.node--view-mode-slider .field-name-field-dates {
    font-size: 12px;
    line-height: 16px;
  }
}
.frontpage-hero-video .field-name-field-category .field-item,
.node--type-programmation.node--view-mode-slider .field-name-field-category .field-item {
  display: inline-block;
}
.frontpage-hero-video .field-name-field-category .field-item:not(:last-child):after,
.node--type-programmation.node--view-mode-slider .field-name-field-category .field-item:not(:last-child):after {
  content: ",";
}
.frontpage-hero-video .field-name-field-commissariat,
.node--type-programmation.node--view-mode-slider .field-name-field-commissariat {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .frontpage-hero-video .field-name-field-commissariat,
  .node--type-programmation.node--view-mode-slider .field-name-field-commissariat {
    margin-bottom: 1rem;
  }
}
.frontpage-hero-video .field-name-node-link,
.node--type-programmation.node--view-mode-slider .field-name-node-link {
  margin-top: 25px;
}
@media (max-width: 550px) {
  .frontpage-hero-video .field-name-node-link,
  .node--type-programmation.node--view-mode-slider .field-name-node-link {
    margin-top: 10px;
  }
}

.node--type-programmation.node--view-mode-video-of-month {
  height: 0;
  padding-bottom: 40%;
}
.node--type-programmation.node--view-mode-video-of-month .group-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 55%;
  left: 12.5%;
  z-index: 3;
  max-width: calc(87.5% - 170px);
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1650px) {
  .node--type-programmation.node--view-mode-video-of-month .group-left {
    max-width: calc(87.5% - 230px);
  }
}
@media (max-width: 999px) {
  .node--type-programmation.node--view-mode-video-of-month .group-left {
    max-width: 80%;
    left: 10%;
    top: inherit;
    bottom: 10%;
    transform: none;
  }
}
.node--type-programmation.node--view-mode-video-of-month .group-left .field-name-node-title {
  margin-bottom: 20px;
}
.node--type-programmation.node--view-mode-video-of-month .group-left .field-name-node-title a {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.18;
  padding: 0 0 0;
  text-align: left;
}
@media (max-width: 1199px) {
  .node--type-programmation.node--view-mode-video-of-month .group-left .field-name-node-title a {
    font-size: 30px;
  }
}
@media (max-width: 999px) {
  .node--type-programmation.node--view-mode-video-of-month .group-left .field-name-node-title a {
    font-size: 24px;
  }
}
.node--type-programmation.node--view-mode-video-of-month .group-left .field-name-node-title,
.node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-director,
.node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-year,
.node--type-programmation.node--view-mode-video-of-month .group-left .field-name-node-link {
  pointer-events: auto;
}
.node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-director,
.node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-director a,
.node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-year {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-transform: none;
}
@media (max-width: 768px) {
  .node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-director,
  .node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-director a,
  .node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-year {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-director,
  .node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-director a,
  .node--type-programmation.node--view-mode-video-of-month .group-left .programmation-title-year {
    font-size: 12px;
    line-height: 16px;
  }
}
.node--type-programmation.node--view-mode-video-of-month .group-left .field-name-node-link {
  margin-top: 25px;
}
@media (max-width: 549px) {
  .node--type-programmation.node--view-mode-video-of-month .group-left .field-name-node-link {
    margin-top: 15px;
  }
}
.node--type-programmation.node--view-mode-video-of-month .group-right {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 999px) {
  .node--type-programmation.node--view-mode-video-of-month .group-right {
    top: 20px;
    right: 20px;
  }
}
.node--type-programmation.node--view-mode-video-of-month .group-right .field-name-dynamic-twig-fieldnode-programmation-video-of-the-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  text-align: center;
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: normal;
  text-transform: lowercase;
}
@media (min-width: 1650px) {
  .node--type-programmation.node--view-mode-video-of-month .group-right .field-name-dynamic-twig-fieldnode-programmation-video-of-the-month {
    width: 175px;
    height: 175px;
    font-size: 22px;
  }
}
@media (max-width: 999px) {
  .node--type-programmation.node--view-mode-video-of-month .group-right .field-name-dynamic-twig-fieldnode-programmation-video-of-the-month {
    font-size: 12px;
    width: 80px;
    height: 80px;
  }
}
.node--type-programmation.node--view-mode-video-of-month .field-name-field-poster-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.node--type-programmation.node--view-mode-video-of-month .field-name-field-poster-image .field-item img {
  position: absolute;
  width: 100%;
  height: 160%;
  top: -30%;
  object-fit: cover;
}
@media (max-width: 999px) {
  .node--type-programmation.node--view-mode-video-of-month .field-name-field-poster-image img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 999px) {
  .node--type-programmation.node--view-mode-video-of-month {
    height: 400px;
    padding-bottom: inherit;
  }
}

.node--type-programmation.node--view-mode-teaser {
  display: block;
  vertical-align: middle;
  padding: 10px 0;
  border-bottom: 1px solid #979797;
  width: 100%;
}
.node--type-programmation.node--view-mode-teaser .thumbnail-container {
  display: inline-block;
  min-width: 210px;
  max-width: 210px;
  width: 210px;
  line-height: 0;
  vertical-align: top;
  float: left;
}
@media (max-width: 550px) {
  .node--type-programmation.node--view-mode-teaser .thumbnail-container {
    width: 100%;
    max-width: none;
    min-width: none;
  }
}
.node--type-programmation.node--view-mode-teaser .thumbnail-container .field-name-field-poster-image {
  position: relative;
}
.node--type-programmation.node--view-mode-teaser .thumbnail-container .field-name-field-poster-image:hover::before, .node--type-programmation.node--view-mode-teaser .thumbnail-container .field-name-field-poster-image:hover::after {
  opacity: 1;
}
.node--type-programmation.node--view-mode-teaser .thumbnail-container .field-name-field-poster-image:hover img {
  filter: grayscale(1) contrast(1);
}
.node--type-programmation.node--view-mode-teaser .thumbnail-container .field-name-field-poster-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #71dbd5;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-programmation.node--view-mode-teaser .thumbnail-container .field-name-field-poster-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 50px;
  height: 58px;
  background: url("../images/play-btn.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.node--type-programmation.node--view-mode-teaser .thumbnail-container img {
  width: 100%;
}
.node--type-programmation.node--view-mode-teaser .group-main-info {
  display: inline-block;
  width: calc(50% - 210px);
  padding-left: 4%;
  padding-right: 4%;
  vertical-align: middle;
  float: left;
}
@media (max-width: 1000px) {
  .node--type-programmation.node--view-mode-teaser .group-main-info {
    width: calc(100% - 210px);
  }
}
@media (max-width: 550px) {
  .node--type-programmation.node--view-mode-teaser .group-main-info {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.node--type-programmation.node--view-mode-teaser .group-main-info .field-name-node-title {
  margin-top: 0;
}
.node--type-programmation.node--view-mode-teaser .group-main-info .field-name-node-title h2 {
  text-align: left;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-transform: none;
  margin: 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.node--type-programmation.node--view-mode-teaser .group-main-info .field-name-node-title h2 a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.node--type-programmation.node--view-mode-teaser .group-main-info .field-name-node-title h2 a:hover {
  color: #71DBD5;
  text-decoration: none;
}
.node--type-programmation.node--view-mode-teaser .group-main-info .field-name-field-category,
.node--type-programmation.node--view-mode-teaser .group-main-info .field-name-field-dates {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  color: #979797;
}
.node--type-programmation.node--view-mode-teaser .group-more-info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  float: left;
}
@media (max-width: 1000px) {
  .node--type-programmation.node--view-mode-teaser .group-more-info {
    width: calc(100% - 210px);
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 550px) {
  .node--type-programmation.node--view-mode-teaser .group-more-info {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.node--type-programmation.node--view-mode-teaser .group-more-info p:last-child {
  margin-bottom: 0;
}

.node--type-programmation.node--view-mode-full #section-top {
  background-color: #eeeeee;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.node--type-programmation.node--view-mode-full #section-top:hover:before {
  opacity: 0.5;
}
.node--type-programmation.node--view-mode-full #section-top:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}
.node--type-programmation.node--view-mode-full #section-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 3;
  display: block;
  opacity: 0;
}
.node--type-programmation.node--view-mode-full #section-top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 58px;
  background: url("../images/play-btn.png") center center no-repeat;
  background-size: 100% 100%;
  z-index: 3;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.node--type-programmation.node--view-mode-full #section-top .field-name-dynamic-twig-fieldnode-programmation-video-of-the-month {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  text-align: center;
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: normal;
}
@media (min-width: 1650px) {
  .node--type-programmation.node--view-mode-full #section-top .field-name-dynamic-twig-fieldnode-programmation-video-of-the-month {
    width: 175px;
    height: 175px;
    font-size: 22px;
  }
}
@media (max-width: 999px) {
  .node--type-programmation.node--view-mode-full #section-top .field-name-dynamic-twig-fieldnode-programmation-video-of-the-month {
    font-size: 12px;
    width: 80px;
    height: 80px;
    top: 20px;
    right: 20px;
  }
}
.node--type-programmation.node--view-mode-full #section-top .field-name-field-poster-image img {
  width: 100%;
  height: auto;
}
.node--type-programmation.node--view-mode-full #section-top .title-group {
  position: absolute;
  left: 12.5%;
  bottom: 50px;
  text-align: left;
  max-width: 75%;
}
@media (max-width: 768px) {
  .node--type-programmation.node--view-mode-full #section-top .title-group {
    bottom: 10%;
    left: 10%;
    max-width: 80%;
  }
}
.node--type-programmation.node--view-mode-full #section-top .title-group h1 {
  padding: 0 0 0;
  font-size: 30px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  text-align: left;
  font-size: 48px;
  line-height: 57px;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .node--type-programmation.node--view-mode-full #section-top .title-group h1 {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .node--type-programmation.node--view-mode-full #section-top .title-group h1 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 550px) {
  .node--type-programmation.node--view-mode-full #section-top .title-group h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.node--type-programmation.node--view-mode-full #section-top .field-name-field-dates {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}
.node--type-programmation.node--view-mode-full #section-top .field-name-field-dates .field-label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-transform: none;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .node--type-programmation.node--view-mode-full #section-top .field-name-field-dates .field-label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .node--type-programmation.node--view-mode-full #section-top .field-name-field-dates .field-label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .node--type-programmation.node--view-mode-full #section-top .field-name-field-dates {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .node--type-programmation.node--view-mode-full #section-top .field-name-field-dates {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .node--type-programmation.node--view-mode-full #section-top {
    height: 300px;
    overflow: hidden;
  }
  .node--type-programmation.node--view-mode-full #section-top .ds-section-1-top-title,
  .node--type-programmation.node--view-mode-full #section-top .field-name-field-poster-image,
  .node--type-programmation.node--view-mode-full #section-top .field-name-field-poster-image > .field-items,
  .node--type-programmation.node--view-mode-full #section-top .field-name-field-poster-image > .field-items > .field-item {
    height: 100%;
  }
  .node--type-programmation.node--view-mode-full #section-top .field-name-field-poster-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}
.node--type-programmation.node--view-mode-full #section-top-columns {
  padding: 40px 0;
  background: #D0F0EE;
  margin-bottom: 60px;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-label {
  display: inline-block;
  text-transform: none;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-label:after {
  display: inline-block;
  content: " :";
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-description .field-label {
  margin-bottom: 20px;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-curator,
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-commissariat {
  margin-bottom: 20px;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-curator .field-items,
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-commissariat .field-items {
  display: inline-block;
  text-transform: none;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-curator {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-curator .field-item:after {
  content: ":";
  margin-left: 4px;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-commissariat .field-items {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-streamable {
  margin-bottom: 20px;
  max-width: 286px;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-streamable .button.button-with-price {
  width: calc(100% - 80px);
  margin-right: 90px;
}
.node--type-programmation.node--view-mode-full #section-top-columns .field-name-field-streamable .button.button-with-price span {
  width: 70px;
}
@media (max-width: 768px) {
  .node--type-programmation.node--view-mode-full #section-top-columns .columns.four {
    width: 100%;
    margin-left: 0;
  }
}
.node--type-programmation.node--view-mode-full #section-included-titles {
  margin: 0;
  margin-bottom: 60px;
}
.node--type-programmation.node--view-mode-full #section-included-titles > .container {
  border-top: 1px solid #979797;
  border-bottom: none;
}
.node--type-programmation.node--view-mode-full #section-included-titles > .container h2 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.node--type-programmation.node--view-mode-full #section-included-titles.collapsing-element.close .container {
  border-bottom: 1px solid #979797;
}
.node--type-programmation.node--view-mode-full #section-included-titles .field-name-field-included-titles {
  padding: 50px 0 0;
}
.node--type-programmation.node--view-mode-full #section-description {
  padding-bottom: 60px;
}
.node--type-programmation.node--view-mode-full #section-description .ds-section_socials .field-name-share-this-product-title {
  padding-top: 0;
}
.node--type-programmation.node--view-mode-full #section-page {
  padding-top: 60px;
}
.node--type-programmation.node--view-mode-full #section-page .field-name-title-field {
  font-size: 18px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.titles-template-list .node--type-programmation.node--view-mode-teaser {
  display: flex;
  width: 100%;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .titles-template-list .node--type-programmation.node--view-mode-teaser {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .titles-template-list .node--type-programmation.node--view-mode-teaser {
    flex-direction: column;
    align-items: flex-start;
  }
}
.titles-template-list .node--type-programmation.node--view-mode-teaser .thumbnail-container {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}
.titles-template-list .node--type-programmation.node--view-mode-teaser .thumbnail-container .field-name-field-poster-image:after {
  width: 30px;
  height: 35px;
}
.titles-template-list .node--type-programmation.node--view-mode-teaser .group-main-info {
  width: 40%;
  padding: 0;
  padding-left: 4%;
  padding-right: 4%;
}
@media (max-width: 768px) {
  .titles-template-list .node--type-programmation.node--view-mode-teaser .group-main-info {
    flex: 1;
    width: 35%;
  }
}
@media (max-width: 600px) {
  .titles-template-list .node--type-programmation.node--view-mode-teaser .group-main-info {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
}
.titles-template-list .node--type-programmation.node--view-mode-teaser .group-more-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 0;
}
@media (max-width: 768px) {
  .titles-template-list .node--type-programmation.node--view-mode-teaser .group-more-info {
    flex: inherit;
    width: 100%;
    margin-top: 10px;
  }
}

.titles-template-grid .node--type-programmation.node--view-mode-teaser {
  border-bottom: none;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser > div {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .thumbnail-container {
  font-size: 0;
  position: relative;
  padding: 0;
  display: inline-block;
  min-width: 0;
  max-width: none;
  width: 100%;
  vertical-align: top;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .thumbnail-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-main-info {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  vertical-align: top;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-main-info .field-name-node-title {
  margin-top: 18px;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-main-info .field-name-node-title h2 {
  padding: 0;
  margin-bottom: 4px;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-main-info .field-name-node-title h2 a {
  display: block;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-main-info .field-name-field-commissariat {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 300;
  line-height: 22px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-main-info .field-name-field-commissariat .field-items .field-item {
  display: inline-block;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-main-info .field-name-field-commissariat .field-items .field-item:after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-main-info .field-name-field-commissariat .field-items .field-item:last-of-type:after {
  content: "";
  display: none;
}
.titles-template-grid .node--type-programmation.node--view-mode-teaser .group-more-info {
  width: 100%;
  margin-top: 10px;
}

body.template-vitheque_search .node--type-basic-page.node--view-mode-full .title-group {
  display: none;
}
body.template-vitheque_search #print-logo {
  display: none;
}
body.template-vitheque_search .print-search-btn {
  float: right;
}
body.template-vitheque_search .search-results-count .view-mode-switcher {
  text-align: right;
  margin-bottom: 30px;
  display: block;
  float: right;
}
body.template-vitheque_search .search-results-count .sorting-switcher {
  text-align: right;
  margin-bottom: 30px;
  margin-right: 40px;
  display: block;
  float: right;
}
body.template-vitheque_search .search-results-count .search-params-text {
  font-weight: normal !important;
  text-transform: none !important;
  line-height: 36px !important;
  clear: both !important;
}
body.template-vitheque_search .search-results-count .search-params-text strong {
  display: block !important;
}
body.template-vitheque_search legend {
  display: none;
}
body.template-vitheque_search form {
  width: 100%;
  padding: 0px;
  margin-bottom: 40px;
  max-width: none;
  border: none;
}
body.template-vitheque_search form .search-form-basic-container {
  background: #D0F0EE;
  padding: 20px 0px 20px;
  margin: 0px;
  outline: 0px;
  border: none;
}
@media (max-width: 768px) {
  body.template-vitheque_search form .search-form-basic-container {
    padding: 70px 0px 40px;
  }
}
@media (max-width: 550px) {
  body.template-vitheque_search form .search-form-basic-container {
    padding: 50px 0px 30px;
  }
}
body.template-vitheque_search form .search-form-basic-container .search-basic-container {
  display: none;
}
body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper fieldset {
  margin-bottom: 0;
}
body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper {
  position: relative;
}
body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper .form-type-textfield input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #71DBD5;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-size: 48px;
  line-height: 57px;
  height: auto;
  color: #000000;
  padding: 10px 0px;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper .form-type-textfield input[type=text] {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 768px) {
  body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper .form-type-textfield input[type=text] {
    font-size: 32px;
    line-height: 41px;
  }
}
body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper .form-type-textfield input[type=text].error {
  border-color: #ff7171;
}
body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper input[type=submit] {
  position: absolute;
  top: 25px;
  right: 10px;
  margin: 0;
  font-size: 0;
  width: 33px;
  height: 35px;
  border: none;
  background: transparent url("../images/loupe-verte.png") no-repeat center center;
  background-size: 33px;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper input[type=submit]:hover {
  background: transparent url("../images/loupe.png") no-repeat center center;
  background-size: 33px;
}
@media (max-width: 1000px) {
  body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper input[type=submit] {
    top: 20px;
  }
}
@media (max-width: 768px) {
  body.template-vitheque_search form .search-form-basic-container .fieldset-wrapper .container.form-wrapper input[type=submit] {
    top: 14px;
  }
}
body.template-vitheque_search form .search-form-advanced-container {
  background: #AFE8E4;
  padding: 20px 0px 20px;
  margin: 0px;
}
body.template-vitheque_search form .search-form-advanced-container a.button {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 25px/2;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  margin: 0px 0px;
  background-color: #71DBD5;
  color: #000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clear: both;
  float: right;
  display: block;
  margin-top: 30px;
  width: 200px;
}
body.template-vitheque_search form .search-form-advanced-container a.button.transparent {
  background: transparent;
}
body.template-vitheque_search form .search-form-advanced-container a.button:hover, body.template-vitheque_search form .search-form-advanced-container a.button.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
@media (max-width: 640px) {
  body.template-vitheque_search form .search-form-advanced-container a.button {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  body.template-vitheque_search form .search-form-advanced-container a.button {
    font-size: 21px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.template-vitheque_search form .search-form-advanced-container a.button.reversed {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
body.template-vitheque_search form .search-form-advanced-container a.button.reversed:hover, body.template-vitheque_search form .search-form-advanced-container a.button.reversed.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #000;
  text-decoration: none;
  border-color: #fff;
}
body.template-vitheque_search form .search-form-advanced-container a.button, body.template-vitheque_search form .search-form-advanced-container a.button:hover {
  border: none;
  height: auto;
  text-transform: none;
  font-weight: 500;
}
body.template-vitheque_search form .search-form-advanced-container a.button:hover {
  background-color: #FFFFFF;
  color: #000;
}
body.template-vitheque_search form .search-form-advanced-container a.button:hover.reversed {
  background-color: #71DBD5;
  color: #FFF;
  text-transform: none;
}
@media (max-width: 768px) {
  body.template-vitheque_search form .search-form-advanced-container a.button, body.template-vitheque_search form .search-form-advanced-container a.button:hover {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (max-width: 550px) {
  body.template-vitheque_search form .search-form-advanced-container a.button, body.template-vitheque_search form .search-form-advanced-container a.button:hover {
    font-size: 12px;
    padding: 6px 18px;
  }
}
body.template-vitheque_search form .search-form-advanced-container .search-advanced-container {
  visibility: hidden;
  height: 0;
  margin-bottom: 0px;
  overflow: hidden;
}
body.template-vitheque_search form .search-form-advanced-container .search-advanced-container.loaded {
  overflow: visible;
  height: auto;
  visibility: visible;
  display: none;
  padding: 20px 0px 0px;
  margin-bottom: 40px;
}
body.template-vitheque_search form .search-form-advanced-container .search-advanced-wrapper-left,
body.template-vitheque_search form .search-form-advanced-container .search-advanced-wrapper-right {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
body.template-vitheque_search form .search-form-advanced-container .search-advanced-wrapper-left {
  margin-right: 4%;
}
body.template-vitheque_search form .search-form-advanced-container .search-advanced-wrapper-right {
  float: right;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield {
  margin: 13px 0px;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield input {
  margin: 0px;
  border: none;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags {
  line-height: 50px;
  font-size: 16px;
  padding: 0px 12px;
  border: none;
  background-image: none;
  background-color: #fff;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags > input {
  display: none;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags tag {
  margin: 0px 0px 0px 5px;
  background: #eeeeee;
  margin: 9px 5px 9px 0;
  padding: 0px 20px 0px 10px;
  line-height: 26px;
  height: 32px;
  font-size: 16px;
  vertical-align: middle;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags tag > div {
  margin: 0px;
  padding: 0;
  line-height: 26px;
  height: 32px;
  font-size: 16px;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags tag > div span {
  line-height: 26px;
  height: 32px;
  line-height: 32px;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags > div {
  margin: 0px;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  min-width: 60%;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags > div > input {
  height: 100%;
  line-height: 50px;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags > div > input ~ span {
  color: #757575;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags > div > input.placeholder ~ span {
  opacity: 1;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags > div > span {
  line-height: 50px;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select {
  margin: 13px 0px;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container {
  width: 100% !important;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container.chosen-container-active .chosen-choices {
  box-shadow: none;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container .chosen-drop {
  border: 1px solid #aaa;
  box-shadow: none;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul {
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0px 12px !important;
  border: none;
  background-image: none;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul li:not(.search-choice) {
  padding-left: 0 !important;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul li {
  list-style-type: none !important;
  margin-left: 0 !important;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul.chosen-results {
  height: auto;
  padding: 0px !important;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul.chosen-results li {
  padding: 12px 12px !important;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul.chosen-results li.highlighted {
  background-image: none;
  background-color: #20C3BD;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul li.search-choice {
  line-height: 26px;
  height: 32px;
  font-size: 16px;
  margin: 9px 5px 9px 0;
  padding: 3px 20px 3px 10px;
  background-image: none;
  border: none;
  border-radius: 0;
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul li.search-choice .search-choice-close {
  background-image: none !important;
  font: 14px/14px Serif;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  right: calc(0.5em - 2px);
  top: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul li.search-choice .search-choice-close:after {
  content: "×";
}
body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul input {
  color: #757575;
}
body.template-vitheque_search form .search-form-advanced-container fieldset {
  margin: 0px;
  background: #eeeeee;
  position: relative;
}
body.template-vitheque_search form .search-form-advanced-container fieldset .fieldset-wrapper {
  display: flex;
  justify-content: space-between;
}
body.template-vitheque_search form .search-form-advanced-container fieldset .form-type-textfield {
  display: inline-block;
  width: 45%;
  margin: 0px 0px;
}
body.template-vitheque_search form .search-form-advanced-container fieldset .form-type-textfield input {
  border: none;
  position: relative;
  z-index: 1;
  font-size: 16px;
}
body.template-vitheque_search form .search-form-advanced-container fieldset .form-type-textfield:first-child:after {
  content: "-";
  left: 0;
  margin-left: 0;
  width: 100%;
  display: inline-block;
  height: 100%;
  top: 0;
  position: absolute;
  color: black;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
  z-index: 0;
}
@media (max-width: 1000px) {
  body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags tag {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags tag > div {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags > div {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul li.search-choice {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container fieldset .form-type-textfield input {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body.template-vitheque_search form .search-form-advanced-container .search-advanced-wrapper-left,
  body.template-vitheque_search form .search-form-advanced-container .search-advanced-wrapper-right {
    display: block;
    width: 100%;
  }
  body.template-vitheque_search form .search-form-advanced-container .search-advanced-wrapper-left {
    margin-right: 0%;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags tag {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags tag > div {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-textfield tags > div {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container .form-type-select .chosen-container ul li.search-choice {
    font-size: 14px;
  }
  body.template-vitheque_search form .search-form-advanced-container fieldset .form-type-textfield input {
    font-size: 14px;
  }
}
body.template-vitheque_search form .search-form-basic-container.opened h3.toggler span:after,
body.template-vitheque_search form .search-form-advanced-container.opened h3.toggler span:after {
  background-position-x: 100%;
}
body.template-vitheque_search form .search-form-basic-container h3.toggler,
body.template-vitheque_search form .search-form-advanced-container h3.toggler {
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 19px;
  height: auto;
  color: #000000;
  padding: 0;
  margin-bottom: 0px;
  text-transform: none;
  letter-spacing: 0.05em;
  cursor: pointer;
}
body.template-vitheque_search form .search-form-basic-container h3.toggler span,
body.template-vitheque_search form .search-form-advanced-container h3.toggler span {
  display: inline-block;
  position: relative;
}
body.template-vitheque_search form .search-form-basic-container h3.toggler span:after,
body.template-vitheque_search form .search-form-advanced-container h3.toggler span:after {
  content: "";
  width: 10px;
  height: 6.6666666667px;
  background: transparent url("../images/select-arrows-dark.png") no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body.template-vitheque_search form .search-not-in-progress .search-form-basic-container {
  padding: 100px 0px 50px;
}
body.template-vitheque_search form .search-not-in-progress .search-form-basic-container h3.toggler {
  display: none;
}
body.template-vitheque_search form .search-not-in-progress .search-form-basic-container #edit-container {
  display: block;
}
body.template-vitheque_search form .form-type-radio {
  text-align: left;
  margin-top: 0;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
body.template-vitheque_search form .form-type-radio input[type=checkbox] + label,
body.template-vitheque_search form .form-type-radio input[type=radio] + label {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}
body.template-vitheque_search .pager {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}
body.template-vitheque_search .printing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.template-vitheque_search .printing-overlay span {
  display: block;
  text-align: center;
}
@media print {
  @page {
    body.template-vitheque_search {
      size: letter portrait;
    }
  }
  body.template-vitheque_search .printing-overlay {
    display: none;
  }
}

html.search-print {
  overflow: visible;
}
html.search-print, html.search-print body {
  width: 8.5in;
  height: 11in;
  background-color: #FFFFFF;
}
html.search-print #header {
  display: none;
}
html.search-print #content a[href]:after {
  content: "";
  display: none;
}
html.search-print a:link, html.search-print a:visited {
  text-decoration: none !important;
}
html.search-print * {
  max-width: 100%;
}
html.search-print .container {
  width: 100% !important;
}
html.search-print body {
  overflow: visible;
}
html.search-print body .layout-content {
  margin-top: 0 !important;
}
html.search-print body #page {
  width: 100%;
  margin: 0;
}
html.search-print body #page #main {
  background-color: #fff;
  padding-top: 20px;
}
html.search-print body.template-vitheque_search #print-logo {
  display: flex;
  justify-content: center;
}
html.search-print body.template-vitheque_search .search-form-advanced-container fieldset {
  margin-bottom: 0;
  background: none;
}
html.search-print body.template-vitheque_search .search-form-advanced-container fieldset .fieldset-wrapper {
  display: block;
}
html.search-print body.template-vitheque_search .search-form-advanced-container fieldset .fieldset-wrapper .form-item {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
html.search-print body.template-vitheque_search .search-form-advanced-container fieldset .fieldset-wrapper span.print-label {
  display: block;
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select {
  margin: 0px 0px 10px;
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select .chosen-container .chosen-drop {
  display: none !important;
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select .chosen-container .chosen-choices {
  border: none;
  background-image: none;
  padding: 0;
  height: auto;
  padding: 0px 10px;
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select .chosen-container .chosen-choices .search-choice {
  display: inline-block;
  float: none;
  background: #fff;
  box-shadow: none;
  border: none;
  margin: 5px 0px 5px 0px !important;
  padding: 0px !important;
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select .chosen-container .chosen-choices .search-choice:before {
  display: inline;
  content: ", ";
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select .chosen-container .chosen-choices .search-choice:first-child:before {
  display: none;
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select .chosen-container .chosen-choices .search-choice span {
  word-wrap: normal;
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select .chosen-container .chosen-choices .search-choice .search-choice-close {
  display: none;
}
html.search-print body.template-vitheque_search .search-form-advanced-container .form-type-select .chosen-container .chosen-choices .search-field {
  display: none;
}
html.search-print body.template-vitheque_search .search-results.titles-template-list .node--type-title.node--view-mode-teaser .group-main-info {
  width: 45%;
}
html.search-print body.template-vitheque_search .search-results.titles-template-list .node--type-title.node--view-mode-teaser .group-more-info {
  width: 55%;
}
html.search-print body.template-vitheque_search .search-results.titles-template-grid .group-main-info,
html.search-print body.template-vitheque_search .search-results.titles-template-grid .group-more-info {
  width: 100%;
}
html.search-print body.template-vitheque_search .node--type-title.node--view-mode-teaser .group-more-info .group-right {
  display: none;
}
html.search-print body .printing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.search-print body .printing-overlay span {
  display: block;
  text-align: center;
}
@media print {
  @page {
    html.search-print {
      size: letter portrait;
    }
  }
  html.search-print body .printing-overlay {
    display: none;
  }
}

body.path-taxonomy .title-group {
  background: #D0F0EE;
  padding: 100px 0;
  margin: 0 0 35px;
}
body.path-taxonomy .title-group h1 {
  font-size: 48px;
  line-height: 57px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  body.path-taxonomy .title-group {
    padding: 80px 0 80px;
  }
}
@media (max-width: 768px) {
  body.path-taxonomy .title-group {
    padding: 70px 0;
  }
  body.path-taxonomy .title-group h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 550px) {
  body.path-taxonomy .title-group {
    padding: 50px 0;
  }
  body.path-taxonomy .title-group h1 {
    font-size: 32px;
    line-height: 38px;
  }
}

.view-mode-switcher .view-mode-selector {
  display: inline-block;
  opacity: 0.3;
  vertical-align: top;
}
.view-mode-switcher .view-mode-selector.grid {
  background: url("../images/grid-view-selector.png") center center no-repeat;
  width: 30px;
  height: 31px;
  background-size: 100% 100%;
}
.view-mode-switcher .view-mode-selector.list {
  background: url("../images/list-view-selector.png") center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.view-mode-switcher .view-mode-selector.active {
  opacity: 1;
}
.view-mode-switcher .view-mode-selector:first-child {
  margin-right: 8px;
}

.sorting-switcher {
  text-align: right;
  margin-bottom: 20px;
}
.sorting-switcher .sorting-selector {
  display: inline-block;
  opacity: 0.3;
  vertical-align: top;
  margin-right: 8px;
}
.sorting-switcher .sorting-selector.date {
  background: url("../images/calendar.png") center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.sorting-switcher .sorting-selector.name {
  background: url("../images/a-z.png") center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.sorting-switcher .sorting-selector.author {
  background: url("../images/sort-authors.png") center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.sorting-switcher .sorting-selector.active {
  opacity: 1;
}
.sorting-switcher .sorting-selector:last-child {
  margin-right: 0;
}

body.page-user-edit {
  background-color: #D0F0EE;
}
body.page-user-edit #page {
  background-color: #D0F0EE;
}
body.page-user-edit #page #main {
  background-color: #D0F0EE;
}
body.page-user-edit #page #main #content {
  padding-top: 100px;
  padding-bottom: 60px;
}
body.page-user-edit #page #main #content form input + label {
  color: #000000;
}

body.page-user-profile {
  background-color: #D0F0EE;
}
body.page-user-profile #page {
  background-color: #D0F0EE;
}
body.page-user-profile #page #main {
  background-color: #D0F0EE;
}
body.page-user-profile #page #main .layout-content {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  body.page-user-profile #page #main .layout-content {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 550px) {
  body.page-user-profile #page #main .layout-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
body.page-user-profile #page h1 {
  font-size: 48px;
  line-height: 57px;
  margin: 0px 0px 70px;
  padding: 0px;
}
body.page-user-profile #page h2 {
  display: inline-block;
  text-align: left;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding-right: 40px;
  width: 75%;
}
body.page-user-profile #page .row.actions {
  margin-bottom: 50px;
}
body.page-user-profile #page #vitheque-users-profile-form {
  margin-bottom: 50px;
  width: 100%;
  padding: 0;
  max-width: none;
}
body.page-user-profile #page #vitheque-users-profile-form .form-header {
  border-top: 1px solid #979797;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
body.page-user-profile #page #vitheque-users-profile-form .form-header .trigger-form-edit-button {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 21px;
  height: 22px;
  padding: 0px;
  margin: 0px;
  background: transparent url(../images/edit-button.png) center center no-repeat;
  background-size: 100%;
  border: none;
  font-size: 0;
}
body.page-user-profile #page #vitheque-users-profile-form .form-header input[type=submit] {
  pointer-events: auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0px;
  margin: 0px;
  background: transparent url(../images/save-button.png) center left no-repeat;
  background-size: 28px;
  border: none;
  outline: none;
  color: #000000;
  width: auto;
  padding-left: 40px;
}
body.page-user-profile #page #vitheque-users-profile-form .form-item {
  display: block;
  float: left;
  width: 50%;
  padding-right: 5%;
  box-sizing: border-box;
}
@media (max-width: 550px) {
  body.page-user-profile #page #vitheque-users-profile-form .form-item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
body.page-user-profile #page #vitheque-users-profile-form .form-item label {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper {
  display: inline-block;
  display: block;
}
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper input[type=text],
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper input[type=password] {
  padding: 6px 12px;
  line-height: 30px;
  height: 30px;
  margin-left: 0px;
  pointer-events: auto;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-size: 14px;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper input[type=text].force-disabled {
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  padding-left: 0px;
  margin-left: -1px;
}
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper.edit-disabled .trigger-form-edit-button {
  pointer-events: auto;
  display: inline-block;
}
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper.edit-disabled input[type=submit] {
  display: none;
  pointer-events: none;
}
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper.edit-disabled input[type=text],
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper.edit-disabled input[type=password] {
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  padding-left: 0px;
  margin-left: -1px;
}
body.page-user-profile #page #vitheque-users-profile-form .form-wrapper#edit-bottom {
  margin-top: 50px;
  clear: both;
}
body.page-user-profile #page .subscription,
body.page-user-profile #page .purchases {
  border-top: 1px solid #979797;
}
body.page-user-profile #page .subscription table,
body.page-user-profile #page .purchases table {
  width: 100%;
}
body.page-user-profile #page .subscription table tr:nth-child(odd),
body.page-user-profile #page .purchases table tr:nth-child(odd) {
  background-color: #AFE8E4;
}
body.page-user-profile #page .subscription table tr.canceled, body.page-user-profile #page .subscription table tr.unavailable,
body.page-user-profile #page .purchases table tr.canceled,
body.page-user-profile #page .purchases table tr.unavailable {
  opacity: 0.5;
}
body.page-user-profile #page .subscription table tr.heading,
body.page-user-profile #page .purchases table tr.heading {
  background-color: #71DBD5;
}
body.page-user-profile #page .subscription table tr td, body.page-user-profile #page .subscription table tr th,
body.page-user-profile #page .purchases table tr td,
body.page-user-profile #page .purchases table tr th {
  border: none;
  padding: 10px 15px;
}
body.page-user-profile #page .subscription table tr ul,
body.page-user-profile #page .purchases table tr ul {
  margin: 0px;
  padding: 0px;
}
body.page-user-profile #page .subscription table tr ul li,
body.page-user-profile #page .purchases table tr ul li {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 5px;
}
body.page-user-profile #page .subscription table tr ul li:last-child,
body.page-user-profile #page .purchases table tr ul li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  body.page-user-profile #page .subscription table tr td, body.page-user-profile #page .subscription table tr th,
  body.page-user-profile #page .purchases table tr td,
  body.page-user-profile #page .purchases table tr th {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  body.page-user-profile #page .subscription table tr.heading,
  body.page-user-profile #page .purchases table tr.heading {
    display: none;
  }
  body.page-user-profile #page .subscription table tr td, body.page-user-profile #page .subscription table tr th,
  body.page-user-profile #page .purchases table tr td,
  body.page-user-profile #page .purchases table tr th {
    display: block;
    padding: 0px 15px;
  }
  body.page-user-profile #page .subscription table tr td:first-child, body.page-user-profile #page .subscription table tr th:first-child,
  body.page-user-profile #page .purchases table tr td:first-child,
  body.page-user-profile #page .purchases table tr th:first-child {
    padding-top: 10px;
  }
  body.page-user-profile #page .subscription table tr td:last-child, body.page-user-profile #page .subscription table tr th:last-child,
  body.page-user-profile #page .purchases table tr td:last-child,
  body.page-user-profile #page .purchases table tr th:last-child {
    padding-bottom: 10px;
  }
}

body.page-user-selections {
  background-color: #D0F0EE;
}
body.page-user-selections #page {
  background-color: #D0F0EE;
}
body.page-user-selections #page #main {
  background-color: #D0F0EE;
}
body.page-user-selections #page #main .layout-content {
  padding-top: 100px;
}
@media (max-width: 768px) {
  body.page-user-selections #page #main .layout-content {
    padding-top: 80px;
  }
}
@media (max-width: 550px) {
  body.page-user-selections #page #main .layout-content {
    padding-top: 60px;
  }
}
body.page-user-selections h1 {
  font-size: 48px;
  line-height: 57px;
  margin: 0px 0px 0px;
  padding: 0px;
}
@media (max-width: 1000px) {
  body.page-user-selections h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
@media (max-width: 768px) {
  body.page-user-selections h1 {
    font-size: 32px;
    line-height: 41px;
  }
}
body.page-user-selections .container .row {
  margin-bottom: 70px;
}
@media (max-width: 1000px) {
  body.page-user-selections .container .row {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  body.page-user-selections .container .row {
    margin-bottom: 40px;
  }
}
body.page-user-selections .container .heading .group-left {
  float: left;
  width: calc(100% - 300px);
}
body.page-user-selections .container .heading .group-right {
  float: right;
  width: 300px;
  text-align: right;
}
@media (max-width: 768px) {
  body.page-user-selections .container .heading .group-left,
  body.page-user-selections .container .heading .group-right {
    width: 100%;
    float: none;
    text-align: left;
  }
  body.page-user-selections .container .heading .group-left {
    margin-bottom: 20px;
  }
}
body.page-user-selections .container .buy-all {
  text-align: right;
}
body.page-user-selections .container .buy-all a.button {
  display: block;
  float: right;
  margin-bottom: 10px;
  clear: right;
}
body.page-user-selections .titles-template-grid .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-streamable,
body.page-user-selections .titles-template-grid .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-downloadable,
body.page-user-selections .titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-streamable,
body.page-user-selections .titles-template-list .node--type-title.node--view-mode-teaser .group-more-info .group-other-info .field-name-field-downloadable {
  display: block;
}

body.path-user:not(.user-logged-in) #page .layout-content {
  padding-bottom: 0;
}
body.path-user:not(.user-logged-in) #page #main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100svh;
  background: #71DBD5;
}
body.path-user:not(.user-logged-in) #page #main .layout-content,
body.path-user:not(.user-logged-in) #page #main .layout-content > div,
body.path-user:not(.user-logged-in) #page #main .form-page {
  width: 100%;
  height: 100%;
}
body.path-user:not(.user-logged-in) #page #main .form-page > .container {
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.path-user:not(.user-logged-in) #users-registration-confirmation {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
body.path-user:not(.user-logged-in) #users-registration-confirmation h1 {
  text-align: center;
  color: #FFFFFF;
}
body.path-user:not(.user-logged-in) #user-pass-reset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
body.path-user:not(.user-logged-in) #user-register-form #step2, body.path-user:not(.user-logged-in) #user-register-form #edit-actions {
  display: none;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type--wrapper--description {
  display: inline-block;
  margin-top: 50px;
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: left;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type--wrapper--description a {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type {
  display: flex;
  gap: 0 4%;
}
@media (max-width: 768px) {
  body.path-user:not(.user-logged-in) #user-register-form #edit-account-type {
    flex-direction: column;
  }
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type .form-type-radio {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
}
@media (max-width: 768px) {
  body.path-user:not(.user-logged-in) #user-register-form #edit-account-type .form-type-radio {
    width: 100%;
    max-width: 320px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] {
  position: absolute;
  left: -999999px;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 25px/2;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  line-height: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  text-align: left;
  padding: 0 15px;
  color: #FFFFFF;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label.transparent {
  background: transparent;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label:hover, body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
@media (max-width: 640px) {
  body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label {
    font-size: 21px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label.reversed {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #fff;
  text-decoration: none;
  border-color: #000;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label.reversed:hover, body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label.reversed.transparent:hover {
  font-size: 14px;
  color: white;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 15px;
  text-transform: uppercase;
  text-align: center;
  background: #000;
  text-decoration: none;
  border-color: #fff;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label:before {
  content: "";
  display: none;
}
body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label:hover {
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  border-radius: 0;
  line-height: 50px;
  border: none;
  text-align: left;
  color: #000000;
}
@media (max-width: 768px) {
  body.path-user:not(.user-logged-in) #user-register-form #edit-account-type input[type=radio] + label {
    font-size: 18px;
  }
}
body.path-user:not(.user-logged-in) #user-login-form,
body.path-user:not(.user-logged-in) #user-register-form {
  position: relative;
  z-index: 2;
  padding: 0;
  color: #FFFFFF;
}
body.path-user:not(.user-logged-in) #user-login-form > .container,
body.path-user:not(.user-logged-in) #user-register-form > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1000px) {
  body.path-user:not(.user-logged-in) #user-login-form > .container .row.register-form > .columns,
  body.path-user:not(.user-logged-in) #user-register-form > .container .row.register-form > .columns {
    width: 100%;
  }
}
body.path-user:not(.user-logged-in) #user-login-form h1,
body.path-user:not(.user-logged-in) #user-register-form h1 {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
  line-height: 17px;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
  padding: 0;
}
body.path-user:not(.user-logged-in) #user-login-form p,
body.path-user:not(.user-logged-in) #user-register-form p {
  color: #FFFFFF;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item,
body.path-user:not(.user-logged-in) #user-register-form .form-item {
  width: 100%;
  display: block;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item label,
body.path-user:not(.user-logged-in) #user-register-form .form-item label {
  display: none;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item.form-type-checkbox label, body.path-user:not(.user-logged-in) #user-login-form .form-item.form-type-radio label,
body.path-user:not(.user-logged-in) #user-register-form .form-item.form-type-checkbox label,
body.path-user:not(.user-logged-in) #user-register-form .form-item.form-type-radio label {
  display: block;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item .password-strength,
body.path-user:not(.user-logged-in) #user-register-form .form-item .password-strength {
  margin-bottom: 20px;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item .password-strength .password-strength__meter,
body.path-user:not(.user-logged-in) #user-register-form .form-item .password-strength .password-strength__meter {
  margin-top: 0;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item .password-strength .password-strength__indicator.is-weak,
body.path-user:not(.user-logged-in) #user-register-form .form-item .password-strength .password-strength__indicator.is-weak {
  background-color: #ff0033;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item .password-strength .password-strength__indicator.is-good,
body.path-user:not(.user-logged-in) #user-register-form .form-item .password-strength .password-strength__indicator.is-good {
  background-color: #ffbd45;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item .password-strength .password-strength__indicator.is-strong,
body.path-user:not(.user-logged-in) #user-register-form .form-item .password-strength .password-strength__indicator.is-strong {
  background-color: #00ae00;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item .password-strength .password-strength__title,
body.path-user:not(.user-logged-in) #user-register-form .form-item .password-strength .password-strength__title {
  display: none;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item .password-suggestions ul li,
body.path-user:not(.user-logged-in) #user-register-form .form-item .password-suggestions ul li {
  margin-bottom: 2px;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item input,
body.path-user:not(.user-logged-in) #user-register-form .form-item input {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-size: 20px;
  line-height: 24px;
  color: #979797;
  text-align: left;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item input.error,
body.path-user:not(.user-logged-in) #user-register-form .form-item input.error {
  border: 2px solid #ff0000;
}
body.path-user:not(.user-logged-in) #user-login-form .form-item input[name="pass[pass1]"],
body.path-user:not(.user-logged-in) #user-register-form .form-item input[name="pass[pass1]"] {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.path-user:not(.user-logged-in) #user-login-form .form-item input,
  body.path-user:not(.user-logged-in) #user-register-form .form-item input {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  body.path-user:not(.user-logged-in) #user-login-form .form-item input,
  body.path-user:not(.user-logged-in) #user-register-form .form-item input {
    font-size: 14px;
  }
}
body.path-user:not(.user-logged-in) #user-login-form .form-type-checkbox,
body.path-user:not(.user-logged-in) #user-register-form .form-type-checkbox {
  margin-top: 5px;
}
body.path-user:not(.user-logged-in) #user-login-form .form-type-checkbox input[type=checkbox] + label:before,
body.path-user:not(.user-logged-in) #user-register-form .form-type-checkbox input[type=checkbox] + label:before {
  content: "";
}
body.path-user:not(.user-logged-in) #user-login-form .form-type-checkbox input[type=checkbox]:checked + label:before,
body.path-user:not(.user-logged-in) #user-register-form .form-type-checkbox input[type=checkbox]:checked + label:before {
  background: #979797;
}
body.path-user:not(.user-logged-in) #user-login-form .form-actions,
body.path-user:not(.user-logged-in) #user-register-form .form-actions {
  display: flex;
  width: 100%;
  gap: 0 4%;
  text-align: left;
  margin-top: 20px;
}
body.path-user:not(.user-logged-in) #user-login-form .form-actions input[type=submit],
body.path-user:not(.user-logged-in) #user-register-form .form-actions input[type=submit] {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  line-height: 24px;
}
body.path-user:not(.user-logged-in) #user-login-form .form-actions a,
body.path-user:not(.user-logged-in) #user-register-form .form-actions a {
  background-color: rgba(0, 0, 0, 0.5);
}
body.path-user:not(.user-logged-in) #user-login-form .form-actions input[type=submit], body.path-user:not(.user-logged-in) #user-login-form .form-actions a,
body.path-user:not(.user-logged-in) #user-register-form .form-actions input[type=submit],
body.path-user:not(.user-logged-in) #user-register-form .form-actions a {
  display: inline-block;
  width: 50%;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}
body.path-user:not(.user-logged-in) #user-login-form .form-actions input[type=submit]:only-child, body.path-user:not(.user-logged-in) #user-login-form .form-actions a:only-child,
body.path-user:not(.user-logged-in) #user-register-form .form-actions input[type=submit]:only-child,
body.path-user:not(.user-logged-in) #user-register-form .form-actions a:only-child {
  width: auto;
}
body.path-user:not(.user-logged-in) #user-login-form .form-actions input[type=submit]:hover, body.path-user:not(.user-logged-in) #user-login-form .form-actions a:hover,
body.path-user:not(.user-logged-in) #user-register-form .form-actions input[type=submit]:hover,
body.path-user:not(.user-logged-in) #user-register-form .form-actions a:hover {
  color: #000000;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  body.path-user:not(.user-logged-in) #user-login-form .form-actions input[type=submit], body.path-user:not(.user-logged-in) #user-login-form .form-actions a,
  body.path-user:not(.user-logged-in) #user-register-form .form-actions input[type=submit],
  body.path-user:not(.user-logged-in) #user-register-form .form-actions a {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  body.path-user:not(.user-logged-in) #user-login-form .form-actions input[type=submit], body.path-user:not(.user-logged-in) #user-login-form .form-actions a,
  body.path-user:not(.user-logged-in) #user-register-form .form-actions input[type=submit],
  body.path-user:not(.user-logged-in) #user-register-form .form-actions a {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  body.path-user:not(.user-logged-in) #user-login-form .form-actions,
  body.path-user:not(.user-logged-in) #user-register-form .form-actions {
    flex-direction: column;
    gap: 10px 0;
  }
  body.path-user:not(.user-logged-in) #user-login-form .form-actions input[type=submit], body.path-user:not(.user-logged-in) #user-login-form .form-actions a,
  body.path-user:not(.user-logged-in) #user-register-form .form-actions input[type=submit],
  body.path-user:not(.user-logged-in) #user-register-form .form-actions a {
    width: 100%;
  }
}
body.path-user:not(.user-logged-in) #user-login-form .bottom-action-links,
body.path-user:not(.user-logged-in) #user-register-form .bottom-action-links {
  margin-top: 60px;
  text-align: left;
}
body.path-user:not(.user-logged-in) #user-login-form .bottom-action-links a,
body.path-user:not(.user-logged-in) #user-register-form .bottom-action-links a {
  font-size: 14px;
  color: #000000;
  font-family: "Rubik", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  -webkit-font-smoothing: antialiased; /* WebKit  */
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  body.path-user:not(.user-logged-in) #user-login-form .bottom-action-links,
  body.path-user:not(.user-logged-in) #user-register-form .bottom-action-links {
    margin-top: 40px;
  }
}
@media (max-width: 550px) {
  body.path-user:not(.user-logged-in) #user-login-form .bottom-action-links,
  body.path-user:not(.user-logged-in) #user-register-form .bottom-action-links {
    margin-top: 20px;
  }
}
body.path-user:not(.user-logged-in) .captcha {
  margin-top: 20px;
}
@media (max-width: 399px) {
  body.path-user:not(.user-logged-in) .captcha {
    transform: scale(0.8);
    transform-origin: left;
  }
}
body.path-user:not(.user-logged-in) #captcha-notice {
  margin-top: 20px;
  font-size: 14px;
}
body.path-user:not(.user-logged-in) #captcha-notice a {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: underline;
}
body.path-user:not(.user-logged-in) #random-background-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
body.path-user:not(.user-logged-in) #random-background-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.path-user:not(.user-logged-in) #random-background-slider ul li {
  margin: 0;
  padding: 0;
}
body.path-user:not(.user-logged-in) #random-background-slider picture, body.path-user:not(.user-logged-in) #random-background-slider img {
  width: 100%;
  height: 100%;
}
body.path-user:not(.user-logged-in) #random-background-slider img {
  object-fit: cover;
}
body.path-user:not(.user-logged-in) #back-to-top-btn {
  display: none;
}

/*# sourceMappingURL=styles.css.map */