.site-wrapper-outer {
  background: #034251;
  background-image: url("https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/bg.jpg");
  background-size: 48rem auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 48em) {
  .site-wrapper-outer {
    background-size: 100% auto;
  }
}
@media (min-width: 84em) {
  .site-wrapper-outer {
    background-size: 84rem auto;
    overflow-x: clip;
  }
}

@media (min-width: 72em) {
  .lp {
    max-width: 84rem;
    margin: 0 auto;
  }
}

.lp-wrap {
  width: 100%;
  position: relative;
}
@media (min-width: 48em) {
  .lp-wrap {
    margin: 0 auto;
  }
}
@media (min-width: 84em) {
  .lp-wrap::before, .lp-wrap::after {
    content: "";
    display: block;
    position: absolute;
    width: 10rem;
    bottom: -6.25rem;
    top: -5rem;
    background: linear-gradient(to left, rgba(3, 66, 81, 0), #034251);
    left: 0;
  }
}
@media (min-width: 84em) {
  .lp-wrap::after {
    left: auto;
    background: linear-gradient(to right, rgba(3, 66, 81, 0), #034251);
    right: 0;
  }
}

.lp-main {
  color: white;
  width: 100%;
  position: relative;
  z-index: 1;
}
.lp--resources .lp-main {
  padding-top: 3.75rem;
}
@media (min-width: 48em) {
  .lp--resources .lp-main {
    padding-top: 6.25rem;
  }
}
.lp-main::after {
  content: "";
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(-50vw + 50%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 60%, transparent);
}
@media (min-width: 48em) {
  .lp-main::after {
    display: none;
  }
}
.lp--resources .lp-main::after {
  display: none;
}

.lp-top {
  width: 100%;
  height: max-content;
  position: relative;
}
@media (min-width: 48em) {
  .lp-top {
    height: max-content;
  }
}
.lp--resources .lp-top {
  background-color: #022e38;
}
@media (min-width: 48em) {
  .lp--resources .lp-top {
    background: none;
  }
}

.lp-photo {
  width: 100vw;
  height: 15rem;
  left: calc(-50vw + 50%);
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 32em) {
  .lp-photo {
    height: 20rem;
  }
}
@media (min-width: 36em) {
  .lp-photo {
    height: 24rem;
  }
}
@media (min-width: 48em) {
  .lp-photo {
    position: absolute;
    height: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 84em) {
  .lp-photo {
    width: 100%;
    margin: 0 auto;
    left: unset;
    right: unset;
  }
}
.lp-photo::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent 70%);
}
@media (min-width: 48em) {
  .lp-photo::after {
    display: block;
  }
}
@media (min-width: 84em) {
  .lp-photo::after {
    width: 100vw;
    left: calc(-50vw + 50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 12% 25%, transparent 50% 82%, rgba(0, 0, 0, 0.3) 92%);
  }
}
.lp--resources .lp-photo::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5);
}
.lp-photo img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent);
          mask-image: linear-gradient(to bottom, black 70%, transparent);
  transition: all 1.5s ease;
}
@media (min-width: 48em) {
  .lp-photo img {
    width: 75%;
    left: auto;
    right: 0;
    -webkit-mask-image: linear-gradient(to left, black 70%, transparent);
            mask-image: linear-gradient(to left, black 70%, transparent);
  }
}
@media (min-width: 84em) {
  .lp-photo img {
    -webkit-mask-image: linear-gradient(to left, transparent, black 30% 70%, transparent);
            mask-image: linear-gradient(to left, transparent, black 30% 70%, transparent);
  }
}
@media (min-width: 48em) {
  .lp--resources .lp-photo img {
    object-position: center 30%;
  }
}
.lp-photo img.is-hidden {
  opacity: 0;
}
.lp-photo img:nth-child(1) {
  z-index: 3;
}
.lp-photo img:nth-child(2) {
  z-index: 2;
}
.lp-photo img:nth-child(3) {
  z-index: 1;
}

.lp-intro {
  margin-bottom: 2.5rem;
  padding: 0 2rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 48em) {
  .lp-intro {
    width: max-content;
    margin-left: 2rem;
    margin-bottom: 0;
    padding: 3rem 0;
  }
}
@media (min-width: 54em) {
  .lp-intro {
    margin-left: 3rem;
  }
}
@media (min-width: 60em) {
  .lp-intro {
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .lp-intro {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 0;
    padding: 4rem 0;
  }
}
.lp--resources .lp-intro {
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}
.lp-intro p {
  text-align: left;
  max-width: 28rem;
  margin: 0 auto;
  font-size: 1.0625rem;
}
@media (min-width: 48em) {
  .lp-intro p {
    max-width: 18rem;
    filter: drop-shadow(0 0.25rem 0.125rem rgba(0, 0, 0, 0.3));
  }
}
@media (min-width: 54em) {
  .lp-intro p {
    max-width: 22rem;
  }
}
@media (min-width: 60em) {
  .lp-intro p {
    max-width: 24rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 84em) {
  .lp-intro p {
    max-width: 28rem;
    font-size: 1.25rem;
  }
}
.lp-intro strong {
  color: #f2c066;
}

.lp-logo-text {
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-logo-text {
    filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.5));
  }
}
@media (min-width: 72em) {
  .lp-logo-text {
    margin-bottom: 3.75rem;
  }
}
.lp-logo-text h1 {
  width: max-content;
  margin: 0 auto;
  border-bottom: 1px solid #f2c066;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 3.5rem;
  font-weight: lighter;
  line-height: 2.5rem;
  color: #f2c066;
}
@media (min-width: 32em) {
  .lp-logo-text h1 {
    font-size: 4rem;
    line-height: 3rem;
  }
}
@media (min-width: 72em) {
  .lp-logo-text h1 {
    font-size: 4.5rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-logo-text h1 {
    font-size: 5.25rem;
    line-height: 4.75rem;
  }
}
[lang=es] .lp-logo-text h1 {
  font-size: 2.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 60em) {
  [lang=es] .lp-logo-text h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 84em) {
  [lang=es] .lp-logo-text h1 {
    font-size: 4.25rem;
  }
}
.lp-logo-text--top, .lp-logo-text--bottom {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  color: white;
  display: block;
}
@media (min-width: 32em) {
  .lp-logo-text--top, .lp-logo-text--bottom {
    font-size: 1.25rem;
  }
}
@media (min-width: 72em) {
  .lp-logo-text--top, .lp-logo-text--bottom {
    font-size: 1.5rem;
  }
}
@media (min-width: 84em) {
  .lp-logo-text--top, .lp-logo-text--bottom {
    font-size: 2rem;
  }
}
.lp-logo-text--top {
  font-weight: bold;
  display: flex;
  align-items: center;
}
[lang=es] .lp-logo-text--top {
  letter-spacing: 0.15em;
}
.lp-logo-text--top::before, .lp-logo-text--top::after {
  content: "";
  display: block;
  flex: 1;
  background-color: #f2c066;
  height: 1px;
  margin-right: 0.25rem;
}
.lp-logo-text--top::after {
  margin-right: 0;
  margin-left: 0.25rem;
}
.lp-logo-text--bottom {
  font-size: 1rem;
  font-weight: lighter;
  letter-spacing: 0.2em;
}
@media (min-width: 32em) {
  .lp-logo-text--bottom {
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .lp-logo-text--bottom {
    font-size: 1.25rem;
  }
}
@media (min-width: 84em) {
  .lp-logo-text--bottom {
    font-size: 1.625rem;
    line-height: 1.75;
  }
}

.lp-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.35;
  margin: 0 0 1.875rem;
  text-align: center;
}
@media (min-width: 72em) {
  .lp-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.lp-cta {
  display: block;
  width: max-content;
  margin: 2rem auto 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  background: #f2c066;
  border-radius: 0.375rem;
  text-decoration: none;
  padding: 0.75rem 1.125rem;
}
@media (min-width: 60em) {
  .lp-cta {
    padding: 0.875rem 1.25rem;
  }
}
.lp-cta:hover, .lp-cta:focus {
  color: rgba(0, 0, 0, 0.8);
  background: #df9613;
  filter: saturate(50%);
}
.lp-cta:focus {
  outline: 0;
  box-shadow: 0 0 0 0.175rem white;
}

.lp-welcome-kit {
  width: 100%;
  padding: 3rem 0 2rem;
  text-align: center;
  position: relative;
}
@media (min-width: 25.875rem) {
  .lp-welcome-kit {
    max-width: 26rem;
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .lp-welcome-kit {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    justify-items: center;
    max-width: none;
    padding: 4rem 0;
  }
}
@media (min-width: 66em) {
  .lp-welcome-kit {
    padding-right: 1.5rem;
  }
}
@media (min-width: 72em) {
  .lp-welcome-kit {
    padding: 5.5rem 0;
    padding-right: 2rem;
  }
}
@media (min-width: 48em) {
  .lp-welcome-kit::before {
    content: "";
    width: 100vw;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 40%);
  }
}
@media (min-width: 84em) {
  .lp-welcome-kit::before {
    width: 100%;
    left: 0;
    -webkit-mask-image: linear-gradient(to left, transparent, black 10% 90%, transparent);
            mask-image: linear-gradient(to left, transparent, black 10% 90%, transparent);
  }
}
.lp-welcome-kit__desc {
  padding: 1rem 1.5rem;
}
@media (min-width: 72em) {
  .lp-welcome-kit__desc {
    margin-left: 1.25rem;
  }
}
@media (min-width: 48em) {
  .lp-welcome-kit__desc-content {
    position: sticky;
    top: 2rem;
  }
}
@media (min-width: 72em) {
  .lp-welcome-kit__desc-content {
    position: relative;
    top: 0;
  }
}
.lp-welcome-kit__title {
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 25.875rem) {
  .lp-welcome-kit__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 48rem) {
  .lp-welcome-kit__title {
    font-size: 2.625rem;
  }
}
@media (min-width: 72rem) {
  .lp-welcome-kit__title {
    font-size: 3rem;
  }
}
.lp-welcome-kit__title span {
  color: #f2c066;
  font-size: 3.25rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  display: block;
}
@media (min-width: 25.875rem) {
  .lp-welcome-kit__title span {
    font-size: 3.5rem;
  }
}
@media (min-width: 48rem) {
  .lp-welcome-kit__title span {
    font-size: 4.125rem;
  }
}
@media (min-width: 72rem) {
  .lp-welcome-kit__title span {
    font-size: 4.75rem;
  }
}
.lp-welcome-kit__list {
  padding: 0;
  text-align: center;
  list-style-type: none;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-welcome-kit__list {
    padding: 0 1rem;
    max-width: 26rem;
    margin: 0 auto;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .lp-welcome-kit__list {
    font-size: 1.25rem;
  }
}
.lp-welcome-kit__list li {
  margin: 1rem 0;
}
.lp-welcome-kit__item--out-of-stock {
  text-decoration: line-through;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.lp-welcome-kit__item--out-of-stock .out-of-stock-note {
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.375rem 0.5rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.lp-resources-banner {
  background: #fdf6ea;
  width: 100vw;
  position: relative;
  z-index: 1;
  left: calc(-50vw + 50%);
  color: rgba(0, 0, 0, 0.7);
}
.lp-resources-banner .lp-cta {
  color: white;
  background: #08596c;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  padding: 0.875rem 1.25rem;
}
@media (min-width: 60em) {
  .lp-resources-banner .lp-cta {
    padding: 1.125rem 1.5rem;
  }
}
.lp-resources-banner .lp-cta:hover {
  background: #034251;
}
.lp-resources-banner .lp-cta:focus {
  outline: 0;
  box-shadow: 0 0 0 0.175rem #df9613;
}
.lp-resources-banner__content {
  max-width: 74rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .lp-resources-banner__content {
    flex-wrap: nowrap;
    padding-top: 3rem;
  }
}
@media (min-width: 72em) {
  .lp-resources-banner__content {
    padding: 4.25rem 2.25rem 3.25rem;
  }
}
@media (min-width: 84em) {
  .lp-resources-banner__content {
    padding-left: 0;
  }
}
.lp-resources-banner__image {
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.45));
  margin: 1rem 0 2rem;
  max-width: 20rem;
}
[lang=es] .lp-resources-banner__image {
  filter: none;
}
@media (min-width: 48em) {
  .lp-resources-banner__image {
    max-width: 18rem;
    margin: 0;
    align-self: flex-start;
    padding-top: 1rem;
  }
}
@media (min-width: 60em) {
  .lp-resources-banner__image {
    max-width: 22rem;
  }
}
@media (min-width: 60em) {
  .lp-resources-banner__image {
    max-width: 22rem;
  }
}
@media (min-width: 84em) {
  .lp-resources-banner__image {
    max-width: 25rem;
    margin-left: -1.5rem;
    margin-right: 1.5rem;
  }
}
.lp-resources-banner__text {
  text-align: center;
  flex: 1 1 auto;
}
@media (min-width: 48em) {
  .lp-resources-banner__text {
    margin-left: 0 1rem 0 2rem;
    padding-left: 1rem;
  }
}
@media (min-width: 54em) {
  .lp-resources-banner__text {
    margin: 0 -1rem 0 1rem;
    padding-left: 0;
  }
}
.lp-resources-banner__text article {
  max-width: 28rem;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 60em) {
  .lp-resources-banner__text article {
    max-width: 30rem;
  }
}
@media (min-width: 84em) {
  .lp-resources-banner__text article {
    max-width: 36rem;
  }
}
.lp-resources-banner__text p {
  font-size: 1.0625rem;
}
@media (min-width: 60em) {
  .lp-resources-banner__text p {
    font-size: 1.25rem;
  }
}
@media (min-width: 84em) {
  .lp-resources-banner__text p {
    font-size: 1.5rem;
  }
}
.lp-resources-banner__text strong {
  color: #08596c;
}
.lp-resources-banner__title {
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.35rem;
  font-size: 1.125rem;
  font-weight: normal;
  max-width: 20rem;
  margin: 0 auto 2rem;
}
@media (min-width: 32em) {
  .lp-resources-banner__title {
    max-width: 22rem;
  }
}
@media (min-width: 32em) {
  .lp-resources-banner__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 46em) {
  .lp-resources-banner__title {
    max-width: none;
  }
}
@media (min-width: 48em) {
  .lp-resources-banner__title {
    max-width: 24rem;
  }
}
@media (min-width: 66em) {
  .lp-resources-banner__title {
    max-width: none;
  }
}
@media (min-width: 84em) {
  .lp-resources-banner__title {
    font-size: 1.75rem;
    max-width: none;
  }
}
.lp-resources-banner__title span {
  display: block;
  color: #08596c;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
@media (min-width: 32em) {
  .lp-resources-banner__title span {
    font-size: 4rem;
  }
}
@media (min-width: 48em) {
  .lp-resources-banner__title span {
    font-size: 4.5rem;
  }
}
@media (min-width: 84em) {
  .lp-resources-banner__title span {
    font-size: 6rem;
  }
}

.lp-about-vom {
  background: #f6d395;
  color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  box-shadow: 0 0.5rem 0.25rem rgba(0, 0, 0, 0.1);
}
.lp-about-vom__inner {
  max-width: 45rem;
  margin: 0 auto;
  padding: 3.5rem 1.875rem;
}
@supports (display: grid) {
  .lp-about-vom__inner {
    display: grid;
    grid-gap: 2.5rem;
  }
  @media (min-width: 25.875em) {
    .lp-about-vom__inner {
      padding: 4.25rem 3.5rem;
    }
  }
  @media (min-width: 48em) {
    .lp-about-vom__inner {
      grid-gap: 3.75rem;
    }
  }
  @media (min-width: 60em) {
    .lp-about-vom__inner {
      max-width: 80rem;
      grid-template-columns: 1fr 16.25rem;
    }
  }
  @media (min-width: 66em) {
    .lp-about-vom__inner {
      align-items: center;
      grid-template-columns: 1fr 20rem;
    }
  }
  @media (min-width: 72em) {
    .lp-about-vom__inner {
      grid-gap: 5.625rem;
      grid-template-columns: 1fr auto;
      padding: 5rem 3.5rem;
    }
  }
}
.lp-about-vom__img {
  text-align: center;
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-about-vom__img {
    grid-column: 2;
    grid-row: 1;
  }
}
.lp-about-vom__img img {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.25);
}
@media (min-width: 60em) {
  .lp-about-vom__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.lp-about-vom__content h2 {
  color: #0a6d84;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 1.375rem;
  margin: 0 0 1.25rem;
}
@media (min-width: 48em) {
  .lp-about-vom__content h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 1.875rem;
  }
}
.lp-about-vom__content p {
  font-size: 1.0625rem;
  line-height: 1.65;
}
@media (min-width: 84em) {
  .lp-about-vom__content p {
    font-size: 1.25rem;
  }
}
.lp-about-vom__buttons {
  padding-top: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 66em) {
  .lp-about-vom__buttons {
    text-align: left;
  }
}
.lp-about-vom__buttons .button {
  padding: 1rem 2rem;
  margin: 0 0.5rem 1rem;
  background: #08596c;
}
@media (min-width: 66em) {
  .lp-about-vom__buttons .button {
    margin-right: 1.5rem;
    margin-left: 0;
  }
}
.lp-about-vom__buttons .button:last-child {
  margin-bottom: 0;
}
.lp-about-vom__buttons .button:hover, .lp-about-vom__buttons .button:focus {
  background: #034251;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33), inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
}
.lp-about-vom__buttons .button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.175rem white;
}
.lp-about-vom__buttons strong {
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/about_text_what.png) center center no-repeat;
  background-size: auto 2.1rem;
  height: 2.5rem;
  display: block;
  text-indent: -999rem;
  filter: invert(41%) sepia(79%) saturate(350%) hue-rotate(343deg) brightness(122%) contrast(91%);
}
@media (min-width: 84em) {
  .lp-about-vom__buttons strong {
    background-size: auto 2.75rem;
    height: 3.5rem;
  }
}
.lp-about-vom__buttons span {
  font-weight: normal;
  letter-spacing: 0.25em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 84em) {
  .lp-about-vom__buttons span {
    letter-spacing: 0.35em;
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-about-vom__button--who strong {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/about_text_who.png);
}
.lp-about-vom__button--how strong {
  background-size: auto 2.75rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/about_text_how.png);
}
@media (min-width: 84em) {
  .lp-about-vom__button--how strong {
    background-size: auto 3.5rem;
  }
}

.lp-faqs__inner {
  max-width: 74rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 25.875rem) {
  .lp-faqs__inner {
    padding: 2rem 3rem;
  }
}
@media (min-width: 48rem) {
  .lp-faqs__inner {
    padding: 2rem 5rem;
  }
}
.lp-faqs__heading {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
  margin-top: 2.75rem;
}
@media (min-width: 48em) {
  .lp-faqs__heading {
    font-size: 1.75rem;
    margin-top: 3.25rem;
  }
}
@media (min-width: 84em) {
  .lp-faqs__heading {
    font-size: 2.125rem;
    margin-top: 4.5rem;
  }
}
.lp-faqs ul {
  list-style-type: none;
  padding: 0;
}
.lp-faqs__questions {
  margin: 0;
}
.lp-faqs__subheading {
  color: #f2c066;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-size: 1.75rem;
  line-height: 1.125;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin: 2rem 0 0.5rem;
}
@media (min-width: 48em) {
  .lp-faqs__subheading {
    font-size: 2.25rem;
  }
}
@media (min-width: 84em) {
  .lp-faqs__subheading {
    font-size: 2.5rem;
  }
}
.lp-faqs__resources {
  margin: 0 0 3rem;
}
@media (min-width: 54em) {
  .lp-faqs__resources {
    margin: 3rem 0;
  }
}
@media (min-width: 72em) {
  .lp-faqs__resources {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
}
@media (min-width: 84em) {
  .lp-faqs__resources {
    max-width: 84rem;
    position: relative;
    margin: 2rem -5rem 4rem;
  }
}
.lp-faqs__resource {
  color: #434548;
  padding: 1.5rem;
  padding-top: 0.5rem;
  margin: 2.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 54em) {
  .lp-faqs__resource {
    flex-wrap: nowrap;
    padding: 1.5rem;
    margin: 2.75rem 0;
  }
}
@media (min-width: 72em) {
  .lp-faqs__resource {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    min-width: 45%;
    flex: 1;
    margin: 1.25rem 0;
  }
  .lp-faqs__resource:nth-child(odd) {
    margin-right: 1.5rem;
  }
  .lp-faqs__resource:nth-child(even) {
    margin-left: 1.5rem;
  }
  .lp-faqs__resource:last-child {
    align-content: center;
  }
}
.lp-faqs__resource:nth-child(1n+3)::before {
  background-position: top;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 70%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 70%);
}
.lp-faqs__resource::before {
  content: "";
  width: 100%;
  height: calc(100% - 4.5rem);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: url("https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/bg_gold@2x.jpg");
  background: image-set(url("https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/bg_gold.jpg") 1x, url("https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/bg_gold@2x.jpg") 2x);
  background-size: 100% auto;
  background-position: top;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  mix-blend-mode: multiply;
  opacity: 0.6;
}
@media (min-width: 48em) {
  .lp-faqs__resource::before {
    height: 100%;
  }
}
.lp-faqs__resource::after {
  content: "";
  width: 100%;
  height: calc(100% - 4.5rem);
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  background: #fefaf3;
  border-radius: 0.25rem;
  box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.4);
}
@media (min-width: 54em) {
  .lp-faqs__resource::after {
    height: 100%;
  }
}
@media (min-width: 72em) {
  .lp-faqs__resource::after {
    height: calc(100% - 4.5rem);
  }
}
.lp-faqs__resource:nth-child(3) img {
  margin-left: 0.5rem;
}
.lp-faqs__resource:last-child {
  padding: 1.5rem;
}
@media (min-width: 72em) {
  .lp-faqs__resource:last-child {
    padding-top: 6rem;
  }
}
.lp-faqs__resource:last-child::after {
  height: 100%;
}
@media (min-width: 72em) {
  .lp-faqs__resource:last-child::after {
    height: calc(100% - 4.5rem);
  }
}
.lp-faqs__resource:last-child h4 {
  margin: 0;
}
.lp-faqs img {
  max-height: 12rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.5));
}
@media (min-width: 54em) {
  .lp-faqs img {
    margin-bottom: 0;
    margin-right: 1.5rem;
    margin-left: -3rem;
    max-height: 13.5rem;
    max-width: 15rem;
    align-self: flex-start;
  }
}
@media (min-width: 72em) {
  .lp-faqs img {
    margin: 0;
    margin-bottom: 1rem;
    align-self: unset;
    max-width: none;
  }
}
@media (min-width: 54em) {
  .lp-faqs__desc {
    padding: 1rem;
  }
}
.lp-faqs h4 {
  margin: 0;
  color: #034251;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.365rem;
  text-align: center;
}
@media (min-width: 24em) {
  .lp-faqs h4 {
    font-size: 1rem;
  }
}
@media (min-width: 36em) {
  .lp-faqs h4 {
    font-size: 1.0625rem;
  }
}
@media (min-width: 54em) {
  .lp-faqs h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 84em) {
  .lp-faqs h4 {
    font-size: 1.5rem;
  }
}
.lp-faqs h4 em {
  color: #08596c;
}
.lp-faqs p {
  padding: 0;
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 24em) {
  .lp-faqs p {
    font-size: 0.925rem;
  }
}
@media (min-width: 36em) {
  .lp-faqs p {
    font-size: 1rem;
  }
}
@media (min-width: 54em) {
  .lp-faqs p {
    font-size: 1.125rem;
  }
}
@media (min-width: 84em) {
  .lp-faqs p {
    font-size: 1.25rem;
  }
}

.lp .title {
  color: white;
}
.lp label,
.lp .field__address2-link {
  color: #f2c066;
}
.lp .label__note {
  color: rgba(255, 255, 255, 0.7);
}
.lp input[type=email]:focus,
.lp input[type=text]:focus,
.lp select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.175rem #f2c066;
}
.lp input[type=checkbox] {
  position: relative;
  top: 0.5rem;
  margin-top: 0.025rem;
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background: url("https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/icon_checkbox_unchecked.svg") no-repeat;
  background-size: 100%;
  transition: background 0.2s ease;
}
@media (min-width: 25.875rem) {
  .lp input[type=checkbox] {
    margin-top: 0.125rem;
  }
}
.lp input[type=checkbox]:focus {
  outline: 0;
}
.lp input[type=checkbox]:focus::after {
  content: "";
  width: 1.125rem;
  height: 1.275rem;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 0 0.175rem #df9613;
  border-radius: 0.125rem;
}
.lp input[type=checkbox]:checked {
  background: url("https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/icon_checkbox_checked.svg") no-repeat;
}
.lp .field--free-check {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.lp #input_billing_sms[type=checkbox] {
  margin-top: -0.675rem;
}
.lp #input_billing_sms[type=checkbox] ~ label {
  font-weight: normal;
  font-style: italic;
  font-size: 0.925rem;
  color: #f8ddad;
}
.lp .field--submit [type=submit] {
  background: #f2c066;
  color: rgba(0, 0, 0, 0.8);
}
.lp .field--submit [type=submit]:hover, .lp .field--submit [type=submit]:focus {
  background: #df9613;
  filter: saturate(50%);
}
.lp .field--submit [type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.175rem white;
}

.products__ordersummary .title {
  color: #f2c066;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.products__ordersummary .ordersummary .ordersummary__item {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.products__ordersummary .ordersummary .ordersummary__total td span {
  color: #f2c066;
}

.lp-yourinfo-fields {
  border: none;
  padding-top: 0;
}

.lp-yourinfo-fields__fields {
  padding: 0;
}

.lp-offer {
  padding: 0 1.5rem;
}
@media (min-width: 72em) {
  .lp-offer {
    margin: 0 auto;
    max-width: 37.5rem;
  }
}

.checkout {
  padding: 2.5rem 0 1.5rem;
}
.lp--resources .checkout {
  padding: 0 1.875rem 7.5rem;
  max-width: 54rem;
  margin: 0 auto;
}

.lp-offer {
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 48em) {
  .lp-offer {
    background: rgba(255, 255, 255, 0.25);
    background: linear-gradient(-15deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1) 15% 85%, rgba(255, 255, 255, 0.25));
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    box-shadow: 0 0.375rem 1.125rem 0.125rem rgba(0, 0, 0, 0.3);
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 66em) {
  .lp-offer {
    border-radius: 0.5rem;
  }
}

.lp-offer-desc {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 48em) {
  .lp-offer-desc {
    border-top: none;
  }
}

.lp-check {
  font-style: italic;
  padding-top: 0.125rem;
  padding-left: 2rem;
  position: relative;
}
@media (min-width: 72em) {
  .lp-check {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-check em {
  font-style: normal;
}
.lp-check::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/icon_checkbox.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
}

@media (min-width: 48em) {
  .fieldgroup--duo .field {
    width: 100%;
    float: none;
  }
}
@media (min-width: 60em) {
  .fieldgroup--duo .field {
    width: 50%;
    float: left;
  }
}
.fieldgroup--duo .field:first-child, .fieldgroup--duo .field:last-child {
  padding: 0 0 1rem;
}
@media (min-width: 60em) {
  .fieldgroup--duo .field:first-child {
    padding-right: 0.5rem;
  }
}
@media (min-width: 60em) {
  .fieldgroup--duo .field:last-child {
    padding-left: 0.5rem;
  }
}

.resources-coming-soon {
  font-style: italic;
}

.lp-resources__title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #f2c066;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
}
@media (min-width: 48em) {
  .lp-resources__title {
    font-size: 2rem;
  }
}
@media (min-width: 72em) {
  .lp-resources__title {
    font-size: 2.25rem;
  }
}

@media (min-width: 48em) {
  .lp--resources .lp-photo img {
    object-position: center 30%;
  }
}

.resource-nav {
  margin: 0 1.25rem 5rem;
}
@media (min-width: 48em) {
  .resource-nav {
    margin-bottom: 6.25rem;
    position: sticky;
    top: 0.625rem;
    z-index: 2;
  }
}

.resource-nav__inner {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.375rem;
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 42em) {
  .resource-nav__inner {
    background-color: rgba(2, 46, 56, 0.85);
    flex-wrap: nowrap;
    padding: 1.25rem 1.875rem;
    align-items: center;
  }
}
@media (min-width: 48em) {
  .resource-nav__inner {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
}
.resource-nav__inner h2 {
  margin: 0 0 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  flex: 1 0 100%;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}
@media (min-width: 42em) {
  .resource-nav__inner h2 {
    flex: 0 0 6.25rem;
    margin: 0 0.625rem 0 0;
  }
}

.resource-nav__type {
  position: relative;
}
@media (min-width: 42em) {
  .resource-nav__type {
    margin: 0 1.25rem;
  }
}
.resource-nav__type:first-of-type {
  margin-bottom: 1.25rem;
}
@media (min-width: 42em) {
  .resource-nav__type:first-of-type {
    margin-bottom: 0;
  }
}
.resource-nav__type button {
  background: #328c9e;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-right: 2.5rem;
}
.resource-nav__type button:hover {
  background: #40adc3;
}
.resource-nav__type button::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/icon_disclose.svg) left top no-repeat;
  transition: transform 0.2s ease;
}
.resource-nav__type.is-expanded button::after {
  transform: rotateZ(90deg);
}
.resource-nav__type ul {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 0.625rem 0;
  width: 100%;
  z-index: 3;
}
@media (min-width: 48em) {
  .resource-nav__type ul {
    background-color: rgba(1, 26, 32, 0.85);
  }
}
.resource-nav__type.is-expanded ul {
  display: block;
}
.resource-nav__type a {
  display: block;
  color: #f2c066;
  padding: 0.3125rem 1rem;
  text-decoration: none;
}
.resource-nav__type a:hover {
  background-color: rgba(242, 192, 102, 0.2);
}

.resource-section {
  padding: 0 1.875rem 5rem;
}
@media (min-width: 60em) {
  .resource-section {
    padding: 0 5rem 6.25rem;
  }
}
.resource-section.resource-section--printed {
  padding-bottom: 0;
}
.resource-section h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  margin: 0 0 0.625rem;
  line-height: 1;
}
@media (min-width: 60em) {
  .resource-section h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.resource-section__item-limit {
  background-color: rgba(1, 26, 32, 0.85);
  padding: 1rem 1.25rem;
  font-style: italic;
  text-align: center;
  border-radius: 0.25rem;
}
.resource-section__item-limit a {
  color: #f2c066;
}

.digital-resources,
.printed-resources {
  margin-bottom: 7.5rem;
}
.digital-resources ul,
.printed-resources ul {
  display: grid;
  grid-row-gap: 5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .digital-resources ul,
  .printed-resources ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.75rem;
  }
}
@media (min-width: 72em) {
  .digital-resources ul,
  .printed-resources ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.printed-resources {
  margin-bottom: 1.25rem;
}

.digital-resources__title,
.printed-resources__title {
  color: #f2c066;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 1.25rem;
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 60em) {
  .digital-resources__title,
  .printed-resources__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.digital-resources__title::after,
.printed-resources__title::after {
  content: "";
  margin-left: 1.25rem;
  flex: 1;
  height: 0.125rem;
  background-color: rgba(0, 0, 0, 0.35);
}

.digital-resource {
  text-align: center;
}

.digital-resource__embed {
  padding-top: 62.5%;
  position: relative;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.43);
  margin-bottom: 1.875rem;
}
.digital-resource__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.digital-resource__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}

.digital-resource__download {
  padding-bottom: 0.625rem;
}
.digital-resource__download a {
  background: #f2c066;
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.digital-resource__download a:hover {
  background: #40adc3;
}

.digital-resource__questions a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f2c066;
}

.printed-resource {
  max-width: 22.5rem;
  margin: 0 auto 3.75rem;
  scroll-margin-top: 2.5rem;
}
@media (min-width: 60em) {
  .printed-resource {
    margin-bottom: 5rem;
    scroll-margin-top: 6.25rem;
  }
}
.printed-resource .product {
  margin-bottom: 0;
}
.printed-resource .product__name {
  margin-bottom: 0;
}
.printed-resource .product__name,
.printed-resource .product__image {
  display: none;
}
.printed-resource .product__desc {
  min-height: 0;
  padding: 0;
}
.printed-resource .product__qtys {
  border-top: none;
  padding-top: 0;
  display: none;
}
.printed-resource label::before {
  color: white;
  content: "FREE";
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  position: absolute;
  text-align: center;
  left: 4.25rem;
  width: 4rem;
  height: 2.38rem;
  padding-top: 0.65rem;
  font-weight: normal;
  font-style: normal;
}
.printed-resource label em {
  display: none;
}
.printed-resource .field--free-check {
  max-width: 17.5rem;
  margin: 0 auto;
}
.printed-resource .field--free-check [type=checkbox] {
  margin-top: 0;
  top: -0.125rem;
}
.printed-resource .field--free-check label::before {
  content: "";
  display: none;
}
.printed-resource .field--free-check label em {
  color: #f2c066;
  display: inline;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.printed-resource .fine-print {
  padding-left: 1.5rem;
  font-style: italic;
}
.printed-resource .fine-print a {
  color: #f2c066;
}
.printed-resource .qty {
  padding-left: 8.75rem;
  max-width: 8.75rem;
  height: 2.375rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.25);
}
.printed-resource .qty__name {
  color: #f2c066;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.printed-resource .qty__desc {
  color: rgba(255, 255, 255, 0.6);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.printed-resource .lp-ships-on {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.75;
  text-align: center;
}

.printed-resource__img {
  margin-bottom: 2.5rem;
  background: none;
  padding: 0;
  box-shadow: none;
}
.printed-resource__img:hover {
  background: rgba(255, 255, 255, 0.1);
}
.printed-resource__img:focus {
  outline: 0.2rem solid rgba(242, 192, 102, 0.6);
}
.printed-resource__img::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_cln_resources/icon_expand.svg) 42% no-repeat;
  background-size: 70%;
  background-color: #f2c066;
  content: "more info";
  display: block;
  text-indent: -999rem;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  height: 3rem;
  width: 3rem;
  margin-left: -1.5rem;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.5), 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: transform 0.2s ease;
  z-index: 1;
}
.is-out-of-stock .printed-resource__img::before {
  display: none;
}
.printed-resource__img:hover::before {
  transform: translateY(-1.25rem);
}
.printed-resource__img img {
  transition: transform 0.2s ease;
}
.is-out-of-stock .printed-resource__img {
  pointer-events: none;
}
.is-out-of-stock .printed-resource__img img {
  opacity: 0.35;
}
.printed-resource__img:hover img {
  transform: scale(0.95);
}

.printed-resource__out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 10rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.printed-resource__name {
  font-weight: bold;
  color: white;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 84em) {
  .printed-resource__name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.printed-resource__desc {
  display: none;
}

.printed-resource__qty-warning {
  background-color: #9c423f;
  color: white;
  margin-top: 0.625rem;
  padding: 0.625rem 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.has-modal {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.has-modal body {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.cln-resource-modal {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0.625rem;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
@media (min-width: 48em) {
  .cln-resource-modal {
    padding: 2.5rem;
  }
}
.cln-resource-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.cln-resource-modal__content {
  background-color: white;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 40rem;
  padding: 2.5rem 1.25rem 1.25rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.3s ease-out 0.2s;
}
@media (min-width: 23em) {
  .cln-resource-modal__content {
    padding: 3.125rem 2.5rem 2.5rem;
  }
}
@media (min-width: 48em) {
  .cln-resource-modal__content {
    padding: 3.125rem 3.75rem;
  }
}
.cln-resource-modal.is-open .cln-resource-modal__content {
  transform: none;
  opacity: 1;
}
.cln-resource-modal__content ul {
  margin: 0;
}
.cln-resource-modal__content li {
  margin-bottom: 0.625rem;
}

.cln-resource-modal__close {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0.625rem 0.75rem;
  z-index: 5;
}
@media (min-width: 48em) {
  .cln-resource-modal__close {
    border-radius: 0.5rem;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    left: 50%;
    right: auto;
    margin-left: 14.5rem;
    top: 1.875rem;
  }
}
@media (min-width: 60em) {
  .cln-resource-modal__close {
    top: 1.25rem;
  }
}

.cln-resource-modal__img {
  margin-bottom: 1.875rem;
  text-align: center;
}

.cln-resource-modal__title {
  color: #487c9c;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.cln-resource-modal__desc h4 {
  color: #487c9c;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 2.5rem 0 1.25rem;
}

.video-embed {
  padding-top: 56.25%;
  position: relative;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}