/* Settings */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/**
 * Font Family
 */
/**
 * Font Weight
 */
/*
  This mixin adds ellipsis to the end of a single line of text
  when there's not enough space.
 */
/*
  Vertically align the element with `transform` and absolute positioning.
 */
/*
  Horizontally align the element with `transform` and absolute positioning.
 */
/*
  Horizontally and Vertically  align the element with `transform` and absolute positioning.
*/
/*
  Sets the element so that it cover the parent element entirely
*/
/* stylelint-disable */
/* Generic */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Base */
:root {
  --primary-color: #c30000;
}

*,
input[type="search"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
input[type="search"]:focus {
  outline: 0;
}

html {
  font-size: 14px;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #000000;
  min-width: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}

figure {
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/**
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

strong {
  font-weight: 700;
}

a {
  color: inherit;
}

/**
 * Forms
 */
fieldset {
  padding: 0;
  border: none;
}

textarea,
input {
  -webkit-font-smoothing: antialiased;
}

input {
  border-radius: 4px;
  width: 100%;
  padding: 0 16px;
  height: 40px;
  font-size: 16px;
  color: #000000;
  border: none;
}
@media (min-width: 768px) {
  input {
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  input {
    height: 45px;
  }
}

/* Libs */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Modules */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-next:before {
  content: "\ea3c";
}

.icon-prev:before {
  content: "\ea40";
}

.icon-facebook:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-play:before {
  content: "\ea1c";
}

.icon-soundcloud:before {
  content: "\eac3";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.btn {
  border-radius: 4px;
  display: inline-block;
  background: var(--primary-color);
  border: none;
  padding: 14px 32px 13px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .btn {
    border-radius: 8px;
  }
}
.btn--block {
  width: 100%;
  display: block;
}
.btn:hover {
  background: #d91a21;
}

.social__list {
  display: flex;
  align-items: center;
}

.social__item {
  margin-right: 12px;
}
@media (min-width: 768px) {
  .social__item {
    margin-right: 24px;
  }
}
.social__item:last-child {
  margin-right: 0;
}

.social__link {
  text-decoration: none;
  font-size: 16px;
  list-height: 0;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
.social__link .icon-soundcloud {
  font-size: 1.33em;
}
.social__link:hover {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .social__link {
    font-size: 24px;
  }
}

.header {
  padding-top: calc(env(safe-area-inset-top) + 15px);
  padding-bottom: 15px;
  background: #0f0f0f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  .header {
    padding: 50px 0 40px;
    background: none;
    position: relative;
  }
}
.header__container {
  display: flex;
  align-items: center;
}
.header__logo {
  display: inline-block;
  flex: 0 0 118px;
}
@media (min-width: 768px) {
  .header__logo {
    flex: 0 0 253px;
  }
}
.header__logo__img {
  width: 100%;
  display: block;
}
.header__menuBtnContainer {
  margin-left: auto;
}
.header__menuBtn {
  color: var(--primary-color);
  background: none;
  border: 0;
  padding: 0;
  font-size: 21px;
  line-height: 0;
}
.header__nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--primary-color);
}
.header__nav.is-active {
  display: block;
}
.header__nav__item {
  border-bottom: 1px solid #0f0f0f;
}
.header__nav__item:last-child {
  border-bottom: none;
}
.header__nav__link {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 16px;
  display: block;
}
@media (min-width: 768px) {
  .header__nav {
    display: block !important;
    margin-left: auto;
    position: static;
    background: none;
    width: auto;
  }
  .header__nav__list {
    display: flex;
    align-items: center;
  }
  .header__nav__item {
    margin-right: 32px;
    border-bottom: none;
  }
  .header__nav__item:last-child {
    margin-right: 0;
  }
  .header__nav__link {
    display: inline;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
  }
  .header__nav__link:hover {
    color: #fff;
  }
}

.slider:hover .slider__nav {
  opacity: 1;
}

.slider--music .slider__nav {
  margin-top: -30px;
}

.slider__nav {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 48px;
  color: #fff;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
@media (min-width: 960px) {
  .slider__nav {
    display: block !important;
  }
}
.slider__nav--prev {
  right: calc(100% + 12px);
}
.slider__nav--next {
  left: calc(100% + 12px);
}
.slider__nav--small {
  font-size: 32px;
}
.slider__nav--small.slider__nav--prev {
  right: calc(100% + 4px);
}
.slider__nav--small.slider__nav--next {
  left: calc(100% + 4px);
}

/* Layouts */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1498px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media (min-width: 960px) {
  .container {
    padding-left: 66px;
    padding-right: 66px;
  }
}

.section__inner {
  padding: 48px 0 32px;
  border-bottom: 1px solid #3b3b3c;
}
.section__inner--noBorder {
  border-bottom: none;
}

.section__title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 32px;
  }
}
.section__title--small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .section__title--small {
    font-size: 19px;
  }
}

.section__slider {
  margin: 0 -8px;
}
@media (min-width: 960px) {
  .section__slider {
    margin: 0 -17px;
  }
}

.section__slide {
  padding: 0 8px;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .section__slide {
    padding: 0 17px;
  }
}
.section__slide__link {
  display: block;
  text-decoration: none;
}
.section__slide__figure {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .section__slide__figure {
    border-radius: 8px;
  }
}
.section__slide__figure:hover .section__slide__img {
  transform: scale(1.2);
}
.section__slide__figure:hover .section__slide__indicator {
  opacity: 1;
}
.section__slide__indicator {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  opacity: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-indent: 3px;
  transition: all 0.15s ease-in-out;
}
.section__slide__indicator:hover {
  background: #d91a21;
}
.section__slide__img {
  display: block;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.section__slide__caption {
  padding: 8px 4px;
}
.section__slide__title {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .section__slide__title {
    font-size: 14px;
  }
}
.section__slide__desc {
  font-size: 8px;
  color: #929292;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .section__slide__desc {
    font-size: 12px;
  }
}

.hero {
  padding-top: calc(env(safe-area-inset-top) + 52px);
}
@media (min-width: 768px) {
  .hero {
    padding-top: 0;
  }
}
.hero__slide__link {
  border-radius: 4px;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero__slide__link {
    border-radius: 8px;
  }
}
.hero__slide__img {
  display: block;
  width: 100%;
}

.music {
  margin-bottom: 82px;
}
.music__slider {
  margin: 0 -7px;
}
@media (min-width: 960px) {
  .music__slider {
    padding-left: 48px;
    margin: 0 -24px;
  }
}
.music__slide {
  padding: 7px;
}
@media (min-width: 960px) {
  .music__slide {
    padding: 0 24px;
  }
}
.music__card {
  width: 210px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .music__card {
    border-radius: 8px;
    width: 330px;
  }
}
@media (min-width: 960px) {
  .music__card {
    width: 100%;
  }
}
.music__card:hover .music__card__img {
  transform: scale(1.2);
}
.music__card:hover .music__card__btn {
  opacity: 1;
}
@media (max-width: 959px) {
  .slick-active .music__card {
    transform: scale(1.1);
  }
  .slick-active .music__card .music__card__btn {
    opacity: 1;
  }
}
.music__card__img {
  width: 100%;
  display: block;
  transition: transform 0.25s ease-in-out;
}
.music__card__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  background: var(--primary-color);
  width: 32px;
  height: 32px;
  font-size: 16px;
  transition: transform 0.15s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}
.music__card__btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 960px) {
  .music__card__btn {
    width: 60px;
    font-size: 20px;
    height: 60px;
  }
}

@media (max-width: 767px) {
  .videos {
    padding-bottom: 0;
  }
  .videos .section__content {
    padding-left: 0;
    position: relative;
  }
}

.videos__container {
  margin-bottom: 5px;
}

.videos__content {
  position: relative;
  z-index: 10;
}

.videos__slider {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .videos__slider {
    margin: 0 -24px;
  }
}

.videos__slide {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .videos__slide {
    padding: 0 24px;
  }
}

.videos__card {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  width: 75px;
}
@media (min-width: 768px) {
  .videos__card {
    width: 320px;
    border-radius: 8px;
  }
}
.videos__card:hover .videos__card__img {
  transform: scale(1.2);
}
.videos__card__img {
  display: block;
  width: 100%;
  transition: transform 0.25s ease-in-out;
}

@media (min-width: 768px) {
  .videos__view {
    padding: 0 100px;
  }
}

.videos__view__img {
  border-radius: 4px;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .videos__view__img {
    border-radius: 8px;
  }
}

.videos__thumbnails {
  position: relative;
  z-index: 10;
  padding-top: 34px;
}
@media (min-width: 768px) {
  .videos__thumbnails {
    padding-top: 0;
  }
}

.merch__link {
  border-radius: 4px;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .merch__link {
    border-radius: 8px;
  }
}

.merch__img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .newsletter__form {
    display: flex;
    align-items: center;
  }
}

.newsletter__field {
  margin-bottom: 16px;
}
.newsletter__field input {
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter__field {
    flex: 0 1 33.33%;
    max-width: 33.33%;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .newsletter__field input {
    text-align: left;
  }
  .newsletter__field:last-child {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .newsletter__field {
    margin-right: 24px;
  }
}

.newsletter__btn {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .newsletter__btn {
    width: auto;
    display: inline-block;
  }
}

.footer {
  overflow: hidden;
}
.footer__primary {
  padding: 22px 0;
  border-bottom: 1px solid #3b3b3c;
}
.footer__primary__social {
  padding-top: 48px;
}
.footer__primary__social__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__primary__social .section__title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer__primary__social {
    flex: 0 1 380px;
    border-left: 1px solid #3b3b3c;
    padding-left: 48px;
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .footer__primary__social__inner {
    display: block;
  }
  .footer__primary__social .section__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .footer__primary__social {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .footer__primary {
    display: flex;
    padding: 44px 0;
  }
  .footer__primary__newsletter {
    flex: 1 1 auto;
    padding-right: 48px;
  }
}
@media (min-width: 960px) {
  .footer__primary__newsletter {
    padding-right: 120px;
  }
}
.footer__secondary {
  padding: 32px 0;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  line-height: 0;
}
.footer__secondary__nav {
  margin-left: auto;
  display: flex;
}
.footer__secondary__nav__item:not(:last-child)::after {
  content: "|";
  margin: 0 8px;
  font-size: 0.7em;
}
@media (min-width: 768px) {
  .footer__secondary__nav__item:not(:last-child)::after {
    margin: 0 16px;
  }
}
.footer__secondary__nav__link {
  font-size: 8px;
  text-decoration: none;
}
.footer__secondary__nav__link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer__secondary__nav__link {
    font-size: 12px;
  }
}
.footer__copyright {
  font-size: 8px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 12px;
  }
}

/* Trumps */
.media {
  /* If element is hidden from mobile and below */
  /* If element is only available at mobile breakpoint */
  /* If element is hidden from tablet and below */
  /* If element is only available at tablet breakpoint */
}
@media (max-width: 767px) {
  .media--hide\@mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .media--show\@mobile {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .media--hide\@tablet {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .media--show\@tablet {
    display: none !important;
  }
}
.media--accessibly-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*# sourceMappingURL=styles.css.map */

.onetrust-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  padding: 0 0 1rem 0;
  gap: 1rem;
}
