@charset "UTF-8";
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
button,
body,
input,
select,
textarea {
  color: #444;
  font: 100%/1.5 "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}

main {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  height: 10em;
  width: 100%;
}

input,
textarea {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #444;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border: 1px solid #c2cacf;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  background-color: white;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.2rem 0.625rem;
  min-height: 2.4em;
  width: 100%;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #48687d;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

input[type=tel] {
  max-width: 8.5em;
}

textarea {
  max-width: 40em;
  padding: 0.375rem 0.625rem;
  width: 100%;
  -webkit-appearance: none;
}

.custom-select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border: 1px solid #c2cacf;
  border-radius: 0.125rem;
  background-color: white;
  font-size: 14px;
  font-size: 0.875rem;
}

select {
  /* Make sure the select is wider than the container so we can clip the arrow */
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  /* Magic font size number to prevent iOS text zoom */
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #444;
  outline: none;
  /* Padding works surpringly well */
  padding: 5px 19% 6px 0.625em;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  margin: 0.2em;
}

@-moz-document url-prefix() {
  select {
    padding: 0.35em 19% 0.1em 0.625em;
    width: -moz-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    min-width: -moz-calc(100% + 40px);
  }
}
@media all and (-ms-high-contrast: none) {
  select {
    padding: 0.35em 19% 0 0.625em;
  }
}
/* This hides native custom-select button arrow in IE */
select::-ms-expand {
  display: none;
}

/* Custom arrow - could be an image, SVG, icon font, etc. */
.custom-select::before {
  background-color: white;
  border-left: 1px solid #d0d6da;
  content: "";
  height: 80%;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 10%;
  width: 1.75rem;
  z-index: 1;
}

.custom-select::after {
  background: none;
  color: #bbb;
  content: "";
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #48687d;
  width: 0;
  height: 0;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

/* Hover style - tricky because we're clipping the overflow */
.custom-select:hover {
  border: 1px solid #2f8b83;
}

/* Focus style */
select:focus {
  text-decoration: underline;
  outline: none;
}

/* This hides focus around selected option in FF */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

a {
  color: #9c171e;
  font-weight: bold;
  transition: all 0.2s ease;
}
a:hover {
  color: #701015;
  text-decoration: none;
}

.subpage {
  margin: 0 auto;
  max-width: 72rem;
}
@media (min-width: 48em) {
  .subpage {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 72em) {
  .subpage {
    padding: 2.5rem 2.5rem 3.75rem;
  }
}
.subpage.subpage--no-sidebar {
  max-width: 54rem;
}
@media (min-width: 72em) {
  .subpage.subpage--no-sidebar {
    max-width: 60rem;
  }
}

@media (min-width: 48em) {
  .subpage--with-bg {
    display: block;
    max-width: 100%;
  }
}
@media (min-width: 60em) {
  .subpage--with-bg {
    padding-right: 25rem;
  }
}
@media (min-width: 66em) {
  .subpage--with-bg {
    padding-right: 28.5rem;
    padding-left: 0;
  }
}
@media (min-width: 72em) {
  .subpage--with-bg {
    padding-right: 35.625rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 84em) {
  .subpage--with-bg {
    padding-right: 40rem;
  }
}
@media (min-width: 92em) {
  .subpage--with-bg {
    padding-right: 47.5rem;
  }
}
.subpage--with-bg .subpage__content {
  margin: 0 auto;
  max-width: 46rem;
}

.subpage--maintenance {
  min-height: calc(100vh - 18.5rem);
  text-align: center;
}
@media (min-width: 48em) {
  .subpage--maintenance {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 48em) {
  .subpage__inner {
    display: flex;
  }
}
@media (min-width: 48em) {
  .subpage--no-sidebar .subpage__inner {
    display: block;
  }
}
.subpage--with-bg .subpage__inner {
  position: relative;
}
@media (min-width: 60em) {
  .subpage--with-bg .subpage__inner {
    display: block;
  }
}
@media (min-width: 48em) {
  .subpage--maintenance .subpage__inner {
    align-items: center;
    display: flex;
  }
}

.subpage__bg {
  background-size: cover;
  background-position: center;
  padding-bottom: 62.5%;
  width: 100%;
}
@media (min-width: 48em) {
  .subpage__bg {
    padding-bottom: 50%;
  }
}
@media (min-width: 60em) {
  .subpage__bg {
    background-position: 35% center;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    padding-bottom: 0;
    right: 0;
    top: 0;
    width: 25rem;
  }
}
@media (min-width: 72em) {
  .subpage__bg {
    width: 32.5rem;
  }
}
@media (min-width: 84em) {
  .subpage__bg {
    width: 37.5rem;
  }
}
@media (min-width: 92em) {
  .subpage__bg {
    background-position: center;
    width: 45rem;
  }
}

.subpage__content {
  line-height: 1.6;
  padding: 1.25rem;
}
@media (min-width: 36em) {
  .subpage__content {
    padding: 2.5rem;
  }
}
@media (min-width: 60em) {
  .subpage__content {
    padding: 3.25rem;
  }
}

.subpage__title {
  color: #9c171e;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .subpage__title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.subpage__sidebar {
  flex: 1 0 16.875rem;
  margin: 3.25rem auto 1.25rem;
  max-width: 24rem;
}
@media (min-width: 48em) {
  .subpage__sidebar {
    margin-top: 3.75rem;
    padding: 1.25rem;
  }
}
@media (min-width: 60em) {
  .subpage__sidebar {
    flex-basis: 20rem;
    margin-top: 5.625rem;
    padding: 1.875rem;
  }
}
@media (min-width: 60em) {
  .subpage--with-bg .subpage__sidebar {
    position: absolute;
    top: 0;
    right: -11.25rem;
    padding-left: 0;
    padding-bottom: 1.25rem;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
    width: 13.125rem;
  }
}
@media (min-width: 66em) {
  .subpage--with-bg .subpage__sidebar {
    right: -11.875rem;
  }
}
@media (min-width: 72em) {
  .subpage--with-bg .subpage__sidebar {
    right: -15rem;
    width: 15rem;
  }
}
@media (min-width: 100em) {
  .subpage--with-bg .subpage__sidebar {
    right: -10.625rem;
  }
}
@media (min-width: 108em) {
  .subpage--with-bg .subpage__sidebar {
    right: -6.25rem;
    box-shadow: none;
  }
}

.subpage-sidebar__list {
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 1.875rem;
}
@media (min-width: 48em) {
  .subpage-sidebar__list {
    border-top: none;
    border-left: 1px solid #ccc;
    padding: 0;
  }
}

.subpage-sidebar__link {
  display: block;
  padding: 0.5rem;
  line-height: 1.15;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}
@media (min-width: 48em) {
  .subpage-sidebar__link {
    padding: 0.625rem 0.25rem 0.625rem 1.875rem;
  }
}
@media (min-width: 72em) {
  .subpage-sidebar__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.subpage-sidebar__link:hover {
  border-left: 0.3125rem solid #9c171e;
}
.subpage-sidebar__link.is-current {
  border-left: 0.3125rem solid #8c7f47;
  color: #8c7f47;
}

.subpage-fine-print {
  color: #888;
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
}

.subpage-img img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.subpage-img--wide {
  margin: 0.625rem -1.25rem 1.875rem;
}

.subpage-img--inset-left,
.subpage-img--inset-right {
  float: left;
  margin-top: 0.3125rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 45%;
}

@media (min-width: 25.875em) {
  .subpage-img--inset-left {
    margin-left: -1.5rem;
  }
}

.subpage-img--inset-right {
  float: right;
  margin-right: 0;
  margin-left: 1.5rem;
}
@media (min-width: 25.875em) {
  .subpage-img--inset-right {
    margin-right: -1.5rem;
  }
}

.subpage-img-link {
  display: inline-block;
  text-decoration: none;
}

.subpage-inset-content {
  border: 1px solid #dee2e5;
  background-color: #f2f4f5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.25rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto 1.875rem;
  max-width: 21rem;
}
@media (min-width: 48em) {
  .subpage-inset-content {
    float: left;
    margin-top: 0.25rem;
    margin-right: 1.875rem;
    margin-bottom: 1.5rem;
    margin-left: -2.5rem;
    max-width: 50%;
  }
}
@media (min-width: 60em) {
  .subpage-inset-content {
    margin-left: -3.125rem;
  }
}
@media (min-width: 72em) {
  .subpage-inset-content {
    margin-left: -4.375rem;
  }
}
.subpage-inset-content .title {
  margin-top: 0;
}
.subpage-inset-content > *:last-child {
  padding-bottom: 0 !important;
}

.subpage-list li {
  padding-bottom: 0.625rem;
}

.subpage-list--nums {
  counter-reset: section;
  list-style: none;
  margin: 0;
  padding: 0 0 2.5rem;
}
.subpage-list--nums li {
  counter-increment: section;
  padding-bottom: 1.875rem;
}
@media (min-width: 36em) {
  .subpage-list--nums li {
    padding-left: 3.5rem;
    position: relative;
  }
}
.subpage-list--nums li:last-of-type {
  padding-bottom: 0;
}
.subpage-list--nums li::before {
  background-color: rgba(72, 104, 125, 0.2);
  color: #48687d;
  content: counters(section, ".") " ";
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 0.4rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  height: 2.25rem;
  width: 2.25rem;
}
@media (min-width: 36em) {
  .subpage-list--nums li::before {
    left: 0.3125rem;
    position: absolute;
    top: 0.3rem;
  }
}

.subpage-list--bullets {
  list-style: none;
  margin: 0;
  padding: 0 0 2.5rem;
}
.subpage-list--bullets li {
  padding: 0 0 1.875rem 1.875rem;
  position: relative;
}
@media (min-width: 36em) {
  .subpage-list--bullets li {
    padding-left: 3.25rem;
  }
}
.subpage-list--bullets li:last-of-type {
  padding-bottom: 0;
}
.subpage-list--bullets li::before {
  border: 4px solid #48687d;
  border-radius: 1rem;
  content: "";
  height: 0.75rem;
  left: 0.375rem;
  opacity: 0.65;
  position: absolute;
  top: 0.375rem;
  width: 0.75rem;
}
@media (min-width: 36em) {
  .subpage-list--bullets li::before {
    left: 1.5rem;
  }
}

ol.subpage-list--minor li,
ul.subpage-list--minor li {
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
}
ol.subpage-list--minor li::before,
ul.subpage-list--minor li::before {
  border-width: 3px;
  height: 0.5rem;
  left: 0.125rem;
  width: 0.5rem;
}

.subpage-quote {
  background-color: #8c7f47;
  border-radius: 0.25rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  color: white;
  font-family: Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  margin: 0 0 3.125rem;
  padding: 1.25rem 1.875rem 1.25rem 4.375rem;
  position: relative;
}
.subpage-quote::before {
  color: black;
  content: "“";
  display: block;
  font-size: 72px;
  font-size: 4.5rem;
  left: 1.25rem;
  opacity: 0.5;
  position: absolute;
  line-height: 1;
  top: 1.25rem;
}

@media (min-width: 84em) {
  .subpage-panels {
    display: flex;
  }
}
.subpage-panels .subpage-panel {
  flex: 1;
}
@media (min-width: 84em) {
  .subpage-panels .subpage-panel {
    margin-right: 0.625rem;
  }
}
@media (min-width: 84em) {
  .subpage-panels .subpage-panel:last-child {
    margin-right: 0;
  }
}

.subpage-panel {
  background-color: #dee2e5;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: 0.25rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .subpage-panel {
    padding: 1.875rem 1.875rem 1.5rem;
  }
}
.subpage-panel .title {
  margin-top: 0;
}
.subpage-panel > *:last-child {
  padding-bottom: 0;
}

.subpage-panel--red {
  background-color: #6d1115;
  color: white;
}
.subpage-panel--red .title {
  color: #f5eabe;
}

.subpage-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.25rem;
}

.subpage-box {
  max-width: 16rem;
  padding: 0.625rem;
  position: relative;
}
@media (min-width: 60em) {
  .subpage-box {
    flex: 1 0 33.33%;
  }
}

.subpage-box__img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.subpage-box__caption {
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
  padding: 0.625rem;
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
}
.subpage-box__caption strong {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.125rem;
}

.subpage-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1.25rem;
}

.subpage-logo {
  display: block;
  padding: 0.625rem;
  text-decoration: none;
}

.subpage-ways-to-pray {
  background: #f4f1ea url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_gpg_footer.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 5rem 0 30%;
  max-width: none;
  text-align: center;
}
.subpage-ways-to-pray .subpage__inner {
  display: block;
}
.subpage-ways-to-pray h1 {
  color: #038294;
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  margin: 0 0 1.875rem;
  text-transform: uppercase;
}
@media (min-width: 25.875em) {
  .subpage-ways-to-pray h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (min-width: 48em) {
  .subpage-ways-to-pray h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 66em) {
  .subpage-ways-to-pray h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 90em) {
  .subpage-ways-to-pray h1 {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
.subpage-ways-to-pray .subpage__context-statement {
  max-width: 62.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto 6.25rem;
}

.subpage-ways-to-pray__list {
  counter-reset: section;
  display: grid;
  grid-gap: 7.5rem;
  list-style: none;
  margin: 0 auto 2.5rem;
  max-width: 70rem;
  padding: 0;
}
@media (min-width: 66em) {
  .subpage-ways-to-pray__list {
    grid-gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 90em) {
  .subpage-ways-to-pray__list {
    max-width: 84rem;
  }
}

.subpage-ways-to-pray__item {
  counter-increment: section;
  max-width: 22.5rem;
  margin: 0 auto;
}
.subpage-ways-to-pray__item h2 {
  font-weight: normal;
  margin: 0 auto;
}
.subpage-ways-to-pray__item p {
  text-align: left;
  padding-bottom: 1.25rem;
}
.subpage-ways-to-pray__item .button {
  background: #038294;
  padding: 0.625rem 3.75rem;
}
.subpage-ways-to-pray__item .button:hover {
  background: #025662;
}
.subpage-ways-to-pray__item::before {
  background-color: #726b58;
  color: white;
  content: counters(section, ".") " ";
  padding-top: 0.55rem;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto 1.25rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 1.25rem;
}
@media (min-width: 66em) {
  .subpage-ways-to-pray__item::before {
    margin-bottom: 1.875rem;
    border-radius: 2rem;
    padding-top: 1rem;
    font-size: 32px;
    font-size: 2rem;
    height: 4rem;
    width: 4rem;
  }
}

.subpage-ways-to-pray__img {
  padding-top: 100%;
  margin-bottom: 0.625rem;
  position: relative;
}
.subpage-ways-to-pray__img img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.subpage-ways-to-pray__item--gpg h2 {
  background: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_gpg_logo.png) center center no-repeat;
  background-size: contain;
  margin-top: 2rem;
  margin-bottom: 1.7rem;
  display: block;
  width: 18.25rem;
  height: 2.5rem;
  text-indent: -999rem;
}

.subpage-ways-to-pray__item--frontline h2 {
  margin-bottom: 1rem;
}
.subpage-ways-to-pray__item--frontline h2 strong {
  color: #038294;
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.subpage-ways-to-pray__item--frontline h2 em {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.subpage-ways-to-pray__item--icommit h2 {
  background: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_gpg_icommit_logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 2.425rem;
  margin-bottom: 2.25rem;
  width: 15.5rem;
  height: 1.5rem;
  text-indent: -999rem;
}
.subpage-ways-to-pray__item--icommit .subpage-ways-to-pray__img img {
  height: auto;
  width: 115%;
  max-width: none;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.subpage-more-about {
  margin: 0 auto 5rem;
  max-width: 22.5rem;
}
@media (min-width: 72em) {
  .subpage-more-about {
    max-width: none;
  }
}
.subpage-more-about .title {
  text-align: center;
  margin-bottom: 1.25rem;
}
.subpage-more-about ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1.25rem;
}
@media (min-width: 72em) {
  .subpage-more-about ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.subpage-more-about a {
  background-color: #24323b;
  border-radius: 0.375rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: white;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  text-transform: uppercase;
}
.subpage-more-about a:hover {
  background-color: #0d1215;
}
.subpage-more-about a:hover img {
  opacity: 0.7;
}
.subpage-more-about a:hover div {
  transform: translateY(-0.25rem);
}
.subpage-more-about a div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  padding: 1.25rem 1.25rem 1.875rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.2s all ease;
  z-index: 1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 72em) {
  .subpage-more-about a div {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-bottom: 1.25rem;
  }
}
.subpage-more-about a img {
  transition: 0.2s all ease;
}

.subpage--es-resources {
  max-width: 60rem;
}
.subpage--es-resources .subpage__inner {
  display: block;
}
.subpage--es-resources .subpage__intro {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .subpage--es-resources .subpage__intro {
    padding-bottom: 3.75rem;
  }
}

.subpage-carrousel-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.subpage-carrousel {
  position: relative;
}

.subpage-carrousel__container {
  white-space: nowrap;
  margin: 1.25rem 0 2.5rem;
}

.subpage-carrousel__control__list {
  position: absolute;
  list-style-type: none;
  top: 100%;
  right: 0;
  left: 0;
  padding-left: 0;
  text-align: center;
}

.subpage-carrousel__control__list__item {
  display: inline-block;
  margin: 0 0.5em;
}

.subpage-carrousel__control__list__link {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: white;
  border: 1px solid #038294;
  border-radius: 1em;
  cursor: pointer;
}
.subpage-carrousel__control__list__link:focus, .subpage-carrousel__control__list__link:hover, .subpage-carrousel__control__list__link:active, .subpage-carrousel__control__list__link[aria-selected=true] {
  background-color: #038294;
}
.subpage-carrousel__control__list__link:focus, .subpage-carrousel__control__list__link:hover, .subpage-carrousel__control__list__link:active {
  outline: 2px dotted #038294;
}

.subpage-carrousel__button-container {
  position: absolute;
  top: 1.25rem;
  z-index: 9;
}
@media (min-width: 48em) {
  .subpage-carrousel__button-container {
    top: 50%;
  }
}

.subpage-carrousel__button__previous {
  left: -1.25rem;
}
@media (min-width: 48em) {
  .subpage-carrousel__button__previous {
    left: -0.625rem;
  }
}

.subpage-carrousel__button__next {
  right: -1.25rem;
}
@media (min-width: 48em) {
  .subpage-carrousel__button__next {
    right: -0.625rem;
  }
}

.subpage-carrousel__button__button {
  margin: 0;
  padding: 0.375rem;
  background: #038294;
  border: 0;
  cursor: pointer;
}
@media (min-width: 48em) {
  .subpage-carrousel__button__button {
    padding: 1rem;
  }
}
.subpage-carrousel__button__button:hover {
  background: #025662;
}

.fade .subpage-carrousel__content {
  -webkit-animation: subpage-carrousel-fadein 1s;
          animation: subpage-carrousel-fadein 1s;
  white-space: normal;
}

.fade .subpage-carrousel__content[aria-hidden=true] {
  -webkit-animation: subpage-carrousel-fadeout 1s;
          animation: subpage-carrousel-fadeout 1s;
}

.fade .subpage-carrousel__content[aria-hidden=true] {
  display: none;
}

@-webkit-keyframes subpage-carrousel-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes subpage-carrousel-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes subpage-carrousel-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes subpage-carrousel-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fine-print {
  padding-left: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.fine-print-sub-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.break-long-link {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

.basic-table th {
  font-weight: bold;
  padding: 0.625rem 0;
}
.basic-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.basic-table td {
  vertical-align: top;
  padding: 0.625rem 0.625rem 1.25rem;
}
.basic-table td:first-child {
  padding-left: 0;
}
.basic-table td:last-child {
  padding-right: 0;
}

.modal-video-thumb {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
  margin: 0.625rem -1.25rem 1.875rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.modal-video-thumb:hover {
  opacity: 0.8;
}
.modal-video-thumb::before {
  content: "";
  background-image: url(https://assets.persecution.com/public/graphics/site/icon_play.png);
  background-size: 80px 80px;
  height: 80px;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  bottom: 3.5rem;
  background-size: cover;
  position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .modal-video-thumb::before {
    background-image: url(https://assets.persecution.com/public/graphics/site/icon_play@2x.png);
  }
}

.modal-video-thumb__title {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 70%);
  color: white;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 1.1;
  padding: 2.5rem 1rem 1.25rem;
}
@media (min-width: 60em) {
  .modal-video-thumb__title {
    padding-bottom: 1.75rem;
  }
}

.video-modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  display: none;
}
.video-modal.is-showing {
  display: block;
  -webkit-animation-name: showVideoModal;
          animation-name: showVideoModal;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes showVideoModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showVideoModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-modal__content {
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  top: 50%;
}
@media (min-width: 48em) {
  .video-modal__content {
    width: calc(100% - 5rem);
    max-width: 66rem;
  }
}

.video-modal__close {
  position: absolute;
  right: 0.625rem;
  top: -3rem;
  text-indent: -9999px;
  background-color: transparent;
  background-image: none;
  border: 2px solid white;
  border-radius: 30px;
  box-shadow: none;
  width: 30px;
  height: 30px;
  padding: 0;
}
.video-modal__close:hover {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  opacity: 1;
}
.video-modal__close::before {
  content: "×";
  text-indent: 0;
  position: absolute;
  text-align: center;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  top: -4px;
  left: 0;
  width: 100%;
  color: white;
}

.video-modal__iframe-wrapper {
  padding-bottom: 56.5%;
  position: relative;
}
.video-modal__iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.basic-video-page {
  background-color: #2a2a2a;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 48em) {
  .basic-video-page {
    padding: 3.75rem;
  }
}
@media (min-width: 72em) {
  .basic-video-page {
    padding: 6.25rem 5rem;
  }
}
.basic-video-page .video-embed {
  max-width: 90rem;
  margin: 0 auto;
}

.video-embed-iframe-wrap {
  padding-top: 56.25%;
  position: relative;
}
.video-embed-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.button,
[type=submit],
button {
  border: none;
  border-radius: 0.375rem;
  background-color: #9c171e;
  background-image: linear-gradient(to bottom, #a91921, #86141a);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33);
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: all 0.2s ease;
}
.button:hover,
[type=submit]:hover,
button:hover {
  background-image: linear-gradient(to bottom, #8f151b, #6b1015);
  color: white;
  text-decoration: none;
}
.button:focus,
[type=submit]:focus,
button:focus {
  outline: 1px dotted #9c171e;
}
.button:active,
[type=submit]:active,
button:active {
  transform: translateY(2px);
}

.button--gold {
  background-color: #867842;
  background-image: linear-gradient(to bottom, #b2a468, #897c45);
}
.button--gold:hover {
  background-image: linear-gradient(to bottom, #8c7f47, #675d34);
}
.button--gold:focus {
  outline: 1px dotted #9c171e;
}

.button--line {
  background-color: transparent;
  border: 2px solid rgba(156, 23, 30, 0.35);
  background-image: none;
  color: #9c171e;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.button--line:hover {
  background-color: rgba(156, 23, 30, 0.1);
  border: 2px solid #9c171e;
  color: #9c171e;
}

.title {
  color: #9c171e;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 1;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

.title--large {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
}

.title--med {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.title--small {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.title--sub {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  color: #444;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.title__sub {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.15rem;
  padding-top: 0.3125rem;
  font-weight: normal;
  color: #444;
}

.hello-bar {
  background-color: black;
}

.hello-bar__inner {
  background-color: #9c171e;
  color: white;
  padding: 1rem 1.25rem;
  text-align: center;
}
.hello-bar__inner a {
  color: #f5eabe;
  display: inline-block;
}

.hello-bar__close {
  overflow: hidden;
  height: 2.5rem;
  width: 2.5rem;
  background: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 60em) {
  .hello-bar__close {
    height: 3.125rem;
    width: 3.125rem;
  }
}
.hello-bar__close:hover {
  background: none;
  opacity: 0.5;
}
.hello-bar__close span {
  position: absolute;
  top: -999rem;
  left: -999rem;
}
.hello-bar__close::before {
  content: "×";
  font-size: 28px;
  font-size: 1.75rem;
  position: absolute;
  display: block;
  color: white;
  top: 0;
  padding-top: 0.25rem;
  line-height: 1;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 60em) {
  .hello-bar__close::before {
    padding-top: 0.5rem;
  }
}

.js .modal,
.modal__shadow {
  visibility: hidden;
}

.modal {
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
  width: 90%;
  z-index: 1000;
}
.no-js .modal {
  display: none;
}
.js .modal {
  margin: 0 0 0 -45%;
  position: absolute;
  left: 50%;
  top: 2.5em;
  opacity: 0;
  transition: opacity 0.35s;
}
@media (min-width: 46em) {
  .js .modal {
    margin: 0 0 0 -22em;
    max-width: 44em;
  }
}
.modal video {
  width: 100% !important;
  height: auto !important;
}

.js .modal--show {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}

.modal__shadow {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 998;
  transition: all ease-out 0.5s;
}

.modal__shadow--show {
  visibility: visible;
  opacity: 0.8;
}

.modal__close {
  color: white;
  background-color: #170304;
  cursor: pointer;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  right: 0.5em;
  border-radius: 30em;
  text-decoration: none;
  padding: 0.3em 0 0;
  line-height: 1;
  height: 1.75em;
  text-align: center;
  width: 1.75em;
  top: -0.75em;
}
.no-js .modal__close {
  display: none;
}
.modal__close:hover {
  color: white;
}

.modal__title {
  background-color: #9c171e;
  color: white;
  font-size: 1.5em;
  margin: 0;
  padding: 0.75em 2.5em 0.75em 1.25em;
}

.modal__content {
  padding: 1.5em 2em;
}
.modal__content iframe,
.modal__content img {
  max-width: 100%;
}
.modal__content h1,
.modal__content h2,
.modal__content h3,
.modal__content h4,
.modal__content h5,
.modal__content h6 {
  margin-top: 1em 0 0.5em;
  color: #48687d;
}

.modal__img {
  text-align: center;
}

.modal__controls {
  background-color: #dee2e5;
  margin: 0 0 -2em;
  padding: 1.5em 0;
  text-align: center;
}

.modal__cancel {
  background-color: transparent;
}

.modal__confirm {
  margin: 0 0.25em;
}

.ica-modal {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ica-modal__modal {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  padding: 1.875rem;
  position: relative;
}
@media (min-width: 36em) {
  .ica-modal__modal {
    max-width: 32.5rem;
  }
}

.ica-modal__close {
  color: red;
  position: absolute;
  background: url(https://assets.persecution.com/public/graphics/site/icon_close_dark.svg) center no-repeat;
  background-size: 80% auto;
  text-indent: -999rem;
  box-shadow: none;
  width: 2.5rem;
  height: 2.5rem;
  top: 0;
  right: 0;
}
.ica-modal__close:hover {
  background: rgba(0, 0, 0, 0.2) url(https://assets.persecution.com/public/graphics/site/icon_close_dark.svg) center no-repeat;
  background-size: 80% auto;
  opacity: 0.65;
}

.ica-modal__flag {
  height: 3rem;
  width: 4rem;
  margin-bottom: 1.25rem;
  margin-top: -2.5rem;
  background: left top no-repeat;
  background-size: contain;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.ica-modal__flag--AU {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/au.svg);
}

.ica-modal__flag--BE {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/be.svg);
}

.ica-modal__flag--BR {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/br.svg);
}

.ica-modal__flag--CA {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/ca.svg);
}

.ica-modal__flag--CZ {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/cz.svg);
}

.ica-modal__flag--FJ {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/fj.svg);
}

.ica-modal__flag--FI {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/fi.svg);
}

.ica-modal__flag--DE {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/de.svg);
}

.ica-modal__flag--KR {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/kr.svg);
}

.ica-modal__flag--NL {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/nl.svg);
}

.ica-modal__flag--NZ {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/nz.svg);
}

.ica-modal__flag--PL {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/pl.svg);
}

.ica-modal__flag--PT {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/pt.svg);
}

.ica-modal__flag--SG {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/sg.svg);
}

.ica-modal__flag--ZA {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/za.svg);
}

.ica-modal__flag--GB {
  background-image: url(https://assets.persecution.com/public/graphics/site/flags/gb.svg);
}

.ica-modal__title {
  color: #038294;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 0.625rem;
}

.ica-modal__desc {
  margin-bottom: 1.25rem;
}

.ica-modal__buttons .button {
  background: #038294;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
.ica-modal__buttons .button:hover {
  background: #025662;
}

label {
  color: #48687d;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  padding-bottom: 0.125rem;
}
label a {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
  position: relative;
  top: 0.15em;
}
label em {
  font-weight: normal;
  color: #888;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 0.25em;
}
label .label__note {
  margin-top: 0.125rem;
  margin-left: 0.5rem;
}

.field {
  padding-bottom: 1em;
}

.field--check {
  position: relative;
  padding-left: 1.5em;
}
.field--check input[type=checkbox] {
  left: 0;
  top: 0.25em;
  position: absolute;
}
.field--check label {
  color: #444;
  font-weight: normal;
}
.field--check label strong {
  color: #48687d;
}

.field--num-short input {
  width: 5em;
}
.field--num-short .field__note {
  margin-left: 0.5em;
  display: inline-block;
}

@media (min-width: 36em) {
  .field--commit {
    margin-top: 0.5em;
  }
}

.field--commit label {
  font-size: 18px;
  font-size: 1.125rem;
}

.field--radios {
  list-style: none;
  margin: 0;
  padding: 0 0 1em;
}
.field--radios li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.625em;
}
.field--radios label {
  color: #444;
  line-height: 1.2;
}
.field--radios input[type=radio] {
  left: 0;
  top: -0.05em;
  position: absolute;
}

.field--newsletter label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #48687d;
}
.field--newsletter input[type=radio] {
  top: 0.05em;
}

.field--qty .field__input-wrapper [type=text] {
  display: inline-block;
  width: 4em;
}
.field--qty .field__input-wrapper ::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888;
}
.field--qty .field__input-wrapper :-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888;
}
.field--qty .field__input-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888;
}
.field--qty .field__input-wrapper :-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #888;
}

.field__price {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  opacity: 0.85;
  margin-left: 0.25em;
}

.field__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #888;
}

.field__warning {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.75em 0.75em 0.75em 3em;
  position: relative;
  color: white;
  background-color: #a9a61e;
  margin-top: -2px;
}
.field__warning::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(https://assets.persecution.com/public/graphics/site/sprites.png?v=20210819);
  background-size: 300px 220px;
  background-position: -24px -92px;
  margin-right: 0.25em;
  border-radius: 0.5em;
  top: 0.5em;
  left: 0.5em;
  width: 28px;
  height: 28px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .field__warning::before {
    background-image: url(https://assets.persecution.com/public/graphics/site/sprites@2x.png?v=20210819);
  }
}

.field--stepper {
  padding-bottom: 0.625em;
}
.no-js .field--stepper .stepper {
  display: inline-block;
  width: auto;
}
.no-js .field--stepper .custom-select {
  padding-right: 2.5em;
}

.stepper .dropdown {
  float: left;
  width: 40%;
  margin-right: 1em;
}

.stepper.is-enhanced {
  display: inline-block;
  margin-right: 1em;
}
.stepper.is-enhanced button {
  display: block;
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25em;
  height: 2.35em;
  background-color: #48687d;
  background-image: none;
  font-family: courier, monospace;
  box-shadow: none;
}
.stepper.is-enhanced button:first-of-type {
  border-radius: 0.375em 0 0 0.375em;
}
.stepper.is-enhanced button:last-of-type {
  border-radius: 0 0.375em 0.375em 0;
}
.stepper.is-enhanced div {
  float: left;
  font-family: courier, monospace;
  padding: 0.4em 0.75em 0;
  border-top: 1px solid #48687d;
  border-bottom: 1px solid #48687d;
  height: 2.35em;
}

@media screen and (min-width: 0) {
  .segmented {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
  }
  .segmented li {
    border: 1px solid #48687d;
    border-right: none;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
  }
  .segmented li:first-child {
    border-radius: 0.375em 0 0 0.375em;
  }
  .segmented li:last-child {
    border-radius: 0 0.375em 0.375em 0;
    border-right: 1px solid #48687d;
  }
  .segmented label {
    cursor: pointer;
    display: block;
    padding: 0.925em 0.75em;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
    color: #444;
  }
  .segmented label:hover {
    background-color: rgba(72, 104, 125, 0.2);
    cursor: pointer;
  }
  .segmented input:checked + label {
    background-color: #48687d;
    color: white;
  }
  .segmented input {
    position: absolute;
    left: -999em;
  }
  .segmented__desc {
    color: #48687d;
    font-weight: bold;
  }
}
.fieldgroup:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 36em) {
  .fieldgroup--duo .field {
    float: left;
    width: 50%;
  }
}
@media (min-width: 36em) {
  .fieldgroup--duo .field:first-child {
    padding-right: 0.5em;
  }
}
@media (min-width: 36em) {
  .fieldgroup--duo .field:last-child {
    padding-left: 0.5em;
  }
}

@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field {
    float: left;
    width: 50%;
  }
}
@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field:first-child {
    padding-right: 0.5em;
  }
}
@media (min-width: 66em) {
  .fieldgroup--duo-on-wider .field:last-child {
    padding-left: 0.5em;
  }
}

.fieldgroup--trio {
  zoom: 1;
}
@media (min-width: 54em) {
  .fieldgroup--trio fieldset {
    float: left;
    width: 31%;
  }
}
@media (min-width: 54em) {
  .fieldgroup--trio fieldset:first-child {
    margin-right: 3.5%;
  }
}
@media (min-width: 54em) {
  .fieldgroup--trio fieldset:last-child {
    margin-left: 3.5%;
  }
}

@media (min-width: 36em) {
  .fieldgroup--citystuff {
    position: relative;
    padding-right: 6.25em;
  }
}
@media (min-width: 36em) {
  .fieldgroup--citystuff .field--city {
    float: left;
    width: 71%;
    padding-right: 1em;
  }
}
@media (min-width: 36em) {
  .fieldgroup--citystuff .field--state {
    float: left;
    width: 29%;
  }
}
@media (min-width: 36em) {
  .fieldgroup--citystuff .field--zip {
    position: absolute;
    width: 5.25em;
    right: 0;
  }
}

.field--phone input {
  display: inline-block;
  width: 3.5em;
  margin: 0 0.25em;
}
.field--phone input[size="4"] {
  width: 4.25em;
}

.field-group-phone-callingcode {
  display: grid;
  grid-template-columns: 6.25rem auto;
  grid-gap: 0.625rem;
  padding-top: 1.625rem;
  position: relative;
}
@media (min-width: 24em) {
  .field-group-phone-callingcode {
    grid-template-columns: 10rem auto;
  }
}
@media (min-width: 32em) {
  .field-group-phone-callingcode {
    grid-template-columns: 15rem auto;
  }
}
.field-group-phone-callingcode label {
  position: absolute;
  top: 0;
  left: 0;
}

.field--callingcode label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.field--ccv input {
  max-width: 6em;
}

.field--freemag-companyname {
  display: none;
}

.field--submit {
  border-top: 1px solid #d0d6da;
  margin-top: 1.25rem;
  padding: 1.5em 0 1em;
  text-align: center;
}

.confirm {
  width: 100%;
}
.confirm td {
  border-top: 1px solid #9c171e;
  padding: 0.75em 0.5em 0.5em 0;
}

.confirm__amount {
  text-align: right;
}

.confirm__total {
  background-color: #9c171e;
  text-align: right;
}
.confirm__total strong {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: 0.375em;
  text-transform: uppercase;
}

.errors {
  background-color: #701015;
  border-radius: 0.5rem;
  color: white;
  margin: 0 auto 1.875rem;
  padding: 1rem 1rem 0.5rem;
  max-width: 42rem;
}
.page .errors {
  margin-top: 1em;
}
.errors h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.errors ul {
  padding-left: 2em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.errors li {
  padding-bottom: 0.875em;
}
.errors a {
  color: white;
}

.errors--no-decimal {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  padding: 0.625rem;
  margin: 1.25rem 0 0;
}

.feedback {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: white;
  max-width: 52.5rem;
  margin: 0 auto;
  margin-bottom: 1.25em;
  border-radius: 0.375em;
  position: relative;
}
@media (min-width: 72em) {
  .feedback {
    margin-bottom: 2.5em;
  }
}
.feedback a {
  color: white;
  text-decoration: underline;
}
.feedback a:hover {
  text-decoration: none;
}
.feedback:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 3em;
  width: 1px;
  background-color: black;
  opacity: 0.25;
}
@media (min-width: 48em) {
  .feedback:after {
    left: 4em;
  }
}
.feedback:before {
  content: "";
  background-image: url(https://assets.persecution.com/public/graphics/site/sprites_feedback.png);
  background-size: 24px 324px;
  background-position: -59px -58px;
  background-repeat: no-repeat;
  width: 25px;
  height: 24px;
  position: absolute;
  left: 0.75em;
  top: 50%;
  margin-top: -0.75em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .feedback:before {
    background-image: url(https://assets.persecution.com/public/graphics/site/sprites_feedback@2x.png);
  }
}
@media (min-width: 48em) {
  .feedback:before {
    left: 1.25em;
  }
}
.feedback.is-showing {
  -webkit-animation-name: showFeedback;
          animation-name: showFeedback;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes showFeedback {
  0% {
    transform: translateY(-2.5rem) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes showFeedback {
  0% {
    transform: translateY(-2.5rem) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.feedback--skinny {
  max-width: 32em;
}

.feedback--error {
  background-color: #9c171e;
}

.feedback--error:before {
  background-position: 0 0;
}

.feedback--warning {
  background-color: #8c7f47;
}

.feedback--warning:before {
  background-position: 0 -100px;
}

.feedback--success {
  background-color: #2f8b83;
}

.feedback--success:before {
  background-position: 0 -300px;
}

.feedback--info {
  background-color: #48687d;
}

.feedback--info:before {
  background-position: 0 -200px;
}

.feedback__title {
  color: white;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  padding: 1rem 1rem 0.25em 5.25rem;
}

.feedback__desc {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0 1rem 1rem 5.25rem;
}
.feedback__desc p {
  padding-bottom: 0.625rem;
}
.feedback__desc ul {
  margin: 0;
}
.feedback__desc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.feedback__links .button {
  background-color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.325rem;
}
.feedback__links .button:hover {
  background-color: black;
}
.feedback--warning .feedback__links .button {
  color: white;
  border-color: transparent;
}

.old-browser-warning {
  background-color: black;
  padding: 1.25rem;
}
.old-browser-warning .feedback {
  margin-bottom: 0;
}
@media only all and (pointer: fine), only all and (pointer: coarse), only all and (pointer: none), only all and (min--moz-device-pixel-ratio: 0) and (display-mode: browser), (min--moz-device-pixel-ratio: 0) and (display-mode: fullscreen) {
  .old-browser-warning {
    display: none;
  }
}

.general-errors {
  position: relative;
  z-index: 1;
  background-color: #9c171e;
}
.general-errors a {
  color: #faf0d8;
  font-weight: bold;
}
.general-errors a:hover {
  color: white;
}
.general-errors ul {
  margin: 0;
}
.general-errors p:last-child {
  padding-bottom: 0;
}

.general-errors__inner {
  color: white;
  padding: 1.25em;
  max-width: 67.75em;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 36em) {
  .general-errors__inner {
    padding: 1em 2.5em;
  }
}

.general-errors__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.5em;
}
@media (min-width: 60em) {
  .general-errors__title {
    float: left;
    width: 30%;
    margin: -0.15em 0 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 60em) {
  .general-errors__content {
    padding-top: 0.125em;
    float: right;
    width: 65%;
  }
}

.ty-message {
  background-color: #313943;
  border-bottom: 4px solid black;
  padding: 1.25em;
  position: relative;
  z-index: 1;
}
@media (min-width: 24em) {
  .ty-message {
    padding: 1.875em 2.5em;
  }
}

.ty-message__inner {
  background-color: white;
  color: #444;
  max-width: 46em;
  margin: 0 auto;
  padding: 1.875em 1.875em;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 0.375em;
  position: relative;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tyMessageShow;
          animation-name: tyMessageShow;
}
@media (min-width: 48em) {
  .ty-message__inner {
    padding: 2.5em 2.75em 1.875em;
  }
}
.ty-message__inner .share-band {
  margin-bottom: 0;
  margin-top: 1em;
}
.ty-message__inner p {
  padding-bottom: 0.625em;
}

@-webkit-keyframes tyMessageShow {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0) scale3d(1, 1, 1);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  85% {
    transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes tyMessageShow {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0) scale3d(1, 1, 1);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  85% {
    transform: translate3d(0, 0, 0) scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.ty-message__icon {
  background-color: #49a936;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -1.5em;
  top: 1.25em;
  border-radius: 10em;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tyMessageIconShow;
          animation-name: tyMessageIconShow;
}
@media (min-width: 48em) {
  .ty-message__icon {
    top: 1.75em;
  }
}

@-webkit-keyframes tyMessageIconShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tyMessageIconShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ty-message__icon-inner {
  background-image: url(https://assets.persecution.com/public/graphics/lp_common/sprites.png?v=20161104a);
  background-size: 300px 220px;
  background-position: -211px 0;
  width: 48px;
  height: 48px;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: tyMessageIconInnerShow;
          animation-name: tyMessageIconInnerShow;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .ty-message__icon-inner {
    background-image: url(https://assets.persecution.com/public/graphics/lp_common/sprites@2x.png?v=20161104a);
  }
}

@-webkit-keyframes tyMessageIconInnerShow {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0) scale3d(1, 1, 1);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  70% {
    transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes tyMessageIconInnerShow {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0) scale3d(1, 1, 1);
  }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  70% {
    transform: translate3d(0, 0, 0) scale3d(1.5, 1.5, 1.5);
  }
  to {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.ty-message__title {
  color: #9c171e;
  margin: 0 0 0.5em;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.test-mode-notice {
  padding-top: 5rem;
}
@media (min-width: 48em) {
  .test-mode-notice {
    padding-top: 2.5rem;
  }
}

.test-mode-notice__inner {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e5cc62;
  padding: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  height: 5rem;
}
@media (min-width: 48em) {
  .test-mode-notice__inner {
    height: 2.5rem;
    gap: 0.25rem;
    flex-direction: row;
  }
}

.lp .title {
  color: #9c171e;
  font-weight: 600;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  margin: 0 0 0.5em;
}
.lp .title--section {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 36em) {
  .lp .title--section {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lp .title--form {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 36em) {
  .lp .title--form {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp .title--medium {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  color: #48687d;
  font-size: 21px;
  font-size: 1.3125rem;
}
.lp .title--minor {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.75em;
}
.lp .title__check {
  display: block;
  padding-top: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 36em) {
  .lp .title__check {
    display: inline;
    padding-top: 0;
    padding-left: 0.625rem;
  }
}
.lp .title__check label {
  display: inline;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0;
  font-weight: normal;
  color: #444;
  margin-left: 0.3125rem;
}

html {
  background-color: white;
  overflow-x: hidden;
}

[v-cloak] {
  visibility: hidden;
}

.no-js-info {
  background-color: #9c171e;
  padding: 1.25rem;
  -webkit-animation: showNoJSWarning 1s ease;
          animation: showNoJSWarning 1s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js .no-js-info {
  display: none;
}

.no-js-info__inner {
  color: white;
  margin: 0 auto;
  max-width: 30rem;
  padding: 1.25rem;
}
.no-js-info__inner h2 {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.no-js-info__inner p:last-of-type {
  padding-bottom: 0;
}

@-webkit-keyframes showNoJSWarning {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showNoJSWarning {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -9999;
}
.skip-to-main:active, .skip-to-main:focus {
  background-color: #48687d;
  color: white;
  border-radius: 0 0 0.625rem 0;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: auto;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 1rem;
  z-index: 9999;
}

.redirect-bar {
  background-color: black;
}

.redirect-bar__inner {
  text-align: center;
  padding: 1.25rem;
  color: white;
  max-width: 42.5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .redirect-bar__inner {
    padding-left: 5rem;
    position: relative;
    text-align: left;
  }
}
.redirect-bar__inner a {
  color: #f5eabe;
}
.redirect-bar__inner::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/site/icon_globe.svg) center no-repeat;
  background-size: 80%;
  margin: 0 auto 0.625rem;
  background-color: rgba(245, 234, 190, 0.5);
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
}
@media (min-width: 48em) {
  .redirect-bar__inner::before {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.site-wrapper-outer {
  position: relative;
}

.site-header {
  background-color: #11171b;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 0.625rem 0.625rem 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}
@media (min-width: 48em) {
  .site-header {
    display: flex;
    align-items: center;
    padding: 0.625rem;
  }
}
@media (min-width: 60em) {
  .site-header {
    padding: 0;
  }
}
.site-header.site-header--minimal {
  padding: 0.375rem;
}
@media (min-width: 48em) {
  .site-header.site-header--minimal {
    justify-content: center;
  }
}

.site-header--home {
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.logo-main-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 0.625rem;
}
@media (min-width: 48em) {
  .logo-main-wrap {
    margin-bottom: 0;
  }
}
.site-header--minimal .logo-main-wrap {
  margin-bottom: 0;
}
[lang=es] .site-header--minimal .logo-main-wrap {
  justify-content: center;
}

.logo-main {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  width: 14rem;
}
@media (min-width: 60em) {
  .logo-main {
    width: 18.5rem;
  }
}
[lang=es] .logo-main {
  width: 12.75rem;
}
@media (min-width: 60em) {
  [lang=es] .logo-main {
    width: 17.25rem;
  }
}
.site-header--minimal .logo-main {
  margin: 0 auto;
}
[lang=es] .site-header--minimal .logo-main {
  margin-left: 0;
  margin-right: 0;
}

.logo-main__link {
  display: block;
  background-image: url(https://assets.persecution.com/public/graphics/site/sprites.png);
  background-size: 240px 176px;
  height: 2.75rem;
  background-position: -2px -1px;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .logo-main__link {
    background-image: url(https://assets.persecution.com/public/graphics/site/sprites@2x.png);
  }
}
@media (min-width: 48em) {
  .logo-main__link {
    background-position: -2px -2px;
  }
}
@media (min-width: 60em) {
  .logo-main__link {
    background-position: 8px 7px;
    background-repeat: no-repeat;
    background-size: 300px 220px;
    height: 4.5rem;
  }
}
html[lang=es] .logo-main__link {
  background-image: url(https://assets.persecution.com/public/graphics/site/logo_es.png);
  background-size: 208px 48px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  html[lang=es] .logo-main__link {
    background-image: url(https://assets.persecution.com/public/graphics/site/logo_es@2x.png);
  }
}
@media (min-width: 60em) {
  html[lang=es] .logo-main__link {
    background-size: 260px 60px;
    background-position-y: 6px;
  }
}
.logo-main__link:hover {
  opacity: 0.7;
}

.back-to-en {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 0.5rem;
}
@media (min-width: 24em) {
  .back-to-en {
    border-left: none;
    margin-left: 0.5rem;
  }
}
@media (min-width: 60em) {
  .back-to-en {
    margin-left: 0.25rem;
  }
}
@media (min-width: 24em) {
  .back-to-en .site-nav__link {
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 0.375rem;
  }
}

.site-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.375rem;
  text-align: center;
}
@media (min-width: 48em) {
  .site-nav {
    border-top: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.site-nav__link {
  color: white;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}
@media (min-width: 48em) {
  .site-nav__link {
    padding: 0.625rem 0.875rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 60em) {
  .site-nav__link {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    display: block;
  }
}
.site-nav__link:hover {
  color: #cec378;
}

.site-nav__link--magazine {
  border-radius: 0.375rem;
  background-color: #9c171e;
  background-image: linear-gradient(to bottom, #a91921, #86141a);
  margin-left: 0.3125rem;
}
@media (min-width: 60em) {
  .site-nav__link--magazine {
    margin-left: 0.875rem;
  }
}
@media (min-width: 48em) {
  .site-nav__link--magazine:hover {
    color: white;
    background-image: linear-gradient(to bottom, #bb1c24, #701015);
  }
}

.site-nav__link--magazine-gold {
  background-color: #8c7f47;
  background-image: none;
}
.site-nav__link--magazine-gold:hover {
  background-color: #6a6036;
  background-image: none;
}

.site-nav__more {
  background: none;
  border: none;
  display: none;
  height: 2.75rem;
  text-indent: -9999px;
  width: 2.75rem;
  position: absolute;
  top: 0.625rem;
  overflow: hidden;
  right: 0.625rem;
  transition: none;
}
@media (min-width: 48em) {
  .site-nav__more {
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    margin-left: 1.25rem;
    width: 3.75rem;
    position: relative;
    right: 0;
    top: 0;
  }
}
@media (min-width: 60em) {
  .site-nav__more {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
    text-indent: 0;
    text-transform: uppercase;
    width: 4.5rem;
  }
}
@media (min-width: 72em) {
  .site-nav__more {
    margin-left: 1.5rem;
    width: 5.25rem;
  }
}
.js .site-nav__more {
  display: block;
}
.site-nav__more:hover {
  background: none;
}
.site-nav__more:focus {
  outline-color: #c7bb65;
}
@media (min-width: 60em) {
  .site-nav__more.site-nav__more--close {
    padding-left: 2.625rem;
  }
}
.site-nav__more div {
  display: none;
}

.more-button__svg {
  left: 50%;
  margin-left: -13px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}
@media (min-width: 60em) {
  .more-button__svg {
    left: 1.25rem;
    margin-left: 0;
  }
}
@media (min-width: 72em) {
  .more-button__svg {
    left: 1.5rem;
  }
}
@media (min-width: 60em) {
  .site-nav__more--close .more-button__svg {
    left: 1.25rem;
  }
}
@media (min-width: 72em) {
  .site-nav__more--close .more-button__svg {
    left: 1.5rem;
  }
}

.more-button__svg-part-1,
.more-button__svg-part-2,
.more-button__svg-part-3 {
  fill: white;
  transition: all 0.2s ease;
}
.site-nav__more:hover .more-button__svg-part-1,
.site-nav__more:hover .more-button__svg-part-2,
.site-nav__more:hover .more-button__svg-part-3 {
  fill: #bdb17c;
}

.site-nav__more--close .more-button__svg-part-1 {
  transform: translateY(1.15rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
}
@media (min-width: 60em) {
  .site-nav__more--close .more-button__svg-part-1 {
    transform: translateY(1.1rem) translateX(0.225rem) rotate(-45deg) scaleX(0.85);
  }
}
.site-nav__more--close .more-button__svg-part-2 {
  transform: translateY(-0.25rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
}
@media (min-width: 60em) {
  .site-nav__more--close .more-button__svg-part-2 {
    transform: translateY(-0.3rem) translateX(0.775rem) rotate(45deg) scaleX(0.85);
  }
}
.site-nav__more--close .more-button__svg-part-3 {
  opacity: 0;
}

.site-menu {
  background: #24323b center top no-repeat;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
  display: none;
  padding: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 60em) {
  .site-menu {
    padding: 3.25rem 3.25rem 2.5rem;
  }
}
.no-webp .site-menu {
  background-image: url(https://assets.persecution.com/public/graphics/site/bg_footer.jpg);
}
.webp .site-menu {
  background-image: url(https://assets.persecution.com/public/graphics/site/bg_footer.webp);
}
.site-menu.is-open {
  display: block;
  -webkit-animation-name: showHeaderMenu;
          animation-name: showHeaderMenu;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes showHeaderMenu {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes showHeaderMenu {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-menu__inner {
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 7.5rem;
}
@media (min-width: 48em) {
  .site-menu__inner {
    padding-top: 5rem;
    display: flex;
  }
}

.site-menu.site-menu--2020 .site-menu__inner {
  max-width: 54rem;
}
@media (min-width: 48em) {
  [lang=es] .site-menu.site-menu--2020 .site-menu__inner {
    max-width: 45rem;
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}
.site-menu.site-menu--2020 .site-menu__inner .get-involved {
  padding-bottom: 0;
}
@media (min-width: 48em) {
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__main-links {
    padding-top: 0.275rem;
  }
}
@media (min-width: 48em) {
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__links {
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 60em) {
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__links {
    grid-gap: 3.75rem;
  }
}
@media (min-width: 48em) {
  [lang=es] .site-menu.site-menu--2020 .site-menu__inner .get-involved__links {
    display: block;
  }
}
@media (min-width: 48em) {
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: grid;
    padding-left: 3.75rem;
    padding-bottom: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 60em) {
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links {
    padding-left: 6.25rem;
  }
}
@media (min-width: 48em) {
  [lang=es] .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links {
    -moz-columns: 1;
         columns: 1;
    border-left: none;
    display: block;
    padding-top: 0.875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 48em) {
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group ul {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  [lang=es] .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.5rem;
  }
}
@media (min-width: 72em) {
  .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group li {
    padding-bottom: 1rem;
  }
}
@media (min-width: 48em) {
  [lang=es] .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group li {
    padding-bottom: 1.5rem;
  }
}
.site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group a {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  [lang=es] .site-menu.site-menu--2020 .site-menu__inner .get-involved__sub-links-group a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.site-menu.site-menu--2020 .site-menu__inner .get-involved__account-link {
  display: block;
  padding-top: 1.35rem;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .get-involved__account-link {
  margin-top: -3rem;
}
@media (min-width: 36em) {
  .site-footer .get-involved__sub-links-group h3:nth-of-type(2) {
    margin-top: -1.45rem;
  }
}

.get-involved {
  padding-bottom: 3.25rem;
}
@media (min-width: 48em) {
  .get-involved {
    flex: 1 0 53%;
    padding-bottom: 0;
  }
}
@media (min-width: 60em) {
  .get-involved {
    flex-basis: 65%;
  }
}

.get-involved__title {
  color: #f5eabe;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.get-involved__title span {
  background-color: #24323b;
  display: inline-block;
  letter-spacing: 0.3rem;
  padding-right: 0.5rem;
  position: relative;
}
.get-involved__title::before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  display: block;
  height: 2px;
  top: 0.625rem;
  width: 100%;
  position: absolute;
}

@media (min-width: 60em) {
  .get-involved__links {
    display: flex;
  }
}

.get-involved__main-links {
  padding: 0 0 2.5rem;
}
@media (min-width: 48em) {
  .get-involved__main-links {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 60em) {
  .get-involved__main-links {
    flex: 1 0 16rem;
    padding-right: 1.25rem;
  }
}

.get-involved__main-link {
  color: white;
  border-radius: 0.3125rem;
  display: block;
  padding: 1.25rem 0.625rem 1.25rem 4.375rem;
  line-height: 1;
  position: relative;
  text-decoration: none;
}
@media (min-width: 60em) {
  .get-involved__main-link {
    margin-bottom: 1rem;
  }
}
.get-involved__main-link:hover {
  background-color: rgba(72, 104, 125, 0.5);
  color: #f5eabe;
}
.get-involved__main-link strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
}
.get-involved__main-link span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  opacity: 0.6;
}
.get-involved__main-link::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/sprites.png?v=20210819);
  background-size: 300px 220px;
  content: "";
  display: block;
  height: 3.25rem;
  left: 0.5rem;
  position: absolute;
  top: 0.625rem;
  width: 3.25rem;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .get-involved__main-link::before {
    background-image: url(https://assets.persecution.com/public/graphics/site/sprites@2x.png?v=20210819);
  }
}

.get-involved__main-link--subscribe::before {
  background-position: 0 -60px;
}

.get-involved__main-link--donate::before {
  background-position: -61px -58px;
}

.get-involved__main-link--about::before {
  background-position: -117px -58px;
}

.get-involved__main-link--stories::before {
  background-position: -182px -60px;
}

.get-involved__sub-links {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
@media (min-width: 36em) {
  .get-involved__sub-links {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media (min-width: 48em) {
  .get-involved__sub-links {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (min-width: 60em) {
  .get-involved__sub-links {
    padding-top: 0.875rem;
  }
}
@media (min-width: 72em) {
  .get-involved__sub-links {
    -moz-columns: 2;
         columns: 2;
  }
}
[lang=es] .get-involved__sub-links {
  -moz-columns: 1;
       columns: 1;
}
.get-involved__sub-links li {
  padding-bottom: 1rem;
  width: 100%;
}
@media (min-width: 36em) {
  .get-involved__sub-links li {
    display: inline-block;
  }
}
@media (min-width: 48em) {
  .get-involved__sub-links li {
    display: block;
  }
}
@media (min-width: 72em) {
  .get-involved__sub-links li {
    display: inline-block;
    padding-bottom: 1.5rem;
  }
}
.get-involved__sub-links a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.get-involved__sub-links a:hover {
  text-decoration: underline;
}

.get-involved__lang-link {
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .get-involved__lang-link {
    padding-bottom: 0;
    border-top: none;
    text-align: left;
    padding-top: 1.25rem;
  }
}
.site-menu--2020 .get-involved__lang-link {
  margin-top: 1.25rem;
}
@media (min-width: 48em) {
  .site-menu--2020 .get-involved__lang-link {
    margin-top: 0;
  }
}
.get-involved__lang-link a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  text-decoration: none;
  color: white;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.get-involved__lang-link a::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/site/icon_globe.svg) center no-repeat;
  background-size: 80%;
  margin: 0 auto 0.625rem;
  background-color: rgba(245, 234, 190, 0.5);
  border-radius: 50%;
  height: 2.25rem;
  width: 2.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 48em) {
  .contact-form-wrap {
    padding-left: 2.5rem;
  }
}

.contact-form {
  padding-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .contact-form {
    flex: 1 0 47%;
  }
}
@media (min-width: 60em) {
  .contact-form {
    flex-basis: 35%;
  }
}
.contact-form.is-highlighting {
  -webkit-animation-name: highlightContactForm;
          animation-name: highlightContactForm;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.contact-form label {
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.contact-form textarea,
.contact-form [type=text],
.contact-form [type=email] {
  background-color: rgba(255, 255, 255, 0.125);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
}
.contact-form textarea:focus,
.contact-form [type=text]:focus,
.contact-form [type=email]:focus {
  border: 1px solid #c7bb65;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.contact-form [type=submit] {
  background-color: #867842;
  background-image: linear-gradient(to bottom, #afa061, #7b703e);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  width: 100%;
}
.contact-form [type=submit]:hover {
  background-image: linear-gradient(to bottom, #aa9a57, #6a6036);
  color: white;
}
.contact-form [type=submit]:focus {
  outline: 1px dotted #c7bb65;
}

@-webkit-keyframes highlightContactForm {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: none;
  }
}

@keyframes highlightContactForm {
  0% {
    transform: none;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: none;
  }
}
@media (min-width: 72em) {
  .contact-form__field-name,
.contact-form__field-email {
    float: left;
    width: 50%;
  }
}
@media (min-width: 72em) {
  [lang=es] .contact-form__field-name,
[lang=es] .contact-form__field-email {
    float: none;
    width: auto;
  }
}

@media (min-width: 72em) {
  .contact-form__field-name {
    padding-right: 0.5rem;
  }
}
@media (min-width: 72em) {
  [lang=es] .contact-form__field-name {
    padding-right: 0;
  }
}

@media (min-width: 72em) {
  .contact-form__field-email {
    padding-left: 0.5rem;
  }
}
@media (min-width: 72em) {
  [lang=es] .contact-form__field-email {
    padding-left: 0;
  }
}

.contact-form__field-message {
  clear: both;
}

.contact-form__field-companyname {
  display: none;
}

.contact-form__title {
  color: #f5eabe;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.contact-form__title span {
  background-color: #24323b;
  display: inline-block;
  letter-spacing: 0.3rem;
  padding-right: 0.5rem;
  position: relative;
}
.contact-form__title::before {
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  display: block;
  height: 2px;
  top: 0.625rem;
  width: 100%;
  position: absolute;
}

.contact-form__inner {
  max-width: 24rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .contact-form__inner {
    padding-top: 0.875rem;
  }
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.social-icons li {
  display: inline-block;
}

.social-icon {
  background-image: url(https://assets.persecution.com/public/graphics/site/sprites.png?v=20210819);
  background-size: 300px 220px;
  display: block;
  height: 2rem;
  margin: 0 0.25rem;
  text-indent: -9999px;
  width: 2rem;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .social-icon {
    background-image: url(https://assets.persecution.com/public/graphics/site/sprites@2x.png?v=20210819);
  }
}
.social-icon:hover {
  opacity: 0.7;
}

.social-icon--facebook {
  background-position: 0 -125px;
}

.social-icon--twitter {
  background-position: -47px -125px;
}

.social-icon--pinterest {
  background-position: -94px -125px;
}

.social-icon--youtube {
  background-position: -142px -125px;
}

.social-icon--instagram {
  background-position: -189px -125px;
}

.home-about {
  margin: 0 auto;
  max-width: 85rem;
  padding: 1.25rem;
  position: relative;
}
@media (min-width: 36em) {
  .home-about {
    padding: 3.75rem;
  }
}
@media (min-width: 72em) {
  .home-about {
    padding: 5rem;
  }
}

.home-about__content {
  background-color: #24323b;
  color: white;
  margin-bottom: 0.625rem;
  padding: 1.25rem;
}
@media (min-width: 48em) {
  .home-about__content {
    padding: 2.5rem 2.75rem;
  }
}
@media (min-width: 60em) {
  .home-about__content {
    background-color: rgba(36, 50, 59, 0.96);
    box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 60%;
    max-width: 25rem;
  }
}
@media (min-width: 72em) {
  .home-about__content {
    max-width: 32rem;
  }
}
.home-about__content .title {
  color: #f5eabe;
}
@media (min-width: 48em) {
  .home-about__content .title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (min-width: 72em) {
  .home-about__content .title {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.home-about__content a {
  color: #f5eabe;
}
.home-about__content p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .home-about__content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 72em) {
  .home-about__content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home-about__content p:last-of-type {
  padding-bottom: 0;
}

.home-about__photos {
  position: relative;
  padding-bottom: 62.5%;
}
@media (min-width: 60em) {
  .home-about__photos {
    padding-bottom: 52%;
  }
}

.home-about__photo {
  margin-bottom: 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  position: absolute;
}

.home-about__photo--1 {
  left: 0;
  bottom: 0;
  top: 0;
  width: calc(60% - 0.3125rem);
}
.no-webp .home-about__photo--1 {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/about_photo_1.jpg);
}
.webp .home-about__photo--1 {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/about_photo_1.webp);
}
@media (min-width: 60em) {
  .home-about__photo--1 {
    background-position: center right;
    width: calc(50% - 0.3125rem);
  }
}
@media (min-width: 84em) {
  .home-about__photo--1 {
    background-position: center right -1.25rem;
  }
}

.home-about__photo--2 {
  right: 0;
  top: 0;
  height: calc(45% - 0.3125rem);
  width: calc(40% - 0.3125rem);
}
.no-webp .home-about__photo--2 {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/about_photo_2.jpg);
}
.webp .home-about__photo--2 {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/about_photo_2.webp);
}
@media (min-width: 60em) {
  .home-about__photo--2 {
    width: calc(50% - 0.3125rem);
  }
}
@media (min-width: 84em) {
  .home-about__photo--2 {
    height: calc(45% - 0.3125rem);
  }
}

.home-about__photo--3 {
  bottom: 0;
  height: calc(55% - 0.3125rem);
  right: 0;
  width: calc(40% - 0.3125rem);
}
.no-webp .home-about__photo--3 {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/about_photo_3.jpg);
}
.webp .home-about__photo--3 {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/about_photo_3.webp);
}
@media (min-width: 60em) {
  .home-about__photo--3 {
    width: calc(50% - 0.3125rem);
  }
}
@media (min-width: 84em) {
  .home-about__photo--3 {
    height: calc(55% - 0.3125rem);
  }
}

.home-projects {
  background-color: #222;
}
@media (min-width: 84em) {
  .home-projects {
    padding: 0.3125rem;
  }
}

.project-deck-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 24rem;
}
@media (min-width: 36em) {
  .project-deck-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90rem;
  }
}

.project-deck {
  background-color: #9c171e;
  border-bottom: 1px solid #d0d6da;
  position: relative;
}
@media (min-width: 24em) {
  .project-deck {
    border-bottom: 1px solid #222;
  }
}
@media (min-width: 36em) {
  .project-deck {
    border-bottom: none;
    width: 50%;
  }
}
@media (min-width: 60em) {
  .project-deck {
    width: 33.3333%;
  }
}
@media (min-width: 84em) {
  .project-deck {
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
  }
}

.project-deck__link {
  display: block;
  position: relative;
}

.project-deck__title-main {
  align-items: center;
  color: white;
  display: flex;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.15rem;
  padding: 2.5rem;
  line-height: 0.9;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
}
.project-deck__title-main span {
  padding-top: 0.3125rem;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 26px;
  font-size: 1.625rem;
  max-width: 20rem;
}

.project-deck__over {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transform: scale(0.9);
  transition: all 0.2s ease;
}
@media (min-width: 60em) {
  .no-touchevents .project-deck__over {
    top: -0.5rem;
    left: -0.5rem;
    bottom: -0.5rem;
    right: -0.5rem;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  }
}
.touchevents .project-deck__over, .project-deck__link:hover .project-deck__over {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.project-deck__inner {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 35%);
  bottom: -1px;
  padding: 1.25rem 5rem 1.25rem 1.25rem;
  width: calc(100% + 1px);
  right: -1px;
  position: absolute;
}
@media (min-width: 60em) {
  .project-deck__inner {
    padding: 1.875rem 5.5rem 1.5rem 1.875rem;
  }
}

.project-deck__title {
  color: #f5eabe;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  line-height: 1;
  margin-bottom: 0.3125rem;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(-0.625rem);
  transition: all 0.2s ease 0.2s;
}
@media (min-width: 60em) {
  .project-deck__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.touchevents .project-deck__title, .project-deck__link:hover .project-deck__title {
  opacity: 1;
  transform: none;
}
.project-deck__title span {
  padding: 0.25rem 0 0.3125rem;
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.project-deck__desc {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}
.touchevents .project-deck__desc, .project-deck__link:hover .project-deck__desc {
  opacity: 1;
}

.project-deck__go {
  border-radius: 0.375rem 0 0 0.375rem;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  text-transform: uppercase;
  transform: translateX(1.25rem) translateY(-50%);
  transition: all 0.2s ease 0.1s;
}
@media (min-width: 60em) {
  .project-deck__go {
    padding-right: 1.25rem;
  }
}
.touchevents .project-deck__go, .project-deck__link:hover .project-deck__go {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}

.home-purposes {
  background: white url(https://assets.persecution.com/public/graphics/site/home/bg_home_purposes.jpg) center center no-repeat;
  display: flex;
  padding: 5rem 2.5rem;
}
.webp .home-purposes {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/bg_home_purposes.webp);
}
@media (min-width: 60em) {
  .home-purposes {
    padding: 5rem;
  }
}
@media (min-width: 84em) {
  .home-purposes {
    padding: 7.5rem 5rem;
  }
}

.home-purposes__inner {
  max-width: 36rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .home-purposes__inner {
    max-width: 75rem;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 60em) {
  .home-purposes__content {
    padding-right: 3.75rem;
  }
}
@media (min-width: 72em) {
  .home-purposes__content {
    padding-right: 5rem;
  }
}
@media (min-width: 84em) {
  .home-purposes__content {
    padding-right: 7.5rem;
  }
}
.home-purposes__content .title {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 3.25rem;
}
@media (min-width: 84em) {
  .home-purposes__content .title {
    font-size: 78px;
    font-size: 4.875rem;
  }
}
.home-purposes__content .title div {
  color: #444;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: -0.125rem;
}
@media (min-width: 84em) {
  .home-purposes__content .title div {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.home-purposes__content ol {
  counter-reset: section;
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
@media (min-width: 60em) {
  .home-purposes__content ol {
    margin-bottom: 0;
  }
}
.home-purposes__content ol li {
  counter-increment: section;
  font-style: italic;
  padding-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .home-purposes__content ol li {
    padding-left: 4.25rem;
    position: relative;
  }
}
@media (min-width: 84em) {
  .home-purposes__content ol li {
    padding-bottom: 2.75rem;
  }
}
.home-purposes__content ol li:last-of-type {
  padding-bottom: 0;
}
.home-purposes__content ol li::before {
  background-color: rgba(72, 104, 125, 0.2);
  color: #48687d;
  content: counters(section, ".") " ";
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 0.4rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 72em) {
  .home-purposes__content ol li::before {
    position: absolute;
    left: 0;
    top: 0.1rem;
  }
}

.home-purposes__photo {
  margin: 0 auto;
  max-width: 30rem;
}
@media (min-width: 60em) {
  .home-purposes__photo {
    width: 21rem;
    flex: 1 0 21rem;
  }
}
@media (min-width: 84em) {
  .home-purposes__photo {
    width: 30rem;
    flex-basis: 30rem;
  }
}
.home-purposes__photo img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

@media (min-width: 72em) {
  .site-header--2020 .get-involved,
.site-footer--2020 .get-involved {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 54em) {
  .site-header--2020 .get-involved__links,
.site-footer--2020 .get-involved__links {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 66em) {
  .site-header--2020 .get-involved__links,
.site-footer--2020 .get-involved__links {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 72em) {
  .site-header--2020 .get-involved__links,
.site-footer--2020 .get-involved__links {
    grid-gap: 3.125rem;
  }
}
@media (min-width: 54em) {
  [lang=es] .site-header--2020 .get-involved__links,
[lang=es] .site-footer--2020 .get-involved__links {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 66em) {
  .site-header--2020 .get-involved__sub-links,
.site-footer--2020 .get-involved__sub-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 48em) {
  [lang=es] .site-header--2020 .get-involved__sub-links,
[lang=es] .site-footer--2020 .get-involved__sub-links {
    padding: 0;
  }
}
@media (min-width: 66em) {
  [lang=es] .site-header--2020 .get-involved__sub-links,
[lang=es] .site-footer--2020 .get-involved__sub-links {
    padding-top: 0.625rem;
    grid-template-columns: 1fr;
  }
}
.site-header--2020 .get-involved__sub-links-group h3,
.site-footer--2020 .get-involved__sub-links-group h3 {
  color: #f5e7b9;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}
.site-header--2020 .get-involved__sub-links-group ul,
.site-footer--2020 .get-involved__sub-links-group ul {
  margin: 0 0 3.75rem;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 66em) {
  .site-header--2020 .get-involved__sub-links-group ul:last-child,
.site-footer--2020 .get-involved__sub-links-group ul:last-child {
    margin-bottom: 0;
  }
}
[lang=es] .site-header--2020 .get-involved__sub-links-group ul,
[lang=es] .site-footer--2020 .get-involved__sub-links-group ul {
  margin-bottom: 1.875rem;
}
.site-header--2020 .get-involved__sub-links-group li,
.site-footer--2020 .get-involved__sub-links-group li {
  padding: 0;
}
.site-header--2020 .get-involved__sub-links-group a,
.site-footer--2020 .get-involved__sub-links-group a {
  display: block;
  padding: 0.3125rem 0;
  font-weight: bold;
}
@media (min-width: 48em) {
  [lang=es] .site-header--2020 .get-involved__sub-links-group a,
[lang=es] .site-footer--2020 .get-involved__sub-links-group a {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
    padding: 0.625rem 0;
  }
}

.es-home-hero {
  background: #17292e center top no-repeat;
  background-size: 100% auto;
  position: relative;
  padding: 2.5rem 1.875rem 1.875rem;
}
@media (min-width: 60em) {
  .es-home-hero {
    padding: 3.75rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .es-home-hero {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 96em) {
  .es-home-hero {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.no-webp .es-home-hero {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/es/home_hero_bg.jpg);
}
.webp .es-home-hero {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/es/home_hero_bg.webp);
}

.es-home-hero__inner {
  max-width: 96rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .es-home-hero__inner {
    display: grid;
    grid-template-columns: 20rem 1fr;
    grid-gap: 0.625rem;
  }
}
@media (min-width: 60em) {
  .es-home-hero__inner {
    grid-template-columns: 22.5rem 1fr;
    grid-gap: 2.5rem;
  }
}
@media (min-width: 72em) {
  .es-home-hero__inner {
    grid-gap: 3.75rem;
    grid-template-columns: 27.5rem 1fr;
  }
}
@media (min-width: 84em) {
  .es-home-hero__inner {
    grid-template-columns: 32.5rem 1fr;
  }
}

.es-home-hero__photos {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  height: 50vw;
  margin-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .es-home-hero__photos {
    order: 2;
    margin-bottom: 0;
    height: auto;
  }
}

.es-home-hero__photo {
  background-color: black;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2), 0 14px 48px rgba(0, 0, 0, 0.3);
  position: relative;
  top: -0.3125rem;
}
@media (min-width: 60em) {
  .es-home-hero__photo {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3), 0 14px 48px rgba(0, 0, 0, 0.5);
  }
}
.es-home-hero__photo:nth-child(2) {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2), 0 14px 48px rgba(0, 0, 0, 0.5);
  margin: -0.625rem 0;
  z-index: 4;
}
@media (min-width: 60em) {
  .es-home-hero__photo:nth-child(2) {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), 0 14px 48px rgba(0, 0, 0, 0.8);
    margin: -1.25rem 0;
  }
}

.es-home-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 1s ease;
}
.es-home-hero__slide.is-hidden {
  opacity: 0;
}
.es-home-hero__photo:nth-child(2) .es-home-hero__slide {
  transition-delay: 0.25s;
}
.es-home-hero__photo:nth-child(3) .es-home-hero__slide {
  transition-delay: 0.5s;
}
.es-home-hero__slide img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.es-home-hero__slide--1 {
  z-index: 3;
}

.es-home-hero__slide--2 {
  z-index: 2;
}

.es-home-hero__slide--3 {
  z-index: 1;
}

.es-home-hero__content {
  color: white;
  padding: 0 0 1.25rem;
  max-width: 25rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .es-home-hero__content {
    padding: 2.25rem 1.875rem 2.5rem;
    order: 1;
  }
}
@media (min-width: 60em) {
  .es-home-hero__content {
    padding: 2.5rem 0;
  }
}
@media (min-width: 72em) {
  .es-home-hero__content {
    max-width: none;
    padding: 2.5rem 0;
  }
}
@media (min-width: 84em) {
  .es-home-hero__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.es-home-hero__content h1 {
  line-height: 1.25;
  margin: 0 0 1.25rem;
  text-align: center;
}
.es-home-hero__content h1 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media (min-width: 24em) {
  .es-home-hero__content h1 span {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 72em) {
  .es-home-hero__content h1 span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 84em) {
  .es-home-hero__content h1 span {
    line-height: 1.35;
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 90em) {
  .es-home-hero__content h1 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.es-home-hero__content h1 strong {
  background: center no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/es/home_hero_text.png);
  background-size: contain;
  display: block;
  height: 5rem;
  text-indent: -999rem;
}
@media (min-width: 24em) {
  .es-home-hero__content h1 strong {
    height: 7rem;
  }
}
@media (min-width: 48em) {
  .es-home-hero__content h1 strong {
    height: 6.25rem;
  }
}
@media (min-width: 60em) {
  .es-home-hero__content h1 strong {
    height: 7.5rem;
  }
}
@media (min-width: 72em) {
  .es-home-hero__content h1 strong {
    height: 9.5rem;
  }
}
@media (min-width: 84em) {
  .es-home-hero__content h1 strong {
    height: 11rem;
  }
}

.es-home-hero__buttons {
  text-align: center;
}
.es-home-hero__buttons a {
  background: #038294;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 24em) {
  .es-home-hero__buttons a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 60em) {
  .es-home-hero__buttons a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 72em) {
  .es-home-hero__buttons a {
    letter-spacing: 0.075em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.es-home-hero__buttons a:hover {
  background: #025662;
}

.es-home-pray {
  position: relative;
  overflow: hidden;
  max-width: 25rem;
  margin: 0 auto;
  padding: 3.125rem 1.875rem;
}
@media (min-width: 32em) {
  .es-home-pray {
    max-width: 30rem;
  }
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .es-home-pray {
      border-radius: 0;
      max-width: 81.25rem;
      display: grid;
      grid-gap: 3.75rem;
      padding: 3.75rem;
      grid-template-columns: 1fr 0.75fr;
      align-items: center;
    }
  }
  @media (min-width: 72em) {
    .es-home-pray {
      grid-template-columns: 1fr 0.65fr;
      grid-gap: 5rem;
    }
  }
  @media (min-width: 84em) {
    .es-home-pray {
      padding: 6.25rem 5rem;
      border-radius: 0.375rem;
    }
  }
}

.es-home-pray__photo {
  background-size: cover;
  background-position: center;
  padding-top: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 36px rgba(0, 0, 0, 0.15);
}
.no-webp .es-home-pray__photo {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/es/home_pray.jpg);
}
.webp .es-home-pray__photo {
  background-image: url(https://assets.persecution.com/public/graphics/site/home/es/home_pray.webp);
}

.es-home-pray__inner {
  max-width: 25rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .es-home-pray__inner {
      max-width: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      align-items: center;
      margin-bottom: 0;
    }
  }
  @media (min-width: 72em) {
    .es-home-pray__inner {
      max-width: 63.75rem;
    }
  }
}
.es-home-pray__inner h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 1.25rem;
}
@media (min-width: 60em) {
  .es-home-pray__inner h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (min-width: 72em) {
  .es-home-pray__inner h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35;
  }
}

.es-home-bcampaign {
  background: #24323b;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 32em) {
  .es-home-bcampaign {
    max-width: 30rem;
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 36px rgba(0, 0, 0, 0.15);
  }
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .es-home-bcampaign {
      border-radius: 0;
      max-width: 81.25rem;
      position: relative;
    }
  }
  @media (min-width: 84em) {
    .es-home-bcampaign {
      border-radius: 0.375rem;
    }
  }
  @media (min-width: 48em) {
    .no-webp .es-home-bcampaign, .webp .es-home-bcampaign {
      background-size: cover;
      background-position: center;
    }
  }
  @media (min-width: 48em) {
    .no-webp .es-home-bcampaign {
      background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_es_bibles.jpg?v=20220222);
    }
  }
  @media (min-width: 48em) {
    .webp .es-home-bcampaign {
      background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_es_bibles.webp?v=20220222);
    }
  }
}

.es-home-bcampaign__photo {
  background-size: cover;
  background-position: center;
  padding-top: 70%;
}
@media (min-width: 48em) {
  .es-home-bcampaign__photo {
    display: none;
  }
}
.no-webp .es-home-bcampaign__photo {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_es_bibles.webp?v=20220222);
}
@media (min-width: 48em) {
  .no-webp .es-home-bcampaign__photo {
    background-image: none;
  }
}
.webp .es-home-bcampaign__photo {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/es/b_campaign_es_bibles.jpg?v=20220222);
}
@media (min-width: 48em) {
  .webp .es-home-bcampaign__photo {
    background-image: none;
  }
}

.es-home-bcampaign__inner {
  color: white;
  padding: 2.25rem 1.875rem 2.5rem;
  max-width: 25rem;
  margin: 0 auto;
  text-align: center;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .es-home-bcampaign__inner {
      padding-top: 12.5%;
      padding-bottom: 12.5%;
      padding-left: 10%;
      padding-right: calc(12.5% + 5rem);
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      align-items: center;
      margin: 0;
      max-width: 70%;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    }
  }
  @media (min-width: 72em) {
    .es-home-bcampaign__inner {
      padding-left: 9.75%;
    }
  }
  @media (min-width: 84em) {
    .es-home-bcampaign__inner {
      padding-top: 10%;
      padding-bottom: 10%;
    }
  }
}
.es-home-bcampaign__inner h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
  margin: 0 0 1.25rem;
  font-weight: normal;
}
@media (min-width: 60em) {
  .es-home-bcampaign__inner h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media (min-width: 72em) {
  .es-home-bcampaign__inner h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35;
  }
}
.es-home-bcampaign__inner h2 strong {
  display: block;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f5eabe;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
}
@media (min-width: 60em) {
  .es-home-bcampaign__inner h2 strong {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media (min-width: 72em) {
  .es-home-bcampaign__inner h2 strong {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
@media (min-width: 84em) {
  .es-home-bcampaign__inner h2 strong {
    font-size: 112px;
    font-size: 7rem;
    position: relative;
    right: -1%;
  }
}

.home-campaign-202310-idop-es {
  background: #101213;
  overflow: hidden;
  position: relative;
}
.home-campaign-202310-idop-es::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/site/home_hero/es/hero_202310_idop_bg.webp) center no-repeat;
  background-position-x: calc(50% + 12.5rem);
  opacity: 0.5;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 48em) {
  .home-campaign-202310-idop-es::before {
    opacity: 1;
    background-position-x: center;
  }
}
@media (min-width: 72em) {
  .home-campaign-202310-idop-es::before {
    background-position-y: top;
    background-size: auto 120%;
  }
}
@media (min-width: 84em) {
  .home-campaign-202310-idop-es::before {
    background-position-x: calc(50% + 3.75rem);
    background-size: auto 140%;
  }
}

.home-campaign-202310-idop-es__inner {
  color: white;
  position: relative;
}

.home-campaign-202310-idop-es__content {
  padding: 3.75rem 1.875rem;
  max-width: 21.25rem;
  margin: 0 auto;
}
@media (min-width: 32em) {
  .home-campaign-202310-idop-es__content {
    max-width: 27.5rem;
  }
}
@media (min-width: 48em) {
  .home-campaign-202310-idop-es__content {
    position: relative;
    left: 8.75rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202310-idop-es__content {
    left: 10rem;
    max-width: 32.5rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202310-idop-es__content {
    left: 12.5rem;
    max-width: 36.5rem;
  }
}

.home-campaign-202310-idop-es__title {
  -webkit-animation: home-campaign-202310-idop-es-show 0.35s ease 0.5s;
          animation: home-campaign-202310-idop-es-show 0.35s ease 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  margin: 0 0 1.875rem;
  text-align: center;
  position: relative;
}

.home-campaign-202310-idop-es__title-join {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.4em;
  margin-bottom: 0.25em;
}
@media (min-width: 32em) {
  .home-campaign-202310-idop-es__title-join {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 48em) {
  .home-campaign-202310-idop-es__title-join {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202310-idop-es__title-join {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.3em;
  }
}
@media (min-width: 84em) {
  .home-campaign-202310-idop-es__title-join {
    font-size: 32px;
    font-size: 2rem;
  }
}

.home-campaign-202310-idop-es__title-prayer {
  background: url(https://assets.persecution.com/public/graphics/site/home_hero/es/hero_202310_idop_text_movimiento.png) center top no-repeat;
  background-size: contain;
  height: 4.5rem;
  text-indent: -999rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 32em) {
  .home-campaign-202310-idop-es__title-prayer {
    height: 6.5rem;
  }
}
@media (min-width: 48em) {
  .home-campaign-202310-idop-es__title-prayer {
    height: 6rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202310-idop-es__title-prayer {
    height: 6.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202310-idop-es__title-prayer {
    height: 7.25rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202310-idop-es__title-prayer {
    height: 8.75rem;
    margin-bottom: 0.75rem;
  }
}

.home-campaign-202310-idop-es__title-global {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #131311;
  border: 2px solid white;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  padding: 0.2em 0.75em;
}
@media (min-width: 60em) {
  .home-campaign-202310-idop-es__title-global {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202310-idop-es__title-global {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202310-idop-es__title-global {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.home-campaign-202310-idop-es__title-movement {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.5em;
}
@media (min-width: 32em) {
  .home-campaign-202310-idop-es__title-movement {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202310-idop-es__title-movement {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 84em) {
  .home-campaign-202310-idop-es__title-movement {
    font-size: 32px;
    font-size: 2rem;
  }
}

.home-campaign-202310-idop-es__desc {
  -webkit-animation: home-campaign-202310-idop-es-show 0.35s ease 1s;
          animation: home-campaign-202310-idop-es-show 0.35s ease 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  max-width: 25rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 25.875em) {
  .home-campaign-202310-idop-es__desc {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 48em) {
  .home-campaign-202310-idop-es__desc {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 22.5rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202310-idop-es__desc {
    max-width: 25rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202310-idop-es__desc {
    font-size: 21px;
    font-size: 1.3125rem;
    max-width: 27.5rem;
  }
}

.home-campaign-202310-idop-es__intro {
  margin-bottom: 0.25rem;
}

.home-campaign-202310-idop-es__date {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.875rem;
  opacity: 0.65;
}

.home-campaign-202310-idop-es__buttons {
  text-align: center;
  padding-bottom: 0.625rem;
}
.home-campaign-202310-idop-es__buttons .button {
  -webkit-animation: home-campaign-202310-idop-es-show 0.35s ease 1.25s;
          animation: home-campaign-202310-idop-es-show 0.35s ease 1.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background: #038294;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.1em;
  padding: 0.625em 1em;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 60em) {
  .home-campaign-202310-idop-es__buttons .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202310-idop-es__buttons .button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home-campaign-202310-idop-es__buttons .button:hover {
  background-color: #025f6c;
}
.home-campaign-202310-idop-es__buttons .button:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.75);
  outline-offset: 2px;
}

@-webkit-keyframes home-campaign-202310-idop-es-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-campaign-202310-idop-es-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes home-campaign-202310-idop-es-show-img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes home-campaign-202310-idop-es-show-img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-campaign-202310-idop-es__video-link a {
  -webkit-animation: home-campaign-202310-idop-es-show 0.35s ease 1.5s;
          animation: home-campaign-202310-idop-es-show 0.35s ease 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  color: #f5eabe;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
@media (min-width: 60em) {
  .home-campaign-202310-idop-es__video-link a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.home-campaign-202310-idop-es__video-link a::before {
  content: "";
  display: inline-block;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/es/hero_202310_idop_play.svg);
  position: relative;
  top: 0.325rem;
  margin-right: 0.35rem;
  height: 1.25rem;
  width: 1.25rem;
  background-size: contain;
}
@media (min-width: 60em) {
  .home-campaign-202310-idop-es__video-link a::before {
    height: 1.5rem;
    width: 1.5rem;
    top: 0.425rem;
    margin-right: 0.5rem;
  }
}

.home-2020 {
  background-color: #f4f1ea;
  overflow: hidden;
}
.home-2020 .button {
  background: #038294;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 0.5em 1em;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 48em) {
  .home-2020 .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .home-2020 .button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home-2020 .button:hover {
  background: #025662;
}

.home-magazine__inner {
  margin: 0 auto;
  max-width: 70rem;
  padding: 3.75rem 1.875rem;
}
@supports (display: grid) {
  .home-magazine__inner {
    align-items: center;
    display: grid;
    grid-gap: 2.5rem;
  }
  @media (min-width: 25.875em) {
    .home-magazine__inner {
      padding: 3.75rem;
    }
  }
  @media (min-width: 48em) {
    .home-magazine__inner {
      grid-gap: 3.75rem;
      grid-template-columns: 17.5rem 1fr;
    }
  }
  @media (min-width: 60em) {
    .home-magazine__inner {
      grid-template-columns: 19.375rem 1fr;
    }
  }
  @media (min-width: 72em) {
    .home-magazine__inner {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
    }
  }
}

.home-magazine__img {
  margin: 0 auto;
  max-width: 25rem;
  text-align: center;
}
.home-magazine__img img {
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.2));
}

.home-magazine__content {
  margin: 0 auto;
  max-width: 19.375rem;
}
@media (min-width: 48em) {
  .home-magazine__content {
    max-width: none;
  }
}
.home-magazine__content h2 {
  line-height: 1.15;
  margin: 0 0 1.25rem;
}
.home-magazine__content h2 span {
  color: #888;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media (min-width: 25.875em) {
  .home-magazine__content h2 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 60em) {
  .home-magazine__content h2 span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 72em) {
  .home-magazine__content h2 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home-magazine__content h2 strong {
  color: #038294;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}
@media (min-width: 25.875em) {
  .home-magazine__content h2 strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 72em) {
  .home-magazine__content h2 strong {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}
@media (min-width: 84em) {
  .home-magazine__content h2 strong {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.home-magazine__content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 72em) {
  .home-magazine__content p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.home-b-campaign {
  background-color: #224044;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.15);
  color: white;
  margin: 0 auto;
  max-width: 81.25rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 84em) {
  .home-b-campaign {
    border-radius: 0.375rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 8px 36px rgba(0, 0, 0, 0.15);
  }
}

.home-gpg {
  position: relative;
}
@media (min-width: 60em) {
  .home-gpg {
    padding-top: 2.5rem;
  }
}
.home-gpg::before {
  content: "";
  display: block;
  height: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, #f4f1ea, rgba(244, 241, 234, 0));
}
@media (min-width: 60em) {
  .home-gpg::before {
    top: 2.5rem;
    height: 10rem;
  }
}

.home-gpg__inner {
  max-width: 81.25rem;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 22.5rem auto;
  padding: 3.75rem 1.875rem 0;
}
@media (min-width: 25.875em) {
  .home-gpg__inner {
    background-size: 27.5rem auto;
  }
}
@media (min-width: 32em) {
  .home-gpg__inner {
    background-size: 36.25rem auto;
  }
}
@media (min-width: 60em) {
  .home-gpg__inner {
    background-size: 54rem auto;
    background-position: left top;
    padding: 3.75rem 3.75rem 0;
  }
}
@media (min-width: 66em) {
  .home-gpg__inner {
    background-size: 100% auto;
  }
}
.no-webp .home-gpg__inner {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_prayermap_middle.png);
}
@media (min-width: 60em) {
  .no-webp .home-gpg__inner {
    background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_prayermap.png);
  }
}
.webp .home-gpg__inner {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_prayermap_middle.webp);
}
@media (min-width: 60em) {
  .webp .home-gpg__inner {
    background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_prayermap.webp);
  }
}

.home-gpg__content {
  text-align: center;
  padding: 11.25rem 0 5rem;
}
@media (min-width: 25.875em) {
  .home-gpg__content {
    padding-top: 15rem;
    max-width: 26.25rem;
    margin: 0 auto;
  }
}
@media (min-width: 32em) {
  .home-gpg__content {
    padding-top: 21.25rem;
  }
}
@media (min-width: 60em) {
  .home-gpg__content {
    margin-left: auto;
    margin-right: 1.25rem;
    max-width: 26.25rem;
    padding: 3.75rem 0 5rem;
  }
}
@media (min-width: 72em) {
  .home-gpg__content {
    max-width: 26.25rem;
    padding: 7rem 0;
  }
}
@media (min-width: 84em) {
  .home-gpg__content {
    max-width: 35rem;
  }
}
@media (min-width: 60em) {
  [lang=es] .home-gpg__content {
    padding: 5rem 0 7.5rem;
  }
}
@media (min-width: 72em) {
  [lang=es] .home-gpg__content {
    padding: 8rem 0 10rem;
  }
}
@media (min-width: 84em) {
  [lang=es] .home-gpg__content {
    padding: 8.75rem 0 11.25rem;
  }
}
.home-gpg__content h2 {
  background: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_gpg_logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  width: 16rem;
  height: 2.5rem;
  margin: 0 auto 1.875rem;
  text-indent: -999rem;
}
@media (min-width: 25.875em) {
  .home-gpg__content h2 {
    width: 21rem;
    height: 3.5rem;
  }
}
@media (min-width: 60em) {
  .home-gpg__content h2 {
    width: 25.625rem;
    height: 3.75rem;
    margin-bottom: 1.25rem;
  }
}
[lang=es] .home-gpg__content h2 {
  background: none;
  text-indent: 0;
  height: auto;
  width: auto;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  color: #038294;
}
@media (min-width: 24em) {
  [lang=es] .home-gpg__content h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 60em) {
  [lang=es] .home-gpg__content h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 84em) {
  [lang=es] .home-gpg__content h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.home-gpg__content p {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 60em) {
  .home-gpg__content p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 72em) {
  .home-gpg__content p {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.home-gpg__ways {
  margin: 0 -3.75rem;
  padding: 3.75rem 0 7.5rem;
  text-align: center;
}
@media (min-width: 90em) {
  .home-gpg__ways {
    padding-top: 5rem;
  }
}
.home-gpg__ways h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  margin: 0 0 1.875rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .home-gpg__ways h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.home-gpg__list {
  list-style: none;
  margin: 0 auto 2.5rem;
  max-width: 62.5rem;
  padding: 0;
  counter-reset: section;
}
@supports (display: grid) {
  .home-gpg__list {
    display: grid;
    grid-gap: 2.5rem;
  }
  @media (min-width: 60em) {
    .home-gpg__list {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 0;
      padding: 0 1.25rem;
    }
  }
  @media (min-width: 66em) {
    .home-gpg__list {
      grid-gap: 2.5rem;
      padding: 0;
    }
  }
}

.home-gpg__way {
  counter-increment: section;
  margin: 0 auto;
  max-width: 25rem;
  width: 100%;
  display: flex;
}
.home-gpg__way .home-gpg__way-logo {
  margin: 0 auto 0.625rem;
}

.home-gpg__way-link {
  display: block;
  text-decoration: none;
  border-radius: 0.625rem;
  padding: 1.25rem 0;
}
@supports (display: grid) {
  .home-gpg__way-link {
    display: flex;
    flex-direction: column;
  }
}
.home-gpg__way-link::before {
  background-color: #726b58;
  color: white;
  content: counters(section, ".") " ";
  padding-top: 0.55rem;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 auto;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 1.25rem;
  transition: background-color 0.2s ease;
}
.home-gpg__way-link:hover {
  background-color: rgba(3, 130, 148, 0.15);
}
.home-gpg__way-link:hover::before {
  background-color: #038294;
}
.home-gpg__way-link:hover .home-gpg__way-cta-inner {
  background-color: #025662;
}

.home-gpg__way-img {
  padding-top: 50%;
  margin-bottom: 0.625rem;
  position: relative;
}
@media (min-width: 60em) {
  .home-gpg__way-img {
    padding-top: 65%;
  }
}
.home-gpg__way-img img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.home-gpg__way-desc {
  color: #444;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  padding: 0 5rem;
  text-align: left;
}
@media (min-width: 60em) {
  .home-gpg__way-desc {
    padding: 0 1.25rem;
  }
}

.home-gpg__way-cta {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: auto auto 0;
  max-width: 16.75rem;
  padding-top: 1.25rem;
  width: 100%;
}

.home-gpg__way-cta-inner {
  background-color: #038294;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  border-radius: 0.375rem;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  display: inline-block;
  align-self: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.home-gpg__way--gpg .home-gpg__way-logo {
  background: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_gpg_logo.png) center center no-repeat;
  background-size: contain;
  margin-top: 1.75rem;
  display: block;
  width: 18.25rem;
  height: 2.5rem;
  text-indent: -999rem;
}
@media (min-width: 60em) {
  .home-gpg__way--gpg .home-gpg__way-logo {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 60em) {
  .home-gpg__way--gpg .home-gpg__way-img {
    margin-bottom: 0.8rem;
  }
}

.home-gpg__way--frontline .home-gpg__way-logo {
  margin-top: 1.225rem;
}
@media (min-width: 60em) {
  .home-gpg__way--frontline .home-gpg__way-logo {
    margin-bottom: 1.5rem;
  }
}
.home-gpg__way--frontline .home-gpg__way-logo strong {
  color: #038294;
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.home-gpg__way--frontline .home-gpg__way-logo em {
  color: #444;
  display: block;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}

.home-gpg__way--icommit .home-gpg__way-logo {
  background: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_gpg_icommit_logo.png) center center no-repeat;
  background-size: contain;
  display: block;
  margin-top: 2rem;
  width: 15.5rem;
  height: 1.5rem;
  text-indent: -999rem;
}
@media (min-width: 60em) {
  .home-gpg__way--icommit .home-gpg__way-logo {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 60em) {
  .home-gpg__way--icommit .home-gpg__way-img {
    margin-bottom: 0.55rem;
  }
}
.home-gpg__way--icommit img {
  height: 80%;
  top: 10%;
}

.home-give {
  background-color: #038294;
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 25.875em) {
  .home-give {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 84em) {
  .home-give {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}

.home-give__inner {
  margin: 0 auto;
  max-width: 18.75rem;
}
@media (min-width: 48em) {
  .home-give__inner {
    max-width: 62.5rem;
  }
}
.home-give__inner h2 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 3.125rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
@media (min-width: 72em) {
  .home-give__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.home-give__inner h2::after {
  content: "";
  flex: 1;
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
  height: 2px;
  margin-left: 1.25rem;
}

.home-give__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@supports (display: grid) {
  .home-give__list {
    display: grid;
    grid-gap: 3.75rem;
  }
  @media (min-width: 48em) {
    .home-give__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.home-give__item {
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  max-width: 18.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.home-give__link:hover .home-give__img {
  transform: scale(1.15);
}

.home-give__text {
  color: white;
  position: absolute;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1rem;
  line-height: 1.2;
  z-index: 1;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
@media (min-width: 48em) {
  .home-give__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 54em) {
  .home-give__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 66em) {
  .home-give__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home-give__text strong {
  color: #f5eabe;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-give__text strong {
    display: inline;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
  }
}
@media (min-width: 54em) {
  .home-give__text strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 66em) {
  .home-give__text strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.home-give__img {
  transition: all 0.3s ease;
}
.home-give__img::before {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
  position: absolute;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 48em) {
  .home-give__img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65));
    height: 70%;
  }
}
@media (min-width: 72em) {
  .home-give__img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55));
    height: 60%;
  }
}

.home-inspired {
  background-color: #224044;
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 25.875em) {
  .home-inspired {
    padding: 5rem 3.75rem;
  }
}

.home-inspired__inner {
  margin: 0 auto;
  max-width: 18.75rem;
}
@media (min-width: 48em) {
  .home-inspired__inner {
    max-width: 62.5rem;
  }
}
.home-inspired__inner h2 {
  color: #f4f1ea;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 3.125rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
@media (min-width: 72em) {
  .home-inspired__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.home-inspired__inner h2::after {
  content: "";
  flex: 1;
  display: block;
  background-color: rgba(244, 241, 234, 0.35);
  height: 2px;
  margin-left: 1.25rem;
}

.home-inspired__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@supports (display: grid) {
  .home-inspired__list {
    display: grid;
    grid-gap: 3.75rem;
  }
  @media (min-width: 48em) {
    .home-inspired__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.home-inspired__item {
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  max-width: 18.75rem;
}
.home-inspired__item::before {
  content: "";
  display: block;
  background: #038294 url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_advance.svg) center center no-repeat;
  background-size: 90% auto;
  border-radius: 0.625rem;
  height: 3.75rem;
  width: 3.75rem;
  position: absolute;
  left: 1.25rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  top: -1.25rem;
  z-index: 3;
}
@media (min-width: 48em) {
  .home-inspired__item::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 60em) {
  .home-inspired__item::before {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.home-inspired__item--conference::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_advance.svg);
}

.home-inspired__item--magazine::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_magazine.svg);
}

.home-inspired__item--stories::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_stories.svg);
}

.home-inspired__item--radio::before {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_inspired_icon_radio.svg);
}

.home-inspired__link:hover .home-inspired__img img {
  transform: scale(1.15);
}

.home-inspired__text {
  color: white;
  position: absolute;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1rem;
  line-height: 1.2;
  z-index: 1;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
@media (min-width: 48em) {
  .home-inspired__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .home-inspired__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .home-inspired__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home-inspired__text strong {
  color: #f5eabe;
  font-weight: bold;
}

.home-inspired__img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.home-inspired__img img {
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
}
.home-inspired__img::before {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
  position: absolute;
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .home-inspired__img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.65));
    height: 70%;
  }
}
@media (min-width: 72em) {
  .home-inspired__img::before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.55));
    height: 60%;
  }
}

.home-resources {
  background-color: white;
  margin: 0 auto;
  max-width: 81.25rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 25.875em) {
  .home-resources {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 84em) {
  .home-resources {
    border-radius: 0 0 0.375rem 0.375rem;
  }
}

.home-resources__inner {
  margin: 0 auto;
  max-width: 18.75rem;
}
@media (min-width: 48em) {
  .home-resources__inner {
    max-width: 62.5rem;
  }
}
.home-resources__inner h2 {
  color: #038294;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 3.125rem;
  font-weight: normal;
  display: flex;
  align-items: center;
}
@media (min-width: 72em) {
  .home-resources__inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.home-resources__inner h2::after {
  content: "";
  flex: 1;
  display: block;
  background-color: rgba(3, 130, 148, 0.15);
  height: 2px;
  margin-left: 1.25rem;
}

.home-resources__list {
  list-style: none;
  margin: 0 0 3.125rem;
  padding: 0;
}
@supports (display: grid) {
  .home-resources__list {
    display: grid;
    grid-gap: 3.75rem;
  }
  @media (min-width: 48em) {
    .home-resources__list {
      grid-gap: 3.125rem;
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

.home-resources__item {
  margin: 0 auto;
  max-width: 18.75rem;
}

.home-resources__link {
  color: #444;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
}
.home-resources__link:hover {
  color: #038294;
}
.home-resources__link:hover .home-resources__img {
  transform: scale(1.07);
}

.home-resources__text {
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.home-resources__text em {
  color: #038294;
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}
.home-resources__text span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  opacity: 0.8;
  text-transform: uppercase;
}
[lang=es] .home-resources__text {
  font-size: 21px;
  font-size: 1.3125rem;
}

.home-resources__img {
  margin-bottom: 0.375rem;
  transition: all 0.2s ease;
}
[lang=es] .home-resources__img img {
  border-radius: 0.625rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 0.625rem;
}

.home-resources__more {
  border-top: 0.125rem solid rgba(3, 130, 148, 0.15);
  text-align: center;
  padding-top: 2.5rem;
}

.home-resources__cln {
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .home-resources__cln {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 6.25rem;
    grid-gap: 5rem;
  }
}
.home-resources__cln h2 {
  display: block;
  margin-bottom: 1.25rem;
}
@media (min-width: 72em) {
  .home-resources__cln h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.home-resources__cln h2::after {
  display: none;
}
@media (min-width: 48em) {
  .home-resources__cln p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.home-resources__cln-img {
  margin: 0 0 1.875rem;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@media (min-width: 48em) {
  .home-resources__cln-img {
    width: 100%;
    position: static;
    margin: 0;
    display: flex;
  }
}
@media (min-width: 48em) {
  .home-resources__cln-img img {
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.12);
  }
}

.home-about-vom__inner {
  max-width: 45rem;
  margin: 0 auto;
  padding: 5rem 1.875rem;
}
@supports (display: grid) {
  .home-about-vom__inner {
    display: grid;
    grid-gap: 2.5rem;
  }
  @media (min-width: 25.875em) {
    .home-about-vom__inner {
      padding: 6.25rem 3.75rem;
    }
  }
  @media (min-width: 48em) {
    .home-about-vom__inner {
      grid-gap: 3.75rem;
    }
  }
  @media (min-width: 60em) {
    .home-about-vom__inner {
      max-width: 80rem;
      grid-template-columns: 1fr 16.25rem;
    }
  }
  @media (min-width: 66em) {
    .home-about-vom__inner {
      align-items: center;
      grid-template-columns: 1fr 20rem;
    }
  }
  @media (min-width: 72em) {
    .home-about-vom__inner {
      grid-gap: 5.625rem;
      grid-template-columns: 1fr auto;
    }
  }
}

.home-about-vom__img {
  text-align: center;
}
@media (min-width: 60em) {
  .home-about-vom__img {
    grid-column: 2;
    grid-row: 1;
  }
}
.home-about-vom__img img {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.12);
}

@media (min-width: 60em) {
  .home-about-vom__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.home-about-vom__content h2 {
  color: #038294;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
  font-weight: normal;
}
@media (min-width: 72em) {
  .home-about-vom__content h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 1.875rem;
  }
}
.home-about-vom__content p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.65;
}
@media (min-width: 84em) {
  .home-about-vom__content p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.home-about-vom__buttons {
  padding-top: 1.25rem;
  text-align: center;
}
@media (min-width: 66em) {
  .home-about-vom__buttons {
    text-align: left;
  }
}
.home-about-vom__buttons .button {
  padding: 1rem 2rem;
  margin: 0 0.5rem 1rem;
}
@media (min-width: 66em) {
  .home-about-vom__buttons .button {
    margin-right: 1.5rem;
    margin-left: 0;
  }
}
.home-about-vom__buttons .button:last-child {
  margin-bottom: 0;
}
.home-about-vom__buttons strong {
  display: block;
  background: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_about_text_what.png) center center no-repeat;
  background-size: auto 2.1rem;
  height: 2.5rem;
  display: block;
  text-indent: -999rem;
}
@media (min-width: 84em) {
  .home-about-vom__buttons strong {
    background-size: auto 2.75rem;
    height: 3.5rem;
  }
}
.home-about-vom__buttons span {
  font-weight: normal;
  letter-spacing: 0.25em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 84em) {
  .home-about-vom__buttons span {
    letter-spacing: 0.35em;
    font-size: 16px;
    font-size: 1rem;
  }
}

.home-about-vom__button--who strong {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_about_text_who.png);
}

.home-about-vom__button--how strong {
  background-size: auto 2.75rem;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_2020/home_2020_about_text_how.png);
}
@media (min-width: 84em) {
  .home-about-vom__button--how strong {
    background-size: auto 3.5rem;
  }
}

.home-campaign-202312-yearend {
  background: #f8f8f8 url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202312_yearend_bg_header.webp) center top repeat-x;
  background-size: 100rem auto;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-campaign-202312-yearend::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}

.home-campaign-202312-yearend__inner {
  padding: 3.125rem 1.25rem 25rem;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__inner {
    padding: 5rem 5rem 3.75rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202312-yearend__inner {
    padding: 6.25rem 5rem 5rem;
  }
}

.home-campaign-202312-yearend__title {
  margin: 0 0 1.25rem;
  text-align: center;
}
.home-campaign-202312-yearend__title span {
  display: block;
  letter-spacing: 0.25em;
  color: #038294;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  max-width: 16.25rem;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  -webkit-animation: showTopText 0.35s ease-in-out 0.6s both;
          animation: showTopText 0.35s ease-in-out 0.6s both;
}
@media (min-width: 72em) {
  .home-campaign-202312-yearend__title span {
    font-size: 19px;
    font-size: 1.1875rem;
    max-width: none;
  }
}
.home-campaign-202312-yearend__title em {
  color: #253537;
  display: block;
  font-style: normal;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 1rem;
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  -webkit-animation: showTopText 0.35s ease-in-out 0.8s both;
          animation: showTopText 0.35s ease-in-out 0.8s both;
}
@media (min-width: 24em) {
  .home-campaign-202312-yearend__title em {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202312-yearend__title em {
    font-size: 36px;
    font-size: 2.25rem;
    max-width: 30rem;
  }
}
.home-campaign-202312-yearend__title strong {
  background: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202312_yearend_title.svg) center top no-repeat;
  background-size: contain;
  display: block;
  height: 7.5rem;
  text-indent: -999rem;
  -webkit-animation: showTopText 0.35s ease-in-out 1s both;
          animation: showTopText 0.35s ease-in-out 1s both;
}
@media (min-width: 72em) {
  .home-campaign-202312-yearend__title strong {
    height: 10rem;
  }
}

@-webkit-keyframes showTopText {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
  }
}

@keyframes showTopText {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
  }
}
.home-campaign-202312-yearend__cta {
  text-align: center;
  -webkit-animation: showTopText 0.5s ease-in-out 1.75s both;
          animation: showTopText 0.5s ease-in-out 1.75s both;
}
.home-campaign-202312-yearend__cta .button {
  background: #b43432;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.home-campaign-202312-yearend__cta .button:hover {
  background: #8c2827;
}

.home-campaign-202312-yearend__photos-1,
.home-campaign-202312-yearend__photos-2 {
  position: absolute;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__photos-1,
.home-campaign-202312-yearend__photos-2 {
    left: 50%;
    top: 50%;
    height: 1rem;
    width: 1rem;
  }
}
.home-campaign-202312-yearend__photos-1::before,
.home-campaign-202312-yearend__photos-2::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 16.5rem;
  border: 1px solid rgba(3, 130, 148, 0.5);
  border-radius: 0.75rem;
  -webkit-animation: showTopBorder 0.5s ease-in-out 1.5s both;
          animation: showTopBorder 0.5s ease-in-out 1.5s both;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__photos-1::before,
.home-campaign-202312-yearend__photos-2::before {
    width: 13rem;
    height: 13rem;
  }
}
.home-campaign-202312-yearend__photos-1 > div,
.home-campaign-202312-yearend__photos-2 > div {
  background-color: #333;
  border: 1px solid black;
  border-radius: 0.75rem;
  position: absolute;
  overflow: hidden;
  -webkit-animation: showTopPhotoWrap 0.4s ease-in-out 0.25s both;
          animation: showTopPhotoWrap 0.4s ease-in-out 0.25s both;
  transform-origin: center top;
}
.home-campaign-202312-yearend__photos-1 > div div,
.home-campaign-202312-yearend__photos-2 > div div {
  background: black center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: showTopPhoto 0.5s ease-in-out 0.5s both;
          animation: showTopPhoto 0.5s ease-in-out 0.5s both;
}

@-webkit-keyframes showTopBorder {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showTopBorder {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showTopPhotoWrap {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes showTopPhotoWrap {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@-webkit-keyframes showTopPhoto {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes showTopPhoto {
  0% {
    opacity: 0;
    transform: translateX(-5rem);
  }
  100% {
    transform: translateX(0);
  }
}
.home-campaign-202312-yearend__photos-1 {
  bottom: 5rem;
  left: 50%;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__photos-1 {
    margin-left: -16.25rem;
    scale: 0.6;
  }
}
@media (min-width: 72em) {
  .home-campaign-202312-yearend__photos-1 {
    margin-left: -22.5rem;
    scale: 0.75;
  }
}
@media (min-width: 84em) {
  .home-campaign-202312-yearend__photos-1 {
    margin-left: -25rem;
    scale: 0.85;
  }
}
@media (min-width: 90em) {
  .home-campaign-202312-yearend__photos-1 {
    scale: 1;
  }
}
.home-campaign-202312-yearend__photos-1::before {
  left: -8rem;
  top: -17.5rem;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__photos-1::before {
    top: 1.25rem;
    left: -7.25rem;
  }
}
.home-campaign-202312-yearend__photos-1 > div:nth-child(1) {
  width: 17.5rem;
  height: 12.6rem;
  top: -16.5rem;
  left: -3rem;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__photos-1 > div:nth-child(1) {
    width: 25rem;
    height: 18rem;
    top: -18.5rem;
    left: -18rem;
  }
}
.home-campaign-202312-yearend__photos-1 > div:nth-child(1) div {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202312_yearend_photo1.webp);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.home-campaign-202312-yearend__photos-1 > div:nth-child(2) {
  width: 14rem;
  height: 9.1rem;
  top: -7rem;
  left: -6rem;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__photos-1 > div:nth-child(2) {
    width: 20rem;
    height: 13rem;
    top: -5rem;
    left: -22rem;
  }
}
.home-campaign-202312-yearend__photos-1 > div:nth-child(2) div {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202312_yearend_photo2.webp);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.home-campaign-202312-yearend__photos-1 > div:nth-child(3) {
  width: 10.5rem;
  height: 13rem;
  top: -15rem;
  left: -14.5rem;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__photos-1 > div:nth-child(3) {
    width: 13rem;
    height: 16rem;
    top: 3rem;
    left: -9rem;
  }
}
.home-campaign-202312-yearend__photos-1 > div:nth-child(3) div {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202312_yearend_photo3.webp);
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.home-campaign-202312-yearend__photos-2 {
  display: none;
}
@media (min-width: 48em) {
  .home-campaign-202312-yearend__photos-2 {
    display: block;
    margin-left: 16.25rem;
    scale: 0.6;
  }
}
@media (min-width: 72em) {
  .home-campaign-202312-yearend__photos-2 {
    margin-left: 22.5em;
    scale: 0.75;
  }
}
@media (min-width: 84em) {
  .home-campaign-202312-yearend__photos-2 {
    margin-left: 25rem;
    scale: 0.85;
  }
}
@media (min-width: 90em) {
  .home-campaign-202312-yearend__photos-2 {
    scale: 1;
  }
}
.home-campaign-202312-yearend__photos-2::before {
  top: -12rem;
  left: -2rem;
}
.home-campaign-202312-yearend__photos-2::after {
  content: "";
  position: absolute;
  width: 27rem;
  height: 4.5rem;
  top: 4.5rem;
  left: -6.5rem;
  border: 1px solid rgba(3, 130, 148, 0.5);
  border-radius: 0.75rem;
  -webkit-animation: showTopBorder 0.5s ease-in-out 1.5s both;
          animation: showTopBorder 0.5s ease-in-out 1.5s both;
}
.home-campaign-202312-yearend__photos-2 > div:nth-child(1) {
  width: 10rem;
  height: 13rem;
  top: -9.5rem;
  left: -8rem;
  z-index: 1;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.home-campaign-202312-yearend__photos-2 > div:nth-child(1) div {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202312_yearend_photo4.webp);
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.home-campaign-202312-yearend__photos-2 > div:nth-child(2) {
  width: 22rem;
  height: 14.75rem;
  top: 0;
  left: -5.5rem;
  z-index: 2;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.home-campaign-202312-yearend__photos-2 > div:nth-child(2) div {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202312_yearend_photo5.webp);
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.home-campaign-202312-yearend__photos-2 > div:nth-child(3) {
  width: 21.5rem;
  height: 22.75rem;
  top: -15rem;
  left: 3rem;
  z-index: 1;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.home-campaign-202312-yearend__photos-2 > div:nth-child(3) div {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202312_yearend_photo6.webp);
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.home-campaign-202401-gpg {
  background: #202e34;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202401_gpg_bg.webp);
  background-size: cover;
  color: white;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 48em) {
  .home-campaign-202401-gpg {
    background-image: none;
  }
}

.home-campaign-202401-gpg__bg {
  position: relative;
  padding: 2.5rem 0 0;
}
@media (min-width: 48em) {
  .home-campaign-202401-gpg__bg {
    background-image: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202401_gpg_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 54%;
    right: -30%;
  }
}
@media (min-width: 60em) {
  .home-campaign-202401-gpg__bg {
    padding-top: 45%;
    right: -11%;
  }
}
@media (min-width: 84em) {
  .home-campaign-202401-gpg__bg {
    background-size: auto 100%;
    padding-top: 40%;
    right: -5%;
  }
}
@media (min-width: 90em) {
  .home-campaign-202401-gpg__bg {
    max-width: 87.5rem;
    margin: 0 auto;
    padding-top: 35rem;
    right: 0;
  }
}
.home-campaign-202401-gpg__bg::before {
  background-image: linear-gradient(to bottom, rgba(32, 46, 52, 0), #202e34);
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  width: 100%;
}
@media (min-width: 48em) {
  .home-campaign-202401-gpg__bg::before {
    display: none;
  }
}

.home-campaign-202401-gpg__inner-wrap {
  max-width: 96rem;
  margin: 0 auto;
}

.home-campaign-202401-gpg__inner {
  position: relative;
}
@media (min-width: 48em) {
  .home-campaign-202401-gpg__inner {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0 3.75rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202401-gpg__inner {
    grid-gap: 0;
    padding: 0;
  }
}
@media (min-width: 72em) {
  .home-campaign-202401-gpg__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 90em) {
  .home-campaign-202401-gpg__inner {
    max-width: 88rem;
    left: 50%;
    margin-left: -46rem;
    z-index: 1;
  }
}

.home-campaign-202401-gpg__guide {
  -webkit-animation: home-campaign-202401-gpg-guide 1.25s ease 0s both;
          animation: home-campaign-202401-gpg-guide 1.25s ease 0s both;
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 48em) {
  .home-campaign-202401-gpg__guide {
    padding: 0;
    margin-right: -6.5rem;
  }
}
@media (min-width: 60em) {
  .home-campaign-202401-gpg__guide {
    margin-right: -2.5rem;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
@media (min-width: 84em) {
  .home-campaign-202401-gpg__guide {
    margin-left: -2.5rem;
    margin-right: 3.75rem;
  }
}
@media (min-width: 90em) {
  .home-campaign-202401-gpg__guide {
    margin-left: -5rem;
  }
}

@-webkit-keyframes home-campaign-202401-gpg-guide {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes home-campaign-202401-gpg-guide {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.home-campaign-202401-gpg__content {
  margin: 0 auto;
  max-width: 24rem;
  width: 100%;
  padding: 0 1.875rem 3.125rem;
}
@media (min-width: 48em) {
  .home-campaign-202401-gpg__content {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    max-width: 30rem;
  }
}

.home-campaign-202401-gpg__header {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 72em) {
  .home-campaign-202401-gpg__header {
    max-width: none;
  }
}

.home-campaign-202401-gpg__sub {
  color: #f5eabe;
  font-weight: bold;
  letter-spacing: -0.025em;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  -webkit-animation: home-campaign-202401-gpg-show 0.35s ease 0.25s both;
          animation: home-campaign-202401-gpg-show 0.35s ease 0.25s both;
}
@media (min-width: 48em) {
  .home-campaign-202401-gpg__sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202401-gpg__sub {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.home-campaign-202401-gpg__title {
  background: url(https://assets.persecution.com/public/graphics/site/home_hero/hero_202401_gpg_title.svg?v=20231218) center no-repeat;
  background-size: contain;
  height: 0;
  padding: 36% 0 0;
  text-indent: -999rem;
  -webkit-animation: home-campaign-202401-gpg-show 0.35s ease 0.35s both;
          animation: home-campaign-202401-gpg-show 0.35s ease 0.35s both;
  margin: 0 0 1.25rem;
}
@media (min-width: 72em) {
  .home-campaign-202401-gpg__title {
    padding-top: 9rem;
    margin-bottom: 1.75rem;
  }
}

.home-campaign-202401-gpg__journal {
  background-color: rgba(245, 234, 190, 0.13);
  position: relative;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  margin: 0 auto 1.25rem;
  max-width: 18.5rem;
  text-align: left;
  -webkit-animation: home-campaign-202401-gpg-show 0.35s ease 0.5s both;
          animation: home-campaign-202401-gpg-show 0.35s ease 0.5s both;
}
@media (min-width: 24em) {
  .home-campaign-202401-gpg__journal {
    padding-left: 3rem;
  }
}
@media (min-width: 72em) {
  .home-campaign-202401-gpg__journal {
    margin-bottom: 1.875rem;
  }
}

.home-campaign-202401-gpg__journal-photo {
  position: absolute;
  left: -2.875rem;
  width: 5.5rem;
  top: 50%;
  margin-top: 0.5rem;
  transform: translateY(-50%) rotateZ(-4deg);
}
@media (min-width: 24em) {
  .home-campaign-202401-gpg__journal-photo {
    left: -3.25rem;
    width: 7rem;
  }
}
.home-campaign-202401-gpg__journal-photo img {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

.home-campaign-202401-gpg__journal-desc {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}
.home-campaign-202401-gpg__journal-desc strong {
  color: #f5eabe;
}

.home-campaign-202401-gpg__buttons .button {
  -webkit-animation: home-campaign-202401-gpg-show 0.35s ease 0.7s both;
          animation: home-campaign-202401-gpg-show 0.35s ease 0.7s both;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (min-width: 72em) {
  .home-campaign-202401-gpg__buttons .button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.home-campaign-202401-gpg__buttons .button:focus {
  outline: 1px dashed rgba(245, 234, 190, 0.9);
  outline-offset: 2px;
}

@-webkit-keyframes home-campaign-202401-gpg-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-campaign-202401-gpg-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-b-campaign--2023-12-care {
  background-color: #655b52;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202312_care_bg.webp);
  position: relative;
}
.home-b-campaign--2023-12-care .home-b-campaign__inner-wrap {
  margin: 0 auto;
  max-width: 99.5rem;
  position: relative;
}
@media (min-width: 72em) {
  .home-b-campaign--2023-12-care .home-b-campaign__inner-wrap {
    padding: 0 3.75rem;
  }
}
.home-b-campaign--2023-12-care .home-b-campaign__inner-wrap::before, .home-b-campaign--2023-12-care .home-b-campaign__inner-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10rem;
}
.home-b-campaign--2023-12-care .home-b-campaign__inner-wrap::before {
  background-image: linear-gradient(to left, rgba(101, 91, 82, 0), #655b52);
  left: 0;
}
.home-b-campaign--2023-12-care .home-b-campaign__inner-wrap::after {
  background-image: linear-gradient(to right, rgba(101, 91, 82, 0), #655b52);
  right: 0;
}
.home-b-campaign--2023-12-care .home-b-campaign__inner {
  position: relative;
  overflow: hidden;
}
.home-b-campaign--2023-12-care .home-b-campaign__photos {
  position: absolute;
  left: calc(50% - 3.75rem);
  bottom: 0;
  width: 28.75rem;
  z-index: 1;
  transform: scale(0.625);
}
@media (min-width: 48em) {
  .home-b-campaign--2023-12-care .home-b-campaign__photos {
    left: calc(50% - 2.5rem);
    transform: scale(1);
  }
}
.home-b-campaign--2023-12-care .home-b-campaign__photo {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-b-campaign--2023-12-care .home-b-campaign__photo--1 {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202312_care_people1.webp);
  bottom: 0;
  left: 2.75rem;
  height: 29.65rem;
  width: 13rem;
  -webkit-animation: home-b-campaign-people 0.5s ease 1s both;
          animation: home-b-campaign-people 0.5s ease 1s both;
  z-index: 3;
}
.home-b-campaign--2023-12-care .home-b-campaign__photo--2 {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202312_care_people2.webp);
  bottom: -3rem;
  left: 10.5rem;
  height: 29.65rem;
  width: 18rem;
  -webkit-animation: home-b-campaign-people 0.5s ease 1.5s both;
          animation: home-b-campaign-people 0.5s ease 1.5s both;
  z-index: 6;
}
@-webkit-keyframes home-b-campaign-people {
  0% {
    transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes home-b-campaign-people {
  0% {
    transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.home-b-campaign--2023-12-care .home-b-campaign__photo-circle {
  border-radius: 50%;
  position: absolute;
  -webkit-animation: home-b-campaign-circle 0.65s ease 1.2s both;
          animation: home-b-campaign-circle 0.65s ease 1.2s both;
  transform-origin: center;
}
.home-b-campaign--2023-12-care .home-b-campaign__photo-circle--1 {
  background-color: rgba(150, 40, 38, 0.7);
  width: 20rem;
  height: 20rem;
  bottom: 5rem;
  left: 0;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.home-b-campaign--2023-12-care .home-b-campaign__photo-circle--2 {
  background-color: rgba(150, 40, 38, 0.55);
  width: 12rem;
  height: 12rem;
  bottom: 17.25rem;
  left: 10rem;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.home-b-campaign--2023-12-care .home-b-campaign__photo-circle--3 {
  background-color: rgba(150, 40, 38, 0.4);
  width: 15rem;
  height: 15rem;
  bottom: 0.875rem;
  left: 14rem;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.home-b-campaign--2023-12-care .home-b-campaign__photo-circle--4 {
  background-color: rgba(223, 213, 188, 0.7);
  width: 18rem;
  height: 18rem;
  bottom: 7rem;
  left: 10rem;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  z-index: 4;
}
.home-b-campaign--2023-12-care .home-b-campaign__photo-circle--5 {
  background-color: rgba(223, 213, 188, 0.55);
  width: 10rem;
  height: 10rem;
  bottom: 17rem;
  left: 3rem;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.home-b-campaign--2023-12-care .home-b-campaign__photo-circle--6 {
  background-color: rgba(223, 213, 188, 0.4);
  width: 8rem;
  height: 8rem;
  bottom: 3.5rem;
  left: 0;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
@-webkit-keyframes home-b-campaign-circle {
  0% {
    transform: scale(0);
  }
  100% {
    transform: none;
  }
}
@keyframes home-b-campaign-circle {
  0% {
    transform: scale(0);
  }
  100% {
    transform: none;
  }
}
.home-b-campaign--2023-12-care .home-b-campaign__content {
  padding: 3.125rem 1.25rem;
  max-width: 65%;
}
@media (min-width: 48em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content {
    padding: 5rem 1.875rem;
    max-width: 55%;
  }
}
.home-b-campaign--2023-12-care .home-b-campaign__content-inner {
  max-width: 13.75rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-inner {
    position: relative;
    max-width: 25rem;
    z-index: 11;
  }
}
@media (min-width: 60em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-inner {
    max-width: 30rem;
  }
}
.home-b-campaign--2023-12-care .home-b-campaign__content-title {
  -webkit-animation: home-b-campaign-202312-care-show 0.5s ease 0.5s both;
          animation: home-b-campaign-202312-care-show 0.5s ease 0.5s both;
  line-height: 1;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  text-align: center;
}
.home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(1) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding: 6rem 0 0;
  text-indent: -999rem;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(1) {
    padding-top: 13.75rem;
    margin-bottom: 1.25rem;
  }
}
.no-webp .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(1) {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202312_care_title.png);
}
.webp .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(1) {
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202312_care_title.webp);
}
.home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(2) {
  color: #f5eabe;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 23.25em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(2) {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 60em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(2) {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(3) {
  color: white;
  letter-spacing: 0.125em;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 16rem;
}
@media (min-width: 23.25em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(3) {
    max-width: 17.5rem;
  }
}
@media (min-width: 48em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(3) {
    max-width: 17.75rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(3) {
    max-width: 20.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(3) {
    max-width: 23.5rem;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(3)::before, .home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(3)::after {
  flex: 1;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  height: 0.2rem;
  margin-right: 0.625rem;
}
.home-b-campaign--2023-12-care .home-b-campaign__content-title div:nth-child(3):after {
  margin: 0 0 0 0.625rem;
}
.home-b-campaign--2023-12-care .home-b-campaign__button {
  -webkit-animation: home-b-campaign-202312-care-show 0.5s ease 1.2s both;
          animation: home-b-campaign-202312-care-show 0.5s ease 1.2s both;
  text-align: center;
}
.home-b-campaign--2023-12-care .home-b-campaign__button .button {
  background-color: #962826;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3), 0 6px 18px rgba(0, 0, 0, 0.5);
}
.home-b-campaign--2023-12-care .home-b-campaign__button .button:hover {
  background-color: #6d1d1c;
}

@-webkit-keyframes home-b-campaign-202312-care-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-b-campaign-202312-care-show {
  0% {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-b-campaign--2024-01-sudan {
  background-color: #f2cfa1;
  background-repeat: no-repeat;
  background-position: calc(50% + 0.5rem) center;
  background-size: cover;
  background-image: url(https://assets.persecution.com/public/graphics/site/home_b_campaign/b_campaign_202401_sudan_bg.webp);
  position: relative;
  color: #444;
}
@media (min-width: 48em) {
  .home-b-campaign--2024-01-sudan {
    background-position: center;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__inner-wrap {
  margin: 0 auto;
  max-width: 99.5rem;
  position: relative;
}
.home-b-campaign--2024-01-sudan .home-b-campaign__inner-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110%;
  background-image: linear-gradient(to left, rgba(242, 207, 161, 0), rgba(242, 207, 161, 0.55), rgba(242, 207, 161, 0.78));
  left: 0;
}
@media (min-width: 32em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__inner-wrap::before {
    width: 70%;
  }
}
@media (min-width: 48em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__inner-wrap::before {
    width: 45rem;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__inner {
  position: relative;
  overflow: hidden;
}
.home-b-campaign--2024-01-sudan .home-b-campaign__content {
  padding: 5rem 1.25rem 3.125rem;
}
@media (min-width: 48em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content {
    padding: 5rem 1.875rem;
    max-width: 55%;
  }
}
@media (min-width: 60em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content {
    padding: 5rem 3.125rem;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__content-inner {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-inner {
    position: relative;
    max-width: 25rem;
    z-index: 11;
  }
}
@media (min-width: 60em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-inner {
    max-width: 30rem;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__content-title {
  line-height: 1.15;
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-title {
    margin-bottom: 1.875rem;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__content-title span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: normal;
  letter-spacing: 0.175em;
}
@media (min-width: 60em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-title span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__content-title strong {
  color: #038294;
  line-height: 1;
  font-size: 60px;
  font-size: 3.75rem;
  display: block;
}
@media (min-width: 48em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-title strong {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
@media (min-width: 60em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-title strong {
    font-size: 102px;
    font-size: 6.375rem;
  }
}
@media (min-width: 72em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-title strong {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__content-sub {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.625rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.3125rem;
}
@media (min-width: 48em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-sub {
    margin-bottom: 2.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    background-color: rgba(255, 255, 255, 0.25);
    padding-right: 2.5rem;
    grid-template-columns: 10rem 1fr;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__content-sub p {
  padding-bottom: 0;
}
.home-b-campaign--2024-01-sudan .home-b-campaign__content-sub img {
  display: block;
  margin: -2.25rem 0 -2.75rem -2rem;
  max-width: calc(100% + 2rem);
}
@media (min-width: 48em) {
  .home-b-campaign--2024-01-sudan .home-b-campaign__content-sub img {
    margin: -2.25rem 0 -2.75rem -1.25rem;
    max-width: 100%;
  }
}
.home-b-campaign--2024-01-sudan .home-b-campaign__button {
  text-align: center;
}

.home-hover-202312 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-animation: hover-202312-bg 0.35s ease 0.75s;
          animation: hover-202312-bg 0.35s ease 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.home-hover-202312.home-hover-202312--hidden {
  display: none;
}

@-webkit-keyframes hover-202312-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hover-202312-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hover-202312__inner {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
  background: #f8f8f8;
  position: relative;
  color: #253537;
  width: 100%;
  -webkit-animation: hover-202312-show 0.5s ease 1.15s;
          animation: hover-202312-show 0.5s ease 1.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (min-width: 24em) {
  .home-hover-202312__inner {
    width: 90%;
  }
}
@media (min-width: 32em) {
  .home-hover-202312__inner {
    max-width: 30rem;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .home-hover-202312__inner {
    max-width: 40rem;
    padding: 0;
  }
}
@media (min-width: 60em) {
  .home-hover-202312__inner {
    max-width: 55rem;
  }
}
@media (min-width: 72em) {
  .home-hover-202312__inner {
    max-width: 62.5rem;
  }
}

@-webkit-keyframes hover-202312-show {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hover-202312-show {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-hover-202312__close {
  position: absolute;
  right: 0.625rem;
  top: -1.75rem;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: none;
  border-radius: 0 0 0.375rem 0.375rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  top: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .home-hover-202312__close {
    font-size: 11px;
    font-size: 0.6875rem;
    border-radius: 0.375rem 0.375rem 0 0;
    top: -2.5rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 2.25rem;
  }
}
.home-hover-202312__close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.home-hover-202312__close:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
.home-hover-202312__close::before {
  content: "×";
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  left: 0.625rem;
  color: white;
  top: 0.125rem;
  opacity: 0.5;
}
@media (min-width: 48em) {
  .home-hover-202312__close::before {
    top: 0.375rem;
    left: 0.875rem;
  }
}

.home-hover-202312__content {
  background: #f8f8f8 url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202312_yearend_bg_mobile.webp) left top no-repeat;
  background-size: cover;
  padding: 0 1.5rem 2.25rem;
}
@media (min-width: 48em) {
  .home-hover-202312__content {
    max-width: 65%;
    padding: 3.125rem 2.5rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202312__content {
    max-width: 70%;
    padding: 4.25rem 3.75rem;
  }
}
@media (min-width: 72em) {
  .home-hover-202312__content {
    padding: 5rem 4.375rem;
  }
}

.home-hover-202312__img-wrap {
  margin: 0 -1.5rem 2rem;
  overflow: hidden;
  -webkit-animation: hover-202312-bg 0.35s ease 1.65s;
          animation: hover-202312-bg 0.35s ease 1.65s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (min-width: 48em) {
  .home-hover-202312__img-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    margin: 0;
  }
}

.home-hover-202312__img {
  background: center no-repeat;
  background-size: cover;
  aspect-ratio: 2.5/1;
  -webkit-animation: hover-202312-show 0.35s ease 1.9s;
          animation: hover-202312-show 0.35s ease 1.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  background-image: url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202312_yearend_photo_mobile.webp);
  background-position: center 35%;
}
@media (min-width: 48em) {
  .home-hover-202312__img {
    background-image: url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202312_yearend_photo.webp);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: auto;
    background-size: cover;
    background-position: left center;
  }
}

@media (min-width: 48em) {
  .home-hover-202312__text {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.home-hover-202312__title {
  line-height: 1.25;
  margin: 0 auto 1.5rem;
  -webkit-animation: hover-202312-show 0.35s ease 1.9s;
          animation: hover-202312-show 0.35s ease 1.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (min-width: 48em) {
  .home-hover-202312__title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202312__title {
    max-width: none;
    width: 100%;
  }
}
.home-hover-202312__title strong {
  display: block;
  background-image: url(https://assets.persecution.com/public/graphics/site/hovers/home_hover_202312_yearend_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 5rem;
  text-indent: -999rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 48em) {
  .home-hover-202312__title strong {
    background-position: 0 0;
    height: 7.25rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202312__title strong {
    height: 10rem;
  }
}
@media (min-width: 72em) {
  .home-hover-202312__title strong {
    height: 11.5rem;
  }
}
.home-hover-202312__title span {
  text-align: center;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .home-hover-202312__title span {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: left;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 60em) {
  .home-hover-202312__title span {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 30rem;
  }
}
@media (min-width: 72em) {
  .home-hover-202312__title span {
    font-size: 26px;
    font-size: 1.625rem;
    max-width: 32rem;
  }
}

.home-hover-202312__button {
  -webkit-animation: hover-202312-show 0.35s ease 2.25s;
          animation: hover-202312-show 0.35s ease 2.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 25.875em) {
  .home-hover-202312__button {
    flex-direction: column;
  }
}
@media (min-width: 60em) {
  .home-hover-202312__button {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.home-hover-202312__button .button {
  background: #b43432;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12), 0 6px 18px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 48em) {
  .home-hover-202312__button .button {
    border-radius: 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202312__button .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.home-hover-202312__button .button:hover {
  background: #8c2827;
}

.home-hover-202312__give-by {
  font-size: 13px;
  font-size: 0.8125rem;
  flex: 1;
  line-height: 1.25;
  font-style: italic;
  z-index: 2;
}
@media (min-width: 60em) {
  .home-hover-202312__give-by {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.home-hover-202312__give-by span {
  display: inline-block;
}

.site-footer {
  background: #24323b center top no-repeat;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.5);
  padding: 3.25rem 2.5rem 2.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .site-footer {
    padding: 5rem 3.25rem 2.5rem;
  }
}
@media (min-width: 84em) {
  .site-footer {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}
.no-webp .site-footer {
  background-image: url(https://assets.persecution.com/public/graphics/site/bg_footer.jpg);
}
.webp .site-footer {
  background-image: url(https://assets.persecution.com/public/graphics/site/bg_footer.webp);
}

.site-footer__inner {
  margin: 0 auto;
  max-width: 75rem;
}
@media (min-width: 48em) {
  .site-footer__inner {
    display: flex;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 72em) {
  .site-footer__inner {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 84em) {
  .site-footer__inner {
    padding-bottom: 0.625rem;
  }
}
[lang=es] .site-footer__inner {
  max-width: 60rem;
}
@media (min-width: 60em) {
  [lang=es] .site-footer__inner {
    display: grid;
    grid-template-columns: 1fr 26.5rem;
  }
}

.site-footer__end {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  color: white;
  margin: 0 auto;
  max-width: 75rem;
  padding-top: 2.5rem;
}
@media (min-width: 72em) {
  .site-footer__end {
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
[lang=es] .site-footer__end {
  max-width: 60rem;
}
.site-footer--minimal .site-footer__end {
  border-top: none;
  padding-top: 0;
}
@media (min-width: 72em) {
  .site-footer__end .social-icons {
    padding-top: 0.25rem;
  }
}

.copyright {
  padding-top: 2.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .copyright {
    padding: 1.875rem 0;
  }
}
@media (min-width: 72em) {
  .copyright {
    padding: 0;
  }
}

.copyright__main,
.copyright__address {
  color: #f5eabe;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .copyright__main,
.copyright__address {
    margin-bottom: 0;
  }
}
.copyright__main a,
.copyright__address a {
  color: #f5eabe;
}

@media (min-width: 48em) {
  .copyright__address {
    margin-bottom: 0.3125rem;
  }
}

.copyright__bull {
  display: block;
  height: 0;
  text-indent: -9999px;
}
@media (min-width: 48em) {
  .copyright__bull {
    display: inline-block;
    height: auto;
    margin: 0 0.25rem;
    text-indent: 0;
  }
}

.copyright__sub {
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 0.15rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .copyright__sub {
    margin-bottom: 0;
  }
}
.copyright__sub a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.organizations {
  list-style: none;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 15rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .organizations {
    max-width: none;
  }
}
@media (min-width: 72em) {
  .organizations {
    margin: 0;
  }
}
.organizations li {
  margin-bottom: 0.625rem;
}
@media (min-width: 72em) {
  .organizations li {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .organizations li:last-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.375);
    margin-left: 1rem;
    padding-left: 1rem;
  }
}

.organization {
  background-image: url(https://assets.persecution.com/public/graphics/site/sprites.png?v=20210819);
  background-size: 300px 220px;
  display: block;
  height: 3rem;
  margin: 0 0.25rem;
  overflow: hidden;
  text-indent: -9999px;
  width: 3rem;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .organization {
    background-image: url(https://assets.persecution.com/public/graphics/site/sprites@2x.png?v=20210819);
  }
}
.organization:hover {
  opacity: 0.7;
}

.organization--efca {
  background-position: 0 -172px;
}

.organization--ica {
  background-position: -59px -172px;
}

.organization--cfc {
  background-position: -116px -172px;
  width: 4.25rem;
}

.organization--ncol {
  background: url(https://assets.persecution.com/public/graphics/site/icon_poweredbyncol.svg) center no-repeat;
  background-size: contain;
  width: 66px;
}

@media (min-width: 72em) {
  .organizations--es {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.375);
    margin-left: 1rem;
    padding-left: 1rem;
  }
}

.organization--ncol-es {
  background: url(https://assets.persecution.com/public/graphics/site/icon_poweredbyncol_es.svg) center no-repeat;
  background-size: contain;
  width: 66px;
}

.site-footer__tax {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  margin: 2.5rem auto 0;
  max-width: 75rem;
  padding-top: 2.5rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
}

.subscribe-banner {
  border-radius: 0.5rem;
  margin: 0;
  overflow: hidden;
}
@media (min-width: 60em) {
  .subscribe-banner {
    margin: 0 -5rem 1.875rem;
  }
}
@media (min-width: 72em) {
  .subscribe-banner {
    margin-top: -1.25rem;
  }
}

.subscribe-top {
  position: relative;
}
@media (min-width: 72em) {
  .subscribe-top {
    padding-bottom: 0.125rem;
    margin-bottom: 2rem;
  }
}

.subscribe-title {
  background-color: #9c171e;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: white;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.15rem;
  line-height: 1.05;
  margin: -5rem auto 1.875rem;
  max-width: 16rem;
  padding: 0.625em;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 48em) {
  .subscribe-title {
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.2rem;
    margin: -9.325rem auto 15.625rem;
    max-width: 28rem;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 60em) {
  .subscribe-title {
    margin: 0;
    position: absolute;
    bottom: 3rem;
    padding: 1.5rem 2rem;
    left: -3.75rem;
  }
}
@media (min-width: 72em) {
  .subscribe-title {
    left: -6.25rem;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}
.subscribe-title strong {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}
@media (min-width: 48em) {
  .subscribe-title strong {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.subscribe-pdfs {
  padding-bottom: 67%;
  position: relative;
  margin: 0 -1.875rem 0.625rem;
}
@media (min-width: 24em) {
  .subscribe-pdfs {
    padding-bottom: 64%;
  }
}
@media (min-width: 36em) {
  .subscribe-pdfs {
    margin: 0 auto;
    padding-bottom: 16rem;
    width: 28rem;
  }
}
@media (min-width: 48em) {
  .subscribe-pdfs {
    position: absolute;
    padding-bottom: 0;
    margin: 0;
    width: 32rem;
    margin-left: -15.5rem;
    bottom: 1rem;
    left: 50%;
  }
}
@media (min-width: 60em) {
  .subscribe-pdfs {
    bottom: 15.625rem;
    left: 37.5rem;
  }
}
@media (min-width: 72em) {
  .subscribe-pdfs {
    width: 35rem;
    left: 36rem;
  }
}

.subscribe-pdfs__pdf-1,
.subscribe-pdfs__pdf-2,
.subscribe-pdfs__pdf-3 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 36%;
}
@media (min-width: 48em) {
  .subscribe-pdfs__pdf-1,
.subscribe-pdfs__pdf-2,
.subscribe-pdfs__pdf-3 {
    width: 11.5rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 72em) {
  .subscribe-pdfs__pdf-1,
.subscribe-pdfs__pdf-2,
.subscribe-pdfs__pdf-3 {
    width: 12.25rem;
  }
}

.subscribe-pdfs__pdf-3 {
  left: 0;
  top: 0;
  transform: rotate(-4deg);
  z-index: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow3--small;
          animation-name: subscribePDFShow3--small;
}

@-webkit-keyframes subscribePDFShow3--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}

@keyframes subscribePDFShow3--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}
@-webkit-keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}
@keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}
.subscribe-pdfs__pdf-2 {
  left: 33%;
  top: 1%;
  transform: rotate(-1deg);
  z-index: 2;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow2;
          animation-name: subscribePDFShow2;
}

@-webkit-keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-1deg);
  }
}

@keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-1deg);
  }
}
.subscribe-pdfs__pdf-1 {
  left: 66%;
  top: 6%;
  transform: rotate(3deg);
  z-index: 3;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow1--small;
          animation-name: subscribePDFShow1--small;
}

@-webkit-keyframes subscribePDFShow1--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}

@keyframes subscribePDFShow1--small {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}
@-webkit-keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}
@keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-4deg);
  }
}
@media (min-width: 48em) {
  .subscribe-body {
    padding: 1.25rem;
  }
}

.subscribe-body__main {
  position: relative;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .subscribe-body__main {
    padding-right: 22.5rem;
    padding-bottom: 2.5rem;
  }
}

.subscribe-subtitle {
  color: #9c171e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 1rem;
  text-align: center;
}
@media (min-width: 48em) {
  .subscribe-subtitle {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
    text-align: left;
  }
}

.subscribe-note {
  color: #888;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .subscribe-note {
    position: absolute;
    right: 0;
    top: 0;
    width: 20rem;
    background-color: rgba(208, 214, 218, 0.5);
    padding: 1.25rem;
  }
}
.subscribe-note > *:last-child {
  padding-bottom: 0;
}
.subscribe-note a {
  color: #888;
}

.subscribe-body__form {
  margin: 0 auto;
  max-width: 36rem;
}
@media (min-width: 36em) {
  .subscribe-body__form {
    border-top: 1px solid #d0d6da;
    padding: 1.25rem;
  }
}
@media (min-width: 48em) {
  .subscribe-body__form {
    max-width: 100%;
    padding: 2.5rem 2.5rem 0;
  }
}
@media (min-width: 60em) {
  .subscribe-body__form {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.subpage.subpage--subscribe-alt {
  background: #f2e1c5 url(https://assets.persecution.com/public/graphics/site/subpage/subscribe/bg.jpg) left top no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  max-width: none;
  overflow: hidden;
}

.subscribe-alt {
  margin: 0 auto;
  max-width: 60rem;
  padding: 3.125rem 1.875rem;
}
@media (min-width: 48em) {
  .subscribe-alt {
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 54em) {
  .subscribe-alt {
    padding: 5rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt {
    padding: 5rem 2.5rem;
  }
}

.subscribe-alt-main {
  position: relative;
  max-width: 25rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .subscribe-alt-main {
    padding-right: 20rem;
    max-width: none;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-main {
    padding-right: 25rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-main {
    padding-right: 27.5rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt--ty .subscribe-alt-main {
    padding-right: 23.75rem;
  }
}

.subscribe-alt-top h1 {
  color: #9c171e;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.15;
  margin: 0 0 2.5rem;
  text-align: center;
}
@media (min-width: 23.25em) {
  .subscribe-alt-top h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 25.875em) {
  .subscribe-alt-top h1 {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-top h1 {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: left;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-top h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top h1 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.subscribe-alt--ty .subscribe-alt-top h1 {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 2.625rem;
}
@media (min-width: 23.25em) {
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 48em) {
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-size: 66px;
    font-size: 4.125rem;
  }
}
@media (min-width: 60em) {
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-size: 78px;
    font-size: 4.875rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt--ty .subscribe-alt-top h1 {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

@-webkit-keyframes subscribeH2ShowSmall {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.4) rotate(10deg);
  }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(0.8) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.65) rotate(14deg);
  }
}

@keyframes subscribeH2ShowSmall {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.4) rotate(10deg);
  }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(0.8) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.65) rotate(14deg);
  }
}
@-webkit-keyframes subscribeH2Show {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.7) rotate(10deg);
  }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(1.2) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(14deg);
  }
}
@keyframes subscribeH2Show {
  0% {
    opacity: 0;
    transform: translate3d(2em, -1em, 0) scale(0.7) rotate(10deg);
  }
  70% {
    opacity: 1;
    transform: translate3d(-0.5em, 0.5em, 0) scale(1.2) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(14deg);
  }
}
.subscribe-alt-top__special-pdf {
  position: relative;
  margin: 0 auto 2.5rem;
}
@media (min-width: 23.25em) {
  .subscribe-alt-top__special-pdf {
    width: 18.75rem;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-top__special-pdf {
    position: absolute;
    right: 0;
    top: 0;
    width: 16.25rem;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-top__special-pdf {
    width: 23.25rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__special-pdf {
    right: -2.5rem;
    top: 0.5rem;
    width: 27.5rem;
  }
}
.subscribe-alt-top__special-pdf h2 {
  border-bottom: 0.625rem solid rgba(58, 55, 44, 0.25);
  margin: 0;
  padding: 1.875rem 0 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 60em) {
  .subscribe-alt-top__special-pdf h2 {
    margin: 0 auto;
    max-width: 17.5rem;
  }
}
.subscribe-alt-top__special-pdf h2 blockquote {
  padding: 0;
  margin: 0 auto;
  max-width: 17.5rem;
}
.subscribe-alt-top__special-pdf h2 p {
  font-style: italic;
  color: #9c171e;
  font-weight: normal;
}
.subscribe-alt-top__special-pdf h2 cite {
  display: block;
  font-style: normal;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
.subscribe-alt-top__special-pdf img {
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.25);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFSpecial;
          animation-name: subscribePDFSpecial;
}

@-webkit-keyframes subscribePDFSpecial {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}

@keyframes subscribePDFSpecial {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0);
  }
}
.subscribe-alt-top__pdfs {
  padding-bottom: 85%;
  position: relative;
  margin: 0 -1.875rem 0.625rem;
}
@media (min-width: 23.25em) {
  .subscribe-alt-top__pdfs {
    padding-bottom: 85%;
  }
}
@media (min-width: 32em) {
  .subscribe-alt-top__pdfs {
    margin: 0 auto;
    padding-bottom: 20rem;
    width: 25rem;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdfs {
    padding-bottom: 0;
    margin: 0 auto;
    width: 20rem;
    left: auto;
    position: absolute;
    right: -2.5rem;
    top: 1.25rem;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-top__pdfs {
    width: 23.75rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdfs {
    margin-left: -15.5rem;
    width: 27.5rem;
  }
}

.subscribe-alt-top__pdf-1,
.subscribe-alt-top__pdf-2,
.subscribe-alt-top__pdf-3 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 36%;
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdf-1,
.subscribe-alt-top__pdf-2,
.subscribe-alt-top__pdf-3 {
    width: 11.5rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdf-1,
.subscribe-alt-top__pdf-2,
.subscribe-alt-top__pdf-3 {
    width: 60%;
  }
}

.subscribe-alt-top__pdf-3 {
  left: 0;
  top: 2.5rem;
  transform: rotate(-14deg);
  z-index: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow3;
          animation-name: subscribePDFShow3;
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdf-3 {
    top: 7.5rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdf-3 {
    width: 56%;
    left: 20%;
    top: 8rem;
  }
}

@keyframes subscribePDFShow3 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-14deg);
  }
}
.subscribe-alt-top__pdf-2 {
  left: 30%;
  top: 1%;
  transform: rotate(-1deg);
  z-index: 3;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow2;
          animation-name: subscribePDFShow2;
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdf-2 {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdf-2 {
    left: 55%;
  }
}

@keyframes subscribePDFShow2 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-7deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(3deg);
  }
}
.subscribe-alt-top__pdf-1 {
  left: 60%;
  top: 1.5rem;
  transform: rotate(12deg);
  z-index: 2;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: subscribePDFShow1;
          animation-name: subscribePDFShow1;
}
@media (min-width: 23.25em) {
  .subscribe-alt-top__pdf-1 {
    top: 5rem;
    left: 57%;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-top__pdf-1 {
    top: 17.5rem;
    left: 30%;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-top__pdf-1 {
    left: 43%;
    top: 25rem;
    width: 58%;
  }
}

@keyframes subscribePDFShow1 {
  0% {
    opacity: 0;
    transform: translate3d(10em, 0, 0) scale(0.7) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(-5deg);
  }
}
.subscribe-alt-body {
  padding-bottom: 2.5rem;
}
@media (min-width: 23.25em) {
  .subscribe-alt-body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.subscribe-alt-body ol {
  counter-reset: section;
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  margin: 0.625rem 0 1.875rem;
}
@media (min-width: 60em) {
  .subscribe-alt-body ol {
    margin-left: -1.25rem;
    max-width: 23.75rem;
  }
}
.subscribe-alt-body ol li {
  counter-increment: section;
  font-style: italic;
  padding-bottom: 1.25rem;
  padding-left: 4.25rem;
  position: relative;
}
.subscribe-alt-body ol li:last-of-type {
  padding-bottom: 0;
}
.subscribe-alt-body ol li::before {
  background-color: rgba(156, 23, 30, 0.15);
  color: #9c171e;
  content: counters(section, ".") " ";
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 0.4rem;
  line-height: 1;
  margin-bottom: 0.625rem;
  height: 2.75rem;
  width: 2.75rem;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.subscribe-alt-body ul {
  padding: 0 0 0 1.875rem;
  margin: 0 0 1.25rem;
}
.subscribe-alt-body ul li {
  padding-bottom: 1rem;
}

.subscribe-alt-body__main {
  position: relative;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .subscribe-alt-body__main {
    padding-bottom: 2.5rem;
  }
}

.subscribe-alt-body__photo {
  margin: 0.625rem -1.875rem 1.5rem;
}
@media (min-width: 48em) {
  .subscribe-alt-body__photo {
    margin-left: 0;
    margin-right: 0;
  }
}
.subscribe-alt-body__photo img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.subscribe-alt-note {
  color: #888;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .subscribe-alt-note {
    position: absolute;
    right: 0;
    top: 0;
    width: 20rem;
    background-color: rgba(208, 214, 218, 0.5);
    padding: 1.25rem;
  }
}
.subscribe-alt-note > *:last-child {
  padding-bottom: 0;
}
.subscribe-alt-note a {
  color: #888;
}

.subscribe-alt-form {
  margin: 0 auto;
  max-width: 36rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 1.875rem;
  margin: 0 -1.875rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 25.875em) {
  .subscribe-alt-form {
    border-radius: 0.375rem;
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .subscribe-alt-form {
    max-width: 100%;
    padding: 3.125rem 2.5rem;
  }
}
@media (min-width: 60em) {
  .subscribe-alt-form {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}
@media (min-width: 72em) {
  .subscribe-alt-form {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.subscribe-alt-form form {
  max-width: 35rem;
  margin: 0 auto;
}
.subscribe-alt-form h2 {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.125;
  margin: 0 0 1.5rem;
  color: #9c171e;
  font-weight: 500;
}
@media (min-width: 48em) {
  .subscribe-alt-form h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.subscribe-alt-form .field--submit {
  border-color: rgba(0, 0, 0, 0.15);
}

.subpage--whoweserve.subpage {
  max-width: 100%;
}
.subpage--whoweserve .subpage__content {
  max-width: 36rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .subpage--whoweserve .subpage__content {
    display: flex;
    max-width: 82rem;
    margin: 0;
  }
}

.subpage--whoweserve2020.subpage {
  max-width: 100%;
}

.whoweserve__intro {
  margin: 0 auto 5rem;
  max-width: 50rem;
}
@media (min-width: 72em) {
  .whoweserve__intro {
    margin-bottom: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 57.5rem;
  }
}

.whoweserve__context-statement {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 60em) {
  .whoweserve__context-statement {
    margin-bottom: 2.5rem;
  }
}

.whoweserve__nav-list {
  list-style: none;
  margin: 0 auto;
  max-width: 30rem;
  padding: 0;
  display: grid;
  grid-gap: 0.625rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 25.875em) {
  .whoweserve__nav-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 60em) {
  .whoweserve__nav-list {
    max-width: none;
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 72em) {
  .whoweserve__nav-list {
    grid-gap: 1rem;
  }
}

.whoweserve__nav-link {
  display: block;
  overflow: hidden;
  text-decoration: none;
  padding: 0 0.625rem 0.625rem;
  line-height: 1.25;
  border-radius: 0.375rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 72em) {
  .whoweserve__nav-link {
    padding: 0 1rem 0.8rem;
  }
}

.whoweserve__nav-item--more {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  display: flex;
}
.whoweserve__nav-item--more .whoweserve__nav-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  flex: 1;
}
.whoweserve__nav-item--more .whoweserve__nav-link strong {
  font-size: 16px;
  font-size: 1rem;
}

.whoweserve__nav-img {
  display: block;
  margin: 0 -0.625rem 0.375rem;
}
@media (min-width: 72em) {
  .whoweserve__nav-img {
    margin: 0 -1rem 0.5rem;
  }
}

.whoweserve__nav-name {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 72em) {
  .whoweserve__nav-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.whoweserve__nav-country {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  color: #444;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .whoweserve__nav-country {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.whoweserve-person {
  border-top: 1px solid #d0d6da;
  max-width: 36rem;
  margin: 0 auto 6.25rem;
  padding-top: 3.75rem;
}
@media (min-width: 48em) {
  .whoweserve-person {
    display: flex;
    max-width: 82rem;
  }
}

.whoweserve-banner {
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .whoweserve-banner {
    padding-top: 1.25rem;
    flex: 1 0 20rem;
    position: relative;
    left: -2.5rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 60em) {
  .whoweserve-banner {
    flex: 1 0 25rem;
    left: -3.25rem;
  }
}
@media (min-width: 84em) {
  .whoweserve-banner {
    flex: 1 0 30rem;
    left: -5.75rem;
  }
}
@media (min-width: 92em) {
  .whoweserve-banner {
    flex: 1 0 35rem;
  }
}

.whoweserve-banner__figure {
  display: block;
}
@media (min-width: 48em) {
  .whoweserve-banner__figure {
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 1.25rem;
  }
}
@media (min-width: 72em) {
  .whoweserve-banner__figure {
    top: 2.5rem;
  }
}

.whoweserve-banner__img {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.whoweserve-banner__caption {
  padding: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.whoweserve-title {
  line-height: 1;
}
.whoweserve-title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .whoweserve-title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.whoweserve-title strong {
  color: #9c171e;
  display: block;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 72em) {
  .whoweserve-title strong {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

@media (min-width: 72em) {
  .whoweserve-body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.praytoday {
  position: relative;
}

.praytoday__mockup {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
@media (min-width: 36em) {
  .praytoday__mockup {
    float: right;
    padding: 0 0 1.25rem 1.25rem;
  }
}
@media (min-width: 60em) {
  .praytoday__mockup {
    margin-right: -2.5rem;
  }
}
@media (min-width: 72em) {
  .praytoday__mockup {
    margin-right: -7.5rem;
    padding-left: 2.5rem;
  }
}
.praytoday__mockup img {
  display: block;
  margin: 0 auto;
  width: 12.5rem;
}
@media (min-width: 48em) {
  .praytoday__mockup img {
    width: 16.25rem;
  }
}
@media (min-width: 72em) {
  .praytoday__mockup img {
    width: 20rem;
  }
}

.praytoday__title {
  position: relative;
  line-height: 1;
  padding-left: 4.25rem;
}
.praytoday__title img {
  border-radius: 0.35rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.praytoday__title h4 {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin: 0;
}
.praytoday__title h1 {
  margin: 0 0 2.5rem;
  font-size: 60px;
  font-size: 3.75rem;
  color: #9c171e;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: 500;
}
.praytoday__title h2 {
  margin: 0;
}

.praytoday__features li {
  margin-bottom: 0.3125rem;
}

.praytoday__screenshots {
  list-style: none;
  margin: 0 -0.5rem 1.25rem;
  padding: 0.625rem 0 0;
}
@media (min-width: 48em) {
  .praytoday__screenshots {
    text-align: center;
  }
}
@media (min-width: 60em) {
  .praytoday__screenshots {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 72em) {
  .praytoday__screenshots {
    margin-left: -9rem;
    margin-right: -9rem;
  }
}
@media (min-width: 84em) {
  .praytoday__screenshots {
    margin-left: -15rem;
    margin-right: -15rem;
  }
}
.praytoday__screenshots li {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0 0.5rem;
  width: 45%;
}
@media (min-width: 24em) {
  .praytoday__screenshots li {
    width: 32%;
  }
}
@media (min-width: 48em) {
  .praytoday__screenshots li {
    width: 19.25%;
  }
}
.praytoday__screenshots li:last-child {
  margin-right: 0;
}
.praytoday__screenshots li img {
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  display: block;
}

.praytoday__releases {
  list-style: none;
  margin: 0;
  padding: 0;
}
.praytoday__releases li {
  margin-bottom: 1.5rem;
}
.praytoday__releases li:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 36em) {
  .praytoday__releases li {
    margin-bottom: 1rem;
  }
}
.praytoday__releases img {
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 36em) {
  .praytoday__releases img {
    float: left;
    margin-right: 0.625rem;
    margin-bottom: 1rem;
  }
}

.praytoday__also {
  margin-top: 1.875rem;
}
.praytoday__also img {
  border-radius: 0.35rem;
  float: left;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
  margin-right: 1rem;
}

.special-statement-header {
  padding: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 50rem;
}

.special-statement-logo {
  background: url(https://assets.persecution.com/public/graphics/site/logo_vom_black.svg) center no-repeat;
  background-size: contain;
  height: 3rem;
  margin: 0 auto;
  text-indent: -999rem;
  width: 15rem;
  opacity: 0.7;
}

.special-statement {
  margin: 0 auto;
  max-width: 50rem;
  padding: 3.75rem 2.5rem;
}
@media (min-width: 48em) {
  .special-statement {
    padding: 5rem;
  }
}

.special-statement__title {
  margin: 0 0 1.25rem;
}

@media (min-width: 48em) {
  .special-statement__body {
    font-size: 18px;
    font-size: 1.125rem;
  }
}