.section .spacer-img svg,
.section .spacer-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.section.bg--img {
  margin-top: 0;
  perspective: 2px;
}
.section.bg--img .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section.bg--img .bg-container img {
  display: block;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.section.bg--img .bg-container::after {
  /* Display and position the pseudo-element */
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Move the pseudo-element back away from the camera,
           * then scale it back up to fill the viewport.
           * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  transform: translateZ(-1px) scale(1.5);
  /* Keep the image from overlapping sibling elements. */
  z-index: -1;
}
.section.bg--img:not(.bg--model) .bg-container::after {
  /* Force the background image to fill the whole element. */
  background: no-repeat center center fixed;
  background-size: cover;
}
.section.bg--img.bg--model .bg-container::after {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
}
.section.bg--img .container,
.section.bg--img .container-fluid {
  position: relative;
  color: white !important;
}
.section.bg--img .container .block,
.section.bg--img .container-fluid .block {
  color: white !important;
}
.section.bg--img:not(:first-of-type)
  .container
  > *:last-child.separatorImageWrapper {
  margin-bottom: -4rem;
}
.section.bg--img:not(:first-of-type)
  .container-fluid
  > *:last-child.separatorImageWrapper {
  margin-bottom: -4rem;
}
.section.bg--img .social-networks {
  display: block;
  text-align: center;
}

.section.bg--img:first-of-type .bg-container::after {
  filter: brightness(0.75);
}

.section:not(:first-of-type) {
  padding-top: 0 !important;
}
.section:not(:first-of-type) .container > .block:first-of-type {
  padding-top: 2rem !important;
}
.section:not(:first-of-type) .container-fluid > .block:first-of-type {
  padding-top: 2rem !important;
}
.section:not(:first-of-type) .container > .row:first-of-type {
  padding-top: 2rem !important;
}
.section:not(:first-of-type) .container-fluid > .row:first-of-type {
  padding-top: 2rem !important;
}

.section.bg--img:first-of-type {
  margin-top: -180px;
  padding-top: 180px;
  text-align: center;
}
@media (min-width: 360px) {
  .section.bg--img:first-of-type {
    padding-top: 200px;
  }
}
@media (min-width: 660px) {
  .section.bg--img:first-of-type {
    padding-top: 220px;
  }
}
@media (min-width: 800px) {
  .section.bg--img:first-of-type {
    padding-top: 240px;
  }
}
@media (min-width: 1000px) {
  .section.bg--img:first-of-type {
    padding-top: 300px;
  }
}
@media (min-width: 1400px) {
  .section.bg--img:first-of-type {
    padding-top: 335px;
  }
}
.section.bg--img:first-of-type .bg-container img {
  filter: brightness(0.75);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 100px) {
  .section.bg--img:first-of-type
    .container
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 300px) {
  .section.bg--img:first-of-type
    .container
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 600px) {
  .section.bg--img:first-of-type
    .container
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 800px) {
  .section.bg--img:first-of-type
    .container
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 1000px) {
  .section.bg--img:first-of-type
    .container
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 1400px) {
  .section.bg--img:first-of-type
    .container
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 220px !important;
  }
}
@media (min-width: 100px) {
  .section.bg--img:first-of-type
    .container-fluid
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 300px) {
  .section.bg--img:first-of-type
    .container-fluid
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 600px) {
  .section.bg--img:first-of-type
    .container-fluid
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 800px) {
  .section.bg--img:first-of-type
    .container-fluid
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 130px !important;
  }
}
@media (min-width: 1000px) {
  .section.bg--img:first-of-type
    .container-fluid
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 160px !important;
  }
}
@media (min-width: 1400px) {
  .section.bg--img:first-of-type
    .container-fluid
    > *:last-child:not(.separatorImageWrapper) {
    padding-bottom: 220px !important;
  }
}

.section .hr[data-title] {
  margin-top: 5.6rem;
  margin-bottom: 1.6rem !important;
}
.section .hr[data-title]::before {
  content: attr(data-title);
  display: inline-block;
  padding: 4px 10px;
  font-size: 1.6rem;
  transform: translateY(-50%) skewX(-10deg);
}

.section .container .spacer-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.bottomHeading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.6rem;
}

.heading.HasSpacer {
  display: flex;
  align-items: center;
}
.heading.HasSpacer::after {
  content: '';
  width: 100%;
  display: block;
  height: 0.4rem;
  background-color: currentColor;
}
.heading.HasSpacer .title.h2 {
  margin-bottom: 0;
  margin-right: 1.6rem;
  white-space: nowrap;
}

.heading.HasSpacerDotted {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.heading.HasSpacerDotted::after {
  content: '';
  width: 100%;
  display: block;
  height: 1rem;
  margin-left: -1.2rem;
  margin-left: -0.4rem;
  border-top: dotted 0.4rem currentColor;
  border-bottom: dotted 0.4rem currentColor;
}
.heading.HasSpacerDotted .title.h2 {
  flex: 0 0 auto;
  margin-bottom: 0;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0.2rem 2rem 0.2rem 1rem;
}
.heading.HasSpacerDotted .title.h2:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skew(-15deg, 0) translateX(-1rem);
}

.border-title {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  padding: 10px 30px;
}

.thumbnail {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.thumbnail .media img {
  transition: all 1.4s cubic-bezier(0.2, 0.9, 0, 1);
}
.thumbnail:hover .media img {
  filter: brightness(0.8);
}
.thumbnail.animated-img:hover .media img {
  transform: scale(1.2);
}
.thumbnail.animated-title:hover .h3,
.thumbnail.animated-title:hover .h1 {
  background-size: 100% 0.25em;
}
.thumbnail.animated-title .h3,
.thumbnail.animated-title .h1 {
  display: inline;
  background-size: 0% 0.25em;
  background-position: 0% 91%;
  background-repeat: no-repeat;
  transition: all 1.4s cubic-bezier(0.2, 0.9, 0, 1);
}
.thumbnail.animated-paragraph:hover .lead {
  max-height: 6em;
}
.thumbnail.animated-paragraph .lead {
  overflow: hidden;
  max-height: 0;
  transition: all 1.4s cubic-bezier(0.2, 0.9, 0, 1);
}
.thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 0;
  padding: 20px;
  border-radius: 4px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.34) 65%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.thumbnail .overlay::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  content: '';
  width: 100%;
  height: 4px;
}
.thumbnail .overlay .resume {
  padding: 0;
}
.thumbnail .overlay .resume .date,
.thumbnail .overlay .resume .h3,
.thumbnail .overlay .resume .lead,
.thumbnail .overlay .resume .terms,
.thumbnail .overlay .resume .artist {
  color: #fff;
}
.thumbnail .resume {
  padding: 4px;
}

.sidenav .Player .PlayerContainer {
  height: 16rem;
  padding-bottom: 5rem;
  padding-top: 2rem;
}

.sidenav .Player .PlayerActions {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  margin: 0;
}

.sidenav .Player .PlayerVolume {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  margin: 0;
}

.sidenav .Player .PlayerRadio {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  margin: 0;
  height: auto;
}
.sidenav .Player .PlayerRadio > .logo {
  padding: 1rem;
}
.sidenav .Player .PlayerRadio > .logo:before {
  display: block;
  content: attr(data-radio);
}
.sidenav .Player .PlayerRadio > .logo > img {
  display: none;
}

.sidenav .Player .PlayerSources {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  margin: 0;
  height: auto;
}
.sidenav .Player .PlayerSources .nav-link {
  padding: 1rem;
}

.sidenav .Player .PlayerCover {
  flex: 0 0 5rem;
}

.container .separatorImageWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: -1rem;
}
@media (min-width: 576px) {
  .container .separatorImageWrapper {
    margin-left: -2rem;
  }
}
@media (min-width: 768px) {
  .container .separatorImageWrapper {
    margin-left: -4rem;
  }
}
@media (min-width: 996px) {
  .container .separatorImageWrapper {
    margin-left: -4rem;
  }
}
@media (min-width: 1440px) {
  .container .separatorImageWrapper {
    margin-left: -4rem;
  }
}
@media (min-width: 1440px) {
  .container .separatorImageWrapper {
    margin-left: calc(-1 * ((100vw + 8rem - 1440px) / 2)) !important;
  }
}

.container > *:last-child.separatorImageWrapper.inBlock {
  margin-bottom: -1.7rem !important;
}
@media (min-width: 576px) {
  .container > *:last-child.separatorImageWrapper.inBlock {
    margin-bottom: -1.7rem !important;
  }
}
@media (min-width: 768px) {
  .container > *:last-child.separatorImageWrapper.inBlock {
    margin-bottom: -4.1rem !important;
  }
}
@media (min-width: 996px) {
  .container > *:last-child.separatorImageWrapper.inBlock {
    margin-bottom: -4.1rem !important;
  }
}
@media (min-width: 1440px) {
  .container > *:last-child.separatorImageWrapper.inBlock {
    margin-bottom: -4.1rem !important;
  }
}

.container-fluid .separatorImageWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: -1rem;
}
@media (min-width: 576px) {
  .container-fluid .separatorImageWrapper {
    margin-left: -2rem;
  }
}
@media (min-width: 768px) {
  .container-fluid .separatorImageWrapper {
    margin-left: -4rem;
  }
}
@media (min-width: 996px) {
  .container-fluid .separatorImageWrapper {
    margin-left: -4rem;
  }
}
@media (min-width: 1440px) {
  .container-fluid .separatorImageWrapper {
    margin-left: -4rem;
  }
}

.container-fluid > *:last-child.separatorImageWrapper.inBlock {
  margin-bottom: -1.7rem !important;
}
@media (min-width: 576px) {
  .container-fluid > *:last-child.separatorImageWrapper.inBlock {
    margin-bottom: -1.7rem !important;
  }
}
@media (min-width: 768px) {
  .container-fluid > *:last-child.separatorImageWrapper.inBlock {
    margin-bottom: -4.1rem !important;
  }
}
@media (min-width: 996px) {
  .container-fluid > *:last-child.separatorImageWrapper.inBlock {
    margin-bottom: -4.1rem !important;
  }
}
@media (min-width: 1440px) {
  .container-fluid > *:last-child.separatorImageWrapper.inBlock {
    margin-bottom: -4.1rem !important;
  }
}

.Header.multi-bg--header {
  background-color: transparent !important;
}
.Header.multi-bg--header:not(.IsCompact) .HeaderContainer {
  color: white !important;
}

.Header.bg--img:not(.IsCompact) .HeaderContainer {
  color: white !important;
}

.Header.bg--img .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.Header.bg--img .bg-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.Header.bg--img .container,
.Header.bg--img .container-fluid {
  position: relative;
}

.Header.HasSidenav .HeaderContainer {
  justify-content: space-between;
}
.Header.HasSidenav .HeaderContainer .HeaderLogo {
  order: 1;
}
.Header.HasSidenav .HeaderContainer .HeaderToggler {
  display: flex;
  order: 3;
  flex-basis: auto;
}
@media (max-width: 768px) {
  .Header.HasSidenav .HeaderContainer .HeaderToggler {
    margin-right: 1rem;
  }
}
.Header.HasSidenav .HeaderContainer .HeaderSearch {
  order: 4;
}
.Header.HasSidenav .HeaderContainer .HeaderAside {
  order: 5;
}

.Header.HasSidenav .HeaderNavContainer {
  position: static;
  order: 2;
  width: 100%;
  max-width: 100%;
}
.Header.HasSidenav .HeaderNavContainer .btn {
  display: none;
}
.Header.HasSidenav .HeaderNavContainer .HeaderNav {
  padding-top: 0;
}

.Header.HasSidenav .sidenav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  display: flex;
  flex-direction: column;
  width: 420px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  transform: translateX(100%);
  overflow-y: scroll;
}
.Header.HasSidenav .sidenav .container {
  height: inherit;
  padding-left: 0;
  padding-right: 0;
}
.Header.HasSidenav .sidenav .section {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 575.98px) {
  .Header.HasSidenav .sidenav {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .Header.HasSidenav .sidenav {
    color: black;
  }
}
.Header.HasSidenav .sidenav.opened {
  transform: translateX(0);
  box-shadow: -2px 0 18px 3px rgba(0, 0, 0, 0.2);
}
.Header.HasSidenav .sidenav > .btn {
  position: absolute;
  top: 0.2rem;
  right: 1rem;
  z-index: 1050;
  order: 1;
  border: none;
}
.Header.HasSidenav .sidenav .sidenav-content {
  order: 3;
}
.Header.HasSidenav .sidenav .sidenav-content:not(:last-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 4px solid #111111;
}

@media (max-width: 768px) {
  .Header.HasSidenav .HeaderContainer .btn {
    padding: 0.8rem !important;
  }
}

.Header.HasSidenav:not(.IsCompact) .HeaderContainer .HeaderToggler .btn {
  padding: 1.6rem;
}

@media (max-width: 768px) {
  .Header .HeaderLogo {
    justify-content: left;
  }
}

.Footer.bg--img .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.Footer.bg--img .bg-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.Footer.bg--img .container,
.Footer.bg--img .container-fluid {
  position: relative;
}
