:root {
  --blue:#0073cf;
  --red:#d2232a;
  --dred:darken(var(--red),15%);
  --font:'sofia-pro-comp', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --veneer:'veneer-two', Impact, 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --nexa:'nexa-rust-sans-black-2', 'Arial Black', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --counterpress:'counterpress', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 300 16px var(--font);
  background: white;
}

img {
  max-width: 100%;
}

a, button {
  border-radius: 0;
  cursor: pointer;
}

button {
  all: unset;
  cursor: pointer;
  padding: 0.5em 1em;
  background: var(--blue);
  color: white;
  border-radius: 0;
  font-family: inherit;
}

input {
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
  line-height: 1em;
  display: inline-block;
  position: static;
}

strong {
  font-weight: 700;
}

* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection * {
  color: #fff;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}

.header {
  padding: clamp(84px, 9.375vw, 120px) 0;
  background: url(header.jpg) center top/cover no-repeat;
}
.header h1 {
  margin: 0;
  display: inline-block;
  text-align: center;
}
.header h1 .line1, .header h1 .line4 {
  color: black;
  font-weight: 400;
  font-family: var(--veneer);
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  letter-spacing: -0.02em;
}
.header h1 .line2, .header h1 .line3 {
  color: var(--red);
  font-weight: 900;
  font-family: var(--nexa);
  text-transform: uppercase;
  display: block;
  line-height: 1em;
}
.header h1 .line1 {
  font-size: clamp(49px, 5.46875vw, 70px);
}
.header h1 .line2 {
  font-size: clamp(49px, 5.46875vw, 70px);
  line-height: 0.8em;
  letter-spacing: -0.02em;
}
.header h1 .line3 {
  font-size: clamp(39.2px, 4.375vw, 56px);
  letter-spacing: -0.02em;
}
.header h1 .line4 {
  font-size: clamp(112px, 12.5vw, 160px);
  line-height: 0.8em;
}
.header h1 .line4:after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(21.238px, 2.3703125vw, 30.34px);
  background: url(line.svg) center center/100% 100% no-repeat;
}

.red {
  background: var(--red);
  padding: clamp(28px, 3.125vw, 40px) 15px;
}
.red p {
  margin: auto;
  text-align: center;
  max-width: 1200px;
  text-wrap: balance;
  font: 700 clamp(49px, 5.46875vw, 70px)/1em var(--counterpress);
  text-transform: uppercase;
}

.issue-section {
  padding: clamp(42px, 4.6875vw, 60px) 15px;
}
.issue-section h2 {
  font: 700 clamp(42px, 4.6875vw, 60px)/1em var(--counterpress);
  text-transform: uppercase;
}
.issue-section h2 span {
  color: var(--red);
}
.issue-section p + h2 {
  margin: 0.3em 0 0 0;
}
.issue-section h2:has(+ p) {
  margin: 0 0 0.3em 0;
}
.issue-section p {
  font: 300 clamp(23.8px, 2.65625vw, 34px)/1.1em var(--font);
  margin: 0;
  text-wrap: balance;
}
.issue-section img {
  max-width: 50%;
}
.issue-section .issue {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  -moz-column-gap: clamp(49px, 5.46875vw, 70px);
       column-gap: clamp(49px, 5.46875vw, 70px);
  row-gap: clamp(24.5px, 2.734375vw, 35px);
  align-items: center;
  justify-content: center;
}
.issue-section .issue.second img, .issue-section .issue.fourth img {
  order: 2;
}
.issue-section .issue.second .text, .issue-section .issue.fourth .text {
  order: 1;
}
.issue-section .issue .text {
  text-align: center;
}
.issue-section hr {
  max-width: 1200px;
  margin: clamp(28px, 3.125vw, 40px) auto;
}

.black {
  background: black;
  position: relative;
  padding: clamp(70px, 7.8125vw, 100px) 15px;
  text-align: center;
}
.black:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(24.5px, 2.734375vw, 35px);
  background: url(edge.jpg) center center/auto 100% repeat-x;
}
.black h2.yellow {
  color: #edd000;
  font: 400 clamp(63px, 7.03125vw, 90px)/1em var(--veneer);
  margin: auto;
  text-align: center;
  text-wrap: balance;
}
.black h2.yellow span {
  font: 700 clamp(26.6px, 2.96875vw, 38px) var(--font);
  display: block;
  color: white;
}
.black .criminals1, .black .criminals2 {
  display: block;
  margin: auto;
}
.black .criminals {
  margin-bottom: clamp(35px, 3.90625vw, 50px);
}
.black h3 {
  color: white;
  text-transform: uppercase;
  font: 700 clamp(42px, 4.6875vw, 60px)/1em var(--counterpress);
  text-align: center;
  text-wrap: balance;
  margin: 0 auto 0.5em auto;
}
.black h3 span {
  color: var(--red);
}
.black h3 + p {
  color: white;
  font: 300 clamp(24.5px, 2.734375vw, 35px)/1.2em var(--font);
  text-wrap: balance;
  margin: 0 auto 3em auto;
  text-align: center;
}
.black .closer {
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(112px, 12.5vw, 160px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.3em auto;
}
.black .closer span {
  width: -moz-fit-content;
  width: fit-content;
}
.black .closer .line1, .black .closer .line2 {
  color: var(--red);
  font-family: var(--nexa);
  letter-spacing: -0.04em;
}
.black .closer .line1 {
  font-size: clamp(49px, 5.46875vw, 70px);
  line-height: 1em;
}
.black .closer .line2 {
  font-size: clamp(31.5px, 3.515625vw, 45px);
  line-height: 1em;
}
.black .closer .line3 {
  font-weight: 400;
  font-family: var(--veneer);
  line-height: 0.8em;
  color: white;
}
.black .closer .line3:after {
  content: "";
  display: block;
  width: 100%;
  height: clamp(21.238px, 2.3703125vw, 30.34px);
  background: url(line.svg) center center/100% 100% no-repeat;
}
.black ul {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding: 0;
  display: inline-block;
  color: white;
  font: 400 clamp(35.7px, 3.984375vw, 51px)/1em var(--nexa);
  text-transform: uppercase;
}
.black ul li {
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.35em;
  text-align: left;
}
.black ul li img {
  display: inline-block;
  width: clamp(43.4px, 4.84375vw, 62px);
}
.black .last {
  font: 400 clamp(49px, 5.46875vw, 70px)/1em var(--veneer);
  color: white;
  text-transform: uppercase;
  margin: 0 auto 2em auto;
  text-wrap: balance;
}
.black .last span {
  color: var(--red);
}
.black .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.black .bottom .left {
  display: inline-block;
  text-align: left;
}
.black .bottom .left span {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.black ol {
  list-style-position: inside;
  color: white;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.black .disclaimer {
  color: #808080;
  display: inline-block;
  flex: 1;
  font-size: 18px;
  max-width: clamp(357px, 39.84375vw, 510px);
  text-wrap: balance;
}

@media (max-width: 767px) {
  .header {
    padding: 60vw 0 clamp(42px, 4.6875vw, 60px) 0;
    background: url(header2.jpg) center top/contain no-repeat;
  }
  .header h1 {
    font-size: 19.5vw;
    display: block;
  }
  .header h1 .line1 {
    font-size: 0.44em;
  }
  .header h1 .line2 {
    font-size: 0.44em;
  }
  .header h1 .line3 {
    font-size: 0.35em;
  }
  .header h1 .line4 {
    font-size: 1em;
  }
  .issue-section .issue {
    display: block;
  }
  .issue-section .issue img, .issue-section .issue .text {
    order: unset;
  }
  .issue-section .issue img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
  .black .criminals1 {
    display: none;
  }
  .black .criminals2 {
    display: block !important;
  }
  .black .closer {
    font-size: 17vw;
  }
  .black .closer .line1, .black .closer .line2 {
    font-size: 0.44em;
  }
  .black .bottom {
    display: block;
  }
  .black ol {
    margin-bottom: 30px;
  }
  .black .disclaimer {
    max-width: unset;
  }
}/*# sourceMappingURL=style.css.map */