@font-face {
  font-family: "Decimal-Bold";
  src: url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Bold-Pro_Web.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Bold-Pro_Web.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Decimal";
  src: url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Medium-Pro_Web.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Medium-Pro_Web.woff") format("woff");
  font-weight: 325;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Decimal";
  src: url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Semibold-Pro_Web.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Semibold-Pro_Web.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Decimal";
  src: url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Medium-Pro_Web.woff2") format("woff2"), url("/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Medium-Pro_Web.woff") format("woff");
  font-weight: 350;
  font-display: swap;
  font-style: normal;
}
html, .body-wrapper {
  font-family: "Decimal", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  color: #000;
  background-color: #F0EFED;
}

.body-wrapper {
  display: none;
}
.body-wrapper.is-loaded {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: none;
}

button,
input {
  font-family: "Decimal", sans-serif;
}

button {
  cursor: pointer;
}

.pa.main {
  transition: 0.55s ease-in-out;
}
.is-tray-active .pa.main {
  padding-top: 37.5rem;
}
@media screen and (min-width:768px) {
  .is-tray-active .pa.main {
    padding-top: 18.75rem;
  }
}
@media screen and (min-width:1199px) {
  .is-tray-active .pa.main {
    padding-top: 28.375rem;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .is-tray-active .pa.main {
    padding-top: 26.875rem;
  }
}
.is-sticky .pa.main {
  padding-top: 0;
}

.pa.header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.pa.header .header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.25rem 0 0.625rem;
  min-height: 5.125rem;
}
@media screen and (min-width:768px) {
  .pa.header .header__wrap {
    min-height: 7.0625rem;
    padding: 0.625rem 0;
  }
}
@media screen and (max-width:767px) {
  .pa.header .header__wrap {
    border-bottom: 0.0625rem solid #F5F5F5;
  }
}
.pa.header .header__logos {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .pa.header .header__logos {
    position: relative;
    z-index: 3;
    margin-left: 0.3125rem;
  }
}
.pa.header .header__logos .header__logo picture {
  height: 1.33125rem;
}
@media screen and (min-width:768px) {
  .pa.header .header__logos .header__logo picture {
    height: 1.95rem;
  }
}
.pa.header .header__btn {
  color: #000;
  font-size: 1em;
  line-height: 1;
  font-weight: 325;
  border: none;
  background-color: transparent;
  padding: 0.3125rem 1.5rem 0.3125rem 0;
  position: relative;
  margin-bottom: 0.25rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:768px) {
  .pa.header .header__btn {
    border-bottom: 0.1875rem solid #C84727;
  }
}
.pa.header .header__btn:hover, .pa.header .header__btn:focus {
  border-color: #000;
}
@media screen and (max-width:767px) {
  .pa.header .header__btn:hover, .pa.header .header__btn:focus {
    color: #C84727;
  }
}
.pa.header .header__btn:hover i svg path, .pa.header .header__btn:focus i svg path {
  fill: #000;
}
.pa.header .header__btn:active {
  border-color: #000;
}
@media screen and (max-width:767px) {
  .pa.header .header__btn:active {
    color: #C84727;
  }
}
.pa.header .header__btn:active i svg path {
  fill: #000;
}
.pa.header .header__btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.pa.header .header__btn i svg path {
  transition: all 0.3s ease-in-out;
}
.is-tray-active .pa.header .header__btn i {
  transform: translateY(-50%) rotate(-180deg);
}
.pa.header .header__btn.is-desktop {
  display: none;
}
@media screen and (min-width:768px) {
  .pa.header .header__btn.is-desktop {
    display: block;
  }
}
.pa.header .header__menu {
  border: none;
  background-color: transparent;
  font-size: 0;
  margin-left: 3.8125rem;
}
.pa.header .header__menu--open svg path {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:768px) {
  .pa.header .header__menu--open:hover svg path, .pa.header .header__menu--open:focus svg path {
    fill: #000;
  }
}
.pa.header .header__menu--open:active svg path {
  fill: #000;
}
.pa.header .header__menu--close {
  display: none;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.75s ease-in-out;
}
.pa.header .header__menu--close svg path {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width:768px) {
  .pa.header .header__menu--close:hover svg path, .pa.header .header__menu--close:focus svg path {
    fill: #000;
  }
}
.pa.header .header__menu--close:active svg path {
  fill: #000;
}
.pa.header .header__action {
  display: flex;
}
@media screen and (max-width:767px) {
  .pa.header .header__action {
    margin-bottom: 0.375rem;
  }
}
@media screen and (max-width:767px) {
  .pa.header .header__action.is-modal-open .header__menu--open {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
}
@media screen and (max-width:767px) {
  .pa.header .header__action.is-modal-open .header__menu--close {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  }
}
.pa.header .header__mob-cta {
  text-align: center;
  padding: 0.875rem 0 0.5rem;
}
@media screen and (min-width:768px) {
  .pa.header .header__mob-cta.is-mobile {
    display: none;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .pa.header .header__wrap {
    min-height: 5rem;
  }
}

.pa.footer {
  background-color: #fff;
}
@media screen and (min-width:950px) {
  .pa.footer {
    padding: 0 3.125rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.footer {
    padding: 0 6.25rem;
  }
}
.pa.footer .footer__wrap {
  padding: 1.125rem 0.3125rem;
}
@media screen and (min-width:768px) {
  .pa.footer .footer__wrap {
    padding: 5.125rem 0 6.75rem;
  }
}
@media screen and (min-width:950px) {
  .pa.footer .footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width:768px) {
  .pa.footer .footer__wrap nav {
    display: flex;
  }
}
.pa.footer .footer__wrap nav ul {
  min-width: 12.25rem;
}
@media screen and (min-width:768px) {
  .pa.footer .footer__wrap nav ul:not(:first-child) {
    margin-left: 1.25rem;
  }
  .pa.footer .footer__wrap nav ul:last-child {
    margin-left: 1.375rem;
  }
}
@media screen and (max-width:767px) {
  .pa.footer .footer__wrap nav ul:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.pa.footer .footer__wrap nav ul li:not(:last-child) {
  margin-bottom: 1.8125rem;
}
.pa.footer .footer__wrap nav ul li a {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 325;
  color: #000;
}
.pa.footer .footer__wrap nav ul li a:hover {
  color: #C84727;
}
.pa.footer .footer__wrap .footer__copyright {
  font-size: 0.75em;
  line-height: 1.8;
  font-weight: 325;
}
@media screen and (max-width:949px) {
  .pa.footer .footer__wrap .footer__copyright {
    display: block;
    margin-top: 5.5625rem;
  }
}
@media screen and (max-width:1198px) {
  .pa.footer .footer__wrap .footer__copyright {
    max-width: 16.125rem;
  }
}

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

p {
  font-size: 1rem;
  line-height: 180%;
  margin: 0 0 1.875rem;
  font-weight: 325;
}
p:last-of-type {
  margin: 0;
}
p:empty {
  display: none;
}
p strong {
  font-size: 1.3125rem;
  line-height: 180%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 1.875rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 120%;
  font-family: "Decimal-Bold", sans-serif;
}

a {
  color: #C84727;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
a:active {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
a:hover, a:focus {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
a.l-btn {
  padding: 0.8125rem 1.25rem;
}
a.l-btn:focus {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.text-primary {
  color: #C84727;
}

h1, .h1 {
  font-size: 3.125rem;
}
@media screen and (min-width:768px) {
  h1, .h1 {
    font-size: 3.75rem;
  }
}
@media screen and (min-width:1199px) {
  h1, .h1 {
    font-size: 6.25rem;
    line-height: 99%;
  }
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 99%;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  h2, .h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  h2, .h2 {
    font-size: 5rem;
  }
}

h3, .h3 {
  line-height: 120%;
  font-size: 1.625rem;
  letter-spacing: 0.0975rem;
}
@media screen and (min-width:768px) {
  h3, .h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width:1199px) {
  h3, .h3 {
    font-size: 2.25rem;
    letter-spacing: 0.135rem;
  }
}

h4, .h4 {
  font-size: 1.375rem;
}
@media screen and (min-width:768px) {
  h4, .h4 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width:1199px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}
@media screen and (min-width:768px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1199px) {
  h5, .h5 {
    font-size: 1.75rem;
  }
}

h6, .h6 {
  font-size: 1.125rem;
}
@media screen and (min-width:768px) {
  h6, .h6 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width:1199px) {
  h6, .h6 {
    font-size: 1.625rem;
  }
}

.l-btn {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 120%;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  padding: 0 1.25rem;
  border-radius: 1.25rem;
  min-height: 2.6875rem;
}
.l-btn--red {
  background-image: linear-gradient(to right, #d9551d 25%, #d64420 75%);
  color: #000;
}
.l-btn--red:hover {
  background-image: linear-gradient(to right, #e25c24 25%, #df4b27 75%);
  text-decoration: none;
}
.l-btn--white {
  background: transparent;
  color: #BE3D1D;
  border: 0.0625rem solid #C84727;
}
.l-btn--white:hover {
  background-image: linear-gradient(to right, #e25c24 25%, #df4b27 75%);
  color: #000;
}

.l-text-lg {
  font-size: 1.3125rem;
  font-weight: 325;
  line-height: 150%;
}

.l-text-sm {
  font-size: 1rem;
  font-weight: 325;
  line-height: 180%;
}

@media screen and (min-width:1199px) {
  .is-mobile {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .is-mobile a {
    display: none;
  }
}

.is-tablet {
  display: none;
}
@media screen and (min-width:768px) {
  .is-tablet {
    display: block;
  }
}

.is-desktop {
  display: none;
}
@media screen and (min-width:1199px) {
  .is-desktop {
    display: block;
  }
}
.is-desktop a {
  display: none;
}
@media screen and (min-width:768px) {
  .is-desktop a {
    display: block;
  }
}

.aspect-box {
  position: relative;
  width: 100%;
}
.aspect-box img,
.aspect-box video,
.aspect-box canvas,
.aspect-box iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.aspect-box:before {
  content: "";
  display: block;
  padding-top: calc(var(--aspect-ratio) * 100%);
  background-color: #e2e2e2;
}

@media screen and (min-width:768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }
}

.l-line {
  border: 0;
  border-top: 0.125rem solid #9D9D9D;
  margin: 1.875rem auto;
  max-width: 79.75rem;
}
@media screen and (min-width:950px) {
  .l-line {
    margin: 3.125rem auto 3.75rem;
  }
}

.slick-dots {
  position: absolute;
  left: 0.875rem;
  bottom: 0.625rem;
}
@media screen and (min-width:768px) {
  .slick-dots {
    left: 2.0625rem;
  }
}
@media screen and (min-width:1199px) {
  .slick-dots {
    left: 7.0625rem;
    bottom: 7.3125rem;
  }
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  font-size: 0;
  background: transparent;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.0625rem solid #000;
  margin: 0 0.3125rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.slick-dots button:hover {
  border: none;
  background-color: #C84727;
}
.slick-dots .slick-active button {
  border: none;
  background-color: #C84727;
  color: #fff;
}

.slick-track {
  display: flex;
}
@media screen and (min-width:768px) {
  .slick-track .slick-slide {
    height: auto;
  }
}

.text-right {
  text-align: right;
}

.container {
  max-width: 81.625rem;
  margin: 0 auto;
  padding: 0 0.625rem;
}
@media screen and (min-width:768px) {
  .container {
    padding: 0 1.5625rem;
  }
}
@media screen and (min-width:1199px) {
  .container {
    padding: 0 0.9375rem;
  }
}
.container--lg {
  max-width: 95.125rem;
}
.container--md {
  max-width: 68.0625rem;
}
.container--sm {
  max-width: 54.625rem;
}

.section {
  padding: 1.875rem 0;
}
@media screen and (min-width:1199px) {
  .section {
    padding: 3.75rem 0;
  }
}
.section--resource {
  padding: 0;
}
.section--intro-navigating {
  padding-top: 0;
}
@media screen and (min-width:950px) {
  .section--intro-navigating {
    padding-bottom: 0;
  }
}
.section--networks {
  padding: 3.753125rem 0 0.25rem;
}
@media screen and (min-width:1199px) {
  .section--networks {
    padding: 7.625rem 0 2.5rem;
  }
}
.section--black {
  background-color: #000;
}
.section--intro-sometimes {
  padding: 5rem 0 1.875rem;
}
@media screen and (min-width:768px) {
  .section--intro-sometimes {
    padding: 4.75rem 0 0;
  }
}
.section--accordion-tactics {
  background-color: #fff;
}
@media screen and (min-width:768px) {
  .section--accordion-tactics {
    margin-top: 3.75rem;
    padding: 7.4375rem 0 6.75rem;
  }
}
.section--generic {
  padding-top: 8.75rem;
}
@media screen and (min-width:1199px) {
  .section--generic {
    padding: 7.5rem 0 19.375rem;
  }
}
@media screen and (min-width:768px) {
  .section--summary-state {
    padding-bottom: 1.75rem;
  }
}
.section--carousel {
  padding-bottom: 0;
}
@media screen and (min-width:768px) {
  .section--carousel {
    padding: 1.875rem 0 0;
  }
}
.section--summary--today {
  padding-top: 2rem;
}
@media screen and (min-width:768px) {
  .section--summary--today {
    padding-top: 10.625rem;
  }
}
.section--cta-banner {
  padding-bottom: 0;
}
@media screen and (min-width:768px) {
  .section--cta-banner {
    padding: 7.75rem 0 0;
  }
}
.section--media {
  padding-bottom: 0;
}
.section--accordion {
  padding-top: 8.75rem;
}
@media screen and (min-width:1199px) {
  .section--accordion {
    padding-top: 7.5rem;
  }
}
.section--summary-attacker {
  padding-top: 8.75rem;
}
@media screen and (min-width:1199px) {
  .section--summary-attacker {
    padding-top: 7.5rem;
  }
}
.section--steps {
  padding-top: 8.75rem;
}
@media screen and (min-width:1199px) {
  .section--steps {
    padding-top: 7.5rem;
  }
}

.rp.sticky-nav {
  position: fixed;
  z-index: 1;
  top: 32.5%;
  left: 0.4375rem;
}
@media screen and (min-width:1320px) {
  .rp.sticky-nav {
    left: 0.625rem;
  }
}
@media screen and (min-width:1680px) {
  .rp.sticky-nav {
    top: 44.5%;
    left: 4.125rem;
  }
}

@media screen and (min-width:768px) {
  .pa.accordion-section .col--summary {
    flex-basis: 45%;
    padding-right: 1.5625rem;
  }
}
@media screen and (min-width:768px) {
  .pa.accordion-section .col--accordion {
    flex-basis: 66%;
  }
}
@media screen and (min-width:768px) {
  .pa.accordion-section .row {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media screen and (min-width:950px) {
  .pa.accordion-section .row {
    flex-direction: row;
  }
}

.pa.accordion {
  padding-top: 2.5625rem;
}
@media screen and (min-width:768px) {
  .pa.accordion {
    padding-top: 0.1875rem;
  }
}
.pa.accordion .accordion__title {
  position: relative;
  text-align: left;
  transition: 0.3s ease-in-out;
  width: 100%;
  padding-right: 6.25rem;
}
.pa.accordion .accordion__title::after, .pa.accordion .accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #C84727;
}
.pa.accordion .accordion__title::after {
  right: 0;
  width: 1.25rem;
  height: 0.125rem;
}
.pa.accordion .accordion__title::before {
  right: 0.5625rem;
  width: 0.125rem;
  height: 1.25rem;
}
.pa.accordion .accordion__title a {
  text-underline-offset: 0.3125rem;
}
.pa.accordion .is-active .accordion__title::before {
  display: none;
}
.pa.accordion .accordion__content {
  padding-top: 1.5625rem;
  display: none;
}
@media screen and (min-width:768px) {
  .pa.accordion .accordion__content {
    padding-top: 1.25rem;
  }
}
.pa.accordion .accordion__item {
  border-top: 0.0625rem solid #848484;
  padding: 1.25rem 0;
}
.pa.accordion .accordion__item:first-of-type {
  margin-top: 1.375rem;
}
.pa.accordion .accordion__item:last-child {
  padding-bottom: 0;
}
.pa.accordion .h3 {
  font-size: 1.3125rem;
  line-height: 150%;
  font-weight: 325;
  letter-spacing: 0;
  text-transform: inherit;
  margin-bottom: 0;
  font-family: "Decimal", sans-serif;
  color: #000;
}
.pa.accordion .h3.text-primary {
  color: #BE3D1D;
}
.pa.accordion p > i {
  letter-spacing: -0.0375rem;
}
.pa.accordion button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.pa.accordion .accordion__control {
  margin-bottom: 1.125rem;
}
.pa.accordion a {
  color: #BE3D1D;
  font-weight: 325;
  line-height: 180%;
}
.pa.accordion .accordion__cta--hide {
  display: none;
}
@media screen and (min-width:768px) {
  .pa.accordion--tactics {
    padding-top: 0.1875rem;
  }
}
.pa.accordion--tactics .accordion__item {
  padding: 1.25rem 0;
}
@media screen and (min-width:768px) {
  .pa.accordion--tactics .accordion__content {
    padding-top: 1.5rem;
  }
}
.pa.accordion--tactics .accordion__control {
  margin-bottom: 1rem;
}

.pa.audio-player .audio-player__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 1.375rem;
  padding: 1.25rem;
  max-width: 33.75rem;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
@media screen and (min-width:768px) {
  .pa.audio-player .audio-player__wrap {
    flex-direction: row;
  }
}
.pa.audio-player figure {
  margin-bottom: 1.875rem;
  width: 7.8125rem;
}
@media screen and (min-width:768px) {
  .pa.audio-player figure {
    margin-bottom: 0;
  }
}
.pa.audio-player figure img {
  border-radius: 6.6875rem;
}
.pa.audio-player figure::before {
  background-color: transparent;
}
.pa.audio-player article {
  text-align: center;
}
@media screen and (min-width:768px) {
  .pa.audio-player article {
    text-align: start;
    padding-left: 1.25rem;
  }
}
.pa.audio-player article h3, .pa.audio-player article p {
  font-size: 0.875em;
  line-height: 1.1428571429;
  letter-spacing: 0;
  text-transform: inherit;
  margin-bottom: 0;
  font-family: "Decimal", sans-serif;
}
.pa.audio-player article audio {
  margin: 0.625rem 0;
  width: 100%;
}

@media screen and (min-width:768px) {
  .pa.card {
    display: flex;
    align-items: center;
  }
}
.pa.card figure {
  max-width: 12.25rem;
}
.pa.card figure::before {
  background-color: transparent;
}
.pa.card p {
  margin: 3.25rem 0 0;
  color: #fff;
  font-size: 1em;
  line-height: 1.8;
  font-weight: 325;
  max-width: 44.6875rem;
}
@media screen and (min-width:768px) {
  .pa.card p {
    margin: 0.875rem 0 0 2.515rem;
  }
}
.pa.card p a {
  word-break: break-word;
}
.pa.card--vertical {
  display: block;
}
.pa.card--vertical p {
  margin: 2.75rem 0 0;
}

.pa.carousel article {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 0.125rem;
}
@media screen and (min-width:768px) {
  .pa.carousel article {
    flex-direction: row;
  }
}
.pa.carousel .carousel__content {
  background-color: #fff;
  padding: 2.25rem 0.625rem 3.75rem;
  flex-basis: 50%;
}
@media screen and (min-width:768px) {
  .pa.carousel .carousel__content {
    padding: 3.75rem 2.5rem 5rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.carousel .carousel__content {
    padding: 6.8125rem 7.375rem 8.75rem 6.75rem;
  }
}
@media screen and (min-width:768px) {
  .pa.carousel figure {
    flex-basis: 50%;
  }
}
.pa.carousel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .pa.carousel figure img {
    height: 20.0625rem;
  }
}

.pa.cta-banner header {
  max-width: 46.875rem;
}
.pa.cta-banner header h2 {
  font-family: "Decimal", sans-serif;
  margin-bottom: 2.3125rem;
  letter-spacing: 0.025rem;
  padding-right: 2.0625rem;
  text-transform: inherit;
}
@media screen and (min-width:768px) {
  .pa.cta-banner header h2 {
    padding-right: 0;
    letter-spacing: 0.0625rem;
  }
}
.pa.cta-banner button {
  transition: 0.3s ease-in-out;
}
.pa.cta-banner button:not(:last-child) {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width:768px) {
  .pa.cta-banner button:not(:last-child) {
    margin-bottom: 0;
  }
}
.pa.cta-banner button + h4 {
  margin-top: 3.75rem;
}
.pa.cta-banner p + h4 {
  display: inline-block;
  margin-top: 1.875rem;
}
.pa.cta-banner a {
  color: #BE3D1D;
  word-break: break-word;
}
.pa.cta-banner a.l-btn {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  letter-spacing: 0;
}
.pa.cta-banner a.l-btn:hover {
  color: #000;
}
.pa.cta-banner a.l-btn--red {
  color: #000;
}
.pa.cta-banner a.l-btn--red:not(:last-child) {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width:768px) {
  .pa.cta-banner a.l-btn--red:not(:last-child) {
    margin-bottom: 0;
  }
}

.pa.generic h1, .pa.generic h2, .pa.generic h3, .pa.generic h4, .pa.generic h5, .pa.generic h6 {
  font-family: "Decimal", sans-serif;
  text-transform: inherit;
}
.pa.generic a {
  color: #BE3D1D;
  word-break: break-word;
}
.pa.generic a.l-btn {
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  letter-spacing: 0;
}
.pa.generic h1 {
  font-size: 3.125rem;
}
@media screen and (min-width:768px) {
  .pa.generic h1 {
    font-size: 3.75rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.generic h1 {
    font-size: 6.25rem;
    line-height: 99%;
  }
}
.pa.generic h2 {
  font-size: 2.25rem;
  line-height: 99%;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .pa.generic h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.generic h2 {
    font-size: 5rem;
  }
}
.pa.generic h3 {
  font-size: 1.625rem;
  letter-spacing: 0.0975rem;
  text-transform: uppercase;
  line-height: 120%;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width:768px) {
  .pa.generic h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.generic h3 {
    font-size: 2.25rem;
    letter-spacing: 0.135rem;
  }
}
.pa.generic h4 {
  font-size: 1.3125rem;
  line-height: 150%;
  font-weight: 325;
  margin-bottom: 1.125rem;
}
.pa.generic h5 {
  font-size: 1.125rem;
  line-height: 150%;
}
.pa.generic h6 {
  font-size: 1rem;
  line-height: 150%;
}
.pa.generic header {
  margin-bottom: 7.5rem;
  max-width: 46.875rem;
}
.pa.generic header h2 {
  margin-bottom: 2.5rem;
  letter-spacing: 0.025rem;
  padding-right: 2.0625rem;
}
@media screen and (min-width:768px) {
  .pa.generic header h2 {
    padding-right: 0;
    letter-spacing: 0.0625rem;
  }
}
.pa.generic button {
  transition: 0.3s ease-in-out;
}
.pa.generic button:not(:last-child) {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width:768px) {
  .pa.generic button:not(:last-child) {
    margin-bottom: 0;
  }
}
.pa.generic button + h4 {
  margin-top: 3.75rem;
}
.pa.generic p + h4 {
  display: inline-block;
  margin-top: 1.875rem;
}
.pa.generic article a.l-btn {
  margin-bottom: 1.875rem;
}
@media screen and (min-width:768px) {
  .pa.generic article a.l-btn {
    margin-bottom: 3.75rem;
  }
}
.pa.generic article a.l-btn--last {
  margin: 3.75rem 0 0;
}
@media screen and (min-width:768px) {
  .pa.generic article a.l-btn--last {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .pa.generic article a.l-btn--last {
    width: 100%;
  }
}
.pa.generic article p + .l-btn {
  margin: 3.875rem 0 0 0;
  letter-spacing: 0.00625rem;
  display: inline-block;
}
@media screen and (min-width:768px) {
  .pa.generic article p + .l-btn {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .pa.generic article h3 + p {
    margin-bottom: 0.8125rem;
  }
}
.pa.generic .l-btn + h4 {
  margin-top: 2.0625rem;
}
@media screen and (min-width:768px) {
  .pa.generic .l-btn + h4 {
    margin-top: 3.6875rem;
  }
}
@media screen and (min-width:768px) {
  .pa.generic button {
    letter-spacing: 0;
  }
}
.pa.generic p + p + .l-btn {
  margin-top: 1.75rem;
  letter-spacing: 0;
}

.pa.intro {
  position: relative;
}
.pa.intro .intro__bg {
  position: relative;
}
@media screen and (min-width:768px) {
  .pa.intro {
    background-color: #141414;
  }
  .pa.intro .intro__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.pa.intro .intro__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .pa.intro .intro__bg img {
    object-position: right;
  }
}
.pa.intro .intro__bg.has-overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  display: none;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__bg.has-overlay::after {
    display: block;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro .intro__bg.has-overlay::after {
    display: none;
  }
}
.pa.intro article {
  padding-top: 2.0625rem;
}
@media screen and (min-width:768px) {
  .pa.intro article {
    position: relative;
    padding: 5rem 0;
    max-width: 59.4375rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro article {
    margin-left: auto;
    padding: 7.5rem 0;
  }
}
@media screen and (min-width:768px) {
  .pa.intro article p {
    color: #fff;
  }
}
.pa.intro article h2 {
  text-transform: inherit;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__text {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro .intro__text {
    margin-left: 22.3%;
  }
}
.pa.intro .intro__text .l-btn {
  display: inline-block;
  margin-top: 1.875rem;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__text .l-btn {
    margin-top: 1.25rem;
    letter-spacing: 0;
  }
}
.pa.intro .intro__text .l-text-lg {
  padding-right: 1.875rem;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__text .l-text-lg {
    margin-bottom: 1.25rem;
  }
}
.pa.intro .intro__text p {
  padding-right: 0.625rem;
}
@media screen and (min-width:768px) {
  .pa.intro .intro__text p {
    max-width: 35.3125rem;
  }
}
.pa.intro .intro__text .intro__label {
  display: inline-block;
  color: #FA582D;
  font-size: 0.9375rem;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.05625rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.pa.intro .intro__scroll {
  display: none;
  animation: bounce-down infinite 2s linear;
}
@media screen and (min-width:950px) {
  .pa.intro .intro__scroll {
    display: block;
    position: absolute;
    right: 6.125rem;
    bottom: 30%;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro .intro__scroll {
    bottom: 51%;
  }
}
@media screen and (min-width:768px) {
  .pa.intro--sometimes .intro__text {
    padding-top: 1.875rem;
  }
}
.pa.intro--sometimes .intro__text > .l-text-lg {
  margin-bottom: 2.0625rem;
  padding-right: 4.375rem;
}
@media screen and (min-width:768px) {
  .pa.intro--sometimes .intro__text > .l-text-lg {
    margin-bottom: 1.375rem;
    padding-right: 0.125rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.intro--sometimes article {
    padding-bottom: 7.0625rem;
  }
}

@keyframes bounce-down {
  0% {
    opacity: 0.3;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}
.pa.modal {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: none;
}
@media screen and (max-width:767px) {
  .pa.modal {
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    top: 5.125rem;
  }
}
.pa.modal .modal__dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 2.6875rem 1.125rem 1.125rem;
  max-height: calc(100vh - 82px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width:768px) {
  .pa.modal .modal__dialog {
    width: 66.25rem;
    max-width: 95%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6.75rem 6.75rem 1.125rem;
  }
}
.pa.modal .modal__close {
  border: none;
  position: absolute;
  right: 1.4375rem;
  top: 1.4375rem;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .pa.modal .modal__close {
    right: 2.5rem;
    top: 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .pa.modal .modal__close {
    display: none;
  }
}
.pa.modal .modal__close i {
  display: block;
  transition: all 0.3s ease-in-out;
}
.pa.modal .modal__close:hover i {
  transform: scale(1.1);
}
.pa.modal nav ul {
  display: grid;
  margin: 0 -0.625rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 389px) {
  .pa.modal nav ul {
    grid-template-columns: 1fr;
    margin: 0;
  }
}
@media screen and (min-width:768px) {
  .pa.modal nav ul {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 -0.625rem;
  }
}
@media screen and (min-width:950px) {
  .pa.modal nav ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.pa.modal nav ul li {
  padding: 0 0.625rem;
  margin-bottom: 3.5rem;
  position: relative;
}
@media screen and (max-width: 389px) {
  .pa.modal nav ul li {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .pa.modal nav ul li {
    margin-bottom: 3.75rem;
    padding: 0 0.625rem;
  }
}
.pa.modal nav ul li i {
  display: block;
  transition: all 0.3s ease-in-out;
}
.pa.modal nav ul li:hover i {
  transform: translateX(10px);
}
.pa.modal nav ul .h1 {
  margin-bottom: 0.9375rem;
  height: auto;
}
@media screen and (max-width:767px) {
  .pa.modal nav ul .h1 {
    font-size: 6.25em;
    line-height: 0.99;
  }
}
.pa.modal nav ul p {
  height: 3.625rem;
  margin-bottom: 0.9375rem;
}
.pa.modal nav ul a {
  position: absolute;
  inset: 0;
}
.pa.modal .modal__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width:767px) {
  .pa.modal .modal__backdrop {
    display: none;
  }
}

@media screen and (min-width:1199px) {
  .pa.nav {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width:1440px) {
  .pa.nav {
    margin: 0 0 15.25rem 0.3125rem;
  }
}
@media (min-width: 1199px) and (max-height: 900px) {
  .pa.nav {
    margin-bottom: 10vh;
  }
}
.pa.nav li {
  position: relative;
}
.pa.nav li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  background-color: #939393;
  bottom: 0.5625rem;
  left: 0;
  transition: 0.3s ease-in-out;
}
.pa.nav li.is-active::before {
  width: 2rem;
  background-color: #C84727;
}
.pa.nav li.is-active a {
  opacity: 1;
}
.pa.nav li:hover::before {
  background-color: #C84727;
}
.pa.nav li a {
  opacity: 0;
  padding-left: 2.25rem;
  text-decoration: none;
}
@media screen and (min-width:1680px) {
  .pa.nav li a {
    padding-left: 2.8125rem;
  }
}

.pa.networks {
  overflow: hidden;
}
.pa.networks article {
  padding-bottom: 3.6875rem;
}
@media screen and (min-width:950px) {
  .pa.networks article {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.625rem;
  }
}
.pa.networks article h2 {
  color: #fff;
  font-size: 1.875em;
  line-height: 1.3333333333;
  font-weight: 400;
  letter-spacing: 2.16px;
}
@media (max-width: 430px) {
  .pa.networks article h2 {
    font-size: 1.625em;
    line-height: 1.1538461538;
  }
}
@media screen and (min-width:480px) {
  .pa.networks article h2 {
    font-size: 2.25em;
    line-height: 1.2;
  }
}
@media screen and (min-width:950px) {
  .pa.networks article h2 {
    max-width: 40%;
  }
}
.pa.networks article h2 span {
  display: block;
}
@media screen and (max-width:949px) {
  .pa.networks article h2 {
    margin-bottom: 1.375rem;
  }
}
.pa.networks article p {
  color: #fff;
}
@media screen and (min-width:950px) {
  .pa.networks article p {
    width: 59.4%;
    max-width: 59.4%;
    padding-left: 2.5rem;
  }
}
.pa.networks .network__feature {
  border-top: 0.0625rem solid #848484;
}
.pa.networks .network__feature ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media screen and (min-width:768px) {
  .pa.networks .network__feature ul {
    padding: 3.75rem 0 0;
    margin: 0 -0.9375rem;
  }
}
@media screen and (min-width:950px) {
  .pa.networks .network__feature ul {
    margin: 0 -2.4375rem;
  }
}
.pa.networks .network__item {
  width: 100%;
  max-width: 100%;
  padding: 3.8125rem 0 3.6875rem;
}
@media screen and (min-width:768px) {
  .pa.networks .network__item {
    width: 33.333%;
    max-width: 33.333%;
    padding: 0 0.9375rem 3.5625rem;
  }
}
@media screen and (min-width:950px) {
  .pa.networks .network__item {
    padding: 0 2.4375rem 3.5625rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width:768px) {
  .pa.networks .network__item:not(:first-child):not(.network__item--full-width) {
    border-left: 0.0625rem solid #848484;
  }
}
@media screen and (max-width:767px) {
  .pa.networks .network__item:not(:first-child):not(.network__item--full-width) {
    border-top: 0.0625rem solid #848484;
  }
}
.pa.networks .network__item--full-width {
  width: 100%;
  max-width: 100%;
  border-top: 0.0625rem solid #848484;
  padding: 3.8125rem 0 3.6875rem;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .pa.networks .network__item--full-width {
    padding: 3.8125rem 0.9375rem 3.6875rem;
  }
}
@media screen and (min-width:950px) {
  .pa.networks .network__item--full-width {
    margin: 0 2.4375rem;
    padding: 3.764375rem 0;
  }
}
.pa.networks a {
  color: #FA582D;
}

.pa.resource {
  padding: 3.125rem 0 5.625rem 0.625rem;
  background-color: #F0EFED;
  position: absolute;
  left: 0;
  width: 100%;
  top: 8.375rem;
}
@media screen and (min-width:950px) {
  .pa.resource {
    top: 7.0625rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.resource {
    padding: 3.375rem 0 5.5rem 7.375rem;
  }
}
.pa.resource .container {
  position: relative;
}
.pa.resource .resource__close {
  position: absolute;
  right: 2.5rem;
  top: -1.5625rem;
  border: none;
  background: transparent;
}
@media screen and (min-width:768px) {
  .pa.resource .resource__close {
    right: 4.625rem;
    top: -2.3125rem;
  }
}
.pa.resource .resource__close svg {
  transition: 0.3s ease-in-out;
}
.pa.resource .resource__close:hover svg {
  transform: scale(1.1);
}
.pa.resource .resource__bar {
  padding-right: 0.625rem;
}
@media screen and (min-width:1199px) {
  .pa.resource .resource__bar {
    padding-right: 7.375rem;
  }
}
.pa.resource .resource__scroll {
  background: #D8D8D8;
  height: 0.125rem;
  position: relative;
  display: block;
}
.pa.resource .resource__scroll:after {
  content: "";
  width: var(--scroll-percent);
  height: 0.125rem;
  background-color: #C84727;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.pa.resource .resource__wrap {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: auto;
  padding-bottom: 1.3125rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pa.resource .resource__wrap::-webkit-scrollbar {
  display: none;
}
.pa.resource .resource__group:first-child ul {
  padding-left: 0;
}
.pa.resource .resource__group:last-of-type ul {
  padding-right: 0;
}
.pa.resource .resource__group:not(:first-child) > p {
  padding-left: 1.40625rem;
}
@media screen and (min-width:1199px) {
  .pa.resource .resource__group:not(:first-child) > p {
    padding-left: 2.5rem;
  }
}
.pa.resource .resource__group ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 1.40625rem;
  position: relative;
  user-select: none;
}
@media screen and (min-width:1199px) {
  .pa.resource .resource__group ul {
    padding: 0 2.5rem;
  }
}
.pa.resource .resource__group ul:after {
  content: "";
  background-color: #D8D8D8;
  width: 0.125rem;
  height: 23.125rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width:768px) {
  .pa.resource .resource__group ul:after {
    height: 9.8125rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.resource .resource__group ul:after {
    height: 100%;
  }
}
.pa.resource .resource__group ul li {
  position: relative;
  min-width: 18.125rem;
}
@media screen and (min-width:768px) {
  .pa.resource .resource__group ul li {
    min-width: 7.5rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.resource .resource__group ul li {
    min-width: 12.25rem;
  }
}
.pa.resource .resource__group ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.pa.resource .resource__group ul li a {
  position: absolute;
  inset: 0;
  color: transparent;
  font-size: 0;
}
.pa.resource .resource__group p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 180%;
  font-weight: 350;
  color: #000;
  margin-bottom: 0.875rem;
}
.pa.resource .resource__arrow .resource__nav {
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(50%);
  background-color: transparent;
  border: none;
  width: 1.875rem;
  height: 1.875rem;
  transition: 0.3s ease-in-out;
  z-index: 1;
}
.pa.resource .resource__arrow .resource__nav svg, .pa.resource .resource__arrow .resource__nav path {
  transition: 0.3s ease-in-out;
}
.pa.resource .resource__arrow .resource__nav:hover svg path {
  fill: #BE3D1D;
}
.pa.resource .resource__arrow .resource__nav--prev {
  left: 1.25rem;
}
@media screen and (min-width:1199px) {
  .pa.resource .resource__arrow .resource__nav--prev {
    left: 4.875rem;
  }
}
@media screen and (min-width:1320px) {
  .pa.resource .resource__arrow .resource__nav--prev {
    left: 3.125rem;
  }
}
.pa.resource .resource__arrow .resource__nav--next {
  right: 1.25rem;
}
.pa.resource .resource__arrow .resource__nav.is-disabled {
  cursor: default;
}
.pa.resource .resource__arrow .resource__nav.is-disabled svg {
  opacity: 0.5;
}
.pa.resource .resource__arrow .resource__nav.is-disabled:hover svg path {
  fill: #000;
}
@media (max-width: 991px) and (orientation: landscape) {
  .pa.resource {
    top: 4.875rem;
  }
  .pa.resource .resource__group p {
    margin-bottom: 0.3125rem;
    font-size: 0.625rem;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .pa.resource .resource__group ul li {
    min-width: 11.25rem;
  }
  .pa.resource .resource__group ul:after {
    height: 14.375rem;
  }
}

.pa.social li a {
  background-color: #000;
  width: 1.5625rem;
  height: 1.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.625rem;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
.pa.social li a:hover {
  background-color: #C84727;
}
.pa.social .social__copylink {
  position: relative;
}
.pa.social .social__copylink span {
  position: absolute;
  left: 2.125rem;
  top: 0.1875rem;
  font-size: 0.625rem;
  color: #fff;
  background-color: #000;
  font-weight: 100;
  white-space: nowrap;
  padding: 0.25rem;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.pa.social .social__copylink.is-active span {
  visibility: visible;
  opacity: 1;
}

.pa.steps .steps__item {
  margin-top: 1.875rem;
}
@media screen and (min-width:768px) {
  .pa.steps .steps__item {
    display: flex;
    align-items: center;
  }
}
.pa.steps .steps__cnt {
  max-width: 40.625rem;
}
@media screen and (min-width:768px) {
  .pa.steps .steps__cnt {
    padding-right: 0.375rem;
  }
}
.pa.steps h3 {
  padding-right: 1.875rem;
}
@media screen and (min-width:768px) {
  .pa.steps .steps__count {
    flex-basis: 22%;
  }
}
.pa.steps .h1 {
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 99%;
  margin-bottom: 2.5rem;
  letter-spacing: 0;
}
@media screen and (min-width:768px) {
  .pa.steps .h1 {
    margin-bottom: 0;
  }
}

.pa.summary p:last-of-type {
  margin-bottom: 1.875rem;
}
.pa.summary button {
  letter-spacing: 0.0875rem;
}
@media screen and (max-width:767px) {
  .pa.summary h3 {
    padding-right: 3.125rem;
  }
  .pa.summary--attacker h3, .pa.summary--state h3 {
    padding-right: 0;
  }
}
.pa.summary .summary__more {
  display: none;
}
.pa.summary .summary__btn {
  color: #BE3D1D;
  font-weight: 325;
  line-height: 180%;
}
.pa.summary .summary__btn--less {
  display: none;
}
.pa.summary a {
  color: #BE3D1D;
}
.pa.summary a.l-btn {
  color: #000;
}
.pa.summary--today .l-text-lg {
  margin-bottom: 2.0625rem;
}
.pa.summary--today p:last-of-type {
  margin-bottom: 2.375rem;
}
@media screen and (min-width:768px) {
  .pa.summary--today p:last-of-type {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width:768px) {
  .pa.summary--today p:not(.l-text-lg) {
    padding-right: 5.625rem;
  }
}
@media screen and (min-width:768px) {
  .pa.summary--attacker h3 {
    padding-right: 12.5rem;
  }
}
.pa.summary--attacker .l-text-lg {
  margin-bottom: 2.0625rem;
}
.pa.summary--attacker > a {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
.pa.summary--state .l-text-lg {
  margin-bottom: 2.0625rem;
}
.pa.summary--state p:last-of-type {
  margin-bottom: 0;
}
.pa.summary--tactics button {
  letter-spacing: 0;
}
.pa.summary.accordion--wysd .l-btn {
  letter-spacing: 0;
}

.pa.testimonial {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 2.5rem 0.625rem;
}
@media screen and (min-width:768px) {
  .pa.testimonial {
    padding: 2.5rem 3.75rem;
  }
}
@media screen and (min-width:1199px) {
  .pa.testimonial {
    padding: 3.75rem 6.75rem;
  }
}
.pa.testimonial blockquote {
  position: relative;
  padding: 7.625rem 0.625rem 1.75rem;
}
@media screen and (min-width:768px) {
  .pa.testimonial blockquote {
    padding: 1.4375rem 0 0 7.5rem;
  }
}
.pa.testimonial blockquote::before {
  content: "";
  position: absolute;
  background-image: url("../images/icons/blockquote.svg");
  background-repeat: no-repeat;
  width: 6.25rem;
  height: 4.6875rem;
  left: 0.5625rem;
  top: 1.75rem;
}
@media screen and (min-width:768px) {
  .pa.testimonial blockquote::before {
    top: 1.625rem;
  }
}
.pa.testimonial blockquote p:last-of-type {
  margin-bottom: 1.875rem;
}
.pa.testimonial blockquote cite {
  position: relative;
  font-size: 1rem;
  font-weight: 325;
  line-height: 180%;
  font-style: normal;
  display: inline-block;
  padding-top: 1.25rem;
}