:root {
  --blue:#0073cf;
  --red:#d2232a;
  --dred:darken(var(--red),15%);
  --font:'open-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --veneer:'veneer-two', Impact, 'Arial Narrow Bold', Helvetica, Arial, sans-serif;
  --mont:'montserrat', 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: 400 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;
}

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

input {
  border-radius: 0;
}

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

* {
  overflow-wrap: break-word;
}
* ::-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;
}

.top {
  background: #af2328;
}
.top .wrap {
  max-width: 1440px;
  margin: auto;
}
.top img {
  display: block;
  width: 100%;
}

header {
  background: #282828;
  padding: clamp(28px, 3.125vw, 40px) 15px;
}
header h1 {
  max-width: 1100px;
  margin: auto;
  color: yellow;
  font: 400 clamp(58.1px, 6.484375vw, 83px)/1em var(--veneer);
  text-transform: uppercase;
  text-wrap: balance;
  text-align: center;
}
header h1 span {
  color: white;
  display: block;
  font: 700 clamp(21.7px, 2.421875vw, 31px)/1em var(--mont);
}

.content {
  background: white;
  padding: clamp(42px, 4.6875vw, 60px) 15px;
}

.issue {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  -moz-column-gap: clamp(35px, 3.90625vw, 50px);
       column-gap: clamp(35px, 3.90625vw, 50px);
  row-gap: 25px;
  max-width: 1300px;
  margin: auto;
}
.issue:not(:last-child) {
  margin-bottom: clamp(63px, 7.03125vw, 90px);
}
.issue .text {
  flex: 1;
  text-align: left;
}
.issue .text h2 {
  margin: 0 0 0.5em 0;
  color: #282828;
  font: 700 clamp(23.1px, 2.578125vw, 33px)/1.1em var(--mont);
  text-transform: uppercase;
}
.issue .text h2 span, .issue .text h2 strong {
  color: var(--red);
}
.issue .text h2 strong {
  display: block;
  font-size: clamp(35.7px, 3.984375vw, 51px);
  font-weight: 900;
  line-height: 1em;
}
.issue .text p, .issue .text ul {
  color: #282828;
  font: 400 clamp(16px, 1.5625vw, 20px)/1.2em var(--font);
}
.issue .text p:not(:has(+ *)), .issue .text ul {
  margin: 0;
  padding: 0;
}
.issue .text ul {
  list-style: none;
}
.issue .text ul li {
  padding-left: clamp(35px, 3.90625vw, 50px);
  margin-bottom: 1em;
}
.issue .text ul li span {
  flex: 1;
  display: inline-block;
}
.issue .text ul li:before {
  content: "";
  display: inline-block;
  width: clamp(35px, 3.90625vw, 50px);
  height: clamp(16.1px, 1.796875vw, 23px);
  margin-left: clamp(-50px, -3.90625vw, -35px);
  margin-bottom: -0.15em;
  background: url("x.svg") center bottom/contain no-repeat;
}
.issue .image {
  width: 45%;
  max-width: 572px;
  text-align: center;
}
.issue .image img {
  width: auto;
  display: block;
  margin: auto;
}

.footer {
  background: #282828;
  padding: clamp(49px, 5.46875vw, 70px) 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--mont);
  text-align: center;
}
.footer .p1 {
  font-size: clamp(23.8px, 2.65625vw, 34px);
  line-height: 1.2em;
  max-width: clamp(504px, 56.25vw, 720px);
  text-wrap: balance;
  margin: 0 auto 1.5em auto;
}
.footer .p1 strong {
  color: var(--red);
  display: block;
  font-size: clamp(35.7px, 3.984375vw, 51px);
  line-height: 1em;
}
.footer .p2 {
  font-size: clamp(35.7px, 3.984375vw, 51px);
  line-height: 1.1em;
  font-weight: 900;
  max-width: clamp(637px, 71.09375vw, 910px);
  margin: 0 auto 1em auto;
  text-wrap: balance;
}
.footer .p2 strong {
  display: block;
  font: 400 clamp(94.5px, 10.546875vw, 135px)/clamp(73.5px, 8.203125vw, 105px) var(--veneer);
}
.footer .p2 strong:after {
  content: "";
  display: block;
  margin: auto;
  width: clamp(506.1px, 56.484375vw, 723px);
  max-width: 100%;
  height: clamp(16px, 1.5625vw, 20px);
  background: url("line.svg") center center/100% 100% no-repeat;
}
.footer ul {
  list-style: none;
  display: inline-block;
  font-size: clamp(24.5px, 2.734375vw, 35px);
  font-weight: 900;
  line-height: 1em;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0;
}
.footer ul li {
  padding-left: clamp(45.5px, 5.078125vw, 65px);
  margin-bottom: 0.4em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer ul li span {
  flex: 1;
  display: inline-block;
}
.footer ul li:before {
  content: "";
  display: inline-block;
  width: clamp(45.5px, 5.078125vw, 65px);
  height: clamp(35px, 3.90625vw, 50px);
  margin-left: clamp(-65px, -5.078125vw, -45.5px);
  vertical-align: middle;
  background: url("x.svg") center center/contain no-repeat;
}
.footer .p3 {
  font-weight: 900;
  font-size: clamp(31.5px, 3.515625vw, 45px);
  line-height: 1.1em;
  margin: 0 0 1.2em 0;
  text-wrap: balance;
}
.footer .p3 strong {
  color: var(--red);
}
.footer .disclaimer {
  font: 400 clamp(16px, 1.5625vw, 20px)/1.1em var(--font);
  text-wrap: balance;
  color: #8f8f8f;
  text-transform: none;
  margin: 0;
}

@media (max-width: 599px) {
  .top .desktop {
    display: none;
  }
  .top .mobile {
    display: block !important;
  }
  header h1 {
    text-transform: none;
    font-size: 10vw;
  }
  .footer .p1{
    font-size:20px;
  }
  .footer .p2{
    font-size:28px;
  }
  .footer .p2 strong {
    font-size: 17vw;
  }
  .issue .text h2 strong{
    font-size:28px;
  }
}
@media (max-width: 767px) {
  .issue {
    display: block;
  }
  .issue .text p, .issue .text ul {
    margin-bottom: 25px;
  }
  .issue .image {
    width: 100%;
    margin: auto;
  }
  .issue:not(:last-child) {
    margin-bottom: 0;
  }
  .issue:not(:last-child):after {
    content: "";
    display: block;
    width: 70%;
    margin: 40px auto;
    height: 5px;
    background: linear-gradient(to right, transparent, #a9a9a9, transparent);
  }
}/*# sourceMappingURL=style.css.map */