/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */x-object-fit {
  position: relative !important;
  display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}/*======================================
  Selectric v1.11.1
======================================*/.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  background: #F8F8F8;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}/* Items box */.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */.mejs__offscreen {
  border: 0;
  clip: rect( 1px, 1px, 1px, 1px );
  -webkit-clip-path: inset( 50% );
  clip-path: inset( 50% );
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs__container {
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs__container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}/* Hide native play button and control bar from iOS to favor plugin button */.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs__fill-container,.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs__container:focus {
  outline: none;
}

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs__embed,.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs__fullscreen {
  overflow: hidden !important;
}

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}/* Start: LAYERS */.mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs__poster-img {
  display: none;
}

.mejs__poster-img {
  border: 0;
  padding: 0;
}

.mejs__overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs__layer {
  z-index: 1;
}

.mejs__overlay-play {
  cursor: pointer;
}

.mejs__overlay-button {
  background: url('mejs-controls.svg') no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}

.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url('mejs-controls.svg') -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}/* End: LAYERS *//* Start: CONTROL BAR */.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,.mejs__time,.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}

.mejs__button > button {
  background: transparent url('mejs-controls.svg');
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}/* :focus for accessibility */.mejs__button > button:focus {
  outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus,.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}/* End: CONTROL BAR *//* Start: Time (Current / Duration) */.mejs__time {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}/* End: Time (Current / Duration) *//* Start: Play/Pause/Stop */.mejs__play > button {
  background-position: 0 0;
}

.mejs__pause > button {
  background-position: -20px 0;
}

.mejs__replay > button {
  background-position: -160px 0;
}/* End: Play/Pause/Stop *//* Start: Progress Bar */.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  -o-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  -o-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs__time-handle,.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}

.mejs__long-video .mejs__time-float-current {
  width: 60px;
}

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}/* End: Progress Bar *//* Start: Fullscreen */.mejs__fullscreen-button > button {
  background-position: -80px 0;
}

.mejs__unfullscreen > button {
  background-position: -100px 0;
}/* End: Fullscreen *//* Start: Mute/Volume */.mejs__mute > button {
  background-position: -60px 0;
}

.mejs__unmute > button {
  background-position: -40px 0;
}

.mejs__volume-button {
  position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs__horizontal-volume-handle {
  display: none;
}/* End: Mute/Volume *//* Start: Track (Captions and Chapters) */.mejs__captions-button,.mejs__chapters-button {
  position: relative;
}

.mejs__captions-button > button {
  background-position: -140px 0;
}

.mejs__chapters-button > button {
  background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}

.mejs__captions-selector-list,.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}

.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

.mejs__captions-selector-label,.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}

.mejs__captions-selected,.mejs__chapters-selected {
  color: rgba(33, 248, 248, 1);
}

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs__captions-position-hover {
  bottom: 35px;
}

.mejs__captions-text,.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}/* End: Track (Captions and Chapters) *//* Start: Error */.mejs__overlay-error {
  position: relative;
}

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs__cannotplay,.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs__cannotplay {
  position: relative;
}

.mejs__cannotplay p,.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}/* End: Error *//* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */.mejs-offscreen {
  border: 0;
  clip: rect( 1px, 1px, 1px, 1px );
  -webkit-clip-path: inset( 50% );
  clip-path: inset( 50% );
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.mejs-container {
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.mejs-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}/* Hide native play button and control bar from iOS to favor plugin button */.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mejs-fill-container,.mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%;
}

.mejs-fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mejs-container:focus {
  outline: none;
}

.mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.mejs-embed,.mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.mejs-fullscreen {
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}/* Start: LAYERS */.mejs-background {
  left: 0;
  position: absolute;
  top: 0;
}

.mejs-mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

:root .mejs-poster-img {
  display: none;
}

.mejs-poster-img {
  border: 0;
  padding: 0;
}

.mejs-overlay {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.mejs-layer {
  z-index: 1;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  background: url('mejs-controls.svg') no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}

.mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px -39px;
}

.mejs-overlay-loading {
  height: 80px;
  width: 80px;
}

.mejs-overlay-loading-bg-img {
  -webkit-animation: mejs-loading-spinner 1s linear infinite;
  animation: mejs-loading-spinner 1s linear infinite;
  background: transparent url('mejs-controls.svg') -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}/* End: LAYERS *//* Start: CONTROL BAR */.mejs-controls {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.mejs-controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs-button,.mejs-time,.mejs-time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}

.mejs-button > button {
  background: transparent url('mejs-controls.svg');
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}/* :focus for accessibility */.mejs-button > button:focus {
  outline: dotted 1px #999;
}

.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus,.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}/* End: CONTROL BAR *//* Start: Time (Current / Duration) */.mejs-time {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}/* End: Time (Current / Duration) *//* Start: Play/Pause/Stop */.mejs-play > button {
  background-position: 0 0;
}

.mejs-pause > button {
  background-position: -20px 0;
}

.mejs-replay > button {
  background-position: -160px 0;
}/* End: Play/Pause/Stop *//* Start: Progress Bar */.mejs-time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}

.mejs-time-total,.mejs-time-buffering,.mejs-time-loaded,.mejs-time-current,.mejs-time-float,.mejs-time-hovered,.mejs-time-float-current,.mejs-time-float-corner,.mejs-time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}

.mejs-time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%;
}

.mejs-time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}

.mejs-time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.mejs-time-current,.mejs-time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.mejs-time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.mejs-time-current,.mejs-time-buffering,.mejs-time-loaded,.mejs-time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  -o-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}

.mejs-time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mejs-time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  -o-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs-time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}

.mejs-time-handle,.mejs-time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}

.mejs-time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}

.mejs-time-rail:hover .mejs-time-handle-content,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail .mejs-time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mejs-time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}

.mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.mejs-time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.mejs-long-video .mejs-time-float {
  margin-left: -23px;
  width: 64px;
}

.mejs-long-video .mejs-time-float-current {
  width: 60px;
}

.mejs-broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}/* End: Progress Bar *//* Start: Fullscreen */.mejs-fullscreen-button > button {
  background-position: -80px 0;
}

.mejs-unfullscreen > button {
  background-position: -100px 0;
}/* End: Fullscreen *//* Start: Mute/Volume */.mejs-mute > button {
  background-position: -60px 0;
}

.mejs-unmute > button {
  background-position: -40px 0;
}

.mejs-volume-button {
  position: relative;
}

.mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.mejs-volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}

.mejs-volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.mejs-volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}

.mejs-horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}

.mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}

.mejs-horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mejs-horizontal-volume-handle {
  display: none;
}/* End: Mute/Volume *//* Start: Track (Captions and Chapters) */.mejs-captions-button,.mejs-chapters-button {
  position: relative;
}

.mejs-captions-button > button {
  background-position: -140px 0;
}

.mejs-chapters-button > button {
  background-position: -180px 0;
}

.mejs-captions-button > .mejs-captions-selector,.mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

.mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -55px;
  width: 110px;
}

.mejs-captions-selector-list,.mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}

.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs-captions-selector-input,.mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

.mejs-captions-selector-label,.mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}

.mejs-captions-selected,.mejs-chapters-selected {
  color: rgba(33, 248, 248, 1);
}

.mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text,.mejs-captions-text * {
  background: rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none;
}/* End: Track (Captions and Chapters) *//* Start: Error */.mejs-overlay-error {
  position: relative;
}

.mejs-overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mejs-cannotplay,.mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.mejs-cannotplay {
  position: relative;
}

.mejs-cannotplay p,.mejs-cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}/* End: Error */.heading:after,.grid .row:after,.section:after {
  content: "";
  display: block;
  clear: both;
}

._hide-text,.menu-pagination ul a span,.text-more .button-toggle span {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

._s {
  display: none;
}

._m {
  display: none;
}

._l {
  display: none;
}

._xl {
  display: none;
}

._xxl {
  display: none;
}

._only-s {
  display: initial;
}

._show {
  display: block;
}

._hide {
  display: none;
}

._hover-zoom-in {
  overflow: hidden;
}

._hover-zoom-in:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

._hover-zoom-in img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}/* ==========================================================================
   Normalize.scss settings
   ========================================================================== *//**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 *//* Base
   ========================================================================== *//**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */html {
  font-family: sans-serif;
 /* 1 */
  -ms-text-size-adjust: 100%;
 /* 2 */
  -webkit-text-size-adjust: 100%;
 /* 2 */;
}/**
 * Remove default margin.
 */body {
  margin: 0;
}/* HTML5 display definitions
   ========================================================================== *//**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */audio,canvas,progress,video {
  display: inline-block;
 /* 1 */
  vertical-align: baseline;
 /* 2 */;
}/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */audio:not([controls]) {
  display: none;
  height: 0;
}/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */[hidden],template {
  display: none;
}/* Links
   ========================================================================== *//**
 * Remove the gray background color from active links in IE 10.
 */a {
  background-color: transparent;
}/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */a:active,a:hover {
  outline: 0;
}/* Text-level semantics
   ========================================================================== *//**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */abbr[title] {
  border-bottom: 1px dotted;
}/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */b,strong {
  font-weight: bold;
}/**
 * Address styling not present in Safari and Chrome.
 */dfn {
  font-style: italic;
}/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */h1 {
  font-size: 2em;
  margin: 0.67em 0;
}/**
 * Addresses styling not present in IE 8/9.
 */mark {
  background: #ff0;
  color: #000;
}/**
 * Address inconsistent and variable font size in all browsers.
 */small {
  font-size: 80%;
}/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}/* Embedded content
   ========================================================================== *//**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */img {
  border: 0;
}/**
 * Correct overflow not hidden in IE 9/10/11.
 */svg:not(:root) {
  overflow: hidden;
}/* Grouping content
   ========================================================================== *//**
 * Address margin not present in IE 8/9 and Safari.
 */figure {
  margin: 1em 40px;
}/**
 * Address differences between Firefox and other browsers.
 */hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}/**
 * Contain overflow in all browsers.
 */pre {
  overflow: auto;
}/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}/* Forms
   ========================================================================== *//**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 *//**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */button,input,optgroup,select,textarea {
  color: inherit;
 /* 1 */
  font: inherit;
 /* 2 */
  margin: 0;
 /* 3 */;
}/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */button {
  overflow: visible;
}/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */button,select {
  text-transform: none;
}/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
 /* 2 */
  cursor: pointer;
 /* 3 */;
}/**
 * Re-set default cursor for disabled elements.
 */button[disabled],html input[disabled] {
  cursor: default;
}/**
 * Remove inner padding and border in Firefox 4+.
 */button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */input {
  line-height: normal;
}/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */input[type="checkbox"],input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */input[type="search"] {-webkit-appearance: textfield; /* 1 */-webkit-box-sizing: content-box;box-sizing: content-box; /* 2 */}/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}/**
 * Define consistent border, margin, and padding.
 */fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */legend {
  border: 0;
 /* 1 */
  padding: 0;
 /* 2 */;
}/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */textarea {
  overflow: auto;
}/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */optgroup {font-weight: bold;}/* Tables
   ========================================================================== *//**
 * Remove most spacing between table cells.
 */table {border-collapse: collapse;border-spacing: 0;}td,th {padding: 0;}h1,h2,h3,h4,h5,h6 {font-weight: 300;}h1 {font-size: 30px;font-size: 3rem;}h2 {font-size: 26px;font-size: 2.6rem;}h3 {font-size: 24px;font-size: 2.4rem;}h4 {font-size: 22px;font-size: 2.2rem;}h5 {font-size: 20px;font-size: 2rem;}h6 {font-size: 18px;font-size: 1.8rem;}p {font-size: 16px;font-size: 1.6rem;font-weight: 300;}a {color: #AE0B1D;}a > span,a > .icon {vertical-align: bottom;}.icon span {display: none;}.shape.plus {width: 10px;width: 1rem;height: 10px;height: 1rem;display: inline-block;position: relative;}.shape.plus:before,.shape.plus:after {content: "";width: 10px;width: 1rem;height: 2px;height: 0.2rem;background: #000000;display: block;position: absolute;left: 0;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);-webkit-transition: -webkit-transform 0.3s;transition: -webkit-transform 0.3s;-o-transition: transform 0.3s;transition: transform 0.3s;transition: transform 0.3s, -webkit-transform 0.3s;}.shape.plus:after {-webkit-transform: translate(0, -50%) rotate(90deg);-ms-transform: translate(0, -50%) rotate(90deg);transform: translate(0, -50%) rotate(90deg);}[class*="button"] {text-decoration: none;}.button-square,.button-white {padding: 12px 20px;padding: 1.2rem 2rem;display: inline-block;}.button-white {color: #900014;background: #FFFFFF;-webkit-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}.button-white:hover {color: #323232;}.button-menu,.button-close {width: 56px;width: 5.6rem;height: 56px;height: 5.6rem;line-height: 56px;line-height: 5.6rem;color: #000000;text-align: center;font-size: 24px;font-size: 2.4rem;background: #FFFFFF;display: block;}.button-close {color: #FFFFFF;background: #393939;}.button-plus {max-width: 120px;max-width: 12rem;text-align: center;color: #393939;font-size: 14px;font-size: 1.4rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}.button-plus,.button-plus .icon,.button-plus span {margin: 0 auto;display: block;}.button-plus .icon {font-size: 28px;font-size: 2.8rem;}.button-rounded {padding: 4px 16px;padding: 0.4rem 1.6rem;font-size: 11px;font-size: 1.1rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;border-radius: 20px 20px;display: inline-block;-webkit-transition: color 0.3s, background 0.3s;-o-transition: color 0.3s, background 0.3s;transition: color 0.3s, background 0.3s;}.button-rounded .icon,.button-rounded span {vertical-align: middle;}.button-rounded .icon-play,.button-rounded .icon-download {height: 19px;height: 1.9rem;margin: 0 0 0 -5px;margin: 0 0 0 -0.5rem;display: inline-block;}.button-rounded .icon-play {font-size: 15px;font-size: 1.5rem;}.button-rounded .icon-download {font-size: 16px;font-size: 1.6rem;}.button-rounded.-white {color: #FFFFFF;border: 1px solid #FFFFFF;}.button-rounded.-white:hover {color: #393939;background: #FFFFFF;}.button-rounded.-red {color: #900014;border: 1px solid #900014;}.button-rounded.-red:hover {color: #F9F9F9;background: #900014;}.button-play {width: 54px;width: 5.4rem;height: 54px;height: 5.4rem;text-align: center;color: #FFFFFF;font-size: 24px;font-size: 2.4rem;display: block;border: 1px solid #FFFFFF;border-radius: 100%;position: relative;}.button-play .icon {margin: -15px 0 0 -15px;text-align: center;display: block;position: absolute;left: 50%;top: 50%;}.button-podcast {padding: 8px;padding: 0.8rem;color: #000000;font-size: 11px;font-size: 1.1rem;background: #FFFFFF;border-bottom: 1px solid #F9F9F9;border-bottom: 0.1rem solid #F9F9F9;display: block;}.button-podcast:hover strong {color: #AE0B1D;}.button-podcast strong {margin: 0 0 2px 0;margin: 0 0 0.2rem 0;font-family: "Oswald", sans-serif;font-size: 10px;font-size: 1rem;font-weight: 500;display: block;-webkit-transition: color 0.2s;-o-transition: color 0.2s;transition: color 0.2s;}.button-podcast em {font-style: normal;}.button-podcast .icon {width: 16px;width: 1.6rem;height: 16px;height: 1.6rem;font-size: 8px;font-size: 0.8rem;line-height: 12px;line-height: 1.2rem;text-align: center;vertical-align: middle;border: 1px solid #000000;border-radius: 100%;display: inline-block;}.button-social,.button-gplus,.button-facebook,.button-twitter,.button-youtube,.button-instagram,.button-linkedin,.button-email,.button-whatsapp {width: 36px;width: 3.6rem;height: 36px;height: 3.6rem;font-size: 14px;font-size: 1.4rem;line-height: 33px;line-height: 3.3rem;color: #484f59;text-align: center;text-decoration: none;border: 1px solid #484f59;border-radius: 50%;display: block;-webkit-transition: color 0.3s, border-color 0.3s;-o-transition: color 0.3s, border-color 0.3s;transition: color 0.3s, border-color 0.3s;}.button-gplus:hover {color: #d34836;border: 1px solid #d34836;}.button-gplus .icon {font-size: 20px;font-size: 2rem;}.button-facebook:hover {color: #3b5998;border: 1px solid #3b5998;}.button-facebook .icon {font-size: 15px;font-size: 1.5rem;}.button-twitter:hover {color: #1dcaff;border: 1px solid #1dcaff;}.button-twitter .icon {font-size: 21px;font-size: 2.1rem;}.button-youtube:hover {color: #FE0002;border: 1px solid #FE0002;}.button-youtube .icon {font-size: 18px;font-size: 1.8rem;}.button-instagram:hover {color: #d34836;border: 1px solid #d34836;}.button-instagram .icon {font-size: 17px;font-size: 1.7rem;}.button-linkedin:hover {color: #0077B5;border: 1px solid #0077B5;}.button-linkedin .icon {font-size: 15px;font-size: 1.5rem;}.button-email:hover {color: #AE0B1D;border: 1px solid #AE0B1D;}.button-email .icon {font-size: 19px;font-size: 1.9rem;}.button-whatsapp:hover {color: #25D366;border: 1px solid #25D366;}.button-whatsapp .icon {font-size: 17px;font-size: 1.7rem;}.button-icon {width: 40px;width: 4rem;height: 40px;height: 4rem;line-height: 40px;line-height: 4rem;color: #FFFFFF;text-align: center;background: #AE0B1D;}.button-icon .icon-play,.button-icon .icon-photo,.button-icon .icon-headphone {font-size: 24px;font-size: 2.4rem;}.modal {width: 100%;height: 0;background: #FFFFFF;overflow: hidden;position: fixed;left: 0;top: 0;z-index: 9999;}.modal > .button-close-modal {z-index: 1;}.modal > .container {width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.modal > .container > .content {width: 100%;opacity: 0;-webkit-transform: translate(0, 30%);-ms-transform: translate(0, 30%);transform: translate(0, 30%);}.modal > .container > .content > * {margin: 0 auto;display: block !important;}.modal.-image > .container {height: 100%;}.modal.-modal-choose-country {background: transparent;-webkit-transition: height 0.3s 0.3s step-end;-o-transition: height 0.3s 0.3s step-end;transition: height 0.3s 0.3s step-end;}.modal.-modal-choose-country > .button-close-modal {display: none;}.modal.-modal-choose-country > .container {height: 100%;}.modal.-modal-choose-country > .container > .content {height: 100%;background: #FFFFFF;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-transform: translate(0, 80%);-ms-transform: translate(0, 80%);transform: translate(0, 80%);-webkit-transition: opacity 0.3s, -webkit-transform 0.8s;transition: opacity 0.3s, -webkit-transform 0.8s;-o-transition: opacity 0.3s, transform 0.8s;transition: opacity 0.3s, transform 0.8s;transition: opacity 0.3s, transform 0.8s, -webkit-transform 0.8s;}.show-modal,.show-modal body {overflow: hidden !important;}.show-modal .modal {height: 100%;overflow: auto;-webkit-transition: height 0.3s step-start;-o-transition: height 0.3s step-start;transition: height 0.3s step-start;}.show-modal .modal > .container > .content {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;-o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;}.show-modal .modal.-modal-choose-country .button-choose-country > .icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}.slick-slider {position: relative;display: block;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;}.slick-slider .slick-track,.slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: block;}.slick-track:before,.slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide img {display: block;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}.slick-slider.slick-initialized .slick-slide {height: auto;min-height: inherit;overflow: hidden;}.slick-slider.slick-initialized .slick-dots {display: block;}.slick-dots {height: 20px;height: 2rem;margin: 0;padding: 0;text-align: center;list-style: none;display: none;}.slick-dots > li {width: 10px;width: 1rem;height: 10px;height: 1rem;margin: 0 4px;margin: 0 0.4rem;background: #BCBCBC;border-radius: 50%;display: inline-block;cursor: pointer;-webkit-transition: width 0.4s, border-radius 0.4s;-o-transition: width 0.4s, border-radius 0.4s;transition: width 0.4s, border-radius 0.4s;outline: none;}.slick-dots > li.slick-active {background: #FFFFFF;}.slick-dots > li > button {opacity: 0;}.slick-prev,.slick-next {margin: 0;border: 0;padding: 0;display: inline-block;vertical-align: middle;white-space: normal;background: none;line-height: 1;-webkit-transition: -webkit-transform 0.1s;transition: -webkit-transform 0.1s;-o-transition: transform 0.1s;transition: transform 0.1s;transition: transform 0.1s, -webkit-transform 0.1s;pointer-events: auto;}.slick-prev:hover,.slick-next:hover {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);position: relative;z-index: 1;}.slick-prev.slick-disabled,.slick-next.slick-disabled {opacity: 0.5;}.slick-prev.slick-disabled:hover,.slick-next.slick-disabled:hover {-webkit-transform: none;-ms-transform: none;transform: none;}.slick-prev .icon,.slick-next .icon {font-size: 17px;font-size: 1.7rem;}.slick-browse {position: relative;pointer-events: none;}.slick-browse .slick-prev,.slick-browse .slick-next {text-decoration: none;display: block;position: absolute;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}.slick-browse .slick-prev:hover,.slick-browse .slick-next:hover {-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}.slick-browse .slick-prev {left: 0;}.slick-browse .slick-next {right: 0;}form { /* Remove the stupid outer glow in Webkit */ /* Box Sizing Reset */ /* All of our custom controls should be what we expect them to be */ /* These elements are usually rendered a certain way by the browser */ /* Text Inputs */ /* checkbox & radio */ /* Button Controls */ /* File Uploads */ /* Turn off the recent search for webkit. It adds about 15px padding on the left */ /* Buttons */ /* IE8 and FF freak out if this rule is within another selector */ /* Textarea */ /* Selects */}form input::-webkit-input-placeholder {color: #313131;}form input::-moz-placeholder {color: #313131;}form input:-ms-input-placeholder {color: #313131;}form input:-moz-placeholder {color: #313131;}form input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}form input,form label,form select,form button,form textarea {margin: 0;border: 0;padding: 0;display: inline-block;vertical-align: middle;white-space: normal;background: none;line-height: 1;}form input:focus,form select:focus {outline: 0;}form input,form textarea {-webkit-box-sizing: border-box;box-sizing: border-box;}form button,form input[type=reset],form input[type=button],form input[type=submit],form input[type=checkbox],form input[type=radio],form select {-webkit-box-sizing: border-box;box-sizing: border-box;}form input[type=date],form input[type=datetime],form input[type=datetime-local],form input[type=email],form input[type=month],form input[type=number],form input[type=password],form input[type=range],form input[type=search],form input[type=tel],form input[type=text],form input[type=time],form input[type=url],form input[type=week] {border-radius: 0;}form input[type=checkbox],form input[type=radio] {opacity: 0;position: absolute;}form input[type=checkbox],form input[type=checkbox] + label,form input[type=radio],form input[type=radio] + label {vertical-align: middle;display: inline-block;cursor: pointer;}form input[type=checkbox] + label,form input[type=radio] + label {position: relative;}form input[type=checkbox] + label:before,form input[type=radio] + label:before {content: "";width: 20px;height: 20px;padding: 2px;margin-right: 10px;text-align: center;vertical-align: middle;background: #fff;border: 1px solid #313131;display: inline-block;}form input[type=radio] + label:before {border-radius: 50%;}form input[type=checkbox]:checked + label:before {content: "";color: #FFFFFF;background: #FFFFFF url("../img/form/checked.svg") no-repeat center;background-size: 70% auto;}form input[type=radio]:checked + label:before {content: "\25CF";color: #000000;font-size: 23px;line-height: 10px;}form input[type=checkbox],form input[type=radio] {width: 13px;height: 13px;}form ::-webkit-search-decoration {display: none;}form button,form input[type="reset"],form input[type="button"],form input[type="submit"] {width: auto;}form button[disabled] {opacity: 0.1;-webkit-transition: opacity 0.3s;-o-transition: opacity 0.3s;transition: opacity 0.3s;}form label,form span.error,form .error a {font-size: 13px;font-size: 1.3rem;font-weight: 400;}form ::-webkit-file-upload-button {padding: 0;background: none;border: 0;}form textarea { /* Move the label to the top */vertical-align: top; /* Turn off scroll bars in IE unless needed */overflow: auto;}form select[multiple] {vertical-align: top;}form fieldset {border: none;}form .selectize-control input { /*display: none !important;*/}form .selectric-wrapper {line-height: 14px;line-height: 1.4rem;text-align: left;}form .selectric-wrapper > .selectric {padding: 10px 15px;padding: 1rem 1.5rem;font-size: 14px;font-size: 1.4rem;font-family: "Oswald", sans-serif;background: none;border: 1px solid #BCBCBC;border: 0.1rem solid #BCBCBC;}form .selectric-wrapper > .selectric > .label,form .selectric-wrapper > .selectric > .button {vertical-align: middle;}form .selectric-wrapper > .selectric > .label {height: auto;margin: 0;color: #000000;font-weight: 400;line-height: normal;display: inline-block;position: relative;}form .selectric-wrapper > .selectric > .button {width: 14px;width: 1.4rem;height: 12px;height: 1.2rem;margin-left: 15px;margin-left: 1.5rem;font-size: 0;background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAHCAYAAADTcMcaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNGM0RDRTZGRDEwNzExRTc4OTAyQTRGMEQxODA5REUyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNGM0RDRTcwRDEwNzExRTc4OTAyQTRGMEQxODA5REUyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0YzRENFNkREMTA3MTFFNzg5MDJBNEYwRDE4MDlERTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0YzRENFNkVEMTA3MTFFNzg5MDJBNEYwRDE4MDlERTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4PwpQxAAAAjElEQVR42mI0NDRcwcDAMBWIDzMQBnZAnM0EJPqAGKTRmYAGkPxykHqQplNA7AvEC4DYA4cGD6g8SN1JJqjgOSD2BuLZQOyHpsEPKu4NVcfAgiR5CYjdgHgHELMB8RogDoY6HyR+HaaQBc3U61AFu4DYHuocEP8msiImLO4HKXAEYj0gdkLXAAIAAQYAETAYpeEoBkUAAAAASUVORK5CYII=) no-repeat center;display: inline-block;position: relative;left: inherit;top: inherit;right: inherit;}form .selectric-wrapper > .selectric > .button:after {display: none;}form .selectric-wrapper > .selectric-items {margin-top: -1px;color: #BCBCBC;background: #FFFFFF;border: 1px solid #BCBCBC;opacity: 0;-webkit-transition: opacity 0.4s ease;-o-transition: opacity 0.4s ease;transition: opacity 0.4s ease;}form .selectric-wrapper > .selectric-items > .selectric-scroll > ul {padding: 10px 0;padding: 1rem 0;font-size: 12px;font-size: 1.2rem;font-family: "Oswald", sans-serif;display: block;}form .selectric-wrapper > .selectric-items > .selectric-scroll > ul li {margin: 0;padding: 8px 15px;padding: 0.8rem 1.5rem;display: block;-webkit-transition: color 0.2s ease, background 0.2s ease;-o-transition: color 0.2s ease, background 0.2s ease;transition: color 0.2s ease, background 0.2s ease;}form .selectric-wrapper > .selectric-items > .selectric-scroll > ul li:hover,form .selectric-wrapper > .selectric-items > .selectric-scroll > ul li.selected {color: #000000;background: transparent;}form .selectric-wrapper.selectric-open > .selectric > .label:after {width: 100%;}form .selectric-wrapper.selectric-open > .selectric > .button {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}form .selectric-wrapper.selectric-open > .selectric-items {opacity: 1;}form .error {-webkit-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s; /* checkbox & radio */}form .error a,form .error label {color: #AE0B1D;}form .error input[type=checkbox].error + label,form .error input[type=radio].error + label {color: #000000;}form .error input[type=checkbox].error + label:before,form .error input[type=radio].error + label:before {border: 1px solid #AE0B1D;}a,a:active,a:focus,button,button:focus,button:active,.btn,.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn.focus:active,.btn.active.focus {outline: none;outline: 0;}select:-moz-focusring {color: transparent;text-shadow: 0 0 0 #000;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;}.slick-slide {outline: none;}html {font-size: 62.5%;text-rendering: optimizeLegibility;-webkit-box-sizing: border-box;box-sizing: border-box;}*,*:before,*:after {-webkit-box-sizing: inherit;box-sizing: inherit;}body {font-size: 16px;font-size: 1.6rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: #F9F9F9;}img,video,iframe {max-width: 100%;display: block;}.page {max-width: 1366px;max-width: 136.6rem;margin: 0 auto;}.main-wrapper {min-height: 100vh;margin: 56px 0 64px;margin: 5.6rem 0 6.4rem;position: relative;overflow: hidden;}.top-container {width: 100%;position: fixed;bottom: 0;z-index: 999;}.top-container .button-podcast {height: 100%;display: none;position: absolute;top: 0;right: 0;}.adminimal-admin-toolbar #toolbar-administration {position: relative;z-index: 9999;}.main-container {max-width: 1200px;max-width: 120rem;}.landing .card-related,.landing .card-author {max-width: 380px;max-width: 38rem;margin: 20px auto;margin: 2rem auto;}/*a, input, button {
    &:focus {
        border: 1px solid lime;
    }
}*/.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker,.mejs__horizontal-volume-total,.mejs__horizontal-volume-current {border-radius: 0;}.mejs__container {max-width: 100%;}.mejs__controls {padding: 0 5px;}.mejs__time-rail {margin: 0 6px;overflow: hidden;}.mejs__overlay-button {background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDAwcHgiIGhlaWdodD0iMTIwcHgiIHZpZXdCb3g9IjAgMCA0MDAgMTIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MDAgMTIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNS4zMDksOS43MDVjMC4yNCwwLjA2LDAuMzIsMC4yOTksMC4xNiwwLjQ3OGMtMC4wOCwwLjA2LTAuMDgsMC4xMTktMC4xNiwwLjExOWwtOS4xMTcsNC4xODMNCgljLTAuNCwwLjE3OS0wLjY0LDAuMDYtMC42NC0wLjI5OVY1LjgyYzAtMC4yOTksMC4zMi0wLjQ3OCwwLjY0LTAuMjk5TDE1LjMwOSw5LjcwNXoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNi4yNSw1LjAwOWgxLjM3NWMwLjM3NSwwLDAuNjI1LDAuMjUsMC42MjUsMC42MjV2OC43NWMwLDAuMzc1LTAuMjUsMC42MjUtMC42MjUsMC42MjVIMjYuMjUNCgljLTAuMzc1LDAtMC42MjUtMC4yNS0wLjYyNS0wLjYyNXYtOC43NUMyNS42MjUsNS4zMjIsMjUuODc1LDUuMDA5LDI2LjI1LDUuMDA5eiBNMzIuMzc1LDUuMDA5aDEuMzc1DQoJYzAuMzc1LDAsMC42MjUsMC4yNSwwLjYyNSwwLjYyNXY4Ljc1YzAsMC4zNzUtMC4yNSwwLjYyNS0wLjYyNSwwLjYyNWgtMS4zNzVjLTAuMzc1LDAtMC42MjUtMC4yNS0wLjYyNS0wLjYyNXYtOC43NQ0KCUMzMS43NSw1LjMyMiwzMiw1LjAwOSwzMi4zNzUsNS4wMDl6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODQuOTAxLDUuNTcxYzAtMC4zMzcsMC4yMjUtMC41NjEsMC41NjEtMC41NjFoMy4wMzNjMC4zMzcsMCwwLjM5MywwLjE2OCwwLjE2OCwwLjM5M2wtMy4zNzEsMy4zNzENCgljLTAuMjI0LDAuMjI0LTAuMzkyLDAuMTY4LTAuMzkyLTAuMTY5VjUuNTcxeiBNODQuOTAxLDE0LjQ0NmMwLDAuMzM3LDAuMjI1LDAuNTYxLDAuNTYxLDAuNTYxaDMuMDMzDQoJYzAuMzM3LDAsMC4zOTMtMC4xNjgsMC4xNjgtMC4zOTNsLTMuMzcxLTMuMzcxYy0wLjIyNS0wLjIyNS0wLjM5My0wLjE2OC0wLjM5MywwLjE2OEM4NC45MDEsMTEuNDEzLDg0LjkwMSwxNC40NDYsODQuOTAxLDE0LjQ0NnoNCgkgTTk0Ljg5OSw1LjU3MWMwLTAuMzM3LTAuMjI1LTAuNTYxLTAuNTYxLTAuNTYxaC0zLjAzM2MtMC4zMzcsMC0wLjM5MywwLjE2OC0wLjE2OCwwLjM5M2wzLjM3MSwzLjM3MQ0KCWMwLjIyNCwwLjIyNCwwLjM5MiwwLjE2OCwwLjM5Mi0wLjE2OVY1LjU3MXogTTk0Ljg5OSwxNC40NDZjMCwwLjMzNy0wLjIyNSwwLjU2MS0wLjU2MSwwLjU2MWgtMy4wMzMNCgljLTAuMzM3LDAtMC4zOTMtMC4xNjgtMC4xNjgtMC4zOTNsMy4zNzEtMy4zNzFjMC4yMjUtMC4yMjUsMC4zOTMtMC4xNjgsMC4zOTMsMC4xNjhDOTQuODk5LDExLjQxMyw5NC44OTksMTQuNDQ2LDk0Ljg5OSwxNC40NDZ6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTExLjQwNSw3LjY3OGMwLDAuMzQ1LDAuMjMsMC41NzYsMC41NzYsMC41NzZoMi4zNTljMC4zNDUsMCwwLjQwMy0wLjE3MywwLjE3My0wLjQwM2wtMi43MDQtMi43MDQNCgljLTAuMjMtMC4yMy0wLjQwMy0wLjE3My0wLjQwMywwLjE3M1Y3LjY3OHogTTEwNy4zMiw4LjI1NGMwLjM0NSwwLDAuNTc2LTAuMjMsMC41NzYtMC41NzZWNS4zMTljMC0wLjM0NS0wLjE3My0wLjQwMy0wLjQwMy0wLjE3Mw0KCWwtMi43MDQsMi43MDRjLTAuMjMsMC4yMy0wLjE3MywwLjQwMywwLjE3MywwLjQwM0gxMDcuMzJ6IE0xMDcuODk1LDEyLjMzOWMwLTAuMzQ1LTAuMjMtMC41NzYtMC41NzYtMC41NzZoLTIuMzU5DQoJYy0wLjM0NSwwLTAuNDAzLDAuMTczLTAuMTczLDAuNDAzbDIuNzA0LDIuNzA0YzAuMjMsMC4yMywwLjQwMywwLjE3MywwLjQwMy0wLjE3M0MxMDcuODk1LDE0LjY5OCwxMDcuODk1LDEyLjMzOSwxMDcuODk1LDEyLjMzOXoNCgkgTTExMS45OCwxMS43NjNjLTAuMzQ1LDAtMC41NzYsMC4yMy0wLjU3NiwwLjU3NnYyLjM1OWMwLDAuMjg3LDAuMTczLDAuNDAzLDAuNDAzLDAuMTczbDIuNzA0LTIuNzA0DQoJYzAuMjMtMC4yMywwLjE3My0wLjQwMy0wLjE3My0wLjQwM0MxMTQuMzM5LDExLjc2MywxMTEuOTgsMTEuNzYzLDExMS45OCwxMS43NjN6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNjcuOTcxLDcuMzg4Yy0wLjI5OCwwLjIzOS0wLjcxNSwwLjM1Ny0xLjA3MSwwLjM1N2gtMS45MDVjLTAuMzU3LDAtMC41OTUsMC4yMzktMC41OTUsMC41OTV2My4zOTQNCgljMCwwLjM1NywwLjIzOSwwLjU5NSwwLjU5NSwwLjU5NWgyLjVjMC4xNzksMC4xMTksMC4yOTgsMC4yMzksMC40NzYsMC4zNTdsMi4wODQsMS41NDhjMC4yMzksMC4xNzksMC40NzYsMC4wNiwwLjQ3Ni0wLjIzOVY2LjAyDQoJYzAtMC4yOTgtMC4yMzktMC40MTYtMC40NzYtMC4yMzlMNjcuOTcxLDcuMzg4eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTcyLjA3OSw1LjM5N2MwLDAsMi4zMjEtMC40NzYsMi4zMjEsNC41ODRzLTIuMzIxLDQuNjQ0LTIuMzIxLDQuNjQ0Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNzEuMzA1LDcuNzE4YzAsMCwxLjU0OC0wLjIzOSwxLjU0OCwyLjI2MnMtMS41NDgsMi4zMjEtMS41NDgsMi4zMjEiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00OC4wODgsNy40NTFDNDcuNzk3LDcuNjgzLDQ3LjM5LDcuOCw0Ny4wNDIsNy44aC0xLjg2MWMtMC4zNDksMC0wLjU4MSwwLjIzMi0wLjU4MSwwLjU4MXYzLjMxNA0KCWMwLDAuMzQ5LDAuMjMyLDAuNTgxLDAuNTgxLDAuNTgxaDIuNDQyYzAuMTc0LDAuMTE3LDAuMjkxLDAuMjMyLDAuNDY1LDAuMzQ5bDIuMDM1LDEuNTEyYzAuMjMyLDAuMTc0LDAuNDY1LDAuMDU4LDAuNDY1LTAuMjMyDQoJdi03Ljc5YzAtMC4yOTEtMC4yMzItMC40MDctMC40NjUtMC4yMzJMNDguMDg4LDcuNDUxeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUxLjQ2MSw4LjQzOGwzLjEzOSwzLjEzOSBNNTEuNDYxLDExLjU3OUw1NC42LDguNDM5Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTI5LjI2Nyw4Ljk3NGMtMy4zODgtMi4yOTUtMy41NTIsNC4yNjIsMCwyLjEzMSBNMTMyLjgxOSw4Ljk3NGMtMy4zODgtMi4yOTUtMy41NTIsNC4yNjIsMCwyLjEzMSIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNS43MTUsNi40ODRoOC41Nzl2Ny4xNThoLTguNTc5VjYuNDg0eiBNMTI0Ljk1LDUuNzE5djguNTc5aDEwVjUuNzE5SDEyNC45NXoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDYuMzExLDYuMTJoNy43NzdjMC42MTEsMCwxLjExMSwwLjUsMS4xMTEsMS4xMTF2NS41NTVjMCwwLjYxMS0wLjUsMS4xMTEtMS4xMTEsMS4xMTFoLTcuNzc3DQoJYy0wLjYxMSwwLTEuMTExLTAuNS0xLjExMS0xLjExMVY3LjIzMUMxNDUuMiw2LjYyLDE0NS43LDYuMTIsMTQ2LjMxMSw2LjEyeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE0OC4wODksMTEuODZjLTAuNDQ0LDAtMC44ODktMC4yMjItMS4xNjctMC41NTVjLTAuNjExLTAuNzc4LTAuNTU1LTEuODg5LDAuMDU1LTIuNjY3DQoJYzAuMjc4LTAuMzM0LDEuMTExLTAuOTQ0LDIuNTU2LDAuMTExTDE0OS4yLDkuMTkzYy0wLjc3OC0wLjU1NS0xLjQ0NC0wLjYxMS0xLjgzMy0wLjE2NmMtMC40NDQsMC41NTUtMC40NDQsMS4zMzMtMC4wNTUsMS45NDQNCgljMC4zODksMC41LDEuMDU1LDAuNDQ0LDEuODg5LTAuMDU1bDAuMjc4LDAuNUMxNDkuMDg5LDExLjY5MywxNDguNTg5LDExLjgwNSwxNDguMDg5LDExLjg2TDE0OC4wODksMTEuODZ6IE0xNTIuMjU2LDExLjg2DQoJYy0wLjQ0NCwwLTAuODg5LTAuMjIyLTEuMTY3LTAuNTU1Yy0wLjYxMS0wLjc3OC0wLjU1NS0xLjg4OSwwLjA1NS0yLjY2N2MwLjI3OC0wLjMzNCwxLjExMS0wLjk0NCwyLjU1NiwwLjExMWwtMC4yNzgsMC40NDQNCgljLTAuNzc4LTAuNTU1LTEuNDQ0LTAuNjExLTEuODMzLTAuMTY2Yy0wLjQ0NCwwLjU1NS0wLjQ0NCwxLjMzMy0wLjA1NSwxLjk0NGMwLjM4OSwwLjUsMS4wNTUsMC40NDQsMS44ODktMC4wNTVsMC4yNzgsMC41DQoJQzE1My4yNTYsMTEuNjkzLDE1Mi43NTYsMTEuODA1LDE1Mi4yNTYsMTEuODZMMTUyLjI1NiwxMS44NnoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02MC4zLDc3YzAuNiwwLjIsMC44LDAuOCwwLjYsMS40Yy0wLjEsMC4zLTAuMywwLjUtMC42LDAuNkwzMCw5Ni41Yy0xLDAuNi0xLjcsMC4xLTEuNy0xdi0zNQ0KCWMwLTEuMSwwLjgtMS41LDEuNy0xTDYwLjMsNzd6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMi41LDc5YzAtMjAuNywxNi44LTM3LjUsMzcuNS0zNy41Uzc3LjUsNTguMyw3Ny41LDc5UzYwLjcsMTE2LjUsNDAsMTE2LjVTMi41LDk5LjcsMi41LDc5eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE0MC4zLDc3YzAuNiwwLjIsMC44LDAuOCwwLjYsMS40Yy0wLjEsMC4zLTAuMywwLjUtMC42LDAuNkwxMTAsOTYuNWMtMSwwLjYtMS43LDAuMS0xLjctMXYtMzUNCgljMC0xLjEsMC44LTEuNSwxLjctMUwxNDAuMyw3N3oiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik04Mi41LDc5YzAtMjAuNywxNi44LTM3LjUsMzcuNS0zNy41czM3LjUsMTYuOCwzNy41LDM3LjVzLTE2LjgsMzcuNS0zNy41LDM3LjVTODIuNSw5OS43LDgyLjUsNzl6Ii8+DQo8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMDEuOSIgY3k9IjQ3LjEiIHI9IjguMSIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMjMzLjkiIGN5PSI3OSIgcj0iNSIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMjAxLjkiIGN5PSIxMTAuOSIgcj0iNiIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMTcwLjEiIGN5PSI3OSIgcj0iNyIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMTc4LjIiIGN5PSI1Ni4zIiByPSI3LjUiLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjIyNi4zIiBjeT0iNTYuMSIgcj0iNC41Ii8+DQo8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMjUuOCIgY3k9IjEwMi44IiByPSI1LjUiLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjE3OC4yIiBjeT0iMTAyLjgiIHI9IjYuNSIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE3NC41OTEsMTEuNDQ2YzAsMC4yMjktMC4yMjksMC4zOTktMC41MTMsMC4zOTljLTAuMDU3LDAtMC4xMTQsMC0wLjExNC0wLjA1N2wtMi43OTYtMS4wMjgNCgljLTAuMjg2LTAuMTE0LTAuMzQzLTAuMzQzLTAuMDU3LTAuNDU2bDMuNTM5LTIuMDU0YzAuMjg2LTAuMTcxLDAuNDU2LTAuMDU3LDAuMzk5LDAuMjg2TDE3NC41OTEsMTEuNDQ2TDE3NC41OTEsMTEuNDQ2eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE2OS42ODMsMTMuMzEyYy0wLjU3LDAtMS4xNDItMC4xMTQtMS42NTUtMC4zOTljLTEuMTQyLTAuNTctMS44MjctMS43MTItMS44MjctMi45NjcNCgljMC4wNTctMS45NDEsMS42NTUtMy40MjUsMy41OTUtMy40MjVjMS40MjcsMC4wNTcsMi43NCwwLjk3LDMuMTk2LDIuMzRsMC4wNTctMC4wNTdsMS4xOTgsMC42MjgNCgljLTAuMzQzLTIuNTExLTIuNjgzLTQuMjgxLTUuMTkzLTMuOTM4Yy0yLjIyNiwwLjM0My0zLjkzOCwyLjIyNi0zLjk5NSw0LjUwOGMwLDEuNjU1LDAuOTcsMy4xOTYsMi40NTQsMy45OTUNCgljMC42ODUsMC4zNDMsMS40MjcsMC41MTMsMi4xNjgsMC41N2MxLjQ4NCwwLDIuODUzLTAuNjg1LDMuNzY2LTEuODg0bC0xLjAyOC0wLjUxM0MxNzEuNzM4LDEyLjg1NSwxNzAuNzEsMTMuMzEyLDE2OS42ODMsMTMuMzEyDQoJTDE2OS42ODMsMTMuMzEyeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE4Ni4xMDMsNi4wOTNjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNFMxODYuNTg2LDcuOSwxODYuMTAzLDcuOWMtMC40ODIsMC0wLjkwNC0wLjQyMS0wLjkwNC0wLjkwNA0KCUMxODUuMiw2LjQ1NSwxODUuNjIyLDYuMDkzLDE4Ni4xMDMsNi4wOTN6IE0xODkuMTc2LDYuMDkzaDUuMTJjMC41NDIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNFMxOTQuNzc4LDcuOSwxOTQuMjk2LDcuOWgtNS4xMg0KCWMtMC41NDIsMC0wLjkwNC0wLjQyMS0wLjkwNC0wLjkwNEMxODguMjEyLDYuNDU1LDE4OC42MzQsNi4wOTMsMTg5LjE3Niw2LjA5M3ogTTE4Ni4xMDMsOS4xMDVjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNA0KCXMtMC40MjEsMC45MDQtMC45MDQsMC45MDRjLTAuNDgyLDAtMC45MDQtMC40MjEtMC45MDQtMC45MDRDMTg1LjIsOS40NjcsMTg1LjYyMiw5LjEwNSwxODYuMTAzLDkuMTA1eiBNMTg5LjE3Niw5LjEwNWg1LjEyDQoJYzAuNTQyLDAsMC45MDQsMC40MjEsMC45MDQsMC45MDRzLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0aC01LjEyYy0wLjU0MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0DQoJQzE4OC4yMTIsOS40NjcsMTg4LjYzNCw5LjEwNSwxODkuMTc2LDkuMTA1eiBNMTg2LjEwMywxMi4xMTdjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNGMwLDAuNDgyLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0DQoJYy0wLjQ4MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0QzE4NS4yLDEyLjQ3OSwxODUuNjIyLDEyLjExNywxODYuMTAzLDEyLjExN3ogTTE4OS4xNzYsMTIuMTE3aDUuMTINCgljMC41NDIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNGMwLDAuNDgyLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0aC01LjEyYy0wLjU0MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0DQoJQzE4OC4yMTIsMTIuNDc5LDE4OC42MzQsMTIuMTE3LDE4OS4xNzYsMTIuMTE3eiIvPg0KPC9zdmc+DQo=) no-repeat;}.mejs__overlay-loading-bg-img {background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDAwcHgiIGhlaWdodD0iMTIwcHgiIHZpZXdCb3g9IjAgMCA0MDAgMTIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MDAgMTIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNS4zMDksOS43MDVjMC4yNCwwLjA2LDAuMzIsMC4yOTksMC4xNiwwLjQ3OGMtMC4wOCwwLjA2LTAuMDgsMC4xMTktMC4xNiwwLjExOWwtOS4xMTcsNC4xODMNCgljLTAuNCwwLjE3OS0wLjY0LDAuMDYtMC42NC0wLjI5OVY1LjgyYzAtMC4yOTksMC4zMi0wLjQ3OCwwLjY0LTAuMjk5TDE1LjMwOSw5LjcwNXoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNi4yNSw1LjAwOWgxLjM3NWMwLjM3NSwwLDAuNjI1LDAuMjUsMC42MjUsMC42MjV2OC43NWMwLDAuMzc1LTAuMjUsMC42MjUtMC42MjUsMC42MjVIMjYuMjUNCgljLTAuMzc1LDAtMC42MjUtMC4yNS0wLjYyNS0wLjYyNXYtOC43NUMyNS42MjUsNS4zMjIsMjUuODc1LDUuMDA5LDI2LjI1LDUuMDA5eiBNMzIuMzc1LDUuMDA5aDEuMzc1DQoJYzAuMzc1LDAsMC42MjUsMC4yNSwwLjYyNSwwLjYyNXY4Ljc1YzAsMC4zNzUtMC4yNSwwLjYyNS0wLjYyNSwwLjYyNWgtMS4zNzVjLTAuMzc1LDAtMC42MjUtMC4yNS0wLjYyNS0wLjYyNXYtOC43NQ0KCUMzMS43NSw1LjMyMiwzMiw1LjAwOSwzMi4zNzUsNS4wMDl6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODQuOTAxLDUuNTcxYzAtMC4zMzcsMC4yMjUtMC41NjEsMC41NjEtMC41NjFoMy4wMzNjMC4zMzcsMCwwLjM5MywwLjE2OCwwLjE2OCwwLjM5M2wtMy4zNzEsMy4zNzENCgljLTAuMjI0LDAuMjI0LTAuMzkyLDAuMTY4LTAuMzkyLTAuMTY5VjUuNTcxeiBNODQuOTAxLDE0LjQ0NmMwLDAuMzM3LDAuMjI1LDAuNTYxLDAuNTYxLDAuNTYxaDMuMDMzDQoJYzAuMzM3LDAsMC4zOTMtMC4xNjgsMC4xNjgtMC4zOTNsLTMuMzcxLTMuMzcxYy0wLjIyNS0wLjIyNS0wLjM5My0wLjE2OC0wLjM5MywwLjE2OEM4NC45MDEsMTEuNDEzLDg0LjkwMSwxNC40NDYsODQuOTAxLDE0LjQ0NnoNCgkgTTk0Ljg5OSw1LjU3MWMwLTAuMzM3LTAuMjI1LTAuNTYxLTAuNTYxLTAuNTYxaC0zLjAzM2MtMC4zMzcsMC0wLjM5MywwLjE2OC0wLjE2OCwwLjM5M2wzLjM3MSwzLjM3MQ0KCWMwLjIyNCwwLjIyNCwwLjM5MiwwLjE2OCwwLjM5Mi0wLjE2OVY1LjU3MXogTTk0Ljg5OSwxNC40NDZjMCwwLjMzNy0wLjIyNSwwLjU2MS0wLjU2MSwwLjU2MWgtMy4wMzMNCgljLTAuMzM3LDAtMC4zOTMtMC4xNjgtMC4xNjgtMC4zOTNsMy4zNzEtMy4zNzFjMC4yMjUtMC4yMjUsMC4zOTMtMC4xNjgsMC4zOTMsMC4xNjhDOTQuODk5LDExLjQxMyw5NC44OTksMTQuNDQ2LDk0Ljg5OSwxNC40NDZ6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTExLjQwNSw3LjY3OGMwLDAuMzQ1LDAuMjMsMC41NzYsMC41NzYsMC41NzZoMi4zNTljMC4zNDUsMCwwLjQwMy0wLjE3MywwLjE3My0wLjQwM2wtMi43MDQtMi43MDQNCgljLTAuMjMtMC4yMy0wLjQwMy0wLjE3My0wLjQwMywwLjE3M1Y3LjY3OHogTTEwNy4zMiw4LjI1NGMwLjM0NSwwLDAuNTc2LTAuMjMsMC41NzYtMC41NzZWNS4zMTljMC0wLjM0NS0wLjE3My0wLjQwMy0wLjQwMy0wLjE3Mw0KCWwtMi43MDQsMi43MDRjLTAuMjMsMC4yMy0wLjE3MywwLjQwMywwLjE3MywwLjQwM0gxMDcuMzJ6IE0xMDcuODk1LDEyLjMzOWMwLTAuMzQ1LTAuMjMtMC41NzYtMC41NzYtMC41NzZoLTIuMzU5DQoJYy0wLjM0NSwwLTAuNDAzLDAuMTczLTAuMTczLDAuNDAzbDIuNzA0LDIuNzA0YzAuMjMsMC4yMywwLjQwMywwLjE3MywwLjQwMy0wLjE3M0MxMDcuODk1LDE0LjY5OCwxMDcuODk1LDEyLjMzOSwxMDcuODk1LDEyLjMzOXoNCgkgTTExMS45OCwxMS43NjNjLTAuMzQ1LDAtMC41NzYsMC4yMy0wLjU3NiwwLjU3NnYyLjM1OWMwLDAuMjg3LDAuMTczLDAuNDAzLDAuNDAzLDAuMTczbDIuNzA0LTIuNzA0DQoJYzAuMjMtMC4yMywwLjE3My0wLjQwMy0wLjE3My0wLjQwM0MxMTQuMzM5LDExLjc2MywxMTEuOTgsMTEuNzYzLDExMS45OCwxMS43NjN6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNjcuOTcxLDcuMzg4Yy0wLjI5OCwwLjIzOS0wLjcxNSwwLjM1Ny0xLjA3MSwwLjM1N2gtMS45MDVjLTAuMzU3LDAtMC41OTUsMC4yMzktMC41OTUsMC41OTV2My4zOTQNCgljMCwwLjM1NywwLjIzOSwwLjU5NSwwLjU5NSwwLjU5NWgyLjVjMC4xNzksMC4xMTksMC4yOTgsMC4yMzksMC40NzYsMC4zNTdsMi4wODQsMS41NDhjMC4yMzksMC4xNzksMC40NzYsMC4wNiwwLjQ3Ni0wLjIzOVY2LjAyDQoJYzAtMC4yOTgtMC4yMzktMC40MTYtMC40NzYtMC4yMzlMNjcuOTcxLDcuMzg4eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTcyLjA3OSw1LjM5N2MwLDAsMi4zMjEtMC40NzYsMi4zMjEsNC41ODRzLTIuMzIxLDQuNjQ0LTIuMzIxLDQuNjQ0Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNzEuMzA1LDcuNzE4YzAsMCwxLjU0OC0wLjIzOSwxLjU0OCwyLjI2MnMtMS41NDgsMi4zMjEtMS41NDgsMi4zMjEiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00OC4wODgsNy40NTFDNDcuNzk3LDcuNjgzLDQ3LjM5LDcuOCw0Ny4wNDIsNy44aC0xLjg2MWMtMC4zNDksMC0wLjU4MSwwLjIzMi0wLjU4MSwwLjU4MXYzLjMxNA0KCWMwLDAuMzQ5LDAuMjMyLDAuNTgxLDAuNTgxLDAuNTgxaDIuNDQyYzAuMTc0LDAuMTE3LDAuMjkxLDAuMjMyLDAuNDY1LDAuMzQ5bDIuMDM1LDEuNTEyYzAuMjMyLDAuMTc0LDAuNDY1LDAuMDU4LDAuNDY1LTAuMjMyDQoJdi03Ljc5YzAtMC4yOTEtMC4yMzItMC40MDctMC40NjUtMC4yMzJMNDguMDg4LDcuNDUxeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUxLjQ2MSw4LjQzOGwzLjEzOSwzLjEzOSBNNTEuNDYxLDExLjU3OUw1NC42LDguNDM5Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTI5LjI2Nyw4Ljk3NGMtMy4zODgtMi4yOTUtMy41NTIsNC4yNjIsMCwyLjEzMSBNMTMyLjgxOSw4Ljk3NGMtMy4zODgtMi4yOTUtMy41NTIsNC4yNjIsMCwyLjEzMSIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNS43MTUsNi40ODRoOC41Nzl2Ny4xNThoLTguNTc5VjYuNDg0eiBNMTI0Ljk1LDUuNzE5djguNTc5aDEwVjUuNzE5SDEyNC45NXoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDYuMzExLDYuMTJoNy43NzdjMC42MTEsMCwxLjExMSwwLjUsMS4xMTEsMS4xMTF2NS41NTVjMCwwLjYxMS0wLjUsMS4xMTEtMS4xMTEsMS4xMTFoLTcuNzc3DQoJYy0wLjYxMSwwLTEuMTExLTAuNS0xLjExMS0xLjExMVY3LjIzMUMxNDUuMiw2LjYyLDE0NS43LDYuMTIsMTQ2LjMxMSw2LjEyeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE0OC4wODksMTEuODZjLTAuNDQ0LDAtMC44ODktMC4yMjItMS4xNjctMC41NTVjLTAuNjExLTAuNzc4LTAuNTU1LTEuODg5LDAuMDU1LTIuNjY3DQoJYzAuMjc4LTAuMzM0LDEuMTExLTAuOTQ0LDIuNTU2LDAuMTExTDE0OS4yLDkuMTkzYy0wLjc3OC0wLjU1NS0xLjQ0NC0wLjYxMS0xLjgzMy0wLjE2NmMtMC40NDQsMC41NTUtMC40NDQsMS4zMzMtMC4wNTUsMS45NDQNCgljMC4zODksMC41LDEuMDU1LDAuNDQ0LDEuODg5LTAuMDU1bDAuMjc4LDAuNUMxNDkuMDg5LDExLjY5MywxNDguNTg5LDExLjgwNSwxNDguMDg5LDExLjg2TDE0OC4wODksMTEuODZ6IE0xNTIuMjU2LDExLjg2DQoJYy0wLjQ0NCwwLTAuODg5LTAuMjIyLTEuMTY3LTAuNTU1Yy0wLjYxMS0wLjc3OC0wLjU1NS0xLjg4OSwwLjA1NS0yLjY2N2MwLjI3OC0wLjMzNCwxLjExMS0wLjk0NCwyLjU1NiwwLjExMWwtMC4yNzgsMC40NDQNCgljLTAuNzc4LTAuNTU1LTEuNDQ0LTAuNjExLTEuODMzLTAuMTY2Yy0wLjQ0NCwwLjU1NS0wLjQ0NCwxLjMzMy0wLjA1NSwxLjk0NGMwLjM4OSwwLjUsMS4wNTUsMC40NDQsMS44ODktMC4wNTVsMC4yNzgsMC41DQoJQzE1My4yNTYsMTEuNjkzLDE1Mi43NTYsMTEuODA1LDE1Mi4yNTYsMTEuODZMMTUyLjI1NiwxMS44NnoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02MC4zLDc3YzAuNiwwLjIsMC44LDAuOCwwLjYsMS40Yy0wLjEsMC4zLTAuMywwLjUtMC42LDAuNkwzMCw5Ni41Yy0xLDAuNi0xLjcsMC4xLTEuNy0xdi0zNQ0KCWMwLTEuMSwwLjgtMS41LDEuNy0xTDYwLjMsNzd6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMi41LDc5YzAtMjAuNywxNi44LTM3LjUsMzcuNS0zNy41Uzc3LjUsNTguMyw3Ny41LDc5UzYwLjcsMTE2LjUsNDAsMTE2LjVTMi41LDk5LjcsMi41LDc5eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE0MC4zLDc3YzAuNiwwLjIsMC44LDAuOCwwLjYsMS40Yy0wLjEsMC4zLTAuMywwLjUtMC42LDAuNkwxMTAsOTYuNWMtMSwwLjYtMS43LDAuMS0xLjctMXYtMzUNCgljMC0xLjEsMC44LTEuNSwxLjctMUwxNDAuMyw3N3oiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik04Mi41LDc5YzAtMjAuNywxNi44LTM3LjUsMzcuNS0zNy41czM3LjUsMTYuOCwzNy41LDM3LjVzLTE2LjgsMzcuNS0zNy41LDM3LjVTODIuNSw5OS43LDgyLjUsNzl6Ii8+DQo8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMDEuOSIgY3k9IjQ3LjEiIHI9IjguMSIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMjMzLjkiIGN5PSI3OSIgcj0iNSIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMjAxLjkiIGN5PSIxMTAuOSIgcj0iNiIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMTcwLjEiIGN5PSI3OSIgcj0iNyIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMTc4LjIiIGN5PSI1Ni4zIiByPSI3LjUiLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjIyNi4zIiBjeT0iNTYuMSIgcj0iNC41Ii8+DQo8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMjUuOCIgY3k9IjEwMi44IiByPSI1LjUiLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjE3OC4yIiBjeT0iMTAyLjgiIHI9IjYuNSIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE3NC41OTEsMTEuNDQ2YzAsMC4yMjktMC4yMjksMC4zOTktMC41MTMsMC4zOTljLTAuMDU3LDAtMC4xMTQsMC0wLjExNC0wLjA1N2wtMi43OTYtMS4wMjgNCgljLTAuMjg2LTAuMTE0LTAuMzQzLTAuMzQzLTAuMDU3LTAuNDU2bDMuNTM5LTIuMDU0YzAuMjg2LTAuMTcxLDAuNDU2LTAuMDU3LDAuMzk5LDAuMjg2TDE3NC41OTEsMTEuNDQ2TDE3NC41OTEsMTEuNDQ2eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE2OS42ODMsMTMuMzEyYy0wLjU3LDAtMS4xNDItMC4xMTQtMS42NTUtMC4zOTljLTEuMTQyLTAuNTctMS44MjctMS43MTItMS44MjctMi45NjcNCgljMC4wNTctMS45NDEsMS42NTUtMy40MjUsMy41OTUtMy40MjVjMS40MjcsMC4wNTcsMi43NCwwLjk3LDMuMTk2LDIuMzRsMC4wNTctMC4wNTdsMS4xOTgsMC42MjgNCgljLTAuMzQzLTIuNTExLTIuNjgzLTQuMjgxLTUuMTkzLTMuOTM4Yy0yLjIyNiwwLjM0My0zLjkzOCwyLjIyNi0zLjk5NSw0LjUwOGMwLDEuNjU1LDAuOTcsMy4xOTYsMi40NTQsMy45OTUNCgljMC42ODUsMC4zNDMsMS40MjcsMC41MTMsMi4xNjgsMC41N2MxLjQ4NCwwLDIuODUzLTAuNjg1LDMuNzY2LTEuODg0bC0xLjAyOC0wLjUxM0MxNzEuNzM4LDEyLjg1NSwxNzAuNzEsMTMuMzEyLDE2OS42ODMsMTMuMzEyDQoJTDE2OS42ODMsMTMuMzEyeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE4Ni4xMDMsNi4wOTNjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNFMxODYuNTg2LDcuOSwxODYuMTAzLDcuOWMtMC40ODIsMC0wLjkwNC0wLjQyMS0wLjkwNC0wLjkwNA0KCUMxODUuMiw2LjQ1NSwxODUuNjIyLDYuMDkzLDE4Ni4xMDMsNi4wOTN6IE0xODkuMTc2LDYuMDkzaDUuMTJjMC41NDIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNFMxOTQuNzc4LDcuOSwxOTQuMjk2LDcuOWgtNS4xMg0KCWMtMC41NDIsMC0wLjkwNC0wLjQyMS0wLjkwNC0wLjkwNEMxODguMjEyLDYuNDU1LDE4OC42MzQsNi4wOTMsMTg5LjE3Niw2LjA5M3ogTTE4Ni4xMDMsOS4xMDVjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNA0KCXMtMC40MjEsMC45MDQtMC45MDQsMC45MDRjLTAuNDgyLDAtMC45MDQtMC40MjEtMC45MDQtMC45MDRDMTg1LjIsOS40NjcsMTg1LjYyMiw5LjEwNSwxODYuMTAzLDkuMTA1eiBNMTg5LjE3Niw5LjEwNWg1LjEyDQoJYzAuNTQyLDAsMC45MDQsMC40MjEsMC45MDQsMC45MDRzLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0aC01LjEyYy0wLjU0MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0DQoJQzE4OC4yMTIsOS40NjcsMTg4LjYzNCw5LjEwNSwxODkuMTc2LDkuMTA1eiBNMTg2LjEwMywxMi4xMTdjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNGMwLDAuNDgyLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0DQoJYy0wLjQ4MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0QzE4NS4yLDEyLjQ3OSwxODUuNjIyLDEyLjExNywxODYuMTAzLDEyLjExN3ogTTE4OS4xNzYsMTIuMTE3aDUuMTINCgljMC41NDIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNGMwLDAuNDgyLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0aC01LjEyYy0wLjU0MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0DQoJQzE4OC4yMTIsMTIuNDc5LDE4OC42MzQsMTIuMTE3LDE4OS4xNzYsMTIuMTE3eiIvPg0KPC9zdmc+DQo=) -160px -40px no-repeat;}.mejs__time-float {display: none !important;}.mejs__time-total {outline: none;}.mejs__button > button {background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDAwcHgiIGhlaWdodD0iMTIwcHgiIHZpZXdCb3g9IjAgMCA0MDAgMTIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0MDAgMTIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNS4zMDksOS43MDVjMC4yNCwwLjA2LDAuMzIsMC4yOTksMC4xNiwwLjQ3OGMtMC4wOCwwLjA2LTAuMDgsMC4xMTktMC4xNiwwLjExOWwtOS4xMTcsNC4xODMNCgljLTAuNCwwLjE3OS0wLjY0LDAuMDYtMC42NC0wLjI5OVY1LjgyYzAtMC4yOTksMC4zMi0wLjQ3OCwwLjY0LTAuMjk5TDE1LjMwOSw5LjcwNXoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNi4yNSw1LjAwOWgxLjM3NWMwLjM3NSwwLDAuNjI1LDAuMjUsMC42MjUsMC42MjV2OC43NWMwLDAuMzc1LTAuMjUsMC42MjUtMC42MjUsMC42MjVIMjYuMjUNCgljLTAuMzc1LDAtMC42MjUtMC4yNS0wLjYyNS0wLjYyNXYtOC43NUMyNS42MjUsNS4zMjIsMjUuODc1LDUuMDA5LDI2LjI1LDUuMDA5eiBNMzIuMzc1LDUuMDA5aDEuMzc1DQoJYzAuMzc1LDAsMC42MjUsMC4yNSwwLjYyNSwwLjYyNXY4Ljc1YzAsMC4zNzUtMC4yNSwwLjYyNS0wLjYyNSwwLjYyNWgtMS4zNzVjLTAuMzc1LDAtMC42MjUtMC4yNS0wLjYyNS0wLjYyNXYtOC43NQ0KCUMzMS43NSw1LjMyMiwzMiw1LjAwOSwzMi4zNzUsNS4wMDl6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNODQuOTAxLDUuNTcxYzAtMC4zMzcsMC4yMjUtMC41NjEsMC41NjEtMC41NjFoMy4wMzNjMC4zMzcsMCwwLjM5MywwLjE2OCwwLjE2OCwwLjM5M2wtMy4zNzEsMy4zNzENCgljLTAuMjI0LDAuMjI0LTAuMzkyLDAuMTY4LTAuMzkyLTAuMTY5VjUuNTcxeiBNODQuOTAxLDE0LjQ0NmMwLDAuMzM3LDAuMjI1LDAuNTYxLDAuNTYxLDAuNTYxaDMuMDMzDQoJYzAuMzM3LDAsMC4zOTMtMC4xNjgsMC4xNjgtMC4zOTNsLTMuMzcxLTMuMzcxYy0wLjIyNS0wLjIyNS0wLjM5My0wLjE2OC0wLjM5MywwLjE2OEM4NC45MDEsMTEuNDEzLDg0LjkwMSwxNC40NDYsODQuOTAxLDE0LjQ0NnoNCgkgTTk0Ljg5OSw1LjU3MWMwLTAuMzM3LTAuMjI1LTAuNTYxLTAuNTYxLTAuNTYxaC0zLjAzM2MtMC4zMzcsMC0wLjM5MywwLjE2OC0wLjE2OCwwLjM5M2wzLjM3MSwzLjM3MQ0KCWMwLjIyNCwwLjIyNCwwLjM5MiwwLjE2OCwwLjM5Mi0wLjE2OVY1LjU3MXogTTk0Ljg5OSwxNC40NDZjMCwwLjMzNy0wLjIyNSwwLjU2MS0wLjU2MSwwLjU2MWgtMy4wMzMNCgljLTAuMzM3LDAtMC4zOTMtMC4xNjgtMC4xNjgtMC4zOTNsMy4zNzEtMy4zNzFjMC4yMjUtMC4yMjUsMC4zOTMtMC4xNjgsMC4zOTMsMC4xNjhDOTQuODk5LDExLjQxMyw5NC44OTksMTQuNDQ2LDk0Ljg5OSwxNC40NDZ6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTExLjQwNSw3LjY3OGMwLDAuMzQ1LDAuMjMsMC41NzYsMC41NzYsMC41NzZoMi4zNTljMC4zNDUsMCwwLjQwMy0wLjE3MywwLjE3My0wLjQwM2wtMi43MDQtMi43MDQNCgljLTAuMjMtMC4yMy0wLjQwMy0wLjE3My0wLjQwMywwLjE3M1Y3LjY3OHogTTEwNy4zMiw4LjI1NGMwLjM0NSwwLDAuNTc2LTAuMjMsMC41NzYtMC41NzZWNS4zMTljMC0wLjM0NS0wLjE3My0wLjQwMy0wLjQwMy0wLjE3Mw0KCWwtMi43MDQsMi43MDRjLTAuMjMsMC4yMy0wLjE3MywwLjQwMywwLjE3MywwLjQwM0gxMDcuMzJ6IE0xMDcuODk1LDEyLjMzOWMwLTAuMzQ1LTAuMjMtMC41NzYtMC41NzYtMC41NzZoLTIuMzU5DQoJYy0wLjM0NSwwLTAuNDAzLDAuMTczLTAuMTczLDAuNDAzbDIuNzA0LDIuNzA0YzAuMjMsMC4yMywwLjQwMywwLjE3MywwLjQwMy0wLjE3M0MxMDcuODk1LDE0LjY5OCwxMDcuODk1LDEyLjMzOSwxMDcuODk1LDEyLjMzOXoNCgkgTTExMS45OCwxMS43NjNjLTAuMzQ1LDAtMC41NzYsMC4yMy0wLjU3NiwwLjU3NnYyLjM1OWMwLDAuMjg3LDAuMTczLDAuNDAzLDAuNDAzLDAuMTczbDIuNzA0LTIuNzA0DQoJYzAuMjMtMC4yMywwLjE3My0wLjQwMy0wLjE3My0wLjQwM0MxMTQuMzM5LDExLjc2MywxMTEuOTgsMTEuNzYzLDExMS45OCwxMS43NjN6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNjcuOTcxLDcuMzg4Yy0wLjI5OCwwLjIzOS0wLjcxNSwwLjM1Ny0xLjA3MSwwLjM1N2gtMS45MDVjLTAuMzU3LDAtMC41OTUsMC4yMzktMC41OTUsMC41OTV2My4zOTQNCgljMCwwLjM1NywwLjIzOSwwLjU5NSwwLjU5NSwwLjU5NWgyLjVjMC4xNzksMC4xMTksMC4yOTgsMC4yMzksMC40NzYsMC4zNTdsMi4wODQsMS41NDhjMC4yMzksMC4xNzksMC40NzYsMC4wNiwwLjQ3Ni0wLjIzOVY2LjAyDQoJYzAtMC4yOTgtMC4yMzktMC40MTYtMC40NzYtMC4yMzlMNjcuOTcxLDcuMzg4eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTcyLjA3OSw1LjM5N2MwLDAsMi4zMjEtMC40NzYsMi4zMjEsNC41ODRzLTIuMzIxLDQuNjQ0LTIuMzIxLDQuNjQ0Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNzEuMzA1LDcuNzE4YzAsMCwxLjU0OC0wLjIzOSwxLjU0OCwyLjI2MnMtMS41NDgsMi4zMjEtMS41NDgsMi4zMjEiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00OC4wODgsNy40NTFDNDcuNzk3LDcuNjgzLDQ3LjM5LDcuOCw0Ny4wNDIsNy44aC0xLjg2MWMtMC4zNDksMC0wLjU4MSwwLjIzMi0wLjU4MSwwLjU4MXYzLjMxNA0KCWMwLDAuMzQ5LDAuMjMyLDAuNTgxLDAuNTgxLDAuNTgxaDIuNDQyYzAuMTc0LDAuMTE3LDAuMjkxLDAuMjMyLDAuNDY1LDAuMzQ5bDIuMDM1LDEuNTEyYzAuMjMyLDAuMTc0LDAuNDY1LDAuMDU4LDAuNDY1LTAuMjMyDQoJdi03Ljc5YzAtMC4yOTEtMC4yMzItMC40MDctMC40NjUtMC4yMzJMNDguMDg4LDcuNDUxeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUxLjQ2MSw4LjQzOGwzLjEzOSwzLjEzOSBNNTEuNDYxLDExLjU3OUw1NC42LDguNDM5Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTI5LjI2Nyw4Ljk3NGMtMy4zODgtMi4yOTUtMy41NTIsNC4yNjIsMCwyLjEzMSBNMTMyLjgxOSw4Ljk3NGMtMy4zODgtMi4yOTUtMy41NTIsNC4yNjIsMCwyLjEzMSIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNS43MTUsNi40ODRoOC41Nzl2Ny4xNThoLTguNTc5VjYuNDg0eiBNMTI0Ljk1LDUuNzE5djguNTc5aDEwVjUuNzE5SDEyNC45NXoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNDYuMzExLDYuMTJoNy43NzdjMC42MTEsMCwxLjExMSwwLjUsMS4xMTEsMS4xMTF2NS41NTVjMCwwLjYxMS0wLjUsMS4xMTEtMS4xMTEsMS4xMTFoLTcuNzc3DQoJYy0wLjYxMSwwLTEuMTExLTAuNS0xLjExMS0xLjExMVY3LjIzMUMxNDUuMiw2LjYyLDE0NS43LDYuMTIsMTQ2LjMxMSw2LjEyeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE0OC4wODksMTEuODZjLTAuNDQ0LDAtMC44ODktMC4yMjItMS4xNjctMC41NTVjLTAuNjExLTAuNzc4LTAuNTU1LTEuODg5LDAuMDU1LTIuNjY3DQoJYzAuMjc4LTAuMzM0LDEuMTExLTAuOTQ0LDIuNTU2LDAuMTExTDE0OS4yLDkuMTkzYy0wLjc3OC0wLjU1NS0xLjQ0NC0wLjYxMS0xLjgzMy0wLjE2NmMtMC40NDQsMC41NTUtMC40NDQsMS4zMzMtMC4wNTUsMS45NDQNCgljMC4zODksMC41LDEuMDU1LDAuNDQ0LDEuODg5LTAuMDU1bDAuMjc4LDAuNUMxNDkuMDg5LDExLjY5MywxNDguNTg5LDExLjgwNSwxNDguMDg5LDExLjg2TDE0OC4wODksMTEuODZ6IE0xNTIuMjU2LDExLjg2DQoJYy0wLjQ0NCwwLTAuODg5LTAuMjIyLTEuMTY3LTAuNTU1Yy0wLjYxMS0wLjc3OC0wLjU1NS0xLjg4OSwwLjA1NS0yLjY2N2MwLjI3OC0wLjMzNCwxLjExMS0wLjk0NCwyLjU1NiwwLjExMWwtMC4yNzgsMC40NDQNCgljLTAuNzc4LTAuNTU1LTEuNDQ0LTAuNjExLTEuODMzLTAuMTY2Yy0wLjQ0NCwwLjU1NS0wLjQ0NCwxLjMzMy0wLjA1NSwxLjk0NGMwLjM4OSwwLjUsMS4wNTUsMC40NDQsMS44ODktMC4wNTVsMC4yNzgsMC41DQoJQzE1My4yNTYsMTEuNjkzLDE1Mi43NTYsMTEuODA1LDE1Mi4yNTYsMTEuODZMMTUyLjI1NiwxMS44NnoiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02MC4zLDc3YzAuNiwwLjIsMC44LDAuOCwwLjYsMS40Yy0wLjEsMC4zLTAuMywwLjUtMC42LDAuNkwzMCw5Ni41Yy0xLDAuNi0xLjcsMC4xLTEuNy0xdi0zNQ0KCWMwLTEuMSwwLjgtMS41LDEuNy0xTDYwLjMsNzd6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMi41LDc5YzAtMjAuNywxNi44LTM3LjUsMzcuNS0zNy41Uzc3LjUsNTguMyw3Ny41LDc5UzYwLjcsMTE2LjUsNDAsMTE2LjVTMi41LDk5LjcsMi41LDc5eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE0MC4zLDc3YzAuNiwwLjIsMC44LDAuOCwwLjYsMS40Yy0wLjEsMC4zLTAuMywwLjUtMC42LDAuNkwxMTAsOTYuNWMtMSwwLjYtMS43LDAuMS0xLjctMXYtMzUNCgljMC0xLjEsMC44LTEuNSwxLjctMUwxNDAuMyw3N3oiLz4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik04Mi41LDc5YzAtMjAuNywxNi44LTM3LjUsMzcuNS0zNy41czM3LjUsMTYuOCwzNy41LDM3LjVzLTE2LjgsMzcuNS0zNy41LDM3LjVTODIuNSw5OS43LDgyLjUsNzl6Ii8+DQo8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMDEuOSIgY3k9IjQ3LjEiIHI9IjguMSIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMjMzLjkiIGN5PSI3OSIgcj0iNSIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMjAxLjkiIGN5PSIxMTAuOSIgcj0iNiIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMTcwLjEiIGN5PSI3OSIgcj0iNyIvPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMTc4LjIiIGN5PSI1Ni4zIiByPSI3LjUiLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjIyNi4zIiBjeT0iNTYuMSIgcj0iNC41Ii8+DQo8Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSIyMjUuOCIgY3k9IjEwMi44IiByPSI1LjUiLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjE3OC4yIiBjeT0iMTAyLjgiIHI9IjYuNSIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE3NC41OTEsMTEuNDQ2YzAsMC4yMjktMC4yMjksMC4zOTktMC41MTMsMC4zOTljLTAuMDU3LDAtMC4xMTQsMC0wLjExNC0wLjA1N2wtMi43OTYtMS4wMjgNCgljLTAuMjg2LTAuMTE0LTAuMzQzLTAuMzQzLTAuMDU3LTAuNDU2bDMuNTM5LTIuMDU0YzAuMjg2LTAuMTcxLDAuNDU2LTAuMDU3LDAuMzk5LDAuMjg2TDE3NC41OTEsMTEuNDQ2TDE3NC41OTEsMTEuNDQ2eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE2OS42ODMsMTMuMzEyYy0wLjU3LDAtMS4xNDItMC4xMTQtMS42NTUtMC4zOTljLTEuMTQyLTAuNTctMS44MjctMS43MTItMS44MjctMi45NjcNCgljMC4wNTctMS45NDEsMS42NTUtMy40MjUsMy41OTUtMy40MjVjMS40MjcsMC4wNTcsMi43NCwwLjk3LDMuMTk2LDIuMzRsMC4wNTctMC4wNTdsMS4xOTgsMC42MjgNCgljLTAuMzQzLTIuNTExLTIuNjgzLTQuMjgxLTUuMTkzLTMuOTM4Yy0yLjIyNiwwLjM0My0zLjkzOCwyLjIyNi0zLjk5NSw0LjUwOGMwLDEuNjU1LDAuOTcsMy4xOTYsMi40NTQsMy45OTUNCgljMC42ODUsMC4zNDMsMS40MjcsMC41MTMsMi4xNjgsMC41N2MxLjQ4NCwwLDIuODUzLTAuNjg1LDMuNzY2LTEuODg0bC0xLjAyOC0wLjUxM0MxNzEuNzM4LDEyLjg1NSwxNzAuNzEsMTMuMzEyLDE2OS42ODMsMTMuMzEyDQoJTDE2OS42ODMsMTMuMzEyeiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE4Ni4xMDMsNi4wOTNjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNFMxODYuNTg2LDcuOSwxODYuMTAzLDcuOWMtMC40ODIsMC0wLjkwNC0wLjQyMS0wLjkwNC0wLjkwNA0KCUMxODUuMiw2LjQ1NSwxODUuNjIyLDYuMDkzLDE4Ni4xMDMsNi4wOTN6IE0xODkuMTc2LDYuMDkzaDUuMTJjMC41NDIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNFMxOTQuNzc4LDcuOSwxOTQuMjk2LDcuOWgtNS4xMg0KCWMtMC41NDIsMC0wLjkwNC0wLjQyMS0wLjkwNC0wLjkwNEMxODguMjEyLDYuNDU1LDE4OC42MzQsNi4wOTMsMTg5LjE3Niw2LjA5M3ogTTE4Ni4xMDMsOS4xMDVjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNA0KCXMtMC40MjEsMC45MDQtMC45MDQsMC45MDRjLTAuNDgyLDAtMC45MDQtMC40MjEtMC45MDQtMC45MDRDMTg1LjIsOS40NjcsMTg1LjYyMiw5LjEwNSwxODYuMTAzLDkuMTA1eiBNMTg5LjE3Niw5LjEwNWg1LjEyDQoJYzAuNTQyLDAsMC45MDQsMC40MjEsMC45MDQsMC45MDRzLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0aC01LjEyYy0wLjU0MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0DQoJQzE4OC4yMTIsOS40NjcsMTg4LjYzNCw5LjEwNSwxODkuMTc2LDkuMTA1eiBNMTg2LjEwMywxMi4xMTdjMC40ODIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNGMwLDAuNDgyLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0DQoJYy0wLjQ4MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0QzE4NS4yLDEyLjQ3OSwxODUuNjIyLDEyLjExNywxODYuMTAzLDEyLjExN3ogTTE4OS4xNzYsMTIuMTE3aDUuMTINCgljMC41NDIsMCwwLjkwNCwwLjQyMSwwLjkwNCwwLjkwNGMwLDAuNDgyLTAuNDIxLDAuOTA0LTAuOTA0LDAuOTA0aC01LjEyYy0wLjU0MiwwLTAuOTA0LTAuNDIxLTAuOTA0LTAuOTA0DQoJQzE4OC4yMTIsMTIuNDc5LDE4OC42MzQsMTIuMTE3LDE4OS4xNzYsMTIuMTE3eiIvPg0KPC9zdmc+DQo=);}.mejs__pause > button {background-position: -20px 0;}.mejs__mute > button {background-position: -60px 0;}.mejs__unmute > button {background-position: -40px 0;}#dump {width: 100%;color: black;font-size: 12px;background: gray;display: block;overflow: auto;}#debug {width: 100%;padding: 4px 8px;padding: 0.4rem 0.8rem;color: black;text-align: right;font-size: 12px;font-size: 1.2rem;background: #FC7475;position: fixed;left: 0;bottom: 0;z-index: 999;opacity: 0.8;-webkit-box-sizing: border-box;box-sizing: border-box;}#debug:after {text-transform: uppercase;}.list-suggestion {overflow: hidden;}.list-suggestion .title,.list-suggestion a {font-size: 15px;font-size: 1.5rem;line-height: 20px;line-height: 2rem;font-family: "Oswald", sans-serif;font-weight: 300;}.list-suggestion .title {padding: 0;margin: 0 0 15px;margin: 0 0 1.5rem;color: #900014;}.list-suggestion a {margin: 0 0 13px;margin: 0 0 1.3rem;padding: 0 0 17px;padding: 0 0 1.7rem;color: #313131;text-decoration: none;border-bottom: 1px solid #BCBCBC;display: block;-webkit-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}.list-suggestion a:last-child {margin-bottom: 0;}.list-suggestion a:hover {color: #900014;}.list-news .content .row .col,.list-blog .content .row .col,.list-related .content .row .col,.list-podcast .content .row .col {min-height: auto !important;margin: 0 0 20px;margin: 0 0 2rem;}.list-blog .content .row .col,.list-related .content .row .col,.list-news .content .row .col,.list-podcast .content .row .col {display: none;opacity: 0;-webkit-transform: translateY(10%);-ms-transform: translateY(10%);transform: translateY(10%);}.list-blog .content .row .col.show,.list-related .content .row .col.show,.list-news .content .row .col.show,.list-podcast .content .row .col.show {display: block;}.list-blog .content .row .col.fade-in,.list-related .content .row .col.fade-in,.list-news .content .row .col.fade-in,.list-podcast .content .row .col.fade-in {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);-webkit-transition: opacity 0.6s, -webkit-transform 0.4s;transition: opacity 0.6s, -webkit-transform 0.4s;-o-transition: opacity 0.6s, transform 0.4s;transition: opacity 0.6s, transform 0.4s;transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;}.list-blog .content .row .col.-s-12,.list-related .content .row .col.-s-12,.list-news .content .row .col.-s-12,.list-podcast .content .row .col.-s-12 {display: block;opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.list-event-table h1,.list-event-table h2,.list-event-table h3,.list-event-table h4,.list-event-table h5,.list-event-table h6,.list-event-table p {margin: 0;}.list-event-table h1,.list-event-table h2,.list-event-table h3,.list-event-table h4,.list-event-table h5,.list-event-table h6 {margin: 20px 0;margin: 2rem 0;color: #AE0B1D;font-size: 14px;font-size: 1.4rem;}.list-event-table ul {margin: 0;padding: 0;list-style: none;font-size: 14px;font-size: 1.4rem;}.list-event-table ul li {margin: 2px 0;margin: 0.2rem 0;padding: 15px 10px;padding: 1.5rem 1rem;position: relative;}.list-event-table ul li:nth-child(even) {background: #FFFFFF;}.list-event-table ul a {color: #000000;text-decoration: none;-webkit-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}.list-event-table ul a:hover {color: #AE0B1D;}.list-event-table ul span {width: 5px;width: 0.5rem;height: 100%;display: block;position: absolute;top: 0;left: 0;}.list-event-table ul em,.list-event-table ul strong {display: block;}.list-event-table ul em {margin: 0 20px 10px 0;margin: 0 2rem 1rem 0;font-style: normal;}.list-event-table ul strong {margin: 0 0 10px 20px;margin: 0 0 1rem 2rem;vertical-align: middle;}.widget-podcast {color: #FFFFFF;font-family: "Oswald", sans-serif;background: #3D171C;overflow: hidden;position: relative;}.widget-podcast.playing .photo strong:after {-webkit-animation: widgetPodcastPulse 1s ease-out infinite;animation: widgetPodcastPulse 1s ease-out infinite;}.widget-podcast.playing .photo .icon-play {display: none;}.widget-podcast.playing .photo .icon-pause {display: block;}.widget-podcast h1,.widget-podcast h2,.widget-podcast h3,.widget-podcast h4,.widget-podcast h5,.widget-podcast h6 {margin: 0;}.widget-podcast .photo {width: 20%;color: #FFFFFF;font-size: 18px;font-size: 1.8rem;text-align: center;text-decoration: none;display: block;float: left;position: relative;}.widget-podcast .photo:hover strong:before {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(0.9);transform: translate(-50%, -50%) translateZ(0) scale(0.9);}.widget-podcast .photo:hover strong:after {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.3);transform: translate(-50%, -50%) translateZ(0) scale(1.3);}.widget-podcast .photo img {width: 100%;max-height: 110px;}.widget-podcast .photo strong {width: 50%;height: 50%;display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.widget-podcast .photo strong:before,.widget-podcast .photo strong:after {content: '';width: 100%;height: 100%;display: block;border-radius: 100%;position: absolute;top: 50%;left: 50%;-webkit-transition: -webkit-transform 0.2s;transition: -webkit-transform 0.2s;-o-transition: transform 0.2s;transition: transform 0.2s;transition: transform 0.2s, -webkit-transform 0.2s;}.widget-podcast .photo strong:before {border: 1px solid #FFFFFF;-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);transform: translate(-50%, -50%) translateZ(0) scale(1);z-index: 1;}.widget-podcast .photo strong:after {background: rgba(0, 0, 0, 0.1);-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.2);transform: translate(-50%, -50%) translateZ(0) scale(1.2);}.widget-podcast .photo .icon {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -45%);-ms-transform: translate(-50%, -45%);transform: translate(-50%, -45%);}.widget-podcast .photo .icon-play {display: block;}.widget-podcast .photo .icon-pause {display: none;}.widget-podcast .desc {width: 80%;height: 100%;padding: 8px;padding: 0.8rem;float: left;position: absolute;top: 0;right: 0;}.widget-podcast .station {font-size: 10px;font-size: 1rem;font-weight: 500;}.widget-podcast .title,.widget-podcast .name {font-size: 11px;font-size: 1.1rem;font-weight: 300;}.widget-podcast .title {float: left;}.widget-podcast .name {float: right;}.widget-podcast .audio {width: 100%;overflow: hidden;}.widget-podcast .mejs__container {width: 100% !important;background: transparent;position: static;}.widget-podcast .mejs__time-total {outline: none;}.widget-podcast .mejs__controls {height: auto;margin: 2px 0 0;margin: 0.2rem 0 0;padding: 0;display: block;position: static;}.widget-podcast .mejs__time {height: auto;padding: 0;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-size: 10px;font-size: 1rem;display: block;}.widget-podcast .mejs__currenttime-container {color: #FF0002;float: left;}.widget-podcast .mejs__duration-container {float: right;}.widget-podcast .mejs__currenttime-container,.widget-podcast .mejs__duration-container {display: none;}.widget-podcast .mejs__time-rail {width: 100.2%;margin: 0;padding: 0;display: none;position: absolute;left: 0;bottom: 0;}.widget-podcast .mejs__time-rail span {margin: 0;}.widget-podcast .mejs__time-rail,.widget-podcast .mejs__time-rail .mejs__time-loaded,.widget-podcast .mejs__time-rail .mejs__time-current,.widget-podcast .mejs__time-rail .mejs__time-hovered,.widget-podcast .mejs__time-rail .mejs__time-handle,.widget-podcast .mejs__time-rail .mejs__time-handle-content {height: 6px;height: 0.6rem;line-height: 6px;line-height: 0.6rem;}.widget-podcast .mejs__time-rail .mejs__time-handle-content {width: 6px;width: 0.6rem;top: -5px;}.widget-podcast .mejs__time-rail .mejs__time-loaded {background: #BCBCBC;}.widget-podcast .mejs__time-rail .mejs__time-current {background: #FF0002;}.widget-podcast .mejs__time-float {display: none !important;}.menu-site {background: #FFFFFF;text-align: center;}.menu-site ul {margin: 0 0 30px;margin: 0 0 3rem;padding: 0;text-align: left;font-family: "Oswald", sans-serif;list-style: none;clear: both;}.menu-site ul li a {padding: 18px 20px;padding: 1.5rem 2rem;font-size: 16px;font-size: 1.6rem;color: #000000;text-decoration: none;border: 1px solid #F9F9F9;display: block;-webkit-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}.menu-site ul li a:hover {color: #AE0B1D;}.menu-site .event {display: inline-block;}.menu-pagination {margin: 20px 0 10px;margin: 2rem 0 1rem;text-align: center;}.menu-pagination ul {margin: 0 auto;padding: 0;font-size: 0;list-style: none;}.menu-pagination ul li {vertical-align: middle;display: inline-block;}.menu-pagination ul a {padding: 10px 14px;padding: 1rem 1.4rem;color: #AE0B1D;font-size: 18px;font-size: 1.8rem;line-height: 18px;line-height: 1.8rem;text-decoration: none;background: #FFFFFF;display: block;-webkit-transition: color 0.3s, background 0.3s;-o-transition: color 0.3s, background 0.3s;transition: color 0.3s, background 0.3s;}.menu-pagination ul a:hover {color: #FFFFFF;background: #AE0B1D;}.menu-tags ul {margin: 0 0 25px;margin: 0 0 2.5rem;padding: 0;list-style: none;}.menu-tags ul li {margin: 0 0 10px;margin: 0 0 1rem;}.menu-tags a {padding: 4px 15px;padding: 0.4rem 1.5rem;color: #AE0B1D;font-size: 12px;font-size: 1.2rem;text-decoration: none;border: 1px solid #AE0B1D;border-radius: 20px;display: inline-block;}.menu-share h1,.menu-share h2,.menu-share h3,.menu-share h4,.menu-share h5,.menu-share h6 {margin: 0;padding: 0;font-size: 12px;font-size: 1.2rem;list-style: none;display: inline-block;}.menu-share ul {margin: 20px 0 0;margin: 2rem 0 0;padding: 0;display: inline-block;}.menu-share ul li {margin: 0 5px 0 0;margin: 0 0.5rem 0 0;vertical-align: middle;display: inline-block;}.menu-share ul li._only-s {display: inline-block;}.main-header {width: 100%;background: #900014;position: fixed;top: 0;z-index: 999;}.main-header:after {content: '';width: 240px;width: 24rem;height: 9999px;background: #FFFFFF;display: none;overflow: hidden;position: fixed;top: 0;}.main-header .content {position: relative;z-index: 1;}.main-header .logo {padding: 10px 20px;padding: 1rem 2rem;background: #900014;display: block;float: left;}.main-header .logo img {max-height: 34px;max-height: 3.4rem;margin: 0 auto;display: block;}.main-header .event {margin: 0 20px 30px;margin: 0 2rem 3rem;}.main-header .button-menu,.main-header .button-close,.main-header .form-search {float: right;}.main-header .button-search {color: #FFFFFF;font-size: 20px;font-size: 2rem;}.main-header .menu-site {width: 100%;height: 100%;overflow: auto;position: fixed;right: -100%;-webkit-transition: right 0.3s;-o-transition: right 0.3s;transition: right 0.3s;}.main-header .menu-share {margin: 0 20px;margin: 0 2rem;text-align: right;}.main-header .menu-share h3,.main-header .menu-share ul {margin: 0;display: block;}.main-header .menu-share div {color: #AE0B1D;font-size: 14px;font-size: 1.4rem;font-weight: 400;font-family: "Oswald", sans-serif;}.main-header .menu-share ul li {margin: 0 0 0 4px;margin: 0 0 0 0.4rem;}.main-header .menu-share ul li a {width: auto;height: auto;padding: 0;color: #AE0B1D;line-height: normal;}.main-header .menu-share ul li a:hover {color: #323232;border: none;}.main-header .menu-share .button-facebook .icon {font-size: 19px;font-size: 1.9rem;}.main-header .menu-share .button-twitter .icon {font-size: 24px;font-size: 2.4rem;}.main-header .menu-share .button-youtube .icon {font-size: 21px;font-size: 2.1rem;}.main-header .menu-share .button-instagram .icon {font-size: 21px;font-size: 2.1rem;}.menu-site-open,.menu-site-open body {overflow: hidden;}.menu-site-open .main-header .menu-site {right: 0;}.form-search {margin: 0;}.form-search.-show .group {left: 0;right: 112px;right: 11.2rem;opacity: 1;}.form-search.-show .button-close {top: 0;opacity: 1;}.form-search .group {margin: 0;padding: 0;background: #FFFFFF;position: absolute !important;top: 0;left: -100%;right: 100%;opacity: 0;-webkit-transition: opacity 0.3s;-o-transition: opacity 0.3s;transition: opacity 0.3s;}.form-search input[type=text] {width: calc(100% - 56px);height: 56px;height: 5.6rem;padding: 0 20px;padding: 0 2rem;font-size: 16px;font-size: 1.6rem;background: #FFFFFF;}.form-search .button-close {position: absolute;right: 56px;right: 5.6rem;top: -56px;top: -5.6rem;opacity: 0;-webkit-transition: opacity 0.3s;-o-transition: opacity 0.3s;transition: opacity 0.3s;}.form-search .button-search {width: 56px;width: 5.6rem;height: 56px;height: 5.6rem;line-height: 56px;line-height: 5.6rem;background: #393939;display: block;}.form-search .button-search img {width: 24px;width: 2.4rem;height: 24px;height: 2.4rem;margin: 0 auto;}.form-search .normal-suggest-box {font-size: 12px;font-size: 1.2rem;background: #FFFFFF;border-top: 1px solid #F9F9F9;border-top: 0.1rem solid #F9F9F9;border-bottom: 1px solid #F9F9F9;border-bottom: 0.1rem solid #F9F9F9;position: absolute;top: 56px !important;}.form-search .normal-suggest-box .unibox-suggest-cluster {margin: 20px;margin: 2rem;}.form-search .normal-suggest-box .unibox-selectable {margin: 10px 0;margin: 1rem 0;display: block;}.form-search .normal-suggest-box .unibox-selectable a {text-decoration: none;}.form-newsletter {margin: 0;padding: 20px;padding: 2rem;color: #FFFFFF;font-family: "Oswald", sans-serif;background: #AE0B1D;overflow: hidden;position: relative;}.form-newsletter input::-webkit-input-placeholder {color: #FFFFFF;opacity: 1;}.form-newsletter input::-moz-placeholder {color: #FFFFFF;opacity: 1;}.form-newsletter input:-ms-input-placeholder {color: #FFFFFF;opacity: 1;}.form-newsletter input:-moz-placeholder {color: #FFFFFF;opacity: 1;}.form-newsletter .group {padding: 0;white-space: nowrap;overflow: hidden;}.form-newsletter .msg {font-size: 17px;font-size: 1.7rem;}.form-newsletter label {margin: 0 0 10px;margin: 0 0 1rem;font-size: 16px;font-size: 1.6rem;display: block;}.form-newsletter input[type=text],.form-newsletter input[type=email],.form-newsletter button {height: 28px;height: 2.8rem;padding: 4px;padding: 0.4rem;}.form-newsletter input[type=text],.form-newsletter input[type=email] {width: 80%;margin: 0 0 0 0;margin: 0 0 0 0;padding: 4px;padding: 0.4rem;color: #FFFFFF;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-weight: 500;font-size: 16px;font-size: 1.6rem;-o-text-overflow: ellipsis;text-overflow: ellipsis;border: 1px solid #FFFFFF;display: block;float: left;overflow: hidden;}.form-newsletter button {width: 20%;width: 20%;color: #900014;font-size: 13px;font-size: 1.3rem;background: #FFFFFF;border: 1px solid #FFFFFF;display: block;-webkit-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;display: block;float: left;}.user-login-form {max-width: 420px;max-width: 42rem;margin: 60px 20px;margin: 6rem 2rem;}.user-login-form label {margin: 20px 0 0;margin: 2rem 0 0;font-size: 14px;font-size: 1.4rem;font-family: "Oswald", sans-serif;text-transform: uppercase;display: block;}.user-login-form input[type="text"],.user-login-form input[type="password"] {width: 100%;margin: 4px 0;margin: 0.4rem 0;padding: 14px 20px 10px;padding: 1.4rem 2rem 1rem;color: #393939;font-weight: 300;background: #FFFFFF;border: 1px solid #BCBCBC;-webkit-box-sizing: border-box;box-sizing: border-box;display: block;}.user-login-form input[type="text"],.user-login-form input[type="password"] {font-size: 18px;font-size: 1.8rem;}.user-login-form input[type="submit"] {min-width: 140px;min-width: 14rem;margin: 20px auto 0;margin: 2rem auto 0;padding: 20px;padding: 2rem;color: #FFFFFF;background: #AE0B1D;display: block;}.user-login-form .description {margin: 0 0 20px;margin: 0 0 2rem;color: #313131;font-size: 12px;font-size: 1.2rem;}.form-filter-date {text-align: left;}.form-filter-date fieldset {margin: 5px 0;margin: 0.5rem 0;padding: 0;vertical-align: middle;display: inline-block;}.form-filter-date select {padding: 4px;padding: 0.4rem;font-size: 13px;font-size: 1.3rem;font-family: "Oswald", sans-serif;font-weight: 400;border: 1px solid #BCBCBC;display: inline-block;}.form-filter-date .submit {padding: 8px 12px;padding: 0.8rem 1.2rem;font-size: 14px;font-size: 1.4rem;color: #FFFFFF;font-family: "Oswald", sans-serif;font-weight: 400;text-transform: uppercase;background: #900014;display: none;}.no-js .submit {display: inline-block;}.filter-post {margin: 20px 0;margin: 2rem 0;}.filter-post h3 {margin: 10px 0;margin: 1rem 0;font-size: 13px;font-size: 1.3rem;font-family: "Oswald", sans-serif;}.filter-post ul {margin: 0;padding: 0;list-style: none;vertical-align: top;display: inline-block;}.filter-post ul li {margin: 0 10px 10px 0;margin: 0 1rem 1rem 0;display: inline-block;}.filter-post ul a {color: #000000;font-size: 13px;font-size: 1.3rem;font-family: "Oswald", sans-serif;text-align: center;text-decoration: none;display: block;}.filter-post ul a.selected span {width: 18px;width: 1.8rem;height: 18px;height: 1.8rem;line-height: 18px;line-height: 1.8rem;}.filter-post ul a.selected .icon {display: block;}.filter-post ul a span {width: 18px;width: 1.8rem;height: 18px;height: 1.8rem;margin: 6px 0 0;margin: 0.6rem 0 0;line-height: 4px;line-height: 0.4rem;text-align: center;vertical-align: top;border-radius: 100%;display: inline-block;}.filter-post ul a .icon {color: #FFFFFF;font-size: 12px;font-size: 1.2rem;display: none;}.filter-post ul strong {font-weight: 400;display: block;}.highlights .row .col {margin: 0 0 20px;margin: 0 0 2rem;}.highlights .row .col .col {margin: 0;}.highlight-podcast {padding: 20px;padding: 2rem;}.highlight-podcast .row {margin: 10px 0;margin: 1rem 0;}.card-embed iframe,.card-embed twitterwidget {width: 100% !important;max-width: 100%;margin: 0 auto !important;display: block;}.card-news {padding: 0 0 20px;padding: 0 0 2rem;border-bottom: 1px solid #BCBCBC;overflow: hidden;position: relative;}.card-news:hover:after {bottom: 0;}.card-news:hover .photo img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.card-news:hover .photo .button-play {-webkit-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);}.card-news:after {content: '';width: 100%;height: 3px;height: 0.3rem;background: #900014;display: block;position: absolute;bottom: -3px;bottom: -0.3rem;left: 0;-webkit-transition: bottom 0.2s;-o-transition: bottom 0.2s;transition: bottom 0.2s;}.card-news h1,.card-news h2,.card-news h3,.card-news h4,.card-news h5,.card-news h6,.card-news p {margin: 0;}.card-news a {text-decoration: none;}.card-news .photo,.card-news .desc {overflow: hidden;}.card-news .youtube {position: relative;height: 0;padding: 0 0 56.25% 0;}.card-news .youtube iframe {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;}.card-news .photo {position: relative;z-index: 1;}.card-news .photo img,.card-news .photo .button-play {-webkit-transition: -webkit-transform 0.6s;transition: -webkit-transform 0.6s;-o-transition: transform 0.6s;transition: transform 0.6s;transition: transform 0.6s, -webkit-transform 0.6s;}.card-news .photo img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transform: scale(1.01);-ms-transform: scale(1.01);transform: scale(1.01);}.card-news .photo .button-icon {position: absolute;right: 0;bottom: 0;}.card-news .photo .label {position: absolute;left: 35px;left: 3.5rem;top: 0;z-index: 1;}.card-news .photo .label .category {color: #FFFFFF;}.card-news .label {margin: 0 0 10px;margin: 0 0 1rem;float: left;}.card-news .label .icon {margin: 0 0 0 4px;margin: 0 0 0 0.4rem;font-size: 22px;font-size: 2.2rem;line-height: 15px;line-height: 1.5rem;display: block;}.card-news .category {margin: 4px 0 0;margin: 0.4rem 0 0;color: #313131;font-size: 13px;font-size: 1.3rem;line-height: 13px;line-height: 1.3rem;font-family: "Oswald", sans-serif;font-weight: 500;}.card-news .date {margin: 25px 0 0;margin: 2.5rem 0 0;color: #313131;font-size: 11px;font-size: 1.1rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;float: right;}.card-news .title {margin: 7px 0;margin: 0.7rem 0;color: #900014;font-size: 18px;font-size: 1.8rem;line-height: 20px;line-height: 2rem;font-family: "Oswald", sans-serif;font-weight: 500;clear: both;}.card-news .title a {color: #900014;text-decoration: none;}.card-news .title a:after {content: '';width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;z-index: 1;}.card-news .text {margin: 10px 0 0;margin: 1rem 0 0;color: #313131;font-size: 12px;font-size: 1.2rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}.grid .row .col .card-news {height: 100%;}.grid .row .col .card-news .photo.-m-6 {height: 100%;}.grid .row .card-news .-xs-4 .label,.grid .row .card-news .-xs-4 .date,.grid .row .card-news .-xs-8 .label,.grid .row .card-news .-xs-8 .date {float: none;}.grid .row .card-news .-xs-4 .label .icon,.grid .row .card-news .-xs-8 .label .icon {margin: 0 0 0 -4px;margin: 0 0 0 -0.4rem;float: left;}.grid .row .card-news .-xs-4 .category,.grid .row .card-news .-xs-8 .category {margin: 0;}.grid .row .card-news .-xs-4 .date,.grid .row .card-news .-xs-8 .date {margin: 15px 0 0;margin: 1.5rem 0 0;}.grid .row .card-news .-xs-4.desc,.grid .row .card-news .-xs-8.desc {padding: 0 10px;padding: 0 1rem;}.grid .row .card-news .-xs-4 .title,.grid .row .card-news .-xs-8 .title {margin-bottom: 0;}.grid .row .card-news .-xs-4 .text,.grid .row .card-news .-xs-8 .text {display: none;}.grid .row:last-child .col:last-child .card-news {margin-bottom: 0;padding-bottom: 0;border-bottom: none;}.card-blog {height: 100%;text-align: center;background: #FFFFFF;position: relative;}.card-blog:before,.card-blog .content {display: inline-block;}.card-blog:before {content: "";width: 0;height: 100%;margin: 0 0 0 -5px;vertical-align: middle;}.card-blog .content {vertical-align: middle;}.card-blog:hover:after {border: 3px solid #AE0B1D;}.card-blog:hover .author .photo img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.card-blog:hover .button-rounded.-red {color: #F9F9F9;background: #900014;}.card-blog:after {content: '';width: 100%;height: 100%;display: block;border: 1px solid #AE0B1D;position: absolute;left: 0;top: 0;-webkit-transition: border 0.1s;-o-transition: border 0.1s;transition: border 0.1s;}.card-blog .content {padding: 30px 20px;padding: 3rem 2rem;}.card-blog .header .quote {height: 30px;height: 3rem;margin: 0 0 0 -12px;margin: 0 0 0 -1.2rem;color: #900014;font-size: 80px;font-size: 8rem;line-height: 60px;line-height: 6rem;text-align: center;font-family: "Playfair Display", serif;font-weight: 700;font-style: italic;display: block;}.card-blog .header .date {margin: 10px 0;margin: 1rem 0;color: #313131;font-size: 11px;font-size: 1.1rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}.card-blog .title {margin: 15px 0;margin: 1.5rem 0;color: #000000;text-align: center;font-size: 16px;font-size: 1.6rem;font-family: "Playfair Display", serif;font-weight: 700;font-style: italic;}.card-blog .title a {color: #000000;text-decoration: none;}.card-blog .title a:after {content: '';width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;z-index: 1;}.card-blog .author {margin: 20px 0 0;margin: 2rem 0 0;}.card-blog .author .photo img {margin: 0 auto;border-radius: 100%;overflow: hidden;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform 0.6s;transition: -webkit-transform 0.6s;-o-transition: transform 0.6s;transition: transform 0.6s;transition: transform 0.6s, -webkit-transform 0.6s;}.card-blog .author .name {margin: 10px 0 0;margin: 1rem 0 0;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-size: 13px;font-size: 1.3rem;}.card-blog .text {margin: 0;text-align: left;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-size: 15px;font-size: 1.5rem;line-height: 20px;line-height: 2rem;}.card-blog .button-rounded {position: relative;bottom: -20px;bottom: -2rem;}.card-blog.-full:after {display: none;}.card-blog.-full .content {height: 100%;padding: 20px 20px 50px;padding: 2rem 2rem 5rem;vertical-align: top;position: relative;}.card-blog.-full .header {max-height: 30px;max-height: 3rem;vertical-align: middle;overflow: hidden;}.card-blog.-full .header .quote {width: 30px;width: 3rem;margin: 0 0 0 -8px;margin: 0 0 0 -0.8rem;float: left;}.card-blog.-full .header .date {float: right;}.card-blog.-full .title {margin: 10px 0;margin: 1rem 0;text-align: left;}.card-blog.-full .author {margin: 20px 0;margin: 2rem 0;text-align: left;}.card-blog.-full .author .photo,.card-blog.-full .author .name {margin: 0;vertical-align: middle;display: inline-block;}.card-blog.-full .author .photo {margin: 0 10px 0 0;margin: 0 1rem 0 0;}.highlights .card-blog {height: 100%;margin: 0;}.card-podcast {margin: 10px 0;margin: 1rem 0;padding: 0 0 20px;padding: 0 0 2rem;border-bottom: 1px solid #BCBCBC;overflow: hidden;position: relative;}.card-podcast:hover .photo img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.card-podcast:hover .photo .button-play {-webkit-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);}.card-podcast .photo {overflow: hidden;}.card-podcast .photo img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform 0.6s;transition: -webkit-transform 0.6s;-o-transition: transform 0.6s;transition: transform 0.6s;transition: transform 0.6s, -webkit-transform 0.6s;}.card-podcast .desc {clear: both;}.card-podcast .category {margin: 4px 0 0;margin: 0.4rem 0 0;color: #313131;font-size: 13px;font-size: 1.3rem;line-height: 13px;line-height: 1.3rem;font-family: "Oswald", sans-serif;font-weight: 500;}.card-podcast .label {margin: 0 0 10px;margin: 0 0 1rem;float: left;}.card-podcast .label .icon {margin: 0 0 0 4px;margin: 0 0 0 0.4rem;font-size: 22px;font-size: 2.2rem;line-height: 15px;line-height: 1.5rem;display: block;}.card-podcast .caption {width: 100%;padding: 10px 15px;padding: 1rem 1.5rem;background: #FFFFFF;position: relative;clear: both;}.card-podcast .caption .icon,.card-podcast .caption p {vertical-align: middle;display: inline-block;}.card-podcast .caption .icon {margin: 0 5px 0 0;margin: 0 0.5rem 0 0;}.card-podcast .caption p {margin: 0;font-size: 12px;font-size: 1.2rem;font-family: "Oswald", sans-serif;}.card-podcast .caption b {width: 5px;width: 0.5rem;height: 100%;display: block;position: absolute;top: 0;left: 0;}.card-podcast .audio {min-height: 40px;min-height: 4rem;}.card-podcast .audio .mejs__container {width: 100% !important;}.card-podcast .date {margin: 23px 0 0;margin: 2.3rem 0 0;color: #313131;font-size: 11px;font-size: 1.1rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;float: right;}.card-podcast .title {margin: 7px 0;margin: 0.7rem 0;color: #900014;font-size: 18px;font-size: 1.8rem;line-height: 20px;line-height: 2rem;font-family: "Oswald", sans-serif;font-weight: 500;clear: both;}.card-podcast .title a {color: #900014;text-decoration: none;}.card-podcast .title a:after {content: '';width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;z-index: 1;}.card-podcast .text {margin: 10px 0 0;margin: 1rem 0 0;color: #313131;font-size: 12px;font-size: 1.2rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}.card-podcast .button-rounded:hover {color: #FFFFFF;background: #AE0B1D;}.card-podcast .links {margin: 10px 0 0;margin: 1rem 0 0;padding: 0;list-style: none;}.card-podcast .links li {margin: 0 4px 0 0;margin: 0 0.4rem 0 0;vertical-align: middle;display: inline-block;}.card-podcast.-large {margin: 10px 0 20px;margin: 1rem 0 2rem;padding-bottom: 0;border: none;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-ms-flex-line-pack: start;align-content: flex-start;}.card-podcast.-large .row {margin: 0;}.card-podcast.-large .photo img {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: none;-o-transition: none;transition: none;}.card-podcast.-large .desc {position: relative;}.card-podcast.-large .date {margin: 10px 0 0;margin: 1rem 0 0;float: none;}.highlight-podcast .-m-4:last-child .card-podcast {margin-bottom: 0;padding-bottom: 0;border-bottom: none;}.highlight-podcast .card-podcast.-dark {padding: 0;}.highlight-podcast .card-podcast.-dark .desc {padding: 0;}.highlight-podcast .card-podcast.-dark .title,.highlight-podcast .card-podcast.-dark .title a {color: #900014;}.card-podcast.-dark,.list-podcast .card-podcast {margin: 0 0 10px;margin: 0 0 1rem;padding: 0;border-bottom: none;}.card-podcast.-dark .photo,.list-podcast .card-podcast .photo {overflow: hidden;position: relative;}.card-podcast.-dark .photo img,.list-podcast .card-podcast .photo img {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: none;-o-transition: none;transition: none;}.card-podcast.-dark .desc,.list-podcast .card-podcast .desc {padding: 20px 0 0;padding: 2rem 0 0;position: relative;}.card-podcast.-dark .date,.card-podcast.-dark .title,.card-podcast.-dark .title a,.list-podcast .card-podcast .date,.list-podcast .card-podcast .title,.list-podcast .card-podcast .title a {color: #393939;}.card-podcast.-dark .date,.list-podcast .card-podcast .date {margin: 0;float: none;}.card-podcast.-dark .title:after,.list-podcast .card-podcast .title:after {background: #393939;}.card-podcast.-dark .links,.list-podcast .card-podcast .links {margin: 10px 0 0;margin: 1rem 0 0;}.card-podcast.-dark .links .button-rounded,.list-podcast .card-podcast .links .button-rounded {color: #900014;border: 1px solid #900014;}.card-podcast.-dark .links .button-rounded:hover,.list-podcast .card-podcast .links .button-rounded:hover {color: #F9F9F9;background: #900014;}.post-generic .card-podcast {margin: 20px auto;margin: 2rem auto;padding: 0;}.post-generic .card-podcast .audio {margin: 0;}.card-event { /* @include rem(margin, 0 0 20px); */overflow: hidden;position: relative;}.card-event:hover:after {bottom: 0;}.card-event:hover .photo img {-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}.card-event:after {content: '';width: 100%;height: 3px;height: 0.3rem;background: #900014;display: block;position: absolute;bottom: -3px;bottom: -0.3rem;left: 0;-webkit-transition: bottom 0.2s;-o-transition: bottom 0.2s;transition: bottom 0.2s;}.card-event h1,.card-event h2,.card-event h3,.card-event h4,.card-event h5,.card-event h6,.card-event p {margin: 0;}.card-event a {text-decoration: none;}.card-event .photo,.card-event .desc {overflow: hidden;}.card-event .photo {position: relative;z-index: 1;}.card-event .photo img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform 0.6s;transition: -webkit-transform 0.6s;-o-transition: transform 0.6s;transition: transform 0.6s;transition: transform 0.6s, -webkit-transform 0.6s;}.card-event .desc {padding: 10px 0;padding: 1rem 0;}.card-event .date {margin: 0;padding: 10px 15px;padding: 1rem 1.5rem;text-align: center;line-height: 14px;line-height: 1.4rem;font-size: 17px;font-size: 1.7rem;background: #FFFFFF;display: block;position: absolute;top: 0;left: 0;z-index: 1;}.card-event .date span {width: 5px;width: 0.5rem;height: 100%;display: block;position: absolute;top: 0;left: 0;}.card-event .date small {line-height: 9px;line-height: 0.9rem;font-size: 9px;font-size: 0.9rem;display: block;}.card-event .date strong {display: block;}.card-event .date em {font-style: normal;}.card-event .category {margin: 4px 0 0;margin: 0.4rem 0 0;color: #313131;font-size: 13px;font-size: 1.3rem;line-height: 13px;line-height: 1.3rem;font-family: "Oswald", sans-serif;font-weight: 500;}.card-event .title {margin: 7px 0;margin: 0.7rem 0;color: #900014;font-size: 18px;font-size: 1.8rem;line-height: 20px;line-height: 2rem;font-family: "Oswald", sans-serif;font-weight: 500;clear: both;}.card-event .title a {color: #900014;text-decoration: none;}.card-event .title a:after {content: '';width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;z-index: 1;}.card-event .text {margin: 10px 0 0;margin: 1rem 0 0;color: #313131;font-size: 12px;font-size: 1.2rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}.card-event .accordion-share {position: absolute;top: 0;right: 0;z-index: 99;}.list-event .card-event {margin: 0 0 20px;margin: 0 0 2rem;display: none;opacity: 0;-webkit-transform: translateY(10%);-ms-transform: translateY(10%);transform: translateY(10%);}.list-event .card-event.show {display: block;}.list-event .card-event.fade-in {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);-webkit-transition: opacity 0.6s, -webkit-transform 0.4s;transition: opacity 0.6s, -webkit-transform 0.4s;-o-transition: opacity 0.6s, transform 0.4s;transition: opacity 0.6s, transform 0.4s;transition: opacity 0.6s, transform 0.4s, -webkit-transform 0.4s;}.card-related {text-align: center;background: #FFFFFF;overflow: hidden;}.card-related h1,.card-related h2,.card-related h3,.card-related h4,.card-related h5,.card-related h6 {margin: 0;font-family: "Oswald", sans-serif;display: block;}.card-related ul {margin: 0;padding: 0;list-style: none;}.card-related ul li {border-bottom: 1px solid #F9F9F9;display: block;}.card-related a {padding: 30px 20px;padding: 3rem 2rem;color: #000000;font-family: "Oswald", sans-serif;text-decoration: none;display: block;-webkit-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}.card-related a:hover {color: #900014;}.card-related a span,.card-related a strong {display: block;}.card-related a span {margin: 0 0 10px;margin: 0 0 1rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-size: 11px;font-size: 1.1rem;}.card-related a strong {font-size: 18px;font-size: 1.8rem;line-height: 22px;line-height: 2.2rem;font-weight: 300;}.card-related .quote {width: 30px;width: 3rem;margin: 0 0 0 -8px;margin: 0 0 0 -0.8rem;font-size: 66px;font-size: 6.6rem;line-height: 40px;line-height: 4rem;text-align: center;font-family: "Playfair Display", serif;font-weight: 700;font-style: italic;display: inline-block;position: relative;bottom: -20px;}.card-related .icon-bookmark {font-size: 31px;font-size: 3.1rem;line-height: 31px;line-height: 3.1rem;position: relative;top: -5px;}.card-related .icon-calendar,.card-related .icon-headphone {margin: 20px 0 10px;margin: 2rem 0 1rem;font-size: 21px;font-size: 2.1rem;line-height: 21px;line-height: 2.1rem;display: inline-block;}.card-related .icon-calendar {font-size: 22px;font-size: 2.2rem;line-height: 22px;line-height: 2.2rem;}.card-related .title,.card-related .category {font-size: 18px;font-size: 1.8rem;font-weight: 400;}.card-related .title {margin: 0 0 4px;margin: 0 0 0.4rem;}.card-author {padding: 20px 20px;padding: 2rem 2rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;text-align: center;background: #FFFFFF;}.card-author h1,.card-author h2,.card-author h3,.card-author h4,.card-author h5,.card-author h6,.card-author p {margin: 20px 0;margin: 2rem 0;}.card-author h1,.card-author h2,.card-author h3,.card-author h4,.card-author h5,.card-author h6 {color: #000000;font-size: 14px;font-size: 1.4rem;font-weight: 600;}.card-author p,.card-author a {color: #323232;font-size: 13px;font-size: 1.3rem;}.card-author p {line-height: 20px;line-height: 2rem;}.card-author a {margin: 10px auto 0;margin: 1rem auto 0;text-decoration: none;display: table;}.card-author a:hover {color: #900014;}.card-author img {margin: 0 auto;display: block;border-radius: 100%;}.block-trendtopics-content {background: #fff;font-weight: bold;}.block-trendtopics-content .heading {padding-bottom: 1rem;}.block-trendtopics-content h2 {text-transform: uppercase;padding-top: 1rem;}.block-trendtopics-content a {color: #313131;text-decoration: none;}.block-trendtopics-content ul {padding-left: 0;margin-left: 0;}.block-trendtopics-content ul li {list-style-type: none;}.trend-topics-container .block-trendtopics-content {background: #fff;width: 91%;padding: 0 2rem 3rem;float: right;}.grid .col {width: 100%;float: left;}.post-generic h1,.post-generic h2,.post-generic h3,.post-generic h4,.post-generic h5,.post-generic h6,.post-generic p,.search-result h1,.search-result h2,.search-result h3,.search-result h4,.search-result h5,.search-result h6,.search-result p {margin: 20px 0;margin: 2rem 0;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}.post-generic h1,.search-result h1 {font-size: 25px;font-size: 2.5rem;}.post-generic h2,.search-result h2 {font-size: 23px;font-size: 2.3rem;}.post-generic h3,.search-result h3 {font-size: 21px;font-size: 2.1rem;}.post-generic h4,.search-result h4 {font-size: 19px;font-size: 1.9rem;}.post-generic h5,.search-result h5 {font-size: 18px;font-size: 1.8rem;}.post-generic h6,.search-result h6 {font-size: 17px;font-size: 1.7rem;}.post-generic p,.post-generic ol,.post-generic ul,.search-result p,.search-result ol,.search-result ul {font-size: 14px;font-size: 1.4rem;}.post-generic ol,.post-generic ul,.search-result ol,.search-result ul {margin: 30px 0;margin: 3rem 0;}.post-generic ol li,.post-generic ul li,.search-result ol li,.search-result ul li {margin: 6px 0;margin: 0.6rem 0;}.post-generic a:hover,.search-result a:hover {text-decoration: none;}.post-generic .shortcode-social,.search-result .shortcode-social {margin: 40px auto;margin: 4rem auto;text-align: center;}.post-generic iframe,.post-generic twitterwidget,.post-generic .twitter-tweet,.search-result iframe,.search-result twitterwidget,.search-result .twitter-tweet {max-width: 100%;margin: 0 auto !important;margin: 0 auto !important;}.post-generic iframe,.search-result iframe {border: none;}.post-generic .label,.search-result .label {float: left;}.post-generic .label .icon,.search-result .label .icon {margin: 0 0 0 -4px;margin: 0 0 0 -0.4rem;font-size: 21px;font-size: 2.1rem;float: left;}.post-generic .category,.search-result .category {margin: 0;font-family: "Oswald", sans-serif;font-size: 15px;font-size: 1.5rem;font-weight: 400;float: left;}.post-generic .date,.search-result .date {font-size: 11px;font-size: 1.1rem;float: right;}.post-generic .title,.search-result .title {width: 100%;margin: 10px 0;margin: 1rem 0;color: #900014;font-family: "Oswald", sans-serif;display: inline-block;clear: both;font-size: 22px;font-size: 2.2rem;line-height: 28px;line-height: 2.8rem;font-weight: 500;display: block;}.post-generic .author,.search-result .author {margin: 10px 0 0;margin: 1rem 0 0;color: #000000;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-size: 13px;font-size: 1.3rem;display: block;}.post-generic .author em,.search-result .author em {font-weight: 600;font-style: normal;}.post-generic .info,.search-result .info {overflow: hidden;}.post-generic .info .menu-share h3,.post-generic .info .menu-share ul,.search-result .info .menu-share h3,.search-result .info .menu-share ul {margin: 0;display: block;}.post-generic .info .menu-share h3,.search-result .info .menu-share h3 {margin: 10px 0 5px;margin: 1rem 0 0.5rem;font-size: 16px;font-size: 1.6rem;}.post-generic .info .menu-share ul li,.search-result .info .menu-share ul li {margin: 0 4px 0 0;margin: 0 0.4rem 0 0;}.post-footer {margin: 30px 0 10px;margin: 3rem 0 1rem;}.post-footer .menu-tags {border-bottom: 1px solid #BCBCBC;}.text-more.-limited .button-toggle:after {-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.text-more .button-toggle {width: 28px;width: 2.8rem;height: 28px;height: 2.8rem;text-decoration: none;position: relative;}.text-more .button-toggle:hover {color: #900014;}.text-more .button-toggle:before,.text-more .button-toggle:after {content: '';background: #323232;display: block;position: absolute;top: 50%;left: 50%;-webkit-transition: -webkit-transform 0.1s;transition: -webkit-transform 0.1s;-o-transition: transform 0.1s;transition: transform 0.1s;transition: transform 0.1s, -webkit-transform 0.1s;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.text-more .button-toggle:before {width: 100%;width: 100%;height: 1px;height: 0.1rem;}.text-more .button-toggle:after {width: 1px;width: 0.1rem;height: 100%;height: 100%;-webkit-transform: translate(-50%, -50%) rotate(90deg);-ms-transform: translate(-50%, -50%) rotate(90deg);transform: translate(-50%, -50%) rotate(90deg);}.search-result h1,.search-result h2,.search-result h3,.search-result h4,.search-result h5,.search-result h6,.search-result p {margin: 2px 0;margin: 0.2rem 0;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}.search-result h3,.search-result h4,.search-result h5,.search-result h6 {font-size: 14px;font-size: 1.4rem;}.search-result h1,.search-result h2 {font-size: 15px;font-size: 1.5rem;font-weight: 600;}.search-result p,.search-result ol,.search-result ul {font-size: 13px;font-size: 1.3rem;}.search-result ol,.search-result ul {margin: 30px 0;margin: 3rem 0;}.search-result ol li,.search-result ul li {margin: 6px 0;margin: 0.6rem 0;}.search-result a {text-decoration: none;}.search-result a:hover {text-decoration: underline;}.search-result .row .col {margin: 0 0 15px;margin: 0 0 1.5rem;}.no-result {color: #313131;text-align: center;margin: 20px 10px 0;margin: 2rem 1rem 0;}.no-result p {margin: 0;font-size: 16px;font-size: 1.6rem;display: block;}.no-result .icon {font-size: 32px;font-size: 3.2rem;}.main-quote {margin: 40px 0;margin: 4rem 0;font-family: "Playfair Display", serif;font-size: 19px;font-size: 1.9rem;text-align: center;}.main-quote blockquote {margin: 0;}.main-quote span {width: 30px;width: 3rem;margin: 0 0 0 -22px;margin: 0 0 0 -2.2rem;font-size: 80px;font-size: 8rem;line-height: 60px;line-height: 6rem;text-align: center;font-family: "Playfair Display", serif;font-weight: 700;font-style: italic;display: inline-block;}.main-quote strong,.main-quote em {display: block;}.main-quote strong {margin: -20px 0 0;margin: -2rem 0 0;font-style: italic;}.main-quote em {margin: 20px 0 0;margin: 2rem 0 0;font-size: 11px;font-size: 1.1rem;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-weight: 600;font-style: normal;}.intro-author {margin: 30px 0 20px;margin: 3rem 0 2rem;}.intro-author img {max-width: 100%;margin: 0 auto 20px;margin: 0 auto 2rem;display: block;}.intro-author p {margin: 0;color: #323232;font-weight: 300;font-size: 14px;font-size: 1.4rem;line-height: 20px;line-height: 2rem;}.intro-author .row .col.-s-12 img {margin: 0 0 20px;margin: 0 0 2rem;}.intro-author .row .col.-m-2 img {border-radius: 50%;}.section {margin: 20px;margin: 2rem;}.section.-full-width {margin: 0;}.section .heading {margin: 0 0 10px;margin: 0 0 1rem;}.section .heading h1,.section .heading h2,.section .heading h3,.section .heading h4,.section .heading h5,.section .heading h6 {margin: 0;color: #900014;font-size: 16px;font-size: 1.6rem;font-family: "Oswald", sans-serif;font-weight: 100;}.section .heading h1 {font-size: 18px;font-size: 1.8rem;font-weight: 500;}.section .heading .date {margin: 10px 0 0;margin: 1rem 0 0;font-size: 13px;font-size: 1.3rem;display: block;}.section .heading .utility .menu-share {margin: 20px 0;margin: 2rem 0;}.section .heading .utility .menu-share h1,.section .heading .utility .menu-share h2,.section .heading .utility .menu-share h3,.section .heading .utility .menu-share h4,.section .heading .utility .menu-share h5,.section .heading .utility .menu-share h6,.section .heading .utility .menu-share ul {vertical-align: middle;}.section .heading .utility .menu-share h1,.section .heading .utility .menu-share h2,.section .heading .utility .menu-share h3,.section .heading .utility .menu-share h4,.section .heading .utility .menu-share h5,.section .heading .utility .menu-share h6 {margin: 0;color: #323232;font-size: 12px;font-size: 1.2rem;display: block;}.accordion-share {text-align: center;}.accordion-share.open .container {max-height: 320px;opacity: 1;}.accordion-share .trigger {color: #FFFFFF;background: #AE0B1D;cursor: pointer;}.accordion-share .container {max-height: 0;opacity: 0;overflow: hidden;-webkit-transition: max-height 0.4s, opacity 0.2s;-o-transition: max-height 0.4s, opacity 0.2s;transition: max-height 0.4s, opacity 0.2s;}.accordion-share ul {margin: 0;padding: 0;list-style: none;}.accordion-share .trigger,.accordion-share a {width: 40px;width: 4rem;height: 40px;height: 4rem;line-height: 40px;line-height: 4rem;color: #FFFFFF;border: none;border-radius: 0;display: block;}.accordion-share .button-gplus {background: #d34836;}.accordion-share .button-facebook {background: #3b5998;}.accordion-share .button-twitter {background: #1dcaff;}.photo-gallery {margin: 20px auto;margin: 2rem auto;}.photo-gallery img {width: 100%;margin: 0 auto;padding: 0 10px;padding: 0 1rem;display: block;}.photo-gallery p {margin: 10px 10px 0;margin: 1rem 1rem 0;font-size: 12px;font-size: 1.2rem;}.photo-gallery .row {margin: 0 -10px;margin: 0 -1rem;}.photo-gallery .col {margin: 0 0 10px;margin: 0 0 1rem;}.map-event {margin: 20px 0;margin: 2rem 0;background: #FFFFFF;overflow: hidden;}.map-event strong,.map-event span,.map-event address {margin: 2px 0;margin: 0.2rem 0;display: block;}.map-event .icon,.map-event strong {color: #AE0B1D;}.map-event .map {height: 0;padding: 0 0 100% 0;position: relative;}.map-event .map .canvas {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}.map-event ul {margin: 20px 0 0;margin: 2rem 0 0;padding: 0;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-size: 12px;font-size: 1.2rem;list-style: none;overflow: hidden;}.map-event ul li {margin: 0 0 20px;margin: 0 0 2rem;padding: 0 20px;padding: 0 2rem;display: block;}.map-event strong {font-weight: 400;}.map-event span {color: #000000;font-weight: 600;}.map-event a {text-decoration: none;}.map-event .icon {font-size: 17px;font-size: 1.7rem;}.embed-generic {padding: 20px;padding: 2rem;}.media-iframe iframe {max-width: 100%;border: none;}.media-youtube {margin: 20px 0;margin: 2rem 0;}.media-youtube .container {position: relative;height: 0;padding: 0 0 56.25% 0;}.media-youtube iframe {width: 100%;height: 100%;border: none;position: absolute;left: 0;top: 0;}.media-youtube p {margin: 10px 0 0;margin: 1rem 0 0;}.slider-events {max-width: 1200px;max-width: 120rem;margin: 0 auto;background: #393939;}.slider-events a {text-decoration: none;}.slider-events .col {text-align: center;}.slider-events .col.-m-8 {padding: 20px;padding: 2rem;text-align: center;}.slider-events .col.-m-8 .heading .title {margin: 0 10px 0 0;margin: 0 1rem 0 0;}.slider-events .col.-m-4 {background: #F9F9F9;}.slider-events .col.-m-4 .heading {padding: 20px 20px 0;padding: 2rem 2rem 0;}.slider-events .col.-m-4 .heading .title {color: #000000;}.slider-events .heading {margin: 0;color: #FFFFFF;font-family: "Oswald", sans-serif;clear: both;overflow: hidden;}.slider-events .heading a {color: #FFFFFF;}.slider-events .heading .title {color: #FFFFFF;font-size: 15px;font-size: 1.5rem;float: left;}.slider-events .dates {margin: 0;padding: 0;font-size: 15px;font-size: 1.5rem;font-weight: 300;list-style: none;float: right;}.slider-events .dates li {margin: 0 0 0 4px;margin: 0 0 0 0.4rem;display: inline;}.slider-events .dates a {padding: 0 0 2px 0;padding: 0 0 0.2rem 0;color: #BCBCBC;border-bottom: 2px solid #FFFFFF;border-bottom: 0.2rem solid #FFFFFF;display: inline-block;-webkit-transition: color 0.3s;-o-transition: color 0.3s;transition: color 0.3s;}.slider-events .dates a:hover,.slider-events .dates a.active {color: #FFFFFF;}.slider-events .slick-slider {margin: 20px 0;margin: 2rem 0;padding: 0 0 30px;padding: 0 0 3rem;clear: both;position: relative;}.slider-events .slick-slider .slick-dots {width: 100%;padding: 5px 0;padding: 0.5rem 0;position: absolute;left: 0;bottom: 0;}.slider-events .slick-slide {height: 100%;background: #FFFFFF;position: relative;}.slider-events .slick-slide:hover:after {bottom: 0;}.slider-events .slick-slide:after {content: '';width: 100%;height: 4px;height: 0.4rem;background: #900014;display: block;position: absolute;bottom: -4px;bottom: -0.4rem;left: 0;-webkit-transition: bottom 0.3s;-o-transition: bottom 0.3s;transition: bottom 0.3s;}.slider-events .slick-slide .photo img {width: 100%;height: 100%;display: block;-o-object-fit: cover;object-fit: cover;position: relative;z-index: 1;}.slider-events .slick-slide .desc {padding: 10px;padding: 1rem;text-align: left;}.slider-events .slick-slide .label {margin: 0;font-size: 13px;font-size: 1.3rem;font-family: "Oswald", sans-serif;font-weight: 400;}.slider-events .slick-slide .title {margin: 10px 0 20px;margin: 1rem 0 2rem;color: #FFFFFF;font-size: 17px;font-size: 1.7rem;line-height: 20px;line-height: 2rem;font-family: "Oswald", sans-serif;font-weight: 500;}.slider-events .slick-slide .title a {color: #900014;}.slider-events .slick-slide .title a:after {content: '';width: 100%;height: 100%;display: block;position: absolute;left: 0;top: 0;z-index: 1;}.slider-events .slick-slide .info {margin: 10px 0;margin: 1rem 0;padding: 0 0 0 25px;padding: 0 0 0 2.5rem;position: relative;}.slider-events .slick-slide .info .icon {color: #900014;font-size: 15px;font-size: 1.5rem;position: absolute;left: 0;top: 0;}.slider-events .slick-slide .info .icon.icon-marker {font-size: 19px;font-size: 1.9rem;}.slider-events .slick-slide .info dl {margin: 10px 0 0;margin: 1rem 0 0;font-size: 11px;font-size: 1.1rem;}.slider-events .slick-slide .info dt {margin: 4px 0;margin: 0.4rem 0;color: #900014;}.slider-events .slick-slide .info dd {margin: 0;padding: 0;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;}.slider-events .slick-slide .info dd strong,.slider-events .slick-slide .info dd em {display: block;}.slider-events .slick-slide .info dd em {font-style: normal;}.slider-events .listing {text-align: left;overflow: hidden;position: relative;}.slider-events .listing a {padding: 20px;padding: 2rem;color: #000000;border-bottom: 1px solid #393939;display: block;}.slider-events .listing a:hover {opacity: 0.6;}.slider-events .listing a strong {margin: 0 0 15px;margin: 0 0 1.5rem;font-family: "Oswald", sans-serif;font-size: 15px;font-size: 1.5rem;line-height: 17px;line-height: 1.7rem;font-weight: 300;display: block;position: relative;}.slider-events .listing a em {margin: 0 10px 0 0;margin: 0 1rem 0 0;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-size: 10px;font-size: 1rem;font-weight: 700;font-style: normal;}.slider-events .listing a .icon {margin: 0 5px 0 0;margin: 0 0.5rem 0 0;font-size: 13px;font-size: 1.3rem;vertical-align: middle;}.slider-events .listing p {margin: 0;padding: 20px;padding: 2rem;color: #000000;font-family: "Oswald", sans-serif;font-size: 15px;font-size: 1.5rem;line-height: 17px;line-height: 1.7rem;font-weight: 300;display: block;}.slider-events .listing .list {position: absolute;top: -9999px;left: -9999px;opacity: 0;-webkit-transition: position 0.6s step-start, opacity 0.6s;-o-transition: position 0.6s step-start, opacity 0.6s;transition: position 0.6s step-start, opacity 0.6s;}.slider-events .listing .list.-show {position: relative;top: 0;left: 0;opacity: 1;}.slider-events .accordion-share {position: absolute;top: 0;right: 0;z-index: 99;}.slider-blog {padding: 20px;padding: 2rem;text-align: center;background: #F9F9F9;}.slider-blog .slick-slider {margin: 0 -10px;margin: 0 -1rem;padding: 20px 0 40px;padding: 2rem 0 4rem;position: relative;}.slider-blog .slick-list {overflow: visible;}.slider-blog .slick-dots {width: 100%;position: absolute;bottom: 0;}.slider-blog .slick-dots li.slick-active {background: #AE0B1D;}.slider-blog .card-blog {margin: 0 10px;margin: 0 1rem;}.slider-blog .card-blog .title {min-height: 75px;min-height: 7.5rem;}.slider-blog .button-rounded {margin: 10px 0 0 0;margin: 1rem 0 0 0;}.section .slider-blog .heading {margin: 0;text-align: left;}.slider-gallery {margin: 20px 0;margin: 2rem 0;}.slider-gallery p {margin: 10px 0 0;margin: 1rem 0 0;text-align: center;}.slider-gallery img {width: 100%;margin: 0 auto;}.slider-gallery .slick-content {position: relative;}.slider-gallery .slick-dots {margin: 20px 0 0;margin: 2rem 0 0;}.slider-gallery .slick-dots > li {margin: 0 4px;margin: 0 0.4rem;background: transparent;border: 1px solid #AE0B1D;}.slider-gallery .slick-dots > li.slick-active {background: #AE0B1D;}.slider-gallery .slick-browse {width: 100%;height: 22px;height: 2.2rem;position: absolute;left: 0;bottom: 0;bottom: 4px;bottom: 0.4rem;}.slider-gallery .slick-browse .icon {width: 28px;width: 2.8rem;height: 28px;height: 2.8rem;font-size: 34px;font-size: 3.4rem;line-height: 28px;line-height: 2.8rem;display: inline-block;}.cookie-disclaimer {max-width: 1366px;max-width: 136.6rem;padding: 10px 20px;padding: 1rem 2rem;color: #FFFFFF;background: #900014;position: fixed;bottom: -100%;z-index: 999;}.cookie-disclaimer.show {bottom: 0;-webkit-transition: bottom 1s 1s;-o-transition: bottom 1s 1s;transition: bottom 1s 1s;}.cookie-disclaimer p {margin: 10px 10px 10px 0;margin: 1rem 1rem 1rem 0;font-size: 13px;font-size: 1.3rem;line-height: 19px;line-height: 1.9rem;}.cookie-disclaimer p a {color: #FFFFFF;}.cookie-disclaimer p a:hover {text-decoration: none;}.cookie-disclaimer .button-white {margin: 0 0 10px;margin: 0 0 1rem;font-size: 12px;font-size: 1.2rem;}.main-footer {color: #FFFFFF;background: #900014;overflow: hidden;position: relative;}.main-footer .content {padding: 20px;padding: 2rem;overflow: hidden;}.main-footer p,.main-footer ul {font-size: 12px;font-size: 1.2rem;}.main-footer p {margin: 0;}.main-footer ul {margin: 0 0 10px -10px;margin: 0 0 1rem -1rem;padding: 0;list-style: none;overflow: hidden;clear: both;}.main-footer ul li {margin: 0 -1px 0 0;margin: 0 -0.1rem 0 0;padding: 0 10px 0;padding: 0 1rem 0;display: inline-block;border-right: 1px solid #FFFFFF;}.main-footer ul li:last-child {border-right: none;}.main-footer ul li a {color: #FFFFFF;text-decoration: none;}.main-footer ul li a:after {content: "";width: 0;height: 1px;height: 0.1rem;margin: 0 auto;background: #FFFFFF;-webkit-transition: width 0.2s;-o-transition: width 0.2s;transition: width 0.2s;display: block;}.main-footer ul li a:hover:after {width: 100%;}@media (min-width: 30em) {.main-wrapper {margin: 56px 0 100px;margin: 5.6rem 0 10rem;}#debug {background: #FFDFA1;}#debug:after {content: 'xs';}}@media (min-width: 48em) {._s {display: initial;}.main-wrapper {margin: 56px 0 110px;margin: 5.6rem 0 11rem;}#debug {background: #FFF2CD;}#debug:after {content: 's';}.list-news .content .row,.list-blog .content .row,.list-related .content .row,.list-podcast .content .row {margin: 0 -10px;margin: 0 -1rem;}.widget-podcast .photo {width: 15%;}.widget-podcast .desc {width: 85%;}.widget-podcast .station {font-size: 10px;font-size: 1rem;}.widget-podcast .title,.widget-podcast .name {font-size: 13px;font-size: 1.3rem;}.widget-podcast .mejs__controls {margin: 4px 0 0;margin: 0.4rem 0 0;}.widget-podcast .mejs__time {font-size: 11px;font-size: 1.1rem;}.user-login-form {margin: 40px auto;margin: 4rem auto;}.form-filter-date fieldset {margin: 0;}.card-embed iframe,.card-embed twitterwidget {width: auto !important;}.list-news .card-news,.list-blog .card-news,.list-related .card-news,.list-podcast .card-news {margin: 0 10px;margin: 0 1rem;}.grid .-s-1 {width: 8.33333%;}.grid .-s-2 {width: 16.66667%;}.grid .-s-3 {width: 25%;}.grid .-s-4 {width: 33.33333%;}.grid .-s-5 {width: 41.66667%;}.grid .-s-6 {width: 50%;}.grid .-s-7 {width: 58.33333%;}.grid .-s-8 {width: 66.66667%;}.grid .-s-9 {width: 75%;}.grid .-s-10 {width: 83.33333%;}.grid .-s-11 {width: 91.66667%;}.grid .-s-12 {width: 100%;}.post-generic .title,.search-result .title {font-size: 24px;font-size: 2.4rem;line-height: 30px;line-height: 3rem;}.main-quote {margin: 80px 0;margin: 8rem 0;font-size: 23px;font-size: 2.3rem;}.photo-gallery {margin: 30px auto;margin: 3rem auto;}.map-event {margin: 30px 0;margin: 3rem 0;}.media-youtube {margin: 30px 0;margin: 3rem 0;}.slider-gallery {margin: 30px 0;margin: 3rem 0;}}@media (min-width: 64em) {[data-scroll-reveal] {-webkit-transition: opacity 1s 0.6s, -webkit-transform 0.7s 0.6s ease;transition: opacity 1s 0.6s, -webkit-transform 0.7s 0.6s ease;-o-transition: opacity 1s 0.6s, transform 0.7s 0.6s ease;transition: opacity 1s 0.6s, transform 0.7s 0.6s ease;transition: opacity 1s 0.6s, transform 0.7s 0.6s ease, -webkit-transform 0.7s 0.6s ease;}[data-scroll-reveal],[data-scroll-reveal] .slick-dots > li {opacity: 0;-webkit-transform: translate(0, 40px);-ms-transform: translate(0, 40px);transform: translate(0, 40px);}[data-scroll-reveal].main-header,[data-scroll-reveal].top-container,[data-scroll-reveal].main-footer {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-transition: opacity 1s 0.3s;-o-transition: opacity 1s 0.3s;transition: opacity 1s 0.3s;}[data-scroll-reveal][data-scroll-reveal=revealing],[data-scroll-reveal][data-scroll-reveal=revealed] {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(1) {-webkit-transition: opacity 0.6s 0.1s ease, -webkit-transform 0.6s 0.1s ease;transition: opacity 0.6s 0.1s ease, -webkit-transform 0.6s 0.1s ease;-o-transition: opacity 0.6s 0.1s ease, transform 0.6s 0.1s ease;transition: opacity 0.6s 0.1s ease, transform 0.6s 0.1s ease;transition: opacity 0.6s 0.1s ease, transform 0.6s 0.1s ease, -webkit-transform 0.6s 0.1s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(2) {-webkit-transition: opacity 0.6s 0.2s ease, -webkit-transform 0.6s 0.2s ease;transition: opacity 0.6s 0.2s ease, -webkit-transform 0.6s 0.2s ease;-o-transition: opacity 0.6s 0.2s ease, transform 0.6s 0.2s ease;transition: opacity 0.6s 0.2s ease, transform 0.6s 0.2s ease;transition: opacity 0.6s 0.2s ease, transform 0.6s 0.2s ease, -webkit-transform 0.6s 0.2s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(3) {-webkit-transition: opacity 0.6s 0.3s ease, -webkit-transform 0.6s 0.3s ease;transition: opacity 0.6s 0.3s ease, -webkit-transform 0.6s 0.3s ease;-o-transition: opacity 0.6s 0.3s ease, transform 0.6s 0.3s ease;transition: opacity 0.6s 0.3s ease, transform 0.6s 0.3s ease;transition: opacity 0.6s 0.3s ease, transform 0.6s 0.3s ease, -webkit-transform 0.6s 0.3s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(4) {-webkit-transition: opacity 0.6s 0.4s ease, -webkit-transform 0.6s 0.4s ease;transition: opacity 0.6s 0.4s ease, -webkit-transform 0.6s 0.4s ease;-o-transition: opacity 0.6s 0.4s ease, transform 0.6s 0.4s ease;transition: opacity 0.6s 0.4s ease, transform 0.6s 0.4s ease;transition: opacity 0.6s 0.4s ease, transform 0.6s 0.4s ease, -webkit-transform 0.6s 0.4s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(5) {-webkit-transition: opacity 0.6s 0.5s ease, -webkit-transform 0.6s 0.5s ease;transition: opacity 0.6s 0.5s ease, -webkit-transform 0.6s 0.5s ease;-o-transition: opacity 0.6s 0.5s ease, transform 0.6s 0.5s ease;transition: opacity 0.6s 0.5s ease, transform 0.6s 0.5s ease;transition: opacity 0.6s 0.5s ease, transform 0.6s 0.5s ease, -webkit-transform 0.6s 0.5s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(6) {-webkit-transition: opacity 0.6s 0.6s ease, -webkit-transform 0.6s 0.6s ease;transition: opacity 0.6s 0.6s ease, -webkit-transform 0.6s 0.6s ease;-o-transition: opacity 0.6s 0.6s ease, transform 0.6s 0.6s ease;transition: opacity 0.6s 0.6s ease, transform 0.6s 0.6s ease;transition: opacity 0.6s 0.6s ease, transform 0.6s 0.6s ease, -webkit-transform 0.6s 0.6s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(7) {-webkit-transition: opacity 0.6s 0.7s ease, -webkit-transform 0.6s 0.7s ease;transition: opacity 0.6s 0.7s ease, -webkit-transform 0.6s 0.7s ease;-o-transition: opacity 0.6s 0.7s ease, transform 0.6s 0.7s ease;transition: opacity 0.6s 0.7s ease, transform 0.6s 0.7s ease;transition: opacity 0.6s 0.7s ease, transform 0.6s 0.7s ease, -webkit-transform 0.6s 0.7s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(8) {-webkit-transition: opacity 0.6s 0.8s ease, -webkit-transform 0.6s 0.8s ease;transition: opacity 0.6s 0.8s ease, -webkit-transform 0.6s 0.8s ease;-o-transition: opacity 0.6s 0.8s ease, transform 0.6s 0.8s ease;transition: opacity 0.6s 0.8s ease, transform 0.6s 0.8s ease;transition: opacity 0.6s 0.8s ease, transform 0.6s 0.8s ease, -webkit-transform 0.6s 0.8s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(9) {-webkit-transition: opacity 0.6s 0.9s ease, -webkit-transform 0.6s 0.9s ease;transition: opacity 0.6s 0.9s ease, -webkit-transform 0.6s 0.9s ease;-o-transition: opacity 0.6s 0.9s ease, transform 0.6s 0.9s ease;transition: opacity 0.6s 0.9s ease, transform 0.6s 0.9s ease;transition: opacity 0.6s 0.9s ease, transform 0.6s 0.9s ease, -webkit-transform 0.6s 0.9s ease;}[data-scroll-reveal][data-scroll-reveal=revealed] .slick-dots > li:nth-child(10) {-webkit-transition: opacity 0.6s 1s ease, -webkit-transform 0.6s 1s ease;transition: opacity 0.6s 1s ease, -webkit-transform 0.6s 1s ease;-o-transition: opacity 0.6s 1s ease, transform 0.6s 1s ease;transition: opacity 0.6s 1s ease, transform 0.6s 1s ease;transition: opacity 0.6s 1s ease, transform 0.6s 1s ease, -webkit-transform 0.6s 1s ease;}.no-js [data-scroll-reveal] article h1,.no-js [data-scroll-reveal] article h2,.no-js [data-scroll-reveal] article h3,.no-js [data-scroll-reveal] article h4,.no-js [data-scroll-reveal] article h5,.no-js [data-scroll-reveal] article h6,.no-js [data-scroll-reveal] article p {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}.no-js [data-scroll-reveal],.no-js [data-scroll-reveal] .slick-dots > li {opacity: 1;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}._m {display: initial;}._only-s {display: none;}.button-rounded {font-size: 12px;font-size: 1.2rem;}.button-podcast {padding: 10px;padding: 1rem;}.modal > .container {height: 100%;}.modal.-modal-choose-country {background: #FFFFFF;}.modal.-modal-choose-country > .button-close-modal {max-height: initial;display: block;opacity: 1;}.modal.-modal-choose-country > .container > .content {height: auto;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}.main-wrapper {margin: 0 0 0 240px;margin: 0 0 0 24rem;}.top-container {width: auto;top: 0;bottom: auto;right: 0;left: 240px;left: 24rem;}.top-container .widget-podcast,.top-container .button-podcast {width: 50%;}.top-container .button-podcast {display: block;}.adminimal-admin-toolbar.toolbar-horizontal .top-container {top: 79px;top: 7.9rem;}.main-container {margin: 100px auto;margin: 10rem auto;}.landing .card-related,.landing .card-author {margin: 30px auto;margin: 3rem auto;}#debug {background: #BADDAB;}#debug:after {content: 'm';}.list-suggestion {margin: 0 10px;margin: 0 1rem;}.list-suggestion .title {margin: 0 20px 20px;margin: 0 2rem 2rem;}.list-suggestion a {margin: 0 20px 10px;margin: 0 2rem 1rem;}.list-suggestion a:last-child {border: none;}.list-related .content .row .col,.list-news .content .row .col,.list-blog .content .row .col,.list-podcast .content .row .col {min-height: 510px;min-height: 51rem;}.list-podcast .content .row .col {margin: 0 0 20px;margin: 0 0 2rem;}.list-event .content {padding: 20px 0;padding: 2rem 0;}.list-event-table {margin: 0 0 0 30px;margin: 0 0 0 3rem;}.list-event-table h1,.list-event-table h2,.list-event-table h3,.list-event-table h4,.list-event-table h5,.list-event-table h6 {text-align: right;}.widget-podcast .photo {width: 18%;font-size: 20px;font-size: 2rem;}.widget-podcast .desc {padding: 10px;padding: 1rem;width: 82%;}.menu-site ul {margin: 30px 0;margin: 3rem 0;text-align: right;}.menu-site ul li a {border: none;}.menu-site .event {border-bottom: 4px solid #900014;display: block;}.menu-tags ul {margin: 0 0 30px;margin: 0 0 3rem;}.menu-tags ul li {margin: 0 5px 0 0;margin: 0 0.5rem 0 0;display: inline-block;}.menu-tags a {font-size: 14px;font-size: 1.4rem;display: block;}.menu-share h1,.menu-share h2,.menu-share h3,.menu-share h4,.menu-share h5,.menu-share h6 {font-size: 14px;font-size: 1.4rem;}.menu-share ul {margin: 30px 0 0;margin: 3rem 0 0;}.menu-share ul li._only-s {display: none;}.heading .menu-share ul {margin: 0;}.heading .menu-share ul li {margin: 0 0 0 5px;margin: 0 0 0 0.5rem;}.main-header {width: 240px;width: 24rem;overflow: hidden;float: left;position: relative;z-index: 0;}.main-header:after {display: block;}.main-header .logo {width: auto;padding: 30px;padding: 3rem;float: none;}.main-header .logo img {max-width: 120px;max-width: 12rem;max-height: none;}.main-header .event {margin: 0;}.main-header .button-menu,.main-header .button-close {display: none;}.main-header .form-search {float: none;}.main-header .menu-site {height: auto;overflow: hidden;position: static;}.form-search {border-bottom: 1px solid #BCBCBC;position: relative;}.form-search .group {position: static !important;opacity: 1;}.form-search .button-close {display: none;}.form-search .button-search {position: absolute;right: 0;top: 0;}.form-newsletter {width: 380px;width: 38rem;padding: 20px 20px 30px;padding: 2rem 2rem 3rem;}.form-newsletter label {font-size: 13px;font-size: 1.3rem;}.form-newsletter input[type=text],.form-newsletter input[type=email] {min-width: 210px;min-width: 21rem;font-size: 12px;font-size: 1.2rem;}.user-login-form {margin: 60px auto;margin: 6rem auto;}.filter-post {margin: 30px 0;margin: 3rem 0;}.highlights .row {margin: 0 -10px;margin: 0 -1rem;}.highlight-podcast {padding: 20px 40px;padding: 2rem 4rem;}.highlight-podcast .row {margin: 30px -10px 40px;margin: 3rem -1rem 4rem;}.highlight-podcast .row:last-child {margin: 30px -10px 0;margin: 3rem -1rem 0;}.card-embed {margin: 0 10px;margin: 0 1rem;padding-bottom: 0;padding-bottom: 0;}.card-embed iframe,.card-embed twitterwidget {width: 100% !important;}.card-news {margin: 0 10px;margin: 0 1rem;padding-bottom: 0;padding-bottom: 0;background: #FFFFFF;border-bottom: none;}.card-news .caption .date,.card-news .caption .title,.card-news .caption .title a {margin: 0;color: #FFFFFF;}.card-news .desc {padding: 0 15px 15px;padding: 0 1.5rem 1.5rem;float: left;}.card-news .label {margin: 0;float: none;}.card-news .label .icon {margin: 0 0 0 -4px;margin: 0 0 0 -0.4rem;}.card-news .date {margin: 15px 0 10px;margin: 1.5rem 0 1rem;float: none;}.card-news .title {font-size: 20px;font-size: 2rem;line-height: 22px;line-height: 2.2rem;}.card-news.-headline .desc {width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}.card-news.-headline .desc {padding: 0 25px 25px;padding: 0 2.5rem 2.5rem;}.card-news.-headline .desc:before,.card-news.-headline .desc .caption {display: inline-block;}.card-news.-headline .desc:before {content: "";width: 0;height: 100%;margin: 0 0 0 -5px;vertical-align: bottom;}.card-news.-headline .desc .caption {vertical-align: middle;}.card-news.-headline .label {position: absolute;top: 0;left: 25px;left: 2.5rem;}.card-news.-headline .label .category {color: #FFFFFF;}.card-news.-headline .caption {max-width: 60%;}.card-news.-headline .button-play {right: 25px;right: 2.5rem;bottom: 25px;bottom: 2.5rem;}.card-news.-dark {background: #393939;}.card-news.-dark .category,.card-news.-dark .date,.card-news.-dark .title a,.card-news.-dark .text {color: #FFFFFF;}.grid .row .-m-12 .card-news .title {font-size: 22px;font-size: 2.2rem;line-height: 24px;line-height: 2.4rem;}.grid .row .-m-12 .card-news .text {font-size: 13px;font-size: 1.3rem;}.grid .row .card-news .-xs-4 .label .icon,.grid .row .card-news .-xs-8 .label .icon {float: none;}.grid .row .card-news .-xs-4 .category,.grid .row .card-news .-xs-8 .category {margin: 4px 0 0;margin: 0.4rem 0 0;}.grid .row .card-news .-xs-4.desc,.grid .row .card-news .-xs-8.desc {padding: 0 15px 15px;padding: 0 1.5rem 1.5rem;}.grid .row .card-news .-xs-4 .text,.grid .row .card-news .-xs-8 .text {display: block;}.grid .row .-m-4 .card-news,.grid .row .-m-8 .card-news {margin-left: 10px;margin-left: 1rem;margin-right: 10px;margin-right: 1rem;}.list-blog .card-news,.list-related .card-news,.list-news .card-news,.list-podcast .card-news {min-height: 270px;min-height: 27rem;}.card-blog .content {padding: 30px;padding: 3rem;}.card-blog .title {margin: 40px 0;margin: 4rem 0;font-size: 20px;font-size: 2rem;}.card-blog.-full .title {min-height: 90px;min-height: 9rem;}.highlights .card-blog {margin: 0 10px 20px;margin: 0 1rem 2rem;}.list-related .card-blog,.list-news .card-blog,.list-blog .card-blog,.list-podcast .card-blog {margin: 0 10px;margin: 0 1rem;}.card-podcast {min-height: 100%;margin: 0 10px;margin: 0 1rem;padding: 0 0 70px;padding: 0 0 7rem;border-bottom: none;}.card-podcast .label {margin: 0;float: none;}.card-podcast .label .icon {margin: 0 0 0 -4px;margin: 0 0 0 -0.4rem;}.card-podcast .caption .icon {margin: 0 10px 0 0;margin: 0 1rem 0 0;}.card-podcast .date {margin: 15px 0 10px;margin: 1.5rem 0 1rem;float: none;}.card-podcast .title {font-size: 20px;font-size: 2rem;line-height: 22px;line-height: 2.2rem;}.card-podcast .links {margin: 0;position: absolute;left: 0;bottom: 0;z-index: 1;}.card-podcast.-large {margin: 0 10px;margin: 0 1rem;background: #FFFFFF;}.card-podcast.-large .col.-m-6 {margin: 30px 0;margin: 3rem 0;vertical-align: top;}.card-podcast.-large .col.-m-6.photo {padding: 0 15px 0 30px;padding: 0 1.5rem 0 3rem;}.card-podcast.-large .col.-m-6.desc {padding: 0 30px 0 15px;padding: 0 3rem 0 1.5rem;}.card-podcast.-large .photo {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;}.card-podcast.-large .desc {padding: 0 0 15px;padding: 0 0 1.5rem;-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}.card-podcast.-large .player {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.card-podcast.-large .title {font-size: 22px;font-size: 2.2rem;line-height: 24px;line-height: 2.4rem;}.card-podcast.-large .text {font-size: 13px;font-size: 1.3rem;}.highlight-podcast .card-podcast.-dark .desc {padding: 0 20px 30px;padding: 0 2rem 3rem;}.highlight-podcast .card-podcast.-dark .category {color: #FFFFFF;}.highlight-podcast .card-podcast.-dark .title,.highlight-podcast .card-podcast.-dark .title a {color: #FFFFFF;}.card-podcast.-dark,.list-podcast .card-podcast {margin: 0 10px;margin: 0 1rem;background: #393939;}.card-podcast.-dark .desc,.list-podcast .card-podcast .desc {padding: 20px;padding: 2rem;}.card-podcast.-dark .date,.card-podcast.-dark .title,.card-podcast.-dark .title a,.list-podcast .card-podcast .date,.list-podcast .card-podcast .title,.list-podcast .card-podcast .title a {color: #FFFFFF;}.card-podcast.-dark .title:after,.list-podcast .card-podcast .title:after {background: #393939;}.card-podcast.-dark .title,.list-podcast .card-podcast .title {font-size: 18px;font-size: 1.8rem;line-height: 20px;line-height: 2rem;}.card-podcast.-dark .links,.list-podcast .card-podcast .links {left: 20px;left: 2rem;bottom: 20px;bottom: 2rem;z-index: 1;}.card-podcast.-dark .links .button-rounded,.list-podcast .card-podcast .links .button-rounded {color: #FFFFFF;border: 1px solid #FFFFFF;}.card-podcast.-dark .links .button-rounded:hover,.list-podcast .card-podcast .links .button-rounded:hover {color: #393939;background: #FFFFFF;}.post-generic .card-podcast {margin: 30px auto;margin: 3rem auto;}.post-generic .card-podcast .caption p {font-size: 16px;font-size: 1.6rem;}.card-event {margin: 0 10px;margin: 0 1rem;background: #FFFFFF;}.card-event .desc {padding: 15px 40px 15px 15px;padding: 1.5rem 4rem 1.5rem 1.5rem;float: left;position: relative;}.card-event .date {padding: 15px 25px;padding: 1.5rem 2.5rem;line-height: 18px;line-height: 1.8rem;font-size: 21px;font-size: 2.1rem;}.card-event .date small {line-height: 11px;line-height: 1.1rem;font-size: 11px;font-size: 1.1rem;}.card-event .title {font-size: 20px;font-size: 2rem;line-height: 22px;line-height: 2.2rem;}.card-author {padding: 40px;padding: 4rem;}.grid .-m-1 {width: 8.33333%;}.grid .-m-2 {width: 16.66667%;}.grid .-m-3 {width: 25%;}.grid .-m-4 {width: 33.33333%;}.grid .-m-5 {width: 41.66667%;}.grid .-m-6 {width: 50%;}.grid .-m-7 {width: 58.33333%;}.grid .-m-8 {width: 66.66667%;}.grid .-m-9 {width: 75%;}.grid .-m-10 {width: 83.33333%;}.grid .-m-11 {width: 91.66667%;}.grid .-m-12 {width: 100%;}.post-generic p,.post-generic ol,.post-generic ul,.search-result p,.search-result ol,.search-result ul {font-size: 16px;font-size: 1.6rem;line-height: 27px;line-height: 2.7rem;}.post-generic .shortcode-social,.search-result .shortcode-social {margin: 80px auto;margin: 8rem auto;}.post-generic .title,.search-result .title {font-size: 26px;font-size: 2.6rem;line-height: 32px;line-height: 3.2rem;}.post-generic .info,.search-result .info {margin: 20px 0 0;margin: 2rem 0 0;}.post-generic .info .author,.search-result .info .author {margin: 12px 0 0;margin: 1.2rem 0 0;float: left;}.post-generic .info .menu-share,.search-result .info .menu-share {float: right;}.post-generic .info .menu-share h3,.post-generic .info .menu-share ul,.search-result .info .menu-share h3,.search-result .info .menu-share ul {display: inline-block;}.post-generic .info .menu-share h3,.search-result .info .menu-share h3 {margin: 0;}.post-generic .info .menu-share ul li,.search-result .info .menu-share ul li {margin: 0 0 0 4px;margin: 0 0 0 0.4rem;}.post-footer {margin: 40px 0 0;margin: 4rem 0 0;}.search-result p,.search-result ol,.search-result ul {font-size: 13px;font-size: 1.3rem;line-height: 18px;line-height: 1.8rem;}.intro-author {margin: 60px 0;margin: 6rem 0;}.intro-author img {margin: 0;}.intro-author p {font-size: 16px;font-size: 1.6rem;line-height: 24px;line-height: 2.4rem;}.section {margin: 40px;margin: 4rem;}.section .heading {margin: 0 0 30px;margin: 0 0 3rem;}.section .heading h1,.section .heading h2,.section .heading h3,.section .heading h4,.section .heading h5,.section .heading h6 {font-size: 18px;font-size: 1.8rem;float: left;}.section .heading h1 {font-size: 22px;font-size: 2.2rem;float: left;}.section .heading .utility {text-align: right;float: right;}.section .heading .utility .menu-share {margin: 0;}.section .heading .utility .menu-share h1,.section .heading .utility .menu-share h2,.section .heading .utility .menu-share h3,.section .heading .utility .menu-share h4,.section .heading .utility .menu-share h5,.section .heading .utility .menu-share h6 {margin: 6px 0 0;margin: 0.6rem 0 0;font-size: 16px;font-size: 1.6rem;display: inline-block;}.photo-gallery p {margin: 20px 10px 0;margin: 2rem 1rem 0;font-size: 14px;font-size: 1.4rem;}.photo-gallery .col {margin: 0;}.embed-generic {padding: 20px 40px;padding: 2rem 4rem;}.media-youtube p {margin: 20px 0 0;margin: 2rem 0 0;}.slider-events {padding: 40px;padding: 4rem;}.slider-events .col.-m-8 {padding: 0;text-align: right;}.slider-events .col.-m-4 {padding: 0 0 0 15px;padding: 0 0 0 1.5rem;background: none;}.slider-events .col.-m-4 .heading {padding: 0;}.slider-events .col.-m-4 .heading .title {margin: 0 0 0 10px;margin: 0 0 0 1rem;color: #FFFFFF;}.slider-events .dates {float: left;}.slider-events .dates li {margin: 0 0 0 20px;margin: 0 0 0 2rem;}.slider-events .slick-slider {padding: 0;}.slider-events .slick-slider .slick-dots {display: none !important;}.slider-events .slick-slide .desc {padding: 15px;padding: 1.5rem;}.slider-events .slick-slide .label {font-size: 15px;font-size: 1.5rem;}.slider-events .slick-slide .info dl {margin: 0;}.slider-events .listing {margin: 10px 0 0;margin: 1rem 0 0;}.slider-events .listing a {padding: 10px;padding: 1rem;color: #FFFFFF;border-bottom: 1px solid #323232;}.slider-events .listing p {padding: 10px;padding: 1rem;color: #FFFFFF;}.slider-blog {padding: 40px;padding: 4rem;}.slider-blog .slick-slider {padding: 25px 0 30px;padding: 2.5rem 0 3rem;}.slider-blog .card-blog .title {min-height: 84px;min-height: 8.4rem;}.slider-blog .button-rounded {margin: 0;}.cookie-disclaimer {padding: 15px 40px;padding: 1.5rem 4rem;}.cookie-disclaimer .content {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.cookie-disclaimer p {font-size: 15px;font-size: 1.5rem;line-height: 21px;line-height: 2.1rem;}.cookie-disclaimer .button-white {margin: 10px 0;margin: 1rem 0;font-size: 14px;font-size: 1.4rem;}.main-footer {width: 100%;position: absolute;left: 0;bottom: 0;}.main-footer .form-newsletter {float: right;}}@media (min-width: 80em) {._l {display: initial;}h1 {font-size: 40px;font-size: 4rem;}h2 {font-size: 36px;font-size: 3.6rem;}h3 {font-size: 32px;font-size: 3.2rem;}h4 {font-size: 28px;font-size: 2.8rem;}h5 {font-size: 24px;font-size: 2.4rem;}h6 {font-size: 20px;font-size: 2rem;}p {font-size: 18px;font-size: 1.8rem;}.button-podcast {padding: 10px 15px;padding: 1rem 1.5rem;font-size: 13px;font-size: 1.3rem;}.button-podcast strong {margin: 0 0 5px 0;margin: 0 0 0.5rem 0;font-size: 14px;font-size: 1.4rem;}.button-podcast .icon {font-size: 11px;font-size: 1.1rem;line-height: 14px;line-height: 1.4rem;}.modal.-image > .container > .content {width: 80%;height: 80%;margin: 10%;}.modal.-image > .container > .content > * {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}.main-container {margin: 140px auto;margin: 14rem auto;}.landing .card-related,.landing .card-author {margin: 0 0 30px 30px;margin: 0 0 3rem 3rem;}#debug {background: #BAE6EA;}#debug:after {content: 'l';}.list-suggestion .title {font-size: 18px;font-size: 1.8rem;line-height: 20px;line-height: 2rem;}.list-related .content .row .col,.list-news .content .row .col,.list-blog .content .row .col,.list-podcast .content .row .col {min-height: 436px;min-height: 43.6rem;}.list-event-table ul em,.list-event-table ul strong {display: inline-block;}.list-event-table ul em {margin: 0 20px 0 0;margin: 0 2rem 0 0;text-align: right;}.list-event-table ul strong {width: 80%;margin: 0 0 0 20px;margin: 0 0 0 2rem;}.widget-podcast .photo {font-size: 30px;font-size: 3rem;}.widget-podcast .desc {padding: 13px;padding: 1.3rem;}.widget-podcast .station {font-size: 13px;font-size: 1.3rem;}.widget-podcast .title,.widget-podcast .name {font-size: 16px;font-size: 1.6rem;}.widget-podcast .mejs__controls {margin: 6px 0 0;margin: 0.6rem 0 0;}.widget-podcast .mejs__time {font-size: 14px;font-size: 1.4rem;}.menu-site ul {text-align: right;}.menu-pagination {margin: 50px 0 20px;margin: 5rem 0 2rem;}.form-newsletter {width: 420px;width: 42rem;padding: 40px;padding: 4rem;}.form-newsletter label {margin: 0 0 4px;margin: 0 0 0.4rem;}.form-filter-date {text-align: right;}.filter-post h3 {margin: 0 15px 0 0;margin: 0 1.5rem 0 0;vertical-align: middle;display: inline-block;}.filter-post ul li {margin: 0 10px;margin: 0 1rem;}.card-news .desc {padding: 0 20px 30px;padding: 0 2rem 3rem;}.card-news .category {font-size: 14px;font-size: 1.4rem;}.card-news .date {margin: 20px 0 10px;margin: 2rem 0 1rem;}.card-news .title {margin: 15px 0 0;margin: 1.5rem 0 0;font-size: 23px;font-size: 2.3rem;line-height: 25px;line-height: 2.5rem;}.card-news .text {margin: 20px 0 0;margin: 2rem 0 0;font-size: 14px;font-size: 1.4rem;}.card-news.-headline .desc {padding: 0 35px 35px;padding: 0 3.5rem 3.5rem;}.card-news.-headline .label {left: 35px;left: 3.5rem;}.card-news.-headline .button-play {right: 35px;right: 3.5rem;bottom: 35px;bottom: 3.5rem;}.grid .row .-m-12 .card-news .title {font-size: 26px;font-size: 2.6rem;line-height: 28px;line-height: 2.8rem;}.grid .row .-m-12 .card-news .caption .title {margin: 10px 0 0;margin: 1rem 0 0;font-size: 38px;font-size: 3.8rem;line-height: 42px;line-height: 4.2rem;}.grid .row .-m-12 .card-news .text {font-size: 15px;font-size: 1.5rem;}.grid .row .card-news .-xs-4 .date,.grid .row .card-news .-xs-8 .date {margin: 20px 0 10px;margin: 2rem 0 1rem;}.grid .row .card-news .-xs-4.desc,.grid .row .card-news .-xs-8.desc {padding: 0 20px 30px;padding: 0 2rem 3rem;}.list-blog .card-news,.list-related .card-news,.list-news .card-news,.list-podcast .card-news {min-height: 350px;min-height: 35rem;}.list-blog .card-news .desc,.list-related .card-news .desc,.list-news .card-news .desc,.list-podcast .card-news .desc {padding: 0 20px 40px;padding: 0 2rem 4rem;}.card-podcast .category {font-size: 14px;font-size: 1.4rem;}.card-podcast .date {margin: 20px 0 10px;margin: 2rem 0 1rem;}.card-podcast .title {margin: 15px 0 0;margin: 1.5rem 0 0;font-size: 23px;font-size: 2.3rem;line-height: 25px;line-height: 2.5rem;}.card-podcast .text {margin: 20px 0 0;margin: 2rem 0 0;font-size: 14px;font-size: 1.4rem;}.card-podcast.-large .desc {padding: 0 0 30px;padding: 0 0 3rem;}.card-podcast.-large .title {font-size: 26px;font-size: 2.6rem;line-height: 28px;line-height: 2.8rem;}.card-podcast.-large .text {font-size: 15px;font-size: 1.5rem;}.card-podcast.-dark .desc,.list-podcast .card-podcast .desc {padding: 20px 20px 40px;padding: 2rem 2rem 4rem;}.card-podcast.-dark .title,.list-podcast .card-podcast .title {margin: 15px 0 0;margin: 1.5rem 0 0;font-size: 20px;font-size: 2rem;line-height: 22px;line-height: 2.2rem;}.card-event .desc {padding: 20px 60px 20px 20px;padding: 2rem 6rem 2rem 2rem;}.card-event .category {font-size: 14px;font-size: 1.4rem;}.card-event .title {margin: 15px 0 0;margin: 1.5rem 0 0;font-size: 23px;font-size: 2.3rem;line-height: 25px;line-height: 2.5rem;}.card-event .text {margin: 20px 0 0;margin: 2rem 0 0;font-size: 14px;font-size: 1.4rem;line-height: 18px;line-height: 1.8rem;}.card-related a {padding: 40px 30px;padding: 4rem 3rem;}.card-related a strong {font-size: 20px;font-size: 2rem;line-height: 24px;line-height: 2.4rem;}.card-related .quote {margin: 0 0 0 -8px;margin: 0 0 0 -0.8rem;}.grid .-l-1 {width: 8.33333%;}.grid .-l-2 {width: 16.66667%;}.grid .-l-3 {width: 25%;}.grid .-l-4 {width: 33.33333%;}.grid .-l-5 {width: 41.66667%;}.grid .-l-6 {width: 50%;}.grid .-l-7 {width: 58.33333%;}.grid .-l-8 {width: 66.66667%;}.grid .-l-9 {width: 75%;}.grid .-l-10 {width: 83.33333%;}.grid .-l-11 {width: 91.66667%;}.grid .-l-12 {width: 100%;}.post-generic .title,.search-result .title {font-size: 36px;font-size: 3.6rem;line-height: 44px;line-height: 4.4rem;}.no-result {margin: 80px 10px 0;margin: 8rem 1rem 0;}.main-quote span {margin: 0 0 0 -22px;margin: 0 0 0 -2.2rem;}.main-quote em {margin: 30px 0 0;margin: 3rem 0 0;font-size: 13px;font-size: 1.3rem;}.section .heading h1,.section .heading h2,.section .heading h3,.section .heading h4,.section .heading h5,.section .heading h6 {font-size: 22px;font-size: 2.2rem;}.section .heading h1 {font-size: 24px;font-size: 2.4rem;}.slider-events .col.-m-4 {padding: 0 0 0 25px;padding: 0 0 0 2.5rem;}.slider-events .col.-m-4 .heading .title {margin: 0 0 0 20px;margin: 0 0 0 2rem;}.slider-events .heading .title {font-size: 20px;font-size: 2rem;}.slider-events .dates {font-size: 20px;font-size: 2rem;}.slider-events .slick-slider {margin: 30px 0;margin: 3rem 0;}.slider-events .slick-slide .desc {padding: 25px;padding: 2.5rem;}.slider-events .slick-slide .title {margin: 15px 0 25px;margin: 1.5rem 0 2.5rem;font-size: 22px;font-size: 2.2rem;line-height: 26px;line-height: 2.6rem;}.slider-events .slick-slide .info {padding: 0;margin: 20px 0 0;margin: 2rem 0 0;}.slider-events .slick-slide .info .icon {position: static;}.slider-events .listing a {padding: 20px;padding: 2rem;}.slider-events .listing a strong {font-size: 22px;font-size: 2.2rem;line-height: 28px;line-height: 2.8rem;}.slider-events .listing p {padding: 20px;padding: 2rem;font-size: 20px;font-size: 2rem;line-height: 26px;line-height: 2.6rem;}.cookie-disclaimer {padding: 35px 40px;padding: 3.5rem 4rem;}.main-footer .content {padding: 40px 40px 0;padding: 4rem 4rem 0;}}@media (min-width: 90em) {._xl {display: initial;}.top-container {width: 100%;max-width: 1125px;max-width: 112.5rem;left: auto;right: auto;}.main-container {margin: 150px auto;margin: 15rem auto;}#debug {background: #E9F4FD;}#debug:after {content: 'xl';}.list-suggestion a {font-size: 16px;font-size: 1.6rem;line-height: 21px;line-height: 2.1rem;}.list-related .content .row .col,.list-news .content .row .col,.list-blog .content .row .col,.list-podcast .content .row .col {min-height: 420px;min-height: 42rem;}.widget-podcast .photo strong {width: 50px;width: 5rem;height: 50px;height: 5rem;}.widget-podcast .desc {padding: 15px;padding: 1.5rem;}.menu-site ul {margin: 80px 0;margin: 8rem 0;}.card-news .date {font-size: 12px;font-size: 1.2rem;}.card-news .title {font-size: 26px;font-size: 2.6rem;line-height: 28px;line-height: 2.8rem;}.grid .row .-m-12 .card-news .title {font-size: 28px;font-size: 2.8rem;line-height: 30px;line-height: 3rem;}.grid .row .-m-12 .card-news .text {font-size: 17px;font-size: 1.7rem;}.list-blog .card-news,.list-related .card-news,.list-news .card-news,.list-podcast .card-news {min-height: 360px;min-height: 36rem;}.card-blog .header .date {font-size: 12px;font-size: 1.2rem;}.card-podcast .date {font-size: 12px;font-size: 1.2rem;}.card-podcast .title {font-size: 26px;font-size: 2.6rem;line-height: 28px;line-height: 2.8rem;}.card-podcast.-large .title {font-size: 28px;font-size: 2.8rem;line-height: 30px;line-height: 3rem;}.card-podcast.-large .text {font-size: 17px;font-size: 1.7rem;}.card-event .title {font-size: 26px;font-size: 2.6rem;line-height: 28px;line-height: 2.8rem;}.section .heading h1,.section .heading h2,.section .heading h3,.section .heading h4,.section .heading h5,.section .heading h6 {font-size: 24px;font-size: 2.4rem;}.section .heading h1 {font-size: 26px;font-size: 2.6rem;}}@media (min-width: 120em) {._xxl {display: initial;}.button-podcast {padding: 15px;padding: 1.5rem;font-size: 14px;font-size: 1.4rem;}#debug {background: #AA94CB;}#debug:after {content: 'xxl';}}@-webkit-keyframes mejs__loading-spinner {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes mejs__loading-spinner {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes buffering-stripes {from {background-position: 0 0;}to {background-position: 30px 0;}}@keyframes buffering-stripes {from {background-position: 0 0;}to {background-position: 30px 0;}}@-webkit-keyframes mejs-loading-spinner {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes mejs-loading-spinner {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes buffering-stripes {from {background-position: 0 0;}to {background-position: 30px 0;}}@keyframes buffering-stripes {from {background-position: 0 0;}to {background-position: 30px 0;}}@-webkit-keyframes loading {25% {width: 30px;border-radius: 50%;}50% {border-radius: 0;}75% {width: 90px;}100% {width: 90px;border-radius: 0;}}@keyframes loading {25% {width: 30px;border-radius: 50%;}50% {border-radius: 0;}75% {width: 90px;}100% {width: 90px;border-radius: 0;}}@-webkit-keyframes loaded {0% {width: 30px;border-radius: 50%;-webkit-transform: scale(1) translate(-50%, -50%);transform: scale(1) translate(-50%, -50%);opacity: 1;}50% {opacity: 0.3;}75% {-webkit-transform: scale(100);transform: scale(100);}100% {opacity: 0;}}@keyframes loaded {0% {width: 30px;border-radius: 50%;-webkit-transform: scale(1) translate(-50%, -50%);transform: scale(1) translate(-50%, -50%);opacity: 1;}50% {opacity: 0.3;}75% {-webkit-transform: scale(100);transform: scale(100);}100% {opacity: 0;}}@-webkit-keyframes bounce-download-arrow {0% {line-height: 55px;}100% {line-height: 65px;}}@keyframes bounce-download-arrow {0% {line-height: 55px;}100% {line-height: 65px;}}@-webkit-keyframes pulsate {0% {-webkit-transform: scale(0.1, 0.1);transform: scale(0.1, 0.1);opacity: 0;}50% {opacity: 1;}100% {-webkit-transform: scale(1.7, 1.7);transform: scale(1.7, 1.7);opacity: 0;}}@keyframes pulsate {0% {-webkit-transform: scale(0.1, 0.1);transform: scale(0.1, 0.1);opacity: 0;}50% {opacity: 1;}100% {-webkit-transform: scale(1.7, 1.7);transform: scale(1.7, 1.7);opacity: 0;}}@-webkit-keyframes widgetPodcastPulse {0% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.2);transform: translate(-50%, -50%) translateZ(0) scale(1.2);}10% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.1);transform: translate(-50%, -50%) translateZ(0) scale(1.1);}30% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.3);transform: translate(-50%, -50%) translateZ(0) scale(1.3);}60% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.2);transform: translate(-50%, -50%) translateZ(0) scale(1.2);}80% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.3);transform: translate(-50%, -50%) translateZ(0) scale(1.3);}100% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.2);transform: translate(-50%, -50%) translateZ(0) scale(1.2);}}@keyframes widgetPodcastPulse {0% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.2);transform: translate(-50%, -50%) translateZ(0) scale(1.2);}10% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.1);transform: translate(-50%, -50%) translateZ(0) scale(1.1);}30% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.3);transform: translate(-50%, -50%) translateZ(0) scale(1.3);}60% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.2);transform: translate(-50%, -50%) translateZ(0) scale(1.2);}80% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.3);transform: translate(-50%, -50%) translateZ(0) scale(1.3);}100% {-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.2);transform: translate(-50%, -50%) translateZ(0) scale(1.2);}}

/* TRENDING TOPICS DVD20191104*/
.block-trendtopics { height: unset !important; }
.block-trendtopics-content h2 { font-weight: 500 !important; font-style: normal; background-image: url('/themes/custom/unipd/assets/img/icon/Polygon 41.png'); background-repeat:no-repeat; background-repeat-x: no-repeat; background-repeat-y: no-repeat; padding-top: 20px; }
.block-trendtopics-content h2::before { background-color: #FFF; }
.block-trendtopics-content a  { font-weight: 300; font-style: normal; line-height: 1.7em; }
.block-trendtopics-content ul { list-style-image: url('/themes/custom/unipd/assets/img/icon/freccia dx.png'); padding-left: 1vw; margin: 0; }
.block-trendtopics-content ul li { padding-left: 1rem; }
.block-trendtopics-content .heading { padding-bottom: 0.5rem; }

.section .block-trendtopics-content { padding-bottom: 1rem !important; }

@media (min-width: 64em) { .section .heading { margin: 0 0 1rem; } }
@media (min-width: 80em) { .block-trendtopics .-xs-8.desc { padding: 0 2rem 1rem !important; } }

.text-more .button-toggle:before { width: 37px; height: 37px; }
.text-more .button-toggle:before { background: #FFF url('/themes/custom/unipd/assets/img/icon/close.png') no-repeat; }
.text-more.-limited .button-toggle:before { background: #FFF url('/themes/custom/unipd/assets/img/icon/open.png') no-repeat; }
.text-more .button-toggle:after { width: 0; height: 0; }

/* END - TRENDING TOPICS */

/* HP BLOCKS FIX */
@media (min-width: 65em) {

	.highlights .row .col {
	    max-height: 354px;
	    min-height: 354px;
	    overflow: hidden;
	}
	
	.col.-m-12 {
		min-height: 410px!important;
		margin-bottom: 3rem!important;
	}

	.section .heading {
	    line-height: 1.5em;
	}

	.highlights .row .col .col {
	    margin: 0;
	    max-height: unset!important;
	    min-height: unset!important;
	}
	
	.photo.col.-xs-4.-m-12 {
	    margin-bottom: 0!important;
	}
}


/* END HP BLOCKS FIX */

/* BLOCCO ONDACOVID */

.ondacovid {
	max-width: 700px;
	overflow: hidden;
}
.ondacovid a {
    line-height: 1.8em!important;
    font-family: Oswald;
    font-weight: 500;
    font-size: 1.3em;
}

.ondacovid .gif {
	padding: 0!important;
}

.ondacovid .links {
	background: url(/sites/default/files/onda_covid_statico_png_trasp_v2.gif);
    height: 100%important;
    padding: 2em!important;
    height: 354px!important;
    background-size: contain;
}

.ondacovid .block-trendtopics-content {
	background: transparent;
    padding: 2em!important;
}

@media (max-width: 1024px) {
	.ondacovid .links {
		padding: 1em!important; 
		height: auto!important;   
	}	
	
	.ondacovid .block-trendtopics-content {
	    padding: 1em!important;
	}	
	.ondacovid a {
	    font-size: 1em!important;
	}

}

@media (max-width: 768px) {
	
	.ondacovid {
		max-width: 97%;
	}
	.ondacovid a {
	    font-size: 1.2em!important;
	}
	.ondacovid .links {
		height: 354px!important;   
	}	
	.ondacovid .block-trendtopics-content {
	    padding: 2em!important;
	}	

}

/* DVD20221020 EU Cookie Compliance (GDPR Compliance) */
#sliding-popup .popup-content #popup-text p {
    display: block;
    padding-top: 0.5em;
    line-height: 1.5em;
}
/* force third button view */
.eu-cookie-compliance-hidden, button.eu-cookie-withdraw-button.visually-hidden {
    display: inline-block !important;
}
button.eu-cookie-withdraw-button.visually-hidden.button.button--small {
    position: relative !important;
    height: auto;
}
/* .EU Cookie Compliance (GDPR Compliance) */

/* Books */

.books-landing-intro  {
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
/* Nav */
.navbar {
    font-weight: 500;
}

.navbar-nav {
  padding: 0;
  border-bottom: 1px solid #900014;
}

/*.nav-riga {
    border-bottom: 1px solid #000;
}*/


.navbar-nav .nav-item.active .nav-link:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 3px solid #900014;
    padding-top: 1rem;
}

.nav-item {
    display: inline-block !important;
}

.navbar-nav .nav-item.active .nav-link {
    font-weight: 500;
    /* text-decoration: underline; */
    /*border-bottom: 3px solid #900014;*/
}


.navbar .nav-item .nav-link {
    display: block;
    padding: .5rem 0 .2rem;
    color: #900014;
    margin-right: 1em;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    font-family: 'Oswald';
    text-decoration: none;
    font-size: 2rem;
    font-weight: 200;
    margin-bottom: -12px;
}

/* fine nav */
html {
  scroll-behavior: smooth;
}

.books-landing-eventi#eventi {
  scroll-margin-top: 5rem;
}

.books-landing-intro h1 {
  color: #900014;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
}

#books-list {
  margin-top:2rem;
}

#books-list .book {
      padding-bottom: 2rem;
}

#books-list .book:hover {
    transition: all 0.2s ease-in-out;
    transform: scale(1.06);
}

#books-list .book-title {
      color: #900014;
      font-size: 2.6rem;
      line-height: 28px;
      line-height: 2.8rem;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      padding-bottom: 2rem;
}
#books-list .book-cover img {
  filter: drop-shadow(2px 4px 6px #808080);
}

#books-list .book-title a {
      text-decoration: none;
}

#books-list .book-title a:after {
    content: "_______";
    display: block;
    font-weight: 100;
}

#books-list .book-details {
  padding: 0 4rem;
}

#books-list .book-desc {
  font-size: 1.5rem;
}

.books-landing-eventi {
  background: #900014;
  padding: 2em 0;
}

.books-landing-eventi h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
}

.books-landing-eventi p {
  color: #fff;
  text-align: center;
}

.books-landing-eventi-cards {
  background: #900014;
  padding-top: 1em;
  padding-bottom: 0.6em;
}

.books-landing-eventi-cards .card-event:after {
    bottom: 0;
}
.books-landing-eventi-cards .card-event .date small {
    line-height: 2rem;
    font-size: 1.5rem;
}

.books-landing-eventi-cards .card-event .date strong {
    display: block;
    font-size: 1em;
    padding-top: 5px;
}

.books-landing-eventi-cards .card-event .date em {
    font-style: normal;
    font-size: 0.7em;
}

.books-landing-mappa {
  background: #fff;
  height: 100%;
  margin: 0;
  min-height: 120px;
  padding-bottom: 1em;
  clear: both;
  padding-top: 2em;
}

#views-form-librerie-block-1 {
  background: #393939;
  clear: both;
}

.books-landing-mappa h1 {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
}

.books-landing-mappa p {
  color: #000;
  text-align: center;
}

.books-landing-map {
    height: 600px !important;
}

.books-landing-map .leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.5em;
    min-height: 1px;
}

.books-landing-contatti {
  background: #393939;
  padding: 2em 2em;
  clear: both;
}

.books-landing-contatti h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
}

.books-landing-contatti p {
  color: #fff;
  text-align: center;
}

.books-landing-contatti p a{
  color: #fff;
}

.books-landing-contatti hr {
  width: 30%;
}

.books-landing-recensioni {
  background: #900014;
  padding: 2em 0;
}

.books-landing-recensioni h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
}

.books-landing-recensioni p {
  color: #fff;
  text-align: center;
}

.cards-recensioni {
  background: #900014;
  padding: 0.6em;
}

.card-recensioni {
  background: #fff;
  display: table;
  padding: 1em;
  width: 100%;
}

.card-recensioni .desc {
  display: table-cell;
}  

.card-recensioni .desc .source {
  color: #313131;
  font-size:1.4em;
  font-family: 'Oswald';
}

.card-recensioni .title a { 
  text-decoration: none;
  font-size: 3.5rem;
} 
 
.card-recensioni .link {
  text-align: center;
  display: table-cell;
  float: none;
  vertical-align: middle;
} 

.card-recensioni .link .btn {
  border: 1px solid #900014;
  padding: 2em 3em;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: #900014;
}  

@media (max-width: 979px) {
  .navbar-nav {
    display: inline-grid;
    text-align: center;
    width: 100%;
  }   
  
  .navbar-nav .nav-item.active .nav-link:after {
    border-bottom: 3px solid #900014;
  }
  
  .navbar-nav .nav-item .nav-link:after {
      content: "";
      display: block;
      width: 100%;
      border-bottom: 1px solid #900014;
      padding-top: 1rem;
  }
  
  #books-list .book-cover img {
      margin: 0 auto;
      margin-bottom: 2em;
      width: 200px;
      height: auto;
  }
  
  #books-list .book-desc {
      margin-bottom: 2em;
  }
  
  .books-landing-eventi-cards {
      padding-bottom: 0px;
      margin-bottom: 2em; 
  }
  
  .books-landing-eventi-cards .card-event .date strong {
      font-size: 2em;
  }
  
  .books-landing-eventi-cards .card-event .date em {
      font-size: 1.5em;
      margin-top: 0.6em;
      display: block;
  }
  
  /*.post-generic .title, .search-result .title {
          font-size: 3rem;
          line-height: 4.5rem;
      }
  }
  .card-event .text {
      font-size: 2rem;
  }*/
  
  .books-landing-eventi-cards .card-event .desc {
    background: #fff;
    padding: 1em;
  }  
  
  .books-landing-eventi-cards .card-event {
    border-bottom: 3px solid #900014;
  }
  
  .card-recensioni .title a {
      font-size: 2.5rem;
  }
  
  .card-recensioni .link {
      display: flex;
      float: none;
      flex-direction: row-reverse;
  }
  
  .card-recensioni .link .btn {
      padding: 1em 3em;
  } 
} 
/* Fine Books */

/* DVD20241107 Webform librerie */
.webform-librerie { padding: 4rem; }
.webform-librerie  input::-webkit-input-placeholder
{color: #666;opacity: 1;}
.webform-librerie  input::-moz-placeholder
{color: #666;opacity: 1;}
.webform-librerie  input:-ms-input-placeholder
{color: #666;opacity: 1;}
.webform-librerie  input:-moz-placeholder
{color: #666;opacity: 1;}
.webform-librerie  .group
{padding: 0;white-space: nowrap;overflow: hidden;}
.webform-librerie  .msg
{font-size: 17px;font-size: 1.7rem;}
.webform-librerie  label
{margin: 0 0 10px;margin: 0 0 1rem;font-size: 16px;font-size: 1.6rem;display: block;}
.webform-librerie  input[type=text],.webform-librerie  input[type=email],.webform-librerie  button
{height: 28px;height: 2.8rem;padding: 4px;padding: 0.4rem;}
.webform-librerie  input[type=text],.webform-librerie  input[type=email]
{width: 80%;margin: 0 0 1rem;padding: 4px;padding: 0.4rem;color: #666;font-family: Arial, Helvetica Neue, Helvetica, sans-serif;font-weight: 500;font-size: 16px;font-size: 1.6rem;-o-text-overflow: ellipsis;text-overflow: ellipsis;border: 1px solid #666;display: block;overflow: hidden;background: #f2f2f2 none repeat scroll 0 0;}
.webform-librerie .form-submit
{width: 20%;width: 20%;color: #FFF;background: #666 none repeat scroll 0 0;border: 1px solid #666;display: block;-webkit-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;display: block;padding: 2rem 4rem;}
/* .webform-librerie #edit-actions {display: flex;justify-content: right;} */
.webform-librerie #edit-privacy--description { padding: 1rem 0 2rem 0; }

/* Form newsletter footer */
.form-newsletter input[type=text], .form-newsletter input[type=email] {
  width: 100%;
  display: block;
  margin: 0.5em 0 0 0;
  padding: 4px;
  padding: 0.4rem;
  color: #FFFFFF;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 1px solid #FFFFFF;
  display: block;
  text-transform: uppercase;
  background-color: transparent;
}

.form-newsletter input[type=email] {
  margin-bottom: 0.5em;
}

.form-newsletter input[type=text]::placeholder, .form-newsletter input[type=email]::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.form-newsletter input[type=text]::-ms-input-placeholder, .form-newsletter input[type=email]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}

.form-newsletter label {
  display:none;
}

.form-newsletter .form-wrapper {
  margin: 0;
  padding: 0;
}

.form-newsletter .icheckbox_flat-grey {
  display: inline-block;
  border-radius: 5px;
}

.form-newsletter .icheckbox_flat-grey .field-suffix {
  display: inline-block;
}

.form-newsletter .description a {
  color: #fff;
}

.form-newsletter .form-submit {
    width: 20%;
    color: #900014;
    background: #fff none repeat scroll 0 0;
    border: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: block;
    padding: 1rem 1rem;
    float: right;
    text-transform: uppercase;
}

@media (min-width: 64em) {
    .main-container {
        margin-bottom: 33rem;
    }
}

@media (min-width: 80em) {
    .main-container {
        margin-bottom: 33rem;
    }
}

@media (min-width: 90em) {
    .main-container {
        margin-bottom: 33rem;
    }
}


.webform-confirmation__message {
    margin: 0;
}

.webform-confirmation__back {
    display: none;
}

/* Pagina Newsletter */
.newsletter-landing-main {
  background: #900014;
  padding: 2em 2em;
  clear: both;
}

.newsletter-landing-main h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
}

.newsletter-landing-main p {
  color: #fff;
  text-align: center;
}

.newsletter-landing-main p a{
  color: #fff;
}

.newsletter-landing-main .form-newsletter {
  margin: 2em auto;
}

.newsletter-landing-ilbo {
  background: #393939;
  padding: 2em 2em;
  clear: both;
}

.newsletter-landing-ilbo h1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
}

.newsletter-landing-ilbo p {
  color: #fff;
  text-align: center;
}

.newsletter-landing-ilbo p a{
  color: #fff;
}

.newsletter-landing-ilbo hr {
  width: 30%;
}

.newsletter-landing-ilbo .webform-librerie {
  margin: 2em auto;
  background: #524e4e;
  width: 80%;
}

.newsletter-landing-ilbo .form-submit {
    width: 20%;
    color: #393939;
    background: #fff none repeat scroll 0 0;
    border: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: block;
    padding: 1rem 1rem;
    font-family: "Oswald", sans-serif;
    margin-top: 2em;
    text-transform: uppercase;
}

.newsletter-landing-ilbo .webform-librerie label {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
}

.newsletter-landing-ilbo .webform-librerie input[type=text], .newsletter-landing-ilbo  .webform-librerie input[type=email] {
  width: 100%;
}

.newsletter-landing-ilbo .field-suffix {
  color: #fff;
}

.newsletter-landing-ilbo .description {
  color: #fff;
  padding-top: 0.5em;
}

.newsletter-landing-ilbo .description a {
  color: #fff;
}

.newsletter-landing-ilbo div[role=alert] {
  color: #fff;
  font-weight: bold;
  padding-block: 0.5em;
}

.newsletter-landing-ilbo .webform-confirmation__message {
  color: #fff;
}

.newsletter-landing-cta {
  position: relative;
}

.newsletter-landing-cta .cta-banner {
    width: 100%;
    background: #ffffffc9;
    text-align: center;
    position: absolute;
    top: 70%;
    padding: 2em;
}

.newsletter-landing-cta .cta-banner a {
  text-transform: uppercase;
  font-family: 'Oswald';
  text-decoration: none;
}

@media (max-width: 979px) {
  .newsletter-landing-ilbo .webform-librerie {
    margin: 2em auto;
    width: 100%;
  }
  .newsletter-landing-main .form-submit {
    width: 30%;
  }
  .newsletter-landing-ilbo .form-submit {
    width: 30%;
  }
 .newsletter-landing-cta .cta-banner {
     top: 60%;
     padding: 1em;
 } 
}  

/* Aumento punto font articoli per mobile */ 
@media (max-width: 979px) {
  .post-generic p, .post-generic ol, .post-generic ul, .search-result p, .search-result ol, .search-result ul {
      font-size: 1.6rem;
      line-height: 1.5em;
  }
}

.visually-hidden {
  display: none;
}

div[data-drupal-messages]{
  display: none;
} 

/* Print */
@media print {

  .eu-cookie-compliance-banner {
    display: none;
  }
  
  #sliding-popup {
    display: none;
  } 
  
  .page {
    max-width: 136.6rem;
  }
  .main-header {
          width: 24rem;
          overflow: hidden;
          float: left;
          position: relative;
          z-index: 0;
      }
  
  .main-wrapper {
      margin: 0 0 0 24rem;
  }

  .section {
      margin: 4rem;
  }
  .grid .-l-8 {
      width: 66.66667%;
  }
  
  .grid .-l-4 {
      width: 33.33333%;
  }
  
  .main-header .content {
    position: absolute!important;
    left: 0!important;
  }
  
  .top-container {
    position: absolute;
    left: 0;
  }
  
  .main-container {
      padding-top: 1rem;
  }
  
 
} 

/* Fix Slick Slider */
.slick-slider .slick-list {
  min-height: 450px;
} 
@media (max-width: 768px) {
  .slick-slider .slick-list {
    min-height: 230px;
  } 
}
  
/* Taxonomy header */

.taxonomy_header .title {
  color: #900014;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
}

.taxonomy_header .subtitle {
  font-size: 1.6rem;
  line-height: 2.7rem;
  text-align: center;
}

.taxonomy_header .description {
  font-size: 1.6rem!important;
  line-height: 2.7rem!important;
  text-align: center;
  padding-bottom: 2em;
}

.taxonomy_header .description p {
  font-size: 1.6rem!important;
  line-height: 2.7rem!important;
  text-align: center;
 }

.taxonomy_header .taxnonomy_image {
  padding-bottom: 2em;
}

/* Multiple Authors */
.post-generic .author em, .search-result .author em {
    font-weight: normal;
    font-style: normal;
}
.post-generic .author em a, .search-result .author em a {
    font-weight: 600;
    font-style: normal;
}

/* Landing Luoghi */
.luoghi-landing-mappa {
  background: #fff;
  height: 100%;
  margin: 0;
  min-height: 120px;
  padding-bottom: 1em;
}

#views-form-luoghi-block-1 {
  background: #393939;
  clear: both;
}

.luoghi-landing-mappa h1 {
  color: #900014;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
  padding-top: 1.5em;
}

.luoghi-landing-mappa p {
  color: #000;
  text-align: center;
}

.luoghi-landing-map {
    /* height: 600px !important; */
    min-height: 750px!important;
}

.luoghi-landing-map .leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    line-height: 1.3;
    font-size: 13px;
    font-size: 1.2em;
    min-height: 1px;
}

.luoghi-landing-map .leaflet-popup-content p, .luoghi-landing-map .leaflet-popup-content ul li, .luoghi-landing-map .leaflet-popup-content {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.luoghi-landing-map .leaflet-popup-content img {
  min-width: 100%;
  height: auto;
}
.luoghi-landing-map .leaflet-container {
    font-size: 1.5rem;
}

/* Alert 2 years*/
.old-articles-notice {
    display: inline-block;
    text-align: center;
    align-content: flex-start;
    width: 50%;
    font-size: 1.5rem;
    background: #900014;
    color: #fff;
    margin: 0 7%;
    padding: 5px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    margin-top: -1rem;
}

.post-generic .date {
  padding-top: 1%;
}

@media (max-width: 768px) {
  .old-articles-notice {
    margin: 0 2%;
    font-size: 1.1rem;
    margin-top: -2vw;
    width: 30%;
  }  
}  

@media (max-width: 400px) {
  .old-articles-notice {
    margin: 0 1%;
    margin-top: -2vw;
    width: 29%;
  }  
}  