@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

.preloader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #0c0a0b;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.preloader img {
  max-width: 250px;
  max-width: 400px;
  display: block;
  height: auto;
  width: 100%;
  padding: 20px;
}

.preloader.hide-bg {
  z-index: -1;
  opacity: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-transparent {
  background-color: rgba(255, 255, 255, 0);
}

.color-whiteish {
  background-color: rgba(255, 255, 255, 0.3);
}

.color-white {
  background-color: white;
  background-color: rgba(0, 0, 0, 0.71);
}

html {
  background: #0c0a0b url("../img/hate.jpg?v=1") center center no-repeat fixed;
  background-size: cover;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  -webkit-transition: background-color 1.2s ease;
  transition: background-color 1.2s ease;
  font-family: 'Roboto', Arial, sans-serif;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 40px 60px 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: background-color 1.2s ease;
  transition: background-color 1.2s ease;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 1160px) {
  header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1070px) {
  header {
    padding: 20px 30px 40px;
  }
}

@media screen and (max-width: 480px) {
  header {
    padding: 15px 15px 30px;
  }
}

header a {
  color: #e50112;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 5px;
}

header a:hover {
  color: #fff;
}

header .sso-button {
  font-size: 0.8em;
  padding: 5px 10px;
  border: 1px solid #e50112;
  display: inline-block;
  margin-right: 10px;
  color: #e50112;
  background: rgba(255, 255, 255, 0);
}

header .sso-button:hover {
  border: 1px solid #e50112;
  cursor: pointer;
  color: #e50112;
}

header h1 {
  margin-right: 225px;
}

@media screen and (max-width: 1150px) {
  header h1 {
    margin-right: 0;
  }
}

header .logo {
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  header .logo {
    margin: 0;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  header .logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 380px) {
  header .logo {
    width: 150px;
  }
}

header .logo img {
  width: 100%;
  height: auto;
  max-width: 270px;
}

@media screen and (min-width: 1500px) {
  header .logo img {
    max-width: 350px;
  }
}

header .cart-icon {
  color: #e50112;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1000px) {
  header .cart-icon {
    -ms-flex-preferred-size: max-content;
        flex-basis: max-content;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 480px) {
  header .cart-icon {
    font-size: 0.9em;
  }
}

header .cart-icon span {
  font-weight: 400;
  font-size: 0.9em;
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  header .cart-icon span {
    margin-right: unset;
  }
}

header .cart-icon:hover {
  color: #fff;
}

section {
  width: 100%;
  height: auto;
  min-height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}

@media screen and (max-width: 480px) {
  section {
    min-height: auto;
  }
}

.container {
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#video-section {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 120px;
}

@media screen and (max-width: 1000px) {
  #video-section {
    padding-top: 80px;
  }
}

#shop-section {
  text-align: center;
}

#shop-section .container {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
}

footer {
  color: #e50112;
  font-size: 0.8em;
  line-height: 1.3;
  width: 100%;
  text-align: center;
  padding: 20px;
}

footer a {
  color: #e50112;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer a:hover {
  color: #fff;
}

@media screen and (max-width: 1000px) {
  footer {
    font-size: 0.7em;
  }
}

footer .socials {
  margin-bottom: 20px;
}

footer .socials a {
  font-size: 1.2em;
  padding: 5px;
}

footer .socials .sso-button {
  font-size: 0.8em;
  padding: 5px 10px;
  border: 1px solid #e50112;
  display: inline-block;
  margin-right: 10px;
  color: #e50112;
  background: rgba(0, 0, 0, 0.3);
}

footer .socials .sso-button:hover {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  footer .socials .sso-button {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1150px) {
  footer .socials {
    display: none;
  }
}

.blocker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 11;
}

a.ae-cform-modal-display-cta {
  display: none !important;
}

.ae-cform-modal-container, .ae-cform-container {
  z-index: 9;
}

a.close-modal {
  display: none !important;
}

div#ae-cform-modal-container-1 {
  background-color: transparent;
  display: inline-block;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

#ae-cform-title-1 {
  font-family: "eurostile_extendedbold", sans-serif !important;
  color: white !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 140% !important;
}

.ae-cform-signin-button {
  font-family: "eurostile_extendedbold", sans-serif !important;
  text-transform: uppercase;
  font-size: 12px !important;
}

#terms {
  font-family: 'eurostile_extendedbold', sans-serif;
  text-transform: uppercase;
  color: white !important;
}

.ae-cform-item span {
  text-transform: uppercase !important;
  text-align: center !important;
  color: white !important;
  font-family: "eurostile_extendedbold", sans-serif !important;
}

.ae-cform-item input[type="submit"] {
  border: 0px;
  background-color: white;
  background-image: none;
  color: black;
  font-family: "eurostile_extendedbold", sans-serif !important;
  text-transform: uppercase;
  width: 170px;
  margin: auto;
  float: none;
  display: block;
}

.ae-cform-item input[type="submit"]:hover {
  border: 0px;
  background-color: white;
  background-image: none;
  color: black;
  font-family: "eurostile_extendedbold", sans-serif !important;
  text-transform: uppercase;
  width: 170px;
  margin: auto;
  float: none;
  display: block;
}

.ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"] {
  text-align: center !important;
  text-transform: uppercase;
  font-family: "eurostile_extendedbold", sans-serif !important;
  font-size: 12px;
  line-height: 14px;
  height: 28px;
}

li.parsley-custom-error-message {
  font-family: "eurostile_extendedbold", sans-serif !important;
  font-size: 10px;
  text-align: center;
  padding-top: 6px;
}

.ae-cform-modal-container hr, .ae-cform-container hr {
  margin-bottom: 15px;
  margin-top: 0px;
  visibility: hidden;
}

p.legals img {
  width: 8px !important;
  position: relative;
  top: 0px;
}

.ae-cform-optin-label {
  font-size: 11px;
}

@media (max-width: 768px) {
  p.legals img {
    width: 8px !important;
    position: relative;
    top: 1px;
  }
}

#terms a {
  color: white;
}

.umg-cope-catalog .umg-cope-catalog-product {
  padding: 30px;
}

@media screen and (max-width: 1000px) {
  .umg-cope-catalog .umg-cope-catalog-product {
    padding: 10px;
  }
}

.umg-cope-catalog a {
  color: #e50112;
}

.umg-cope-catalog .umg-cope-catalog-product img {
  padding: 0;
}

.umg-cope-catalog .umg-cope-catalog-product-details h3 {
  font-weight: 400;
  color: #e50112;
  padding: 20px 0 10px;
  text-transform: uppercase;
}

.umg-cope-catalog .umg-cope-catalog-product-details small {
  display: none;
}

.umg-cope-catalog .umg-cope-catalog-price {
  font-weight: 500;
}

.umg-cope-catalog .umg-cope-catalog-price span {
  color: #e50112;
  padding-bottom: 20px;
}

.umg-cope-catalog button#umg-cope-bob, .umg-cope-catalog .umg-cope-bob {
  background: #fff !important;
  color: #e50112;
  border: 1px solid #e50112;
  font-size: 1em;
  font-weight: 500;
  text-transform: lowercase;
  display: inline-block;
}

.umg-cope-catalog button#umg-cope-bob:hover, .umg-cope-catalog .umg-cope-bob:hover {
  color: #0c0a0b;
  border: 1px solid #0c0a0b;
}

#umg-cope-cart-wrapper {
  background: #fff;
  position: fixed;
  border-top: none !important;
}

#umg-cope-cart-wrapper #umg-cope-cart-body table input {
  width: 36px;
  text-align: center;
  text-indent: 0;
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #0c0a0b;
}

#umg-cope-cart-wrapper #umg-cope-cart-continue-url {
  color: #666;
  text-transform: uppercase;
  font-size: 0.7em;
}

#umg-cope-cart-wrapper #umg-cope-cart-close-url {
  font-size: 11px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-shadow: 0;
  color: #666;
}

#umg-cope-cart-wrapper #umg-cope-cart-body table td {
  border: none;
  padding: 3px 6px;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

#umg-cope-cart-wrapper #umg-cope-cart-body table th {
  border: none;
  padding: 3px 6px;
  text-align: left;
  font-size: 0.65em;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
}

#umg-cope-cart-wrapper #umg-cope-cart-checkout-url {
  color: #000;
  text-decoration: none;
  padding: 10px 15px;
  letter-spacing: 0;
  float: right;
  margin: 20px 35px 0 0;
  text-transform: uppercase;
  background: #fff !important;
  border: 1px solid #000;
  font-size: 0.7em;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#umg-cope-cart-wrapper #umg-cope-cart-checkout-url:hover {
  color: #fff;
  background: #0c0a0b !important;
  opacity: 1;
}

#umg-cope-cart-wrapper #umg-cope-cart-body table .umg-cope-cart-rm-bt i {
  font-size: 1em;
  color: #0c0a0b;
}

.umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-icons a {
  background: #0c0a0b;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-icons a:hover {
  color: #0c0a0b;
  background: #666;
}

.entry-title, span.umg-cope-currency-price.umg-cope-currency-price-selected {
  color: #e50112;
}

.umg-cope-catalog-product p {
  text-align: center;
  font-size: 0.7em;
  padding-bottom: 20px;
}

button#umg-cope-bob, .umg-cope-bob {
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-rendering: optimizeLegibility;
  color: #fff;
  font-weight: 100;
  line-height: 1.4em;
  display: inline-block;
  border: none;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  position: relative;
  font-size: 1em;
  padding: 8px 20px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: button;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: none;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid;
}

.cope-catalog-template-default {
  background: #0c0a0b;
  color: #e50112;
}

.cope-catalog-template-default #shop-section {
  min-height: calc(100vh - 60px);
  padding: 130px 30px 0;
}

@media screen and (max-width: 1000px) {
  .cope-catalog-template-default #shop-section {
    min-height: calc(100vh - 120px);
    display: block;
    padding: 100px 30px 0;
  }
}

.cope-catalog-template-default .umg-cope-product-info-wrap .umg-cope-product-info-top.umg-cope-product-info-simple button#umg-cope-bob {
  margin: 0;
}

.cope-catalog-template-default .entry-title {
  font-weight: 500;
  text-transform: uppercase;
}

.cope-catalog-template-default .entry-title small {
  display: none !important;
}

.cope-catalog-template-default .umg-cope-product-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cope-catalog-template-default .umg-cope-product-info-top .umg-cope-product-info p {
  font-size: 0.7em;
  padding: 20px;
}

@media screen and (max-width: 1000px) {
  .cope-catalog-template-default .umg-cope-product-info-top {
    display: block;
    max-width: 400px;
  }
}

.cope-catalog-template-default .share-label {
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.cope-catalog-template-default button#umg-cope-bob:before, .cope-catalog-template-default .umg-cope-bob:before {
  display: none;
}

.cope-catalog-template-default button#umg-cope-bob#umg-cope-bob:hover, .cope-catalog-template-default button#umg-cope-bob.umg-cope-bob:hover, .cope-catalog-template-default button#umg-cope-bob#umg-cope-bob:active, .cope-catalog-template-default button#umg-cope-bob.umg-cope-bob:active, .cope-catalog-template-default button#umg-cope-bob#umg-cope-bob:focus, .cope-catalog-template-default button#umg-cope-bob.umg-cope-bob:focus, .cope-catalog-template-default .umg-cope-bob#umg-cope-bob:hover, .cope-catalog-template-default .umg-cope-bob.umg-cope-bob:hover, .cope-catalog-template-default .umg-cope-bob#umg-cope-bob:active, .cope-catalog-template-default .umg-cope-bob.umg-cope-bob:active, .cope-catalog-template-default .umg-cope-bob#umg-cope-bob:focus, .cope-catalog-template-default .umg-cope-bob.umg-cope-bob:focus {
  background: #0c0a0b;
}

.cope-catalog-template-default .umg-cope-product-info-image-shown-wrap {
  background: transparent;
}

.cope-catalog-template-default .umg-cope-product-info-wrap .umg-cope-product-info-top.umg-cope-product-info-simple input {
  width: 90px;
}

.cope-catalog-template-default #umg-cope-stock-level {
  padding: 10px 0;
  font-size: 0.8em;
  text-transform: uppercase;
}

.cope-catalog-template-default .umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-added-msg a {
  font-weight: 500;
  font-size: inherit;
  color: black;
  text-transform: uppercase;
}

.cope-catalog-template-default .umg-cope-product-info-description {
  font-size: 0.7em;
  line-height: 1.6;
}

.cope-catalog-template-default .umg-cope-product-info-description label {
  font-weight: 500;
  text-transform: uppercase;
}

.live-2022 {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 56.63px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background: #ffffffb0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1150px) {
  .live-2022 {
    min-height: calc(100vh - 102.3px);
  }
}

.live-2022 .umg_live_table {
  max-width: 1000px;
  width: 100%;
  margin: 4%;
}

@media screen and (max-width: 991px) {
  .live-2022 .umg_live_table {
    margin: 0;
  }
}

@media screen and (max-width: 1000px) {
  .live-2022 .umg_live_table {
    margin-top: 50px;
  }
}

.live-2022 .umg_live_table thead tr th.umg_live_heading {
  padding-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .live-2022 .umg_live_table thead tr th.umg_live_heading {
    font-size: .9rem;
  }
}

.live-2022 .umg_live_table tr td.umg_live_tickets {
  text-align: center;
}

.live-2022 .umg_live_table tr td.umg_live_tickets a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #0c0a0b;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #0c0a0b;
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.live-2022 .umg_live_table tr td.umg_live_tickets a:hover {
  color: #fff;
  background: #0c0a0b;
}

.live-2022 .umg_live_table td:not(.umg_live_tickets) {
  color: black;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .live-2022 .umg_live_table td:not(.umg_live_tickets):not(:first-of-type), .live-2022 .umg_live_table td:not(.umg_live_tickets):not(:last-of-type) {
    padding: 10px 5px;
  }
}

.live-2022 .umg_live_table td:not(.umg_live_tickets) a {
  color: #000;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .live-2022 .umg_live_table td:not(.umg_live_tickets) a {
    font-size: .8rem;
  }
}

.header__link--live {
  font-weight: 500;
  font-size: .9em;
  margin-right: 10px;
  -webkit-transform: translateY(1.1px);
          transform: translateY(1.1px);
}

@media screen and (max-width: 1000px) {
  .header__link--live {
    font-size: .83em;
    margin: 0 5px;
    -webkit-transform: unset;
            transform: unset;
  }
}

.page-template-template-live-2022 .header__link--live {
  text-decoration: underline;
  pointer-events: none;
}

.page-template-template-live-2022 footer {
  background: #ffffffb0;
}

.pre-save-container {
  margin: auto;
  max-width: 800px;
  width: 90vw;
  text-align: center;
}

.presave-image {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}

.presave-button {
  background: #e50112;
  color: #0c0a0b;
  font-size: 0.8em;
  font-weight: 500;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.presave-button:hover {
  background: #fff;
}

.fade {
  background: rgba(12, 10, 11, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
}

html {
  background: none;
}

.glitch {
  text-decoration: none;
  position: relative;
  margin: 0;
}

.glitch:before, .glitch:after {
  display: block;
  content: attr(data-glitch);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.62;
}

.glitch:hover:before {
  -webkit-animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
}

.glitch:hover:after {
  animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
}

@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -3px);
    transform: translate(-2px, -3px);
  }
  60% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
  80% {
    -webkit-transform: translate(3px, -2px);
    transform: translate(3px, -2px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes glitch {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -3px);
    transform: translate(-2px, -3px);
  }
  60% {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
  80% {
    -webkit-transform: translate(3px, -2px);
    transform: translate(3px, -2px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.jitter:hover {
  -webkit-animation-name: jittery;
  animation-name: jittery;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes jittery {
  10% {
    -webkit-transform: translate(-1px, -1.5px) scale(1.01, 1.01);
    transform: translate(-1px, -1.5px) scale(1.01, 1.01);
  }
  20% {
    -webkit-transform: translate(1.5px, 1px) scale(0.99, 0.99);
    transform: translate(1.5px, 1px) scale(0.99, 0.99);
  }
  30% {
    -webkit-transform: translate(-0.5px, -1px) scale(1.01, 1.01);
    transform: translate(-0.5px, -1px) scale(1.01, 1.01);
  }
  40% {
    -webkit-transform: translate(1px, 1.5px) scale(1, 1);
    transform: translate(1px, 1.5px) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-0.5px, -1px) scale(0.99, 0.99);
    transform: translate(-0.5px, -1px) scale(0.99, 0.99);
  }
  60% {
    -webkit-transform: translate(0px, 0.5px) scale(1.01, 1.01);
    transform: translate(0px, 0.5px) scale(1.01, 1.01);
  }
  70% {
    -webkit-transform: translate(-1px, -0.5px) scale(1, 1);
    transform: translate(-1px, -0.5px) scale(1, 1);
  }
  80% {
    -webkit-transform: translate(1.5px, 1.5px) scale(0.995, 0.995);
    transform: translate(1.5px, 1.5px) scale(0.995, 0.995);
  }
  90% {
    -webkit-transform: translate(-0.5px, -1.5px) scale(1.05, 1.05);
    transform: translate(-0.5px, -1.5px) scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: translate(1px, 0.5px) scale(0.98, 0.98);
    transform: translate(1px, 0.5px) scale(0.98, 0.98);
  }
}

@keyframes jittery {
  10% {
    -webkit-transform: translate(-1px, -1.5px) scale(1.01, 1.01);
    transform: translate(-1px, -1.5px) scale(1.01, 1.01);
  }
  20% {
    -webkit-transform: translate(1.5px, 1px) scale(0.99, 0.99);
    transform: translate(1.5px, 1px) scale(0.99, 0.99);
  }
  30% {
    -webkit-transform: translate(-0.5px, -1px) scale(1.01, 1.01);
    transform: translate(-0.5px, -1px) scale(1.01, 1.01);
  }
  40% {
    -webkit-transform: translate(1px, 1.5px) scale(1, 1);
    transform: translate(1px, 1.5px) scale(1, 1);
  }
  50% {
    -webkit-transform: translate(-0.5px, -1px) scale(0.99, 0.99);
    transform: translate(-0.5px, -1px) scale(0.99, 0.99);
  }
  60% {
    -webkit-transform: translate(0px, 0.5px) scale(1.01, 1.01);
    transform: translate(0px, 0.5px) scale(1.01, 1.01);
  }
  70% {
    -webkit-transform: translate(-1px, -0.5px) scale(1, 1);
    transform: translate(-1px, -0.5px) scale(1, 1);
  }
  80% {
    -webkit-transform: translate(1.5px, 1.5px) scale(0.995, 0.995);
    transform: translate(1.5px, 1.5px) scale(0.995, 0.995);
  }
  90% {
    -webkit-transform: translate(-0.5px, -1.5px) scale(1.05, 1.05);
    transform: translate(-0.5px, -1.5px) scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: translate(1px, 0.5px) scale(0.98, 0.98);
    transform: translate(1px, 0.5px) scale(0.98, 0.98);
  }
}

.page-2022 {
  background: #fff url("../img/header2.jpg") top center no-repeat;
  background-size: 100%;
  color: #e50112;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .page-2022 {
    background-size: 125%;
  }
}

@media screen and (max-width: 480px) {
  .page-2022 {
    background-size: 200%;
  }
}

.page-2022 header {
  padding: 40px 60px;
}

@media screen and (max-width: 480px) {
  .page-2022 header {
    padding: 10px 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-2022 header a {
  display: inline-block;
}

.page-2022 .sso-button {
  margin: 0;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .page-2022 .sso-button {
    font-size: 0.52em;
    margin: 0 auto;
  }
}

.page-2022 nav {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .page-2022 nav {
    font-size: 11px;
    margin: 10px auto;
  }
}

.page-2022 nav .cart-icon, .page-2022 nav .cart-icon span {
  font-size: 13px !important;
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .page-2022 nav .cart-icon, .page-2022 nav .cart-icon span {
    font-size: 11px !important;
  }
}

.page-2022 .header-footer {
  color: #e50112;
  font-size: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  left: -108px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1000;
}

.page-2022 .header-footer a {
  color: #e50112;
  font-size: 8px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.page-2022 .header-footer a:hover {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .page-2022 .header-footer {
    display: none;
  }
}

.page-2022 .socials {
  color: #e50112;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  right: -30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 1000;
}

.page-2022 .socials a {
  color: #e50112;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  margin: 0 10px;
}

.page-2022 .socials a:hover {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .page-2022 .socials {
    display: none;
  }
}

.page-2022 .section-title {
  position: absolute;
  top: 30px;
  right: 26px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .page-2022 .section-title {
    right: -8px;
  }
}

.page-2022 .section-title span, .page-2022 .section-title img {
  display: inline-block;
  font-size: 13px;
}

.page-2022 .section-title img {
  width: 7px;
  height: auto;
}

.page-2022 #home-section {
  height: 80vh;
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .page-2022 #home-section {
    height: 50vh;
  }
}

.page-2022 #home-section .logo {
  margin: 0 auto;
}

.page-2022 #home-section .logo h1 img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.page-2022 #shop-section {
  margin-top: -30px;
  background: url("../img/background-text2.png") center center no-repeat;
  background-size: 75%;
}

@media screen and (max-width: 480px) {
  .page-2022 #shop-section {
    margin-top: -130px;
  }
}

.page-2022 #shop-section .umg-cope-catalog {
  margin: 0;
}

.page-2022 #shop-section .umg-cope-catalog .umg-cope-catalog-product {
  width: 45%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.page-2022 #shop-section .umg-cope-catalog .umg-cope-catalog-product a {
  position: relative;
  z-index: 2;
}

.page-2022 #shop-section .umg-cope-catalog .umg-cope-catalog-product a:hover img {
  border: 1px solid #e50112;
}

.page-2022 #shop-section .umg-cope-catalog .umg-cope-catalog-product img {
  padding: 10px;
  border: 1px solid rgba(229, 1, 18, 0.5);
}

@media screen and (max-width: 480px) {
  .page-2022 #shop-section .umg-cope-catalog .umg-cope-catalog-product {
    width: 100%;
  }
}

#watch-section .video-title {
  margin: 0px auto;
  width: 60%;
  padding-top: 25px;
}

@media screen and (max-width: 1000px) {
  #watch-section .video-title {
    width: 75%;
  }
}

@media screen and (max-width: 480px) {
  #watch-section .video-title {
    width: 93%;
    font-size: 0.8rem;
  }
}

#watch-section .video-outer-container {
  width: 60%;
  margin: 0 auto;
  max-width: 1220px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #watch-section .video-outer-container {
    width: 75%;
  }
}

@media screen and (max-width: 480px) {
  #watch-section .video-outer-container {
    width: 93%;
  }
}

#watch-section .slide-container {
  position: relative;
  height: 80%;
  max-height: 1000px;
  width: 80%;
  max-width: 900px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 480px) {
  #watch-section .slide-container {
    max-height: 500px;
    max-width: 500px;
  }
}

#watch-section .slide-container__video {
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  max-height: none;
  max-width: none;
  height: 100%;
  width: 100%;
}

#watch-section .slide-container .video-carousel {
  position: absolute;
  height: 100%;
  width: 100%;
}

#watch-section .slide-container .carousel-cell {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}

@media screen and (max-width: 1000px) {
  #watch-section .slide-container .carousel-cell {
    margin-right: 25px;
  }
}

#watch-section .slide-container .carousel-cell.release-block {
  position: absolute;
  left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  #watch-section .slide-container .carousel-cell.release-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: scroll;
  }
}

#watch-section .slide-container .carousel-cell .release-title {
  font-size: 1em;
}

@media screen and (max-width: 1000px) {
  #watch-section .slide-container .carousel-cell .release-title {
    margin-top: 1em;
    display: block;
  }
}

#watch-section .slide-container .carousel-cell .listen-cta {
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
}

@media screen and (max-width: 1000px) {
  #watch-section .slide-container .carousel-cell .listen-cta {
    margin-top: 15px;
    font-size: 1.2em;
  }
}

#watch-section .slide-container .carousel-cell .listen-cta--listen {
  position: relative;
  font-size: .8em;
  bottom: 0;
  z-index: 1;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

#watch-section .slide-container .carousel-cell .listen-cta--listen:hover {
  color: #fff;
}

#watch-section .slide-container .more-video {
  width: 100%;
  height: 100%;
  position: relative;
}

#watch-section .slide-container .more-video .image-container {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
  #watch-section .slide-container .more-video .image-container {
    height: 100%;
    padding-top: 0;
  }
}

#watch-section .slide-container .more-video .front,
#watch-section .slide-container .more-video .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0);
}

#watch-section .slide-container .more-video .top-layer {
  position: absolute;
  width: 90%;
  height: 100%;
  margin: 0 5% 0;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  top: 0;
  left: 0;
}

#watch-section .slide-container .more-video .top-layer.full {
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: #0c0a0b;
}

#watch-section .slide-container .more-video .front, #watch-section .slide-container .more-video .back {
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

#watch-section .slide-container .more-video .front.hidden,
#watch-section .slide-container .more-video .back.hidden {
  display: none !important;
}

#watch-section .slide-container .more-video .front.invisible,
#watch-section .slide-container .more-video .back.invisible {
  opacity: 0 !important;
}

#watch-section .slide-container .more-video .front h2, #watch-section .slide-container .more-video .front h3 {
  color: #fff;
  position: relative;
  top: auto;
  right: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
}

#watch-section .slide-container .more-video .front .btn img {
  width: 113px;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#watch-section .slide-container .more-video .front .play-btn {
  margin: 0;
  width: 42px;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
  #watch-section .slide-container .more-video .front .play-btn {
    width: 20px;
    top: 50%;
  }
}

#watch-section .slide-container .more-video .front:hover {
  cursor: pointer;
}

#watch-section .slide-container .more-video .front:hover .btn img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#watch-section .slide-container .more-video .top-layer h3 {
  padding: 0 0 5px;
}

#watch-section .slide-container .more-video .top-layer h2 {
  font-weight: 600;
  padding: 0 0 12px;
}

#watch-section .slide-container .more-video .back .video-wrapper {
  height: 140%;
  width: 140%;
}

#watch-section .carousel-btn {
  position: absolute;
  bottom: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

#watch-section .carousel-btn img {
  width: 67px;
  display: inline-block;
}

#watch-section .carousel-btn:hover {
  opacity: .7;
}

#watch-section .carousel-btn:focus {
  outline: none;
}

#watch-section .carousel-btn--prev {
  right: 50px;
}

#watch-section .carousel-btn--next {
  right: 0;
}

#tour-section a {
  color: #e50112;
}

#tour-section table.umg_live_table {
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

#tour-section table.umg_live_table td {
  padding: 15px 5px;
}

#tour-section table.umg_live_table .umg_live_location {
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  #tour-section table.umg_live_table .umg_live_date, #tour-section table.umg_live_table .umg_live_venue {
    padding: 5px;
    font-style: normal !important;
  }
  #tour-section table.umg_live_table .umg_live_location {
    padding: 5px 5px 20px;
  }
}

#tour-section .umg-live-no-gigs p {
  padding: 10px;
  line-height: 1.5;
}

#tour-section .umg-live-no-gigs p span {
  font-weight: 500 !important;
  font-size: 1em !important;
  text-transform: uppercase;
}

#tour-section .umg-live-no-gigs a {
  margin-top: 10px;
  display: inline-block;
}

#tour-section .umg_live_tickets a, #tour-section .umg-live-no-gigs a {
  color: #e50112;
  border: 1px solid #e50112;
  font-size: 1em;
  font-weight: 500;
  text-transform: lowercase;
  padding: 8px 20px;
  display: inline-block;
}

footer {
  text-align: left;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  padding: 40px;
}

footer img {
  width: 100%;
  height: auto;
  max-width: 200px;
  padding: 0 0 10px;
}

#_evh-link {
  font-size: 9px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background-color: #e50112 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

#_evidon_banner {
  color: #fff !important;
  background: #0c0a0b !important;
  text-transform: uppercase;
}

#_evidon-message {
  color: #e50112 !important;
  text-transform: uppercase;
  font-size: 10px !important;
}

#_evidon-message b {
  color: #e50112 !important;
}

.tour-poster {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */