.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-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: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  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;
}


body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.sign-up-form .ae-cform-container .ae-cform-item-submit-button {
  width: 140px;
  position: relative;
  z-index: 1;
}
.sign-up-form .ae-cform-container .ae-cform-item-submit-button:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  transition: 0.3s ease-in-out all;
}
.sign-up-form .ae-cform-container .ae-cform-item-submit-button input[type=submit] {
  min-width: 140px;
  width: max-content;
  height: 40px;
  padding: 0 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 22px;
  font-style: normal;
  font-family: "BauOT" !important;
  font-weight: 700 !important;
  color: #fedb62 !important;
  background: black !important;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  position: relative;
  left: -5px;
  top: -5px;
  opacity: 1 !important;
  transition: 0.15s ease-in-out all;
  letter-spacing: -0.05em;
  z-index: unset;
  line-height: initial;
}
.sign-up-form .ae-cform-container .ae-cform-item-submit-button input[type=submit]:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  transition: 0.15s ease-in-out all;
}
.sign-up-form .ae-cform-container .ae-cform-item-submit-button input[type=submit]:hover, .sign-up-form .ae-cform-container .ae-cform-item-submit-button input[type=submit]:focus {
  top: 0;
  left: 0;
}
.sign-up-form .ae-cform-container .ae-cform-item-submit-button input[type=submit]:hover:after, .sign-up-form .ae-cform-container .ae-cform-item-submit-button input[type=submit]:focus:after {
  top: 0px;
  left: 0px;
}

.more-link a {
  min-width: 140px;
  width: max-content;
  height: 40px;
  padding: 0 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 22px;
  font-style: normal;
  font-family: "BauOT" !important;
  font-weight: 700 !important;
  color: #fedb62 !important;
  background: black !important;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  position: relative;
  left: -5px;
  top: -5px;
  opacity: 1 !important;
  transition: 0.15s ease-in-out all;
  letter-spacing: -0.05em;
  z-index: unset;
  line-height: initial;
}
.more-link a:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  transition: 0.15s ease-in-out all;
}
.more-link a:hover, .more-link a:focus {
  top: 0;
  left: 0;
}
.more-link a:hover:after, .more-link a:focus:after {
  top: 0px;
  left: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  letter-spacing: -0.0575em;
  color: white;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 40em) {
  .header-socials {
    display: none !important;
  }
}
.header-socials .menu-social__list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.header-socials .menu-social__list a {
  color: white;
}
.header-socials .menu-social__list a:hover {
  color: #fedb62;
}

.footer .menu-social__list a {
  color: black;
}
.footer .menu-social__list a:hover {
  opacity: 0.7;
}
.footer .menu-social__link[title=Facebook] {
  font-family: "Font Awesome 5 Brands";
}
.footer .menu-social__link[title=Facebook]:before {
  content: "\f39e";
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  color: black;
  transition: 0.3s ease-in-out all;
  display: inline-block;
  transform: translateY(2px);
  width: 24px;
  text-align: center;
}
.footer .menu-social__link[title=Facebook] svg {
  display: none;
}
.footer .menu-social__link[title=Facebook]:hover:before {
  color: black;
  opacity: 0.7;
}

#ae-cform-container-1 {
  max-width: 750px;
  width: 95%;
  text-align: center;
  font-family: "BauOT";
  letter-spacing: 0;
}
#ae-cform-container-1 .ae-cform-email-container, #ae-cform-container-1 {
  display: inline-block !important;
}
@media screen and (max-width: 63.9375em) {
  #ae-cform-container-1 {
    max-width: 100%;
  }
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 {
    width: 100%;
  }
}
#ae-cform-container-1 #ae-cform-title-1 {
  margin-bottom: 20px;
}
#ae-cform-container-1 .ae-cform-item-email,
#ae-cform-container-1 .ae-cform-item-country,
#ae-cform-container-1 .ae-cform-item-postcode {
  width: 100%;
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 .ae-cform-item-email,
  #ae-cform-container-1 .ae-cform-item-country,
  #ae-cform-container-1 .ae-cform-item-postcode {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
}
#ae-cform-container-1 .ae-cform-item-email label,
#ae-cform-container-1 .ae-cform-item-country label,
#ae-cform-container-1 .ae-cform-item-postcode label {
  text-align: left;
}
#ae-cform-container-1 .ae-cform-item-email label .cform-required-field,
#ae-cform-container-1 .ae-cform-item-country label .cform-required-field,
#ae-cform-container-1 .ae-cform-item-postcode label .cform-required-field {
  text-align: left !important;
}
#ae-cform-container-1 .ae-cform-item-email label span,
#ae-cform-container-1 .ae-cform-item-country label span,
#ae-cform-container-1 .ae-cform-item-postcode label span {
  font-size: 14px;
  color: #fedb62;
  font-family: "BauOT";
  font-weight: 700;
}
#ae-cform-container-1 .ae-cform-item-email input,
#ae-cform-container-1 .ae-cform-item-email select,
#ae-cform-container-1 .ae-cform-item-country input,
#ae-cform-container-1 .ae-cform-item-country select,
#ae-cform-container-1 .ae-cform-item-postcode input,
#ae-cform-container-1 .ae-cform-item-postcode select {
  background: transparent !important;
  border: 0;
  border-bottom: 2px solid #fedb62;
  color: white;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: normal;
  font-family: "BauOT";
  height: 45px;
  padding-left: 1px;
}
#ae-cform-container-1 .ae-cform-item-email input option,
#ae-cform-container-1 .ae-cform-item-email select option,
#ae-cform-container-1 .ae-cform-item-country input option,
#ae-cform-container-1 .ae-cform-item-country select option,
#ae-cform-container-1 .ae-cform-item-postcode input option,
#ae-cform-container-1 .ae-cform-item-postcode select option {
  color: black !important;
}
#ae-cform-container-1 .ae-cform-item-email input::placeholder,
#ae-cform-container-1 .ae-cform-item-email select::placeholder,
#ae-cform-container-1 .ae-cform-item-country input::placeholder,
#ae-cform-container-1 .ae-cform-item-country select::placeholder,
#ae-cform-container-1 .ae-cform-item-postcode input::placeholder,
#ae-cform-container-1 .ae-cform-item-postcode select::placeholder {
  opacity: 1;
  color: white !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}
#ae-cform-container-1 .ae-cform-item-email input:hover, #ae-cform-container-1 .ae-cform-item-email input:focus,
#ae-cform-container-1 .ae-cform-item-email select:hover,
#ae-cform-container-1 .ae-cform-item-email select:focus,
#ae-cform-container-1 .ae-cform-item-country input:hover,
#ae-cform-container-1 .ae-cform-item-country input:focus,
#ae-cform-container-1 .ae-cform-item-country select:hover,
#ae-cform-container-1 .ae-cform-item-country select:focus,
#ae-cform-container-1 .ae-cform-item-postcode input:hover,
#ae-cform-container-1 .ae-cform-item-postcode input:focus,
#ae-cform-container-1 .ae-cform-item-postcode select:hover,
#ae-cform-container-1 .ae-cform-item-postcode select:focus {
  border-color: #fedb62 !important;
  color: white !important;
}
#ae-cform-container-1 .ae-cform-item-email .select__arrow,
#ae-cform-container-1 .ae-cform-item-country .select__arrow,
#ae-cform-container-1 .ae-cform-item-postcode .select__arrow {
  border: solid;
  border-color: #fedb62 transparent transparent !important;
  border-width: 10px 7px 0 !important;
  padding: 0;
  transform: none;
}
#ae-cform-container-1 .ae-cform-item-email .iti__selected-dial-code,
#ae-cform-container-1 .ae-cform-item-country .iti__selected-dial-code,
#ae-cform-container-1 .ae-cform-item-postcode .iti__selected-dial-code {
  color: white !important;
}
#ae-cform-container-1 .ae-optin-holder {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  #ae-cform-container-1 .ae-optin-holder {
    justify-content: center;
  }
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 .ae-optin-holder .ae-cform-optin-title {
    width: max-content;
    padding-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 39.9375em) {
  #ae-cform-container-1 .ae-cform-optin {
    margin-bottom: 5px;
  }
}
#ae-cform-container-1 .ae-cform-optin-title {
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  color: white !important;
  font-family: "BauOT";
  text-transform: uppercase !important;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
#ae-cform-container-1 .ae-cform-optin label input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: none;
  background-color: transparent;
  margin-right: 0;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 .ae-cform-optin label input[type=checkbox] {
    text-align: left;
  }
}
#ae-cform-container-1 .ae-cform-optin label input[type=checkbox]::before {
  color: transparent !important;
  border: 2px solid #fedb62;
  border-radius: 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f45c" !important;
  cursor: pointer;
  transform: translateY(1px);
  display: inline-block;
}
#ae-cform-container-1 .ae-cform-optin label input[type=checkbox]:after {
  display: none;
}
#ae-cform-container-1 .ae-cform-optin label input[type=checkbox]:checked::before {
  color: #fedb62 !important;
  font-family: "Font Awesome 5 Free";
  content: "\f00c" !important;
}
#ae-cform-container-1 .ae-cform-optin-checkbox + .ae-cform-optin-label {
  text-transform: lowercase;
  line-height: 1.1;
  font-weight: 700;
  font-size: 18px;
  margin-left: 5px;
  color: #fedb62 !important;
  margin-right: 10px;
  font-family: "BauOT";
  letter-spacing: -0.04em;
}
#ae-cform-container-1 .cform-required-field {
  pointer-events: none;
  text-align: left !important;
}
#ae-cform-container-1 .cform-required-field span {
  color: white;
  font-weight: 400;
  font-size: 100%;
}
#ae-cform-container-1 .ae-cform-required-fields {
  font-size: 14px !important;
}
#ae-cform-container-1 #terms {
  margin-top: 30px !important;
}
#ae-cform-container-1 #terms,
#ae-cform-container-1 #sms-terms {
  font-size: 14px !important;
  text-transform: none;
  font-weight: bold;
  line-height: 1.3;
  color: white !important;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 63.9375em) {
  #ae-cform-container-1 #terms,
  #ae-cform-container-1 #sms-terms {
    text-align: center !important;
  }
}
@media screen and (min-width: 64em) {
  #ae-cform-container-1 #terms,
  #ae-cform-container-1 #sms-terms {
    text-align: left;
  }
}
#ae-cform-container-1 #terms a,
#ae-cform-container-1 #sms-terms a {
  font-size: 14px !important;
  color: #fedb62 !important;
  font-weight: bold;
}
#ae-cform-container-1 #terms a:hover,
#ae-cform-container-1 #sms-terms a:hover {
  color: white !important;
  text-decoration: underline;
}
@media screen and (max-width: 63.9375em) {
  #ae-cform-container-1 .ae-cform-item-submit-button {
    margin: 0 auto;
  }
}
#ae-cform-container-1 .ae-cform-item-submit-button input {
  cursor: pointer;
}
@media screen and (max-width: 39.9375em) {
  #ae-cform-container-1 .ae-cform-item-submit-button input {
    margin: auto;
  }
}
@media screen and (min-width: 40em) {
  #ae-cform-container-1 .ae-cform-item-submit-button input {
    margin-left: 0;
    margin-right: 0;
  }
}
#ae-cform-container-1 hr {
  display: none !important;
}
#ae-cform-container-1 #ae-cform-container-1 {
  text-align: center;
}

.ae-cform-mailing-list-success-1 {
  color: white !important;
  margin-top: 50px !important;
}
@media screen and (min-width: 64em) {
  .ae-cform-mailing-list-success-1 {
    margin-bottom: 150px !important;
  }
}

#main-header {
  background: transparent;
  position: fixed;
  z-index: 10;
  width: 100%;
  transition: 0.3s ease-in-out all;
  top: 0;
  padding: 15px 0;
}
@media screen and (min-width: 64em) {
  #main-header {
    display: flex;
    padding: 5px 0;
  }
}
#main-header .header__layout.page-width {
  display: flex;
  column-gap: unset;
  row-gap: unset;
  max-width: initial;
}
#main-header.scrolled, #main-header.expand {
  background-color: black;
}
#main-header.expand {
  padding-bottom: 0;
  transition: none;
}
@media screen and (max-width: 39.9375em) {
  #main-header.expand {
    height: 100%;
  }
}
#main-header.expand .header-bottom {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
}
#main-header.expand .header-bottom > * {
  display: inline-block;
}
#main-header .logo-main img {
  width: 270px;
  height: auto;
  margin-left: 25px;
}
@media screen and (max-width: 39.9375em) {
  #main-header .logo-main img {
    width: 180px;
    margin-left: 5px;
  }
}
#main-header .menu-cta {
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  #main-header .menu-cta {
    margin-right: 25px;
  }
}
@media screen and (min-width: 64em) {
  #main-header .menu-cta {
    display: none;
  }
}
#main-header .menu-cta span {
  height: 4px;
  width: 24px;
  background-color: white;
  margin: 2px 0;
}
.expand .menu-cta span:first-child {
  transform: translateY(6px) rotate(45deg);
}
.expand .menu-cta span:nth-child(2) {
  background-color: transparent !important;
}
.expand .menu-cta span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

#main-header .header-top {
  position: relative;
  z-index: 2;
}
#main-header .header-bottom {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  #main-header .header-bottom {
    background-color: black;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out all;
  }
}
#main-header .header-bottom > * {
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  #main-header .header-bottom > * {
    display: none;
  }
}
#main-header .header-bottom .menu-drawer-container {
  display: none !important;
}
#main-header .header-bottom .menu-main {
  justify-content: center;
  width: calc(100% - 80px);
  margin: 0 auto 0;
}
@media screen and (min-width: 64em) {
  #main-header .header-bottom .menu-main {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 63.9375em) {
  #main-header .header-bottom .menu-main {
    display: block;
    width: 90%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 40em) {
  #main-header #menu-main-menu {
    padding: 10px;
  }
}
@media screen and (min-width: 100em) {
  #main-header #menu-main-menu {
    transform: translateX(-120px);
  }
}
@media screen and (max-width: 39.9375em) {
  #main-header #menu-main-menu {
    flex-flow: column;
    margin-top: 150px;
  }
}
#main-header #menu-main-menu li {
  margin: 0;
}
#main-header #menu-main-menu a {
  color: #fedb62;
  font-weight: bold;
  text-transform: lowercase;
  margin: 0 1rem;
}
@media screen and (min-width: 40em) {
  #main-header #menu-main-menu a {
    font-size: 16px;
  }
}
@media screen and (min-width: 75em) {
  #main-header #menu-main-menu a {
    font-size: 24px;
  }
}
@media screen and (max-width: 39.9375em) {
  #main-header #menu-main-menu a {
    text-align: center;
    font-size: 24px;
    margin: 0.5rem auto;
  }
}
#main-header #menu-main-menu a:hover {
  color: white;
}

.current-menu-item a {
  color: white !important;
}

.footer {
  background-color: black;
}
.footer .footer__inner {
  overflow: hidden;
}
.footer .footer__layout {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.footer .footer__bottom {
  background-color: black;
  padding: 0 5px;
}
@media screen and (max-width: 39.9375em) {
  .footer .footer__bottom {
    flex-flow: column-reverse;
  }
  .footer .footer__bottom #menu-menu-legal {
    justify-content: center;
  }
}
@media screen and (min-width: 64em) {
  .footer .footer__bottom {
    padding: 0 20px;
    height: 40px;
  }
}
.footer .footer__bottom #ae-cform-container-1 {
  display: none !important;
}

#menu-menu-legal a {
  opacity: 1;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: bold;
  color: white;
  font-size: 12px;
}
@media screen and (max-width: 39.9375em) {
  #menu-menu-legal a {
    font-size: 16px;
  }
}
#menu-menu-legal a:hover {
  color: #fedb62;
}

.section-labels {
  padding: 40px 0;
  z-index: 1;
  background: transparent;
}
@media screen and (min-width: 64em) {
  .section-labels {
    position: absolute;
    left: 40px;
    bottom: 0;
    padding-bottom: 50px;
  }
}
.section-labels .view-content {
  display: flex;
}
@media screen and (min-width: 64em) {
  .section-labels .view-content {
    animation: animate-marquee 20s infinite linear;
  }
  .section-labels .view-content:hover {
    animation-play-state: paused;
  }
}
.section-labels .view-content .marquee {
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 63.9375em) {
  .section-labels .view-content .marquee {
    animation: animate-marquee 20s infinite linear;
    will-change: tramsform;
  }
  .section-labels .view-content .marquee:hover {
    animation-play-state: paused;
  }
}
.section-labels .view-content a {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 70px;
  min-width: 70px;
  height: 80px;
  margin: 0 40px;
  filter: brightness(0) invert(100);
}
.section-labels .view-content a:first-child {
  margin-left: 0;
}
.section-labels .view-content a:last-child {
  margin-right: 0;
}
.section-labels .view-content a:hover {
  opacity: 0.7;
}
.section-labels .view-content a .logo-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-labels a[href*=kidsandfamily] {
  opacity: 1 !important;
}
.section-labels a[href*=kidsandfamily]:hover, .section-labels a[href*=kidsandfamily]:focus {
  filter: none;
}
.section-labels a[href*=victorvictor] {
  filter: grayscale(100);
  opacity: 1 !important;
}
.section-labels a[href*=victorvictor]:hover, .section-labels a[href*=victorvictor]:focus {
  filter: none;
}

@keyframes animate-marquee {
  0% {
    transform: 0;
  }
  100% {
    transform: translateX(calc(-50% - 40px));
  }
}
@keyframes animate-marquee-mobile {
  0% {
    transform: 0;
  }
  100% {
    transform: translateX(calc(-100% - 80px));
  }
}
.evidon-consent-link-image {
  display: none !important;
}

#_evidon-link-text {
  margin-left: 0 !important;
  margin-top: 5px;
  display: block;
}

.evidon-notice-link a:not(.evidon-consent-link) {
  display: none !important;
}

.partner-logo {
  width: 70px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.25rem;
  filter: brightness(0) saturate(100) invert(100);
}
@media screen and (max-width: 39.9375em) {
  .partner-logo {
    width: 60px;
  }
}
.partner-logo[title*="America 2 Korea"] {
  background-image: url("../assets/images/partners/america-to-korea.png");
}
.partner-logo[title*="American Recordings"] {
  background-image: url("../assets/images/partners/American.png");
}
.partner-logo[title*="Big Hit"] {
  background-image: url("../assets/images/partners/Big-Hit-Music.png");
}
.partner-logo[title*="Big Loud"] {
  background-image: url("../assets/images/partners/Big-Loud.png");
}
.partner-logo[title*="Big Machine"] {
  background-image: url("../assets/images/partners/Big-Machine.png");
}
.partner-logo[title*=Boominati] {
  background-image: url("../assets/images/partners/Boominati-Worldwide.png");
}
.partner-logo[title*=Brushfire] {
  background-image: url("../assets/images/partners/Brushfire-Records.png");
}
.partner-logo[title*="Cash Money"] {
  background-image: url("../assets/images/partners/Cash-Money.png");
}
.partner-logo[title*=Casablanca] {
  background-image: url("../assets/images/partners/casablanca-new.png");
}
.partner-logo[title*="El Cartel"] {
  background-image: url("../assets/images/partners/El-Cartel.png");
  filter: none !important;
}
.partner-logo[title*="Federal Films"] {
  background-image: url("../assets/images/partners/Federal-Films.png");
}
.partner-logo[title*=Galactic] {
  background-image: url("../assets/images/partners/galactic.png");
}
.partner-logo[title*=Hikari] {
  background-image: url("../assets/images/partners/Hikari-Ultra.png");
}
.partner-logo[title*=Imperial] {
  background-image: url("../assets/images/partners/Imperial-Records.png");
}
.partner-logo[title*="Island Records"] {
  background-image: url("../assets/images/partners/Island_Records.png");
}
.partner-logo[title*=JYP] {
  background-image: url("../assets/images/partners/JYP.png");
}
.partner-logo[title*=Lava] {
  background-image: url("../assets/images/partners/Lava.png");
}
.partner-logo[title*="Machine Entertainment"] {
  background-image: url("../assets/images/partners/meg.png");
}
.partner-logo[title*=Mercury] {
  background-image: url("../assets/images/partners/Mercury-Records.png");
}
.partner-logo[title*=Monkeywrench] {
  background-image: url("../assets/images/partners/monkeywrench.png");
}
.partner-logo[title*="OVO Sounds"] {
  background-image: url("../assets/images/partners/Ovo-Sound.png");
}
.partner-logo[title*="Republic Records Kids"] {
  background-image: url("../assets/images/partners/republic-kids.png");
}
.partner-logo[title*=Seattle] {
  background-image: url("../assets/images/partners/eddievedder-logo.png");
  width: 90px;
}
.partner-logo[title*=Slowplay] {
  background-image: url("../assets/images/partners/Slowplay.png");
}
.partner-logo[title*="Universal Arabic"] {
  background-image: url("../assets/images/partners/logo-uam.png");
}
.partner-logo[title*=Uptown] {
  background-image: url("../assets/images/partners/Uptown-Records.png");
}
.partner-logo[title*=Verve] {
  background-image: url("../assets/images/partners/Verve.png");
  filter: none !important;
}
.partner-logo[title*="Victor Victor"] {
  background-image: url("../assets/images/partners/victorvictor-gray.png");
  filter: invert(100);
}
.partner-logo[title*="XO Records"] {
  background-image: url("../assets/images/partners/XO.png");
}
.partner-logo[title*="Young Money"] {
  background-image: url("../assets/images/partners/Young-Money.png");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 80px !important;
  height: 22px !important;
  padding: 0;
  transform: 0;
  cursor: pointer;
  color: #fedb62;
  border: none;
  outline: none;
  background: transparent !important;
  display: block !important;
}
.slick-prev:before,
.slick-next:before {
  display: none !important;
}
.slick-prev:after,
.slick-next:after {
  content: "" !important;
  display: inline-block !important;
  width: 100%;
  height: 100%;
  line-height: 30px;
  width: 80px;
  height: 22px;
  position: relative;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  text-indent: 0;
  float: left;
  opacity: 1;
  color: #231f20;
  transition: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1 !important;
}

.slick-prev {
  left: 0;
}
.slick-prev:after {
  background: url("../assets/images/arrow-left.png") center/contain no-repeat;
}

.slick-next {
  right: 0;
}
.slick-next:after {
  background: url("../assets/images/arrow-right.png") center/contain no-repeat;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  bottom: initial;
  left: initial;
}
@media screen and (min-width: 40em) {
  .slick-dots {
    bottom: 40px;
    right: 40px;
  }
}
@media screen and (min-width: 75em) {
  .slick-dots {
    right: 100px;
    bottom: 60px;
  }
}
@media screen and (min-width: 100em) {
  .slick-dots {
    bottom: 80px;
  }
}
@media screen and (max-width: 39.9375em) {
  .slick-dots {
    right: 25px;
    bottom: 30px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #fedb62;
  border-color: #fedb62;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 18px;
  width: 18px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  border: 1px solid white;
  border-radius: 100%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #fedb62;
  border-color: #fedb62;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background: white;
}

.home .section-banners .slick-slide .content > * {
  opacity: 0;
  transform: translateY(20px);
}
.home .section-banners .banner-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in all 0.1s;
}
.home .section-banners.animate-in .slick-active .banner-animation {
  opacity: 1;
}
.home .section-banners.animate-in .slick-active .content > * {
  opacity: 1;
  transform: translateY(0);
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(1) {
  transition: all 0.3s 0.5s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(2) {
  transition: all 0.3s 0.75s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(3) {
  transition: all 0.3s 1s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(4) {
  transition: all 0.3s 1.25s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(5) {
  transition: all 0.3s 1.5s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(6) {
  transition: all 0.3s 1.75s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(7) {
  transition: all 0.3s 2s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(8) {
  transition: all 0.3s 2.25s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(9) {
  transition: all 0.3s 2.5s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(10) {
  transition: all 0.3s 2.75s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(11) {
  transition: all 0.3s 3s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(12) {
  transition: all 0.3s 3.25s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(13) {
  transition: all 0.3s 3.5s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(14) {
  transition: all 0.3s 3.75s ease-in;
}
.home .section-banners.animate-in .slick-active .content > *:nth-child(15) {
  transition: all 0.3s 4s ease-in;
}
.home .section-banners.animate-in .slick-bg .banner-animation {
  opacity: 1;
}
.home #main-footer .section-header, .home #main-footer .sign-up-form {
  opacity: 0;
}
.home #main-footer.animate-in .section-header, .home #main-footer.animate-in .sign-up-form {
  opacity: 1;
}
.home #main-footer.animate-in .section-header {
  transition: 0.3s ease-in-out all 0.25s;
}
.home #main-footer.animate-in .sign-up-form {
  transition: 0.5s ease-in-out all 0.5s;
}

.home .section-header h2 {
  margin: 0;
  text-transform: lowercase;
}
@media screen and (min-width: 75em) {
  .home main {
    margin-top: 110vh;
    background: black;
    z-index: 2;
    position: relative;
  }
}
.home .more-link {
  display: block;
  margin: 40px auto;
  width: 95%;
  max-width: 1440px;
}
.home .section-banners {
  background: black;
}
@media screen and (min-width: 75em) {
  .home .section-banners {
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.home .section-banners .slick-slide {
  opacity: 1 !important;
}
.home .section-banners .single-banner {
  position: relative;
}
.home .section-banners .single-banner .banner-background {
  padding-bottom: 56.25%;
  position: relative;
  filter: brightness(0.7);
}
@media screen and (max-width: 39.9375em) {
  .home .section-banners .single-banner .banner-background {
    padding-bottom: 177%;
    filter: brightness(0.6);
  }
}
.home .section-banners .single-banner .banner-background > * {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 39.9375em) {
  .home .section-banners .single-banner .banner-background .mobile-image {
    display: inline-block;
  }
}
@media screen and (min-width: 40em) {
  .home .section-banners .single-banner .banner-background .desktop-image {
    display: inline-block;
  }
}
.home .section-banners .single-banner .banner-foreground {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 100px;
}
@media screen and (max-width: 39.9375em) {
  .home .section-banners .single-banner .banner-foreground {
    padding: 20px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 75em) {
  .home .section-banners .single-banner .banner-foreground {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 100em) {
  .home .section-banners .single-banner .banner-foreground {
    padding-bottom: 150px;
  }
}
.home .section-banners .single-banner .banner-foreground .cta-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  text-indent: -9999px;
}
.home .section-banners .single-banner .banner-animation {
  z-index: 0;
}
.home .section-banners .single-banner .banner-content {
  max-width: 850px;
  text-align: right;
  width: 100%;
  position: relative;
  z-index: 1;
}
.home .section-banners .single-banner .banner-content h3 {
  letter-spacing: -0.0575em;
  text-transform: lowercase;
  line-height: 0.9;
}
@media screen and (max-width: 39.9375em) {
  .home .section-banners .single-banner .banner-content h3 {
    font-size: 54px;
  }
}
@media screen and (min-width: 40em) {
  .home .section-banners .single-banner .banner-content h3 {
    font-size: 100px;
  }
}
@media screen and (min-width: 75em) {
  .home .section-banners .single-banner .banner-content h3 {
    font-size: 145px;
  }
}
.home .section-banners .single-banner .banner-content p {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 40em) {
  .home .section-banners .single-banner .banner-content p {
    width: 80%;
    margin-left: auto;
  }
}
.home .section-banners .single-banner .banner-content .banner-btn a {
  min-width: 140px;
  width: max-content;
  height: 40px;
  padding: 0 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 22px;
  font-style: normal;
  font-family: "BauOT" !important;
  font-weight: 700 !important;
  color: #fedb62 !important;
  background: black !important;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  position: relative;
  left: -5px;
  top: -5px;
  opacity: 1 !important;
  transition: 0.15s ease-in-out all;
  letter-spacing: -0.05em;
  z-index: unset;
  line-height: initial;
  margin-left: auto;
  margin-top: 30px;
}
.home .section-banners .single-banner .banner-content .banner-btn a:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  transition: 0.15s ease-in-out all;
}
.home .section-banners .single-banner .banner-content .banner-btn a:hover, .home .section-banners .single-banner .banner-content .banner-btn a:focus {
  top: 0;
  left: 0;
}
.home .section-banners .single-banner .banner-content .banner-btn a:hover:after, .home .section-banners .single-banner .banner-content .banner-btn a:focus:after {
  top: 0px;
  left: 0px;
}
.home .section-artists {
  margin-top: 80px;
}
@media screen and (max-width: 39.9375em) {
  .home .section-artists {
    margin-top: 50px;
  }
}
.home .section-artists .section-header {
  transform: translateY(40px);
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 39.9375em) {
  .home .section-artists .section-header {
    transform: translateY(20px);
  }
}
.home .section-artists .view-content {
  width: 100%;
  margin: 0 auto;
}
.home .section-artists .artist {
  transform: translate3d(0, 100px, 0);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  opacity: 0;
}
.home .section-artists .artist.animate-in {
  opacity: 1;
  transform: translateZ(0);
}
@media screen and (min-width: 40em) {
  .home .section-artists .artist:nth-of-type(3n + 1) {
    transition-delay: 0.1s;
  }
  .home .section-artists .artist:nth-of-type(3n + 2) {
    transition-delay: 0.175s;
  }
  .home .section-artists .artist:nth-of-type(3n + 3) {
    transition-delay: 0.25s;
  }
}
@media screen and (max-width: 39.9375em) {
  .home .section-artists .artist:nth-of-type(even) {
    transition-delay: 0.175s;
  }
  .home .section-artists .artist:nth-of-type(odd) {
    transition-delay: 0.1s;
  }
}
.home .section-artists .more-link {
  text-align: center;
  display: block;
}
.home .section-artists .more-link a {
  margin: 20px auto 50px;
}
.home .section-videos {
  padding-top: 50px;
}
.home .section-videos .section-header {
  margin: auto;
  width: 95%;
}
.home .section-videos .section-header h2 {
  font-size: 160px;
  pointer-events: none;
}
@media screen and (max-width: 39.9375em) {
  .home .section-videos .section-header h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 40em) {
  .home .section-videos .section-header h2 {
    width: 90%;
    margin: 0 auto;
    transform: translateY(40px);
    position: relative;
    z-index: 1;
  }
}
.home .section-videos .view-content {
  width: 100%;
  margin: 0 auto;
}
.home .section-videos .arrow-container {
  position: relative;
}
.home .section-videos .video-list {
  position: relative;
  overflow: hidden;
}
.home .section-videos .video-list:hover .video-cursor {
  opacity: 1;
}
.home .section-videos .video-list .slick-list {
  overflow: hidden;
}
.home .section-videos .slick-arrow {
  top: -30px;
}
.home .section-videos .slick-arrow:after {
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 39.9375em) {
  .home .section-videos .slick-arrow {
    right: 10px;
    left: initial;
  }
}
@media screen and (min-width: 40em) {
  .home .section-videos .slick-arrow {
    right: 5%;
    top: -50px;
  }
}
@media screen and (max-width: 39.9375em) {
  .home .section-videos .slick-prev {
    top: -70px;
  }
}
@media screen and (min-width: 40em) {
  .home .section-videos .slick-prev {
    left: initial;
    right: calc(5% + 130px);
  }
}
.home .section-videos .slick-prev:hover:after {
  transform: translateX(-10px);
}
.home .section-videos .slick-next:hover:after {
  transform: translateX(10px);
}
.home .section-videos .video-cursor {
  width: 128px;
  height: 128px;
  position: absolute;
  z-index: 3;
  cursor: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out all;
}
.home .section-videos .video-cursor .video-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../assets/images/play-btn.svg") center/cover no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 74.9375em) {
  .home .section-videos .video-cursor {
    display: none;
  }
}
.home .section-videos .slider-section {
  display: flex;
  flex-flow: row wrap;
}
.home .section-videos .video {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 75em) {
  .home .section-videos .video {
    cursor: none;
  }
  .home .section-videos .video a {
    width: 100%;
    height: 100%;
    border: none;
    z-index: 2;
    cursor: none;
    opacity: 0;
  }
}
@media screen and (min-width: 64em) {
  .home .section-videos .video:nth-child(n+2) {
    width: 33.3%;
  }
  .home .section-videos .video:nth-child(n+2) .article-footer {
    left: 30px;
    bottom: 30px;
  }
}
.home .section-videos .video:nth-child(n+2) .article-header h3 {
  font-size: 23px;
}
@media screen and (min-width: 40em) {
  .home .section-videos .video .article-footer {
    left: 5%;
    bottom: 5%;
  }
}
.home .section-videos .video .article-header h3 {
  font-size: 56px;
  letter-spacing: 0;
}
@media screen and (max-width: 39.9375em) {
  .home .section-videos .video .article-header h3 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 64em) {
  .home .section-videos .video .article-header h3 {
    width: 90%;
  }
}
.home .section-videos .more-link a {
  margin-left: auto;
  margin-right: 0;
}
.home .section-merch {
  padding-top: 50px;
}
@media screen and (min-width: 75em) {
  .home .section-merch {
    padding-top: 0;
  }
}
.home .section-merch .section-header {
  margin: auto;
  width: 95%;
}
.home .section-merch .section-header h2 {
  font-size: 160px;
  pointer-events: none;
}
@media screen and (max-width: 39.9375em) {
  .home .section-merch .section-header h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 40em) {
  .home .section-merch .section-header h2 {
    width: 90%;
    margin: 0 auto;
    transform: translateY(55px);
    position: relative;
    z-index: 1;
  }
}
.home .section-merch .view-content {
  width: 100%;
  margin: 0 auto;
}
.home .section-merch .arrow-container {
  position: relative;
}
.home .section-merch .merch-list {
  position: relative;
  overflow: hidden;
}
.home .section-merch .slick-arrow {
  top: -30px;
}
.home .section-merch .slick-arrow:after {
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 39.9375em) {
  .home .section-merch .slick-arrow {
    right: 10px;
    left: initial;
  }
}
@media screen and (min-width: 40em) {
  .home .section-merch .slick-arrow {
    right: 5%;
    top: -50px;
  }
}
@media screen and (max-width: 39.9375em) {
  .home .section-merch .slick-prev {
    top: -70px;
  }
}
@media screen and (min-width: 40em) {
  .home .section-merch .slick-prev {
    left: initial;
    right: calc(5% + 130px);
  }
}
.home .section-merch .slick-prev:hover:after {
  transform: translateX(-10px);
}
.home .section-merch .slick-next:hover:after {
  transform: translateX(10px);
}
.home .section-merch .merch:hover .article-thumb_overlay {
  opacity: 1;
}
.home .section-merch .merch .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home .section-merch .merch .article-figure {
  position: relative;
}
.home .section-merch .merch .article-thumb {
  padding-bottom: 100%;
  position: relative;
}
.home .section-merch .merch .article-thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.home .section-merch .merch .article-thumb .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-position: center;
  background-size: contain;
}
.home .section-merch .merch .article-thumb .thumb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60.49%);
  pointer-events: none;
}
.home .section-merch .merch .article-footer {
  position: absolute;
  bottom: 5%;
  left: 7.5%;
  width: 90%;
  z-index: 2;
}
.home .section-merch .merch h3 {
  word-break: break-word;
  text-transform: capitalize;
  line-height: 1.5;
}
@media screen and (max-width: 39.9375em) {
  .home .section-merch .merch h3 {
    font-size: 20px !important;
  }
}
.home .section-merch .merch h4 {
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375em) {
  .home .section-merch .merch h4 {
    font-size: 16px !important;
  }
}
.home .section-merch .merch .btn {
  min-width: 140px;
  width: max-content;
  height: 40px;
  padding: 0 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 22px;
  font-style: normal;
  font-family: "BauOT" !important;
  font-weight: 700 !important;
  color: #fedb62 !important;
  background: black !important;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  position: relative;
  left: -5px;
  top: -5px;
  opacity: 1 !important;
  transition: 0.15s ease-in-out all;
  letter-spacing: -0.05em;
  z-index: unset;
  line-height: initial;
}
.home .section-merch .merch .btn:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  transition: 0.15s ease-in-out all;
}
.home .section-merch .merch .btn:hover, .home .section-merch .merch .btn:focus {
  top: 0;
  left: 0;
}
.home .section-merch .merch .btn:hover:after, .home .section-merch .merch .btn:focus:after {
  top: 0px;
  left: 0px;
}
.home .section-merch .article-merch:first-child {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .home .section-merch .article-merch:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .home .section-merch .article-merch:first-child {
    width: 50%;
    float: left;
  }
}
.home .section-merch .article-merch:first-child h3 {
  font-size: 32px;
}
.home .section-merch .article-merch:first-child h4 {
  font-size: 26px;
}
.home .section-merch .article-merch:nth-child(n+2) {
  width: 50%;
  float: left;
}
@media screen and (max-width: 39.9375em) {
  .home .section-merch .article-merch:nth-child(n+2) {
    width: 100%;
  }
}
.home .section-merch .article-merch:nth-child(n+2) h3 {
  font-size: 16px;
}
@media screen and (min-width: 112.5em) {
  .home .section-merch .article-merch:nth-child(n+2) h3 {
    font-size: 24px;
  }
}
.home .section-merch .article-merch:nth-child(n+2) h4 {
  font-size: 14px;
}
@media screen and (min-width: 112.5em) {
  .home .section-merch .article-merch:nth-child(n+2) h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 75em) {
  .home .section-merch .article-merch:nth-child(n+2) {
    width: 25%;
  }
}
.home .section-merch .more-link a {
  margin-left: auto;
  margin-right: 0;
}

.footer {
  position: relative;
  z-index: 1;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../assets/images/subscribe-bg-desktop-2.jpg") top center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 39.9375em) {
  .footer:before {
    background: url("../assets/images/subscribe-bg-mobile-2.jpg") top center/cover no-repeat;
  }
}
.footer .footer__layout {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 63.9375em) {
  .footer .footer__layout {
    flex-flow: column;
    padding-bottom: 25px;
  }
}
.footer .footer__top {
  margin-bottom: 0;
}
@media screen and (min-width: 75em) {
  .footer .footer__top {
    margin-right: 80px;
  }
}
.footer .footer__bottom {
  background-color: transparent;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: initial;
  padding: 0;
  align-items: flex-start;
}
@media screen and (max-width: 63.9375em) {
  .footer .footer__bottom {
    align-items: center;
    margin-top: 50px;
  }
}
.footer .footer__bottom > * {
  flex-grow: initial;
}
.footer .footer__bottom .footer-nav {
  padding-bottom: 30px;
}
.footer .footer__bottom .footer-nav header-drawer {
  display: none;
}
.footer .footer__bottom .footer-nav .menu-main__list {
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 63.9375em) {
  .footer .footer__bottom .footer-nav .menu-main__list {
    align-items: center;
  }
  .footer .footer__bottom .footer-nav .menu-main__list li {
    justify-content: center;
    margin: 0;
  }
}
.footer .footer__bottom .footer-nav .menu-main__list a {
  font-weight: bold;
  font-size: 16px;
  color: #fedb62;
  text-transform: lowercase;
}
.footer .footer__bottom .footer-nav .menu-main__list a:not(.shop-btn):hover {
  color: white;
}
.footer .footer__bottom .footer-nav .menu-main__list .shop-btn {
  order: 10;
}
.footer .footer__bottom .footer-nav .menu-main__list .shop-btn a {
  min-width: 140px;
  width: max-content;
  height: 40px;
  padding: 0 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 22px;
  font-style: normal;
  font-family: "BauOT" !important;
  font-weight: 700 !important;
  color: #fedb62 !important;
  background: black !important;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  position: relative;
  left: -5px;
  top: -5px;
  opacity: 1 !important;
  transition: 0.15s ease-in-out all;
  letter-spacing: -0.05em;
  z-index: unset;
  line-height: initial;
  margin-top: 30px;
  background-color: #fedb62 !important;
  color: black !important;
  border-color: black !important;
}
.footer .footer__bottom .footer-nav .menu-main__list .shop-btn a:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  transition: 0.15s ease-in-out all;
}
.footer .footer__bottom .footer-nav .menu-main__list .shop-btn a:hover, .footer .footer__bottom .footer-nav .menu-main__list .shop-btn a:focus {
  top: 0;
  left: 0;
}
.footer .footer__bottom .footer-nav .menu-main__list .shop-btn a:hover:after, .footer .footer__bottom .footer-nav .menu-main__list .shop-btn a:focus:after {
  top: 0px;
  left: 0px;
}
.footer .footer__bottom .footer-nav .menu-main__list .shop-btn a:after {
  background-color: #fedb62 !important;
}
@media screen and (min-width: 64em) {
  .footer .footer__bottom .menu-legal {
    width: 100%;
  }
}
.footer .footer__bottom .menu-legal #menu-menu-legal {
  flex-flow: column;
  flex-flow: column;
  align-items: flex-start;
  border-top: 1px solid white;
  padding-top: 30px;
}
@media screen and (max-width: 63.9375em) {
  .footer .footer__bottom .menu-legal #menu-menu-legal {
    align-items: center;
  }
}
.footer .footer__bottom .menu-legal #menu-menu-legal .republic-footer {
  padding: 0;
}
.footer .footer__bottom .menu-legal #menu-menu-legal .republic-footer::before {
  display: none;
}
.footer .footer__bottom .menu-legal #menu-menu-legal .evidon-notice-link {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.footer .footer__bottom .menu-legal #menu-menu-legal a,
.footer .footer__bottom .menu-legal #menu-menu-legal span {
  color: white;
  font-size: 12px;
  line-height: 1.4;
}
.footer .footer__bottom .menu-legal #menu-menu-legal a:hover,
.footer .footer__bottom .menu-legal #menu-menu-legal span:hover {
  color: #fedb62;
  opacity: 1;
}
.footer .footer__bottom .menu-social__list {
  margin-top: 20px;
}
.footer .footer__bottom .menu-social__list a {
  color: white;
}
.footer .footer__bottom .menu-social__list .menu-social__link[title=Facebook] {
  filter: brightness(0) invert(100) saturate(100);
}
.footer .mailing-list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin: 150px auto 100px;
  flex-flow: column;
}
@media screen and (max-width: 39.9375em) {
  .footer .mailing-list {
    width: 95%;
    margin: 100px auto 50px;
  }
}
.footer .mailing-list .section-header {
  text-align: left;
  margin-bottom: 30px;
}
.footer .mailing-list .section-header h2 {
  font-size: 56px;
  text-transform: lowercase;
}
@media screen and (max-width: 63.9375em) {
  .footer .mailing-list .section-header h2 {
    font-size: 40px;
    text-align: center;
  }
}

.section-artists .section-header h2 {
  text-align: center;
  font-size: 160px;
}
@media screen and (max-width: 39.9375em) {
  .section-artists .section-header h2 {
    font-size: 60px;
  }
}
.section-artists .view-content {
  display: flex;
  flex-flow: row wrap;
}
.section-artists .more-link {
  text-align: center;
}
.section-artists .more-link a {
  margin: 20px auto 50px;
}

.artist {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 40em) {
  .artist {
    width: 33.3%;
  }
}
@media screen and (min-width: 75em) {
  .artist {
    width: 25%;
  }
}
.artist .artist-image {
  padding-bottom: 100%;
  height: 0;
}
.artist .artist-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.artist .artist-overlay {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  padding: 20px;
  transition: 0.3s ease-in-out all;
  background: url("../assets/images/overlay.png") center/cover no-repeat;
}
@media screen and (max-width: 39.9375em) {
  .artist .artist-overlay {
    overflow: hidden;
  }
}
@media screen and (max-width: 39.9375em) {
  .artist .artist-overlay {
    flex-flow: column;
    padding: 30px 5px;
    text-align: center;
    justify-content: flex-start;
  }
}
.artist .artist-overlay .artist-site a {
  color: #fedb62;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.05em;
  transition: 0.3s ease-in-out all;
}
.artist .artist-overlay .artist-site a:hover {
  color: white;
}
.artist .artist-overlay .artist-socials {
  display: flex;
}
@media screen and (max-width: 39.9375em) {
  .artist .artist-overlay .artist-socials {
    margin-top: 15px;
    justify-content: center;
  }
}
@media screen and (min-width: 40em) {
  .artist .artist-overlay .artist-socials {
    margin-left: auto;
  }
}
.artist .artist-overlay .artist-socials li {
  list-style: none;
  margin: 0 5px;
}
.artist .artist-overlay .artist-socials a {
  padding: 0;
  font-size: 0;
  line-height: 0;
  font-family: "Font Awesome 5 Brands";
}
.artist .artist-overlay .artist-socials a:before {
  font-size: 1.125rem;
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  color: white;
  color: #fedb62;
  transition: 0.3s ease-in-out all;
}
.artist .artist-overlay .artist-socials a:hover:before {
  color: white;
}
.artist .artist-overlay .artist-socials a[href*=apple]:before, .artist .artist-overlay .artist-socials a[title*="Apple Music"]:before {
  content: "\f3b5";
}
.artist .artist-overlay .artist-socials a[href*=tiktok]:before, .artist .artist-overlay .artist-socials a[title*=Tiktok]:before {
  content: "\e07b";
}
.artist .artist-overlay .artist-socials a[href*=facebook]:before, .artist .artist-overlay .artist-socials a[title*=Facebook]:before {
  content: "\f39e";
}
.artist .artist-overlay .artist-socials a[href*=instagram]:before, .artist .artist-overlay .artist-socials a[title*=Instagram]:before {
  content: "\f16d";
}
.artist .artist-overlay .artist-socials a[href*=spotify]:before, .artist .artist-overlay .artist-socials a[title*=Spotify]:before {
  content: "\f1bc";
}
.artist .artist-overlay .artist-socials a[href*=twitter]:before, .artist .artist-overlay .artist-socials a[title*=Twitter]:before {
  content: "\f099";
}
.artist .artist-overlay .artist-socials a[href*=vine]:before, .artist .artist-overlay .artist-socials a[title*=Vine]:before {
  content: "\f1ca";
}
.artist .artist-overlay .artist-socials a[href*=youtube]:before, .artist .artist-overlay .artist-socials a[title*=YouTube]:before {
  content: "\f167";
}
.artist .artist-overlay .artist-socials a[href*=tumblr]:before, .artist .artist-overlay .artist-socials a[title*=Tumblr]:before {
  content: "\f173";
}
.artist .artist-overlay .artist-socials a[href*=discord]:before, .artist .artist-overlay .artist-socials a[title*=Discord]:before {
  content: "\f392";
}
.artist .artist-overlay .artist-socials a[href*=snapchat]:before, .artist .artist-overlay .artist-socials a[title*=snapchat]:before {
  content: "\f2ab";
}
.artist .artist-overlay .artist-socials a[href*=twitch]:before, .artist .artist-overlay .artist-socials a[title*=Twitch]:before {
  content: "\f1e8";
}
.artist .artist-overlay .artist-socials a[href*=soundcloud]:before, .artist .artist-overlay .artist-socials a[title*=SoundCloud]:before {
  content: "\f1be";
}
.artist .artist-overlay .artist-label {
  width: max-content;
  position: absolute;
  bottom: 20px;
  height: 70px;
  right: 20px;
  padding: 5px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 39.9375em) {
  .artist .artist-overlay .artist-label {
    bottom: 10px;
    height: 60px;
    right: 50%;
    transform: translateX(50%);
  }
}
.artist .artist-name {
  margin: 0;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-shadow: 0px 3.7531485558px 12.1977329254px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (min-width: 40em) {
  .artist .artist-name {
    font-size: 40px;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (min-width: 90em) {
  .artist .artist-name {
    font-size: 46px;
  }
}
.artist:hover .artist-overlay {
  opacity: 1;
}

.page-artists .section-header h2 {
  text-align: center;
  text-transform: lowercase;
}
.page-artists .view-content {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 100px;
}
.page-artists .more-link {
  padding-bottom: 100px;
}
.page-artists .more-link a {
  margin: 0 auto;
}

.video {
  width: 100%;
}
.video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  z-index: 1;
  text-indent: -9999px;
  background: url("../assets/images/play-btn.svg") center/contain no-repeat;
}
.video .article-figure {
  position: relative;
}
.video .article-thumb .thumb {
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
}
@media screen and (max-width: 39.9375em) {
  .video .article-thumb .thumb {
    padding-bottom: 64%;
  }
}
.video .article-footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  width: 90%;
}
.video .article-header h3 {
  text-transform: lowercase;
  font-size: 23px;
  font-weight: bold;
}

.page-template-page-videos .section-videos .section-header h2 {
  text-align: center;
  font-size: 160px;
  text-transform: lowercase;
}
@media screen and (max-width: 39.9375em) {
  .page-template-page-videos .section-videos .section-header h2 {
    font-size: 60px;
  }
}
.page-template-page-videos .video-list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 100px;
}
.page-template-page-videos .video-list .video {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .page-template-page-videos .video-list .video {
    margin: 0.5rem;
    width: calc(33% - 1rem);
  }
}
.page-template-page-videos .video-list .video a {
  top: calc(50% - 20px);
  z-index: 1;
  border-radius: 100%;
}
.page-template-page-videos .video-list .video a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease-in-out all;
  border-radius: 100%;
}
.page-template-page-videos .video-list .video a:hover:before {
  opacity: 1;
}
.page-template-page-videos .video-list .video:nth-child(n+25) {
  display: none;
}
.page-template-page-videos .more-link {
  padding-bottom: 100px;
}
.page-template-page-videos .more-link a {
  margin: 0 auto;
}

.page-subscribe {
  text-align: left;
  margin-top: 0;
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 39.9375em) {
  .page-subscribe {
    text-align: center;
    padding-bottom: 0;
  }
}
.page-subscribe:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../assets/images/subscribe-bg-desktop-2.jpg") top center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 39.9375em) {
  .page-subscribe:before {
    background: url("../assets/images/subscribe-bg-mobile-2.jpg") top center/cover no-repeat;
  }
}
@media screen and (min-width: 40em) {
  .page-subscribe:before {
    filter: brightness(0.5);
  }
}
.page-subscribe .mailing-list {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.page-subscribe .mailing-list .view-content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  .page-subscribe .mailing-list .view-content {
    flex-flow: column;
  }
}
.page-subscribe .mailing-list .view-content .subscribe-form {
  max-width: 800px;
}
@media screen and (min-width: 64em) {
  .page-subscribe .mailing-list .view-content .subscribe-form {
    margin-right: 80px;
  }
}
.page-subscribe .mailing-list .view-content .footer-nav header-drawer {
  display: none;
}
@media screen and (min-width: 64em) {
  .page-subscribe .mailing-list .view-content .footer-nav {
    max-width: 230px;
    margin-top: auto;
  }
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list {
  display: flex;
  flex-flow: column;
  padding-bottom: 30px;
}
@media screen and (max-width: 63.9375em) {
  .page-subscribe .mailing-list .view-content .footer-nav .menu-main__list {
    align-items: center;
    width: 100%;
  }
  .page-subscribe .mailing-list .view-content .footer-nav .menu-main__list li {
    justify-content: center;
    margin: 0;
  }
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list a {
  font-weight: bold;
  font-size: 16px;
  color: #fedb62;
  text-transform: lowercase;
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list a:not(.shop-btn):hover {
  color: white;
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list .shop-btn {
  order: 10;
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list .shop-btn a {
  min-width: 140px;
  width: max-content;
  height: 40px;
  padding: 0 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 22px;
  font-style: normal;
  font-family: "BauOT" !important;
  font-weight: 700 !important;
  color: #fedb62 !important;
  background: black !important;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  position: relative;
  left: -5px;
  top: -5px;
  opacity: 1 !important;
  transition: 0.15s ease-in-out all;
  letter-spacing: -0.05em;
  z-index: unset;
  line-height: initial;
  margin-top: 30px;
  background-color: #fedb62 !important;
  color: black !important;
  border-color: black !important;
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list .shop-btn a:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  transition: 0.15s ease-in-out all;
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list .shop-btn a:hover, .page-subscribe .mailing-list .view-content .footer-nav .menu-main__list .shop-btn a:focus {
  top: 0;
  left: 0;
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list .shop-btn a:hover:after, .page-subscribe .mailing-list .view-content .footer-nav .menu-main__list .shop-btn a:focus:after {
  top: 0px;
  left: 0px;
}
.page-subscribe .mailing-list .view-content .footer-nav .menu-main__list .shop-btn a:after {
  background-color: #fedb62 !important;
}
@media screen and (min-width: 64em) {
  .page-subscribe .mailing-list .view-content .menu-legal {
    width: 100%;
  }
}
.page-subscribe .mailing-list .view-content .menu-legal #menu-menu-legal {
  flex-flow: column;
  flex-flow: column;
  align-items: flex-start;
  border-top: 1px solid white;
  padding-top: 30px;
}
@media screen and (max-width: 63.9375em) {
  .page-subscribe .mailing-list .view-content .menu-legal #menu-menu-legal {
    align-items: center;
  }
}
.page-subscribe .mailing-list .view-content .menu-legal #menu-menu-legal .evidon-notice-link {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.page-subscribe .mailing-list .view-content .menu-legal #menu-menu-legal a,
.page-subscribe .mailing-list .view-content .menu-legal #menu-menu-legal span {
  color: white;
  font-size: 12px;
  line-height: 1.4;
}
.page-subscribe .mailing-list .view-content .menu-legal #menu-menu-legal a:hover,
.page-subscribe .mailing-list .view-content .menu-legal #menu-menu-legal span:hover {
  color: #fedb62;
  opacity: 1;
}
@media screen and (max-width: 63.9375em) {
  .page-subscribe .mailing-list .view-content .menu-social {
    width: 100%;
  }
}
.page-subscribe .mailing-list .view-content .menu-social__list {
  margin-top: 20px;
}
@media screen and (max-width: 63.9375em) {
  .page-subscribe .mailing-list .view-content .menu-social__list {
    justify-content: center;
  }
}
.page-subscribe .mailing-list .view-content .menu-social__list a {
  color: white;
}
.page-subscribe .mailing-list .view-content .menu-social__list .menu-social__link[title=Facebook] {
  filter: brightness(0) invert(100) saturate(100);
}
.page-subscribe .section-header {
  text-align: left;
  margin-bottom: 30px;
}
.page-subscribe .section-header h2 {
  font-size: 56px;
  text-transform: lowercase;
}
@media screen and (max-width: 63.9375em) {
  .page-subscribe .section-header h2 {
    font-size: 40px;
    text-align: center;
  }
}
.page-subscribe .section-labels.section {
  padding-top: 0;
}

body {
  color: white;
  background-color: black;
}

body:not(.home) .section {
  padding-top: 100px;
}
body:not(.home) main {
  min-height: 100vh;
}

.main-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-404 p {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.main-404 .btn a {
  min-width: 140px;
  width: max-content;
  height: 40px;
  padding: 0 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  font-size: 22px;
  font-style: normal;
  font-family: "BauOT" !important;
  font-weight: 700 !important;
  color: #fedb62 !important;
  background: black !important;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  position: relative;
  left: -5px;
  top: -5px;
  opacity: 1 !important;
  transition: 0.15s ease-in-out all;
  letter-spacing: -0.05em;
  z-index: unset;
  line-height: initial;
  margin: 10px auto;
}
.main-404 .btn a:after {
  content: "";
  background: black;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid #fedb62;
  border-radius: 70px !important;
  transition: 0.15s ease-in-out all;
}
.main-404 .btn a:hover, .main-404 .btn a:focus {
  top: 0;
  left: 0;
}
.main-404 .btn a:hover:after, .main-404 .btn a:focus:after {
  top: 0px;
  left: 0px;
}

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