/* Defines common breakpoint targets. */
.hover-disclosure__header {
  cursor: pointer;
}

.hover-disclosure__body[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.hover-disclosure__body[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.plandemic3 {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.plandemic3__header {
  background-color: #0A1012;
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.plandemic3__header-img {
  background-image: url("../../assets/img/plandemic3-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transform: translateY(-12vw);
  aspect-ratio: 16/9;
  position: relative;
  z-index: 0;
}
.plandemic3__header-img::before, .plandemic3__header-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.plandemic3__header-img::before {
  background: linear-gradient(to bottom, hsl(195deg, 29%, 5%) 0%, hsla(195deg, 29%, 5%, 0.987) 8.1%, hsla(195deg, 29%, 5%, 0.951) 15.5%, hsla(195deg, 29%, 5%, 0.896) 22.5%, hsla(195deg, 29%, 5%, 0.825) 29%, hsla(195deg, 29%, 5%, 0.741) 35.3%, hsla(195deg, 29%, 5%, 0.648) 41.2%, hsla(195deg, 29%, 5%, 0.55) 47.1%, hsla(195deg, 29%, 5%, 0.45) 52.9%, hsla(195deg, 29%, 5%, 0.352) 58.8%, hsla(195deg, 29%, 5%, 0.259) 64.7%, hsla(195deg, 29%, 5%, 0.175) 71%, hsla(195deg, 29%, 5%, 0.104) 77.5%, hsla(195deg, 29%, 5%, 0.049) 84.5%, hsla(195deg, 29%, 5%, 0.013) 91.9%, hsla(195deg, 29%, 5%, 0) 100%);
  top: -5vw;
}
.plandemic3__header-img::after {
  bottom: 0;
  background: linear-gradient(to bottom, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.013) 8.1%, hsla(0deg, 0%, 0%, 0.049) 15.5%, hsla(0deg, 0%, 0%, 0.104) 22.5%, hsla(0deg, 0%, 0%, 0.175) 29%, hsla(0deg, 0%, 0%, 0.259) 35.3%, hsla(0deg, 0%, 0%, 0.352) 41.2%, hsla(0deg, 0%, 0%, 0.45) 47.1%, hsla(0deg, 0%, 0%, 0.55) 52.9%, hsla(0deg, 0%, 0%, 0.648) 58.8%, hsla(0deg, 0%, 0%, 0.741) 64.7%, hsla(0deg, 0%, 0%, 0.825) 71%, hsla(0deg, 0%, 0%, 0.896) 77.5%, hsla(0deg, 0%, 0%, 0.951) 84.5%, hsla(0deg, 0%, 0%, 0.987) 91.9%, hsl(0deg, 0%, 0%) 100%);
}
.plandemic3__countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border: 2px solid #d6ae50;
  max-width: 31.25rem;
  margin: 0 auto;
}
.plandemic3__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem;
  width: 8rem;
  position: relative;
}
.plandemic3__countdown-item + .plandemic3__countdown-item::before {
  content: ":";
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
}
.plandemic3__countdown-item-value {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48rem) {
  .plandemic3__countdown-item-value {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.plandemic3__countdown-item-label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48rem) {
  .plandemic3__countdown-item-label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.plandemic3__header-text {
  position: relative;
  z-index: 2;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 1rem 0;
  margin: 1.5rem auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 48rem) {
  .plandemic3__header-text {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 80rem) {
  .plandemic3__header-text {
    font-size: 73px;
    font-size: 4.5625rem;
  }
}
.plandemic3__header-text::before, .plandemic3__header-text::after {
  content: "";
  display: block;
  height: 2px;
  width: 30%;
  max-width: 25rem;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 30rem) {
  .plandemic3__header-text::before, .plandemic3__header-text::after {
    flex: 1;
  }
}
.plandemic3__header-text::before {
  margin-right: 1.5rem;
}
.plandemic3__header-text::after {
  margin-left: 1.5rem;
}
.plandemic3 .main-content {
  transform: translateY(-25vw);
}
.plandemic3__body {
  text-align: center;
  width: 100%;
}
.plandemic3__body-logo {
  display: block;
  margin: 1.25rem auto 2rem;
  max-width: 15.625rem;
}
.plandemic3__body-headline {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 auto 1rem;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 48rem) {
  .plandemic3__body-headline {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .plandemic3__body-headline {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.plandemic3__body-copy {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 auto;
  color: #fff;
}
.plandemic3__body-table {
  padding: 2rem 0;
  margin: 0 auto 2rem;
  max-width: 40rem;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .plandemic3__body-table {
    margin-bottom: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.plandemic3__body-table .text-gold {
  color: #d6ae50;
}
.plandemic3__body table {
  border-collapse: collapse;
  margin: 0 auto;
  color: #fff;
}
.plandemic3__body table caption {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.375rem 0.5rem 1.5rem;
}
@media screen and (min-width: 48rem) {
  .plandemic3__body table caption {
    padding: 0.375rem 1.25rem 1.5rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.plandemic3__body table caption span {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #C6C6C6;
  display: block;
  margin-top: 0.25rem;
}
.plandemic3__body table th {
  font-family: "Montserrat-Medium", sans-serif;
}
.plandemic3__body table th:first-of-type,
.plandemic3__body table tbody td:first-of-type {
  max-width: 12.5rem;
}
.plandemic3__body table th:last-of-type,
.plandemic3__body table tbody td:last-of-type {
  max-width: 25rem;
}
.plandemic3__body table th,
.plandemic3__body table td {
  padding: 0.375rem 0.5rem;
}
@media screen and (min-width: 48rem) {
  .plandemic3__body table th,
.plandemic3__body table td {
    padding: 0.375rem 1.25rem;
  }
}
.plandemic3__body table tfoot td {
  font-family: "Montserrat-Medium", sans-serif;
  text-align: center;
  padding-top: 1.5rem;
}
.plandemic3__form {
  position: relative;
  margin: 1.5rem 0 0;
}
.plandemic3__form .parallelogram {
  transform-origin: top left;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
  color: #0A1012;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat-Bold", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  z-index: 0;
  margin-left: 1rem;
}
.plandemic3__form .parallelogram:before, .plandemic3__form .parallelogram:after {
  content: "";
  display: block;
  -webkit-transform: skewX(-33.7deg);
  -ms-transform: skewX(-33.7deg);
  transform: skewX(-33.7deg);
  border: 2px solid #4EFDFB;
  background-color: #4EFDFB;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plandemic3__form .parallelogram:before {
  top: 0;
  right: 0;
  bottom: 49%;
  border-bottom-width: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.plandemic3__form .parallelogram:after {
  top: 50%;
  left: 0;
  bottom: 0;
  border-top-width: 0px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.plandemic3__form .parallelogram:hover:before {
  -webkit-transform: skewX(-33.7deg) translateX(5%);
  -ms-transform: skewX(-33.7deg) translateX(5%);
  transform: skewX(-33.7deg) translateX(5%);
}
.plandemic3__form .parallelogram:hover:after {
  -webkit-transform: skewX(-33.7deg) translateX(-5%);
  -ms-transform: skewX(-33.7deg) translateX(-5%);
  transform: skewX(-33.7deg) translateX(-5%);
}
.plandemic3__form .parallelogram:hover:disabled:before, .plandemic3__form .parallelogram:hover:disabled:after {
  content: "";
  display: block;
  -webkit-transform: skewX(-33.7deg);
  -ms-transform: skewX(-33.7deg);
  transform: skewX(-33.7deg);
  border: 2px solid #4EFDFB;
  background: transparent;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plandemic3__form .parallelogram:hover:disabled:before {
  top: 0;
  right: 0;
  bottom: 49%;
  border-bottom-width: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.plandemic3__form .parallelogram:hover:disabled:after {
  top: 50%;
  left: 0;
  bottom: 0;
  border-top-width: 0px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.plandemic3__form .nf-field-label {
  display: none;
}
.plandemic3__form nf-fields-wrap {
  width: 100%;
  display: block;
}
@media screen and (min-width: 48rem) {
  .plandemic3__form nf-fields-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    column-gap: 4rem;
    row-gap: 1rem;
  }
}
.plandemic3__form nf-fields-wrap nf-field {
  display: block;
  width: 100%;
}
.plandemic3__form .field-wrap:not(.submit-wrap) .nf-field-element {
  transform-origin: top left;
  background: transparent;
  border: 0 !important;
  color: #0A1012;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat-Regular", sans-serif;
  position: relative;
  padding: 1rem;
  width: 100%;
  height: 3.125rem;
  color: #FFFFFF;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.plandemic3__form .field-wrap:not(.submit-wrap) .nf-field-element:before, .plandemic3__form .field-wrap:not(.submit-wrap) .nf-field-element:after {
  content: "";
  display: block;
  background: transparent;
  -webkit-transform: skewX(-33.7deg);
  -ms-transform: skewX(-33.7deg);
  transform: skewX(-33.7deg);
  border: 2px solid #4EFDFB;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plandemic3__form .field-wrap:not(.submit-wrap) .nf-field-element:before {
  top: 0;
  right: 0;
  bottom: 49%;
  border-bottom-width: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.plandemic3__form .field-wrap:not(.submit-wrap) .nf-field-element:after {
  top: 50%;
  left: 0;
  bottom: 0;
  border-top-width: 0px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.plandemic3__form .field-wrap:not(.submit-wrap) .nf-field-element::placeholder, .plandemic3__form .field-wrap:not(.submit-wrap) .nf-field-element::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.plandemic3__form input.nf-element {
  transform: translateY(-1rem);
  box-shadow: none;
  border-radius: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: transparent;
  padding: 0.925rem 1rem;
  width: 100%;
  height: 3.125rem;
  color: #FFFFFF;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
}
.plandemic3__form input.nf-element::placeholder {
  color: #C6C6C6;
}
@media screen and (min-width: 48rem) {
  .plandemic3__form .submit-wrap .nf-field-element {
    display: flex;
    justify-content: flex-end;
    left: -6rem;
  }
}
.plandemic3__form .p3-form__submit {
  transform-origin: top left;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
  color: #0A1012;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat-Bold", sans-serif;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  z-index: 0;
  margin-left: 1rem;
  margin-left: 0;
  height: 3.125rem;
}
.plandemic3__form .p3-form__submit:before, .plandemic3__form .p3-form__submit:after {
  content: "";
  display: block;
  -webkit-transform: skewX(-33.7deg);
  -ms-transform: skewX(-33.7deg);
  transform: skewX(-33.7deg);
  border: 2px solid #4EFDFB;
  background-color: #4EFDFB;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plandemic3__form .p3-form__submit:before {
  top: 0;
  right: 0;
  bottom: 49%;
  border-bottom-width: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.plandemic3__form .p3-form__submit:after {
  top: 50%;
  left: 0;
  bottom: 0;
  border-top-width: 0px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.plandemic3__form .p3-form__submit:hover:before {
  -webkit-transform: skewX(-33.7deg) translateX(5%);
  -ms-transform: skewX(-33.7deg) translateX(5%);
  transform: skewX(-33.7deg) translateX(5%);
}
.plandemic3__form .p3-form__submit:hover:after {
  -webkit-transform: skewX(-33.7deg) translateX(-5%);
  -ms-transform: skewX(-33.7deg) translateX(-5%);
  transform: skewX(-33.7deg) translateX(-5%);
}
.plandemic3__form .p3-form__submit:hover:disabled:before, .plandemic3__form .p3-form__submit:hover:disabled:after {
  content: "";
  display: block;
  -webkit-transform: skewX(-33.7deg);
  -ms-transform: skewX(-33.7deg);
  transform: skewX(-33.7deg);
  border: 2px solid #4EFDFB;
  background: transparent;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plandemic3__form .p3-form__submit:hover:disabled:before {
  top: 0;
  right: 0;
  bottom: 49%;
  border-bottom-width: 0px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.plandemic3__form .p3-form__submit:hover:disabled:after {
  top: 50%;
  left: 0;
  bottom: 0;
  border-top-width: 0px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.plandemic3__form .nf-form-fields-required {
  display: none;
}
.plandemic3__form .nf-error .ninja-forms-field {
  border-color: #ff0033;
}
.plandemic3__form .nf-error-msg {
  color: #ff0033;
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 48rem) {
  .plandemic3__form .nf-response-msg {
    max-width: 35%;
  }
}
.plandemic3__form .nf-response-msg p {
  font-family: "Montserrat-Regular", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .plandemic3__form .nf-response-msg p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 64rem) {
  .plandemic3__form .nf-response-msg p {
    max-width: 100%;
    text-align: left;
  }
}
.plandemic3__form .nf-response-msg a {
  text-decoration: underline solid 2px !important;
  color: #FFFFFF;
}
.plandemic3__form .nf-response-msg a:visited {
  text-decoration: underline solid 2px !important;
  color: #FFFFFF;
}
.plandemic3__form .nf-response-msg a:visited:hover {
  text-decoration-color: #4EFDFB;
}
@media screen and (min-width: 48rem) {
  .plandemic3__disclosure-container {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    width: 60%;
  }
}
@media screen and (min-width: 64rem) {
  .plandemic3__disclosure-container {
    right: 5rem;
    width: 50%;
  }
}
.plandemic3__disclosure {
  font-family: "Montserrat-Regular", sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  max-width: 26.25rem;
}
.plandemic3__video-container {
  margin-top: -2vw;
  padding: 0 0 3rem;
  background-image: url("../../assets/img/plandemic3-cinema.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  transform: translateY(-20vw);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 48rem) {
  .plandemic3__video-container {
    margin-top: -5vw;
  }
}
.plandemic3__video {
  display: block;
  margin: 0 auto 20vw;
  max-width: 77.5rem;
  aspect-ratio: 16/9;
  position: relative;
}
.plandemic3__video > video {
  max-width: inherit;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plandemic3__video-footer {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 48rem) {
  .plandemic3__video-footer {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.plandemic3__video-footer > a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline !important;
  text-decoration: underline solid 2px !important;
}
.plandemic3__video-footer > a:hover {
  text-decoration-color: #4EFDFB !important;
}

.site-footer {
  position: relative;
  margin-top: -20vw;
}

body {
  background-color: #0A1012;
}

/*# sourceMappingURL=p3-splash.css.map */
