ul.accordionList {
  padding-inline-start: 0px;
}

.accordion {
  display: block;
  margin: 0.625rem auto;
  max-width: 50rem;
  background-color: #00050B;
  border-radius: 0.625rem;
  font-size: 1rem;
}

.accordionHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.625rem 0 0.9375rem;
}

.accordionContent {
  padding: 0 1.25rem 0.3125rem;
}

main.archive {
  padding: 0 1.25rem 24.375rem;
  font-size: 1rem;
}
@media screen and (min-width: 56.25rem) {
  main.archive {
    padding: 0 0 14.5rem;
  }
}

.banner {
  margin: 0 -50vw 1.5625rem;
  max-width: 100vw;
  left: 50%;
  position: relative;
  height: 9.375rem;
  overflow: hidden;
}
@media (min-width: 40.625rem) {
  .banner {
    height: 12.5rem;
  }
}

.bannerImg {
  object-fit: cover;
  width: 100%;
  height: 9.375rem;
}
@media (min-width: 40.625rem) {
  .bannerImg {
    height: 12.5rem;
  }
}

.titleGradient {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 9.375rem;
  background: rgb(255, 89, 94);
  background: linear-gradient(90deg, rgba(255, 89, 94, 0.5) 0%, rgba(255, 202, 58, 0.5) 25%, rgba(138, 201, 38, 0.5) 50%, rgba(25, 130, 196, 0.5) 75%, rgba(106, 76, 147, 0.5) 100%);
}
@media (min-width: 40.625rem) {
  .titleGradient {
    height: 12.5rem;
  }
}

.titleGradient h1 {
  text-align: center;
  text-shadow: 0.1875rem 0.1875rem 0.3125rem #222222;
  font-size: 2.5rem;
  font-family: "Caveat", "Outfit", sans-serif;
  font-weight: 700;
}
@media (min-width: 40.625rem) {
  .titleGradient h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 62.5rem) {
  .titleGradient h1 {
    font-size: 4.5rem;
  }
}

section.archiveIntro {
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 1.125rem;
  text-align: center;
}

a.more,
a.more:visited,
a.more:hover,
a.more:focus,
a.more:active {
  display: block;
  color: #51D7FD;
}

.more span {
  text-transform: uppercase;
}

.noItems {
  margin: 3.125rem auto 6.25rem;
  max-width: 50rem;
  text-align: center;
}

.pressAllItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.allItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  max-width: 1005px;
}
@media screen and (min-width: 1047px) {
  .allItems {
    justify-content: flex-start;
  }
}

.archiveItemWrap {
  box-sizing: border-box;
  padding: 1rem 0;
  width: 100%;
  max-width: 450px;
}
@media screen and (min-width: 450px) {
  .archiveItemWrap {
    padding: 1rem;
  }
}
@media screen and (min-width: 704px) {
  .archiveItemWrap {
    max-width: 332px;
  }
}
@media screen and (min-width: 850px) {
  .archiveItemWrap {
    max-width: 400px;
  }
}
@media screen and (min-width: 1045px) {
  .archiveItemWrap {
    max-width: 335px;
  }
}

.archiveItem {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 0 2rem;
  height: 100%;
  width: 100%;
  max-width: 450px;
  background-color: #00050B;
  word-wrap: break-word;
  filter: drop-shadow(0.4375rem 0.4375rem 0.625rem #02303c);
}
@media screen and (min-width: 704px) {
  .archiveItem {
    max-width: 332px;
  }
}
@media screen and (min-width: 850px) {
  .archiveItem {
    max-width: 400px;
  }
}
@media screen and (min-width: 996px) {
  .archiveItem {
    max-width: 332px;
  }
}

.archiveItem a,
.archiveItem a:visited,
.archiveItem a:hover,
.archiveItem a:focus,
.archiveItem a:active {
  text-decoration: none;
}

.title {
  text-transform: capitalize;
}

.eventLocation {
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-bottom: 1.5rem;
}

.text span {
  position: absolute;
  bottom: 25px;
  padding-top: 1.5rem;
  text-decoration: underline;
}

.event p {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}

.text {
  padding: 0 1.5625rem 1.5625rem;
}

.text p {
  color: #E7ECEE;
}

.pressItem {
  width: 100%;
  max-width: 50rem;
  padding: 1rem 1rem 2rem;
  border-top: 0.0625rem solid #51D7FD;
}

.pressText {
  padding-bottom: 15px;
}

.archiveImg {
  object-fit: cover;
  aspect-ratio: 16/9;
}

article.featured {
  margin: 25px auto;
}

.featured .text {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto;
  width: 100%;
  max-width: 50rem;
}
.featured .text * {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}
.featured .text a:link,
.featured .text a:focus,
.featured .text a:active,
.featured .text a:hover,
.featured .text a:visited {
  text-decoration: none;
}
.featured .text p {
  width: 100%;
}

.featured img {
  object-fit: cover;
  aspect-ratio: 16/9;
  max-width: 50rem;
  width: 100%;
}

p.coupon {
  padding-bottom: 15px;
  font-weight: bold;
  color: white;
}

section.disclaimer {
  margin: 30px auto 0;
  padding-bottom: 15px;
  font-size: 1.125rem;
  text-align: center;
}

.btnContainer {
  display: flex;
  width: 100%;
}

.wysiwyg .button,
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.3));
}
.wysiwyg .button a,
.wysiwyg .button a:link,
.wysiwyg .button a:visited,
.wysiwyg .button a:focus,
.wysiwyg .button a:hover,
.wysiwyg .button a:active,
.button a,
.button a:link,
.button a:visited,
.button a:focus,
.button a:hover,
.button a:active {
  border: 0.125rem solid #51D7FD;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
}

.button.solid a,
.button.solid a:visited,
.button.solid a:focus,
.button.solid a:hover,
.button.solid a:active {
  background-color: #51D7FD;
  color: #00050B;
}

.button.outline a,
.button.outline a:visited,
.button.outline a:focus,
.button.outline a:hover,
.button.outline a:active {
  background-color: #00050B;
  color: #51D7FD;
}

.right {
  justify-content: flex-end;
}

.left {
  justify-content: flex-start;
}

.center {
  justify-content: center;
}

section.ctaSection {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 1.5625rem auto 0;
  padding: 1.25rem 1rem 2.8125rem;
  background-color: #11203E;
  color: #EBEBEB;
  width: 100%;
  box-shadow: 0 0 0 100vmax #11203E;
  clip-path: inset(0 -100vmax);
}
@media screen and (min-width: 56.25rem) {
  section.ctaSection {
    bottom: 14.5rem;
  }
}

.ctaText {
  padding-bottom: 1.5625rem;
}

.ctaSection .button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: max-content;
  margin: 0 auto;
  font-size: 1rem;
  cursor: pointer;
}
.ctaSection .button span {
  background-color: #51D7FD;
  color: #00050B;
  border: 0.125rem solid #51D7FD;
  text-transform: uppercase;
  font-weight: bold;
  margin-block-end: 0;
  margin-block-start: 0;
  padding: 0.625rem 1.25rem;
}

.ctaSection .button:focus-visible {
  border: 2px dotted red;
}

.filter {
  cursor: default;
  line-height: 1;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding-bottom: 25px;
}

.filterHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.9375rem;
  border: 0.0625rem solid #222222;
  border-radius: 0.3125rem;
  background-color: #00050B;
}

.allOptions {
  margin: 0 auto;
  padding: 0.625rem 0.9375rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
  background-color: #00050B;
  list-style-type: none;
}

.option {
  padding: 0.3125rem 0;
}

li.option a {
  color: #EBEBEB;
  text-decoration: none;
}

li.option a:hover {
  color: #51D7FD;
}

div#mc_embed_signup {
  margin: 0 auto;
}

div#mc_embed_signup form {
  margin: 0 auto;
  padding: 0.625rem 0 1.25rem;
  max-width: 50rem;
}

form label {
  color: #EBEBEB !important;
  display: block;
  margin: 0.3125rem auto;
  text-align: left;
  line-height: 1;
  font-size: 1rem;
  width: 100%;
}

.newsletter {
  padding: 0.625rem 0;
}

form small {
  display: block;
  padding: 0 0 1.5625rem;
  text-align: center;
}

#mc_embed_signup h2 {
  text-align: center;
}

#mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll input,
#mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll textarea {
  display: block;
  border: none;
  border-bottom: 0.0625rem solid #51D7FD;
  color: #EBEBEB;
  background-color: #00050B;
  width: 100%;
  text-indent: 0%;
  padding: 0;
  border-radius: 0;
}

#mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll input:focus {
  border: 0.0625rem solid grey;
  outline: none;
}

#mc_embed_signup div.field {
  display: block;
  background-color: #00050B;
  margin: 0.625rem auto;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  width: 100%;
}

.twoColumnWrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 50rem) {
  .twoColumnWrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

.twoColumnWrap div {
  width: 100%;
}
@media (min-width: 50rem) {
  .twoColumnWrap div {
    width: 24.6875rem;
  }
}

#mc_embed_signup div.left {
  margin: 0.625rem auto;
}
@media (min-width: 50rem) {
  #mc_embed_signup div.left {
    margin: 0.625rem 0.625rem 0.625rem 0;
  }
}

#mc_embed_signup div.right {
  margin: 0.625rem auto;
}
@media (min-width: 50rem) {
  #mc_embed_signup div.right {
    margin: 0.625rem 0 0.625rem 0.625rem;
  }
}

.rightSubmit {
  display: flex;
  justify-content: right;
  margin-top: 1.5625rem;
}

#mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll input.button {
  width: max-content;
  margin: 0;
  border: 0.125rem solid #51D7FD;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  background-color: #00050B;
  color: #51D7FD;
  height: auto;
  line-height: inherit;
  font-size: inherit;
}

#mc_embed_shell #mc_embed_signup div.responses {
  margin: 0 auto;
  padding: 0;
  float: none;
  width: 100%;
}

.response {
  margin: 0 auto;
  padding: 1.5rem 0;
  width: 100%;
  text-align: center;
  color: #51D7FD;
  font-weight: 500;
}

.success {
  color: #51D7FD;
}

.za-newsletter .success {
  color: #ED156E;
}

.error {
  color: red;
}

.landingSection #mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll input,
.landingSection #mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll textarea {
  background-color: #141414;
}

.landingSection #mc_embed_signup div.field {
  max-width: 650px;
  background-color: #141414;
}

.landingSection .rightSubmit {
  margin: 0 auto;
  max-width: 650px;
}

.outflixForm .dropdownHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  background-color: #141414;
  border-radius: 0;
}

.outflixForm .allOptions {
  display: none;
  border-radius: 0;
  color: darkgrey;
  background-color: #141414;
}

.outflixForm .option {
  padding: 0.3125rem 0;
  cursor: pointer;
}

.outflixForm .option:hover {
  color: white;
}

.outflixForm #outflixHeader {
  color: darkgrey;
}

#mc_embed_signup #outflixDropdownHeader {
  margin: 0.625rem auto 1.5625rem;
}

#outflixForm {
  padding: 0;
}

.outflix + .outflixForm #mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll input,
.outflix + .outflixForm #mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll textarea,
.outflix + .outflixForm #mc_embed_shell div.field,
.outflix + .outflixForm .dropdownHeader,
.outflix + .outflixForm .allOptions {
  background-color: #00050B;
}

.outflixForm h2 {
  margin: 0 auto;
  max-width: 43.75rem;
  text-align: center;
}

.landingSection.outflixForm {
  padding-top: 1rem;
}

main.homeWrap {
  padding: 3.125rem 1.25rem 24.375rem;
}
@media screen and (min-width: 56.25rem) {
  main.homeWrap {
    padding: 4.375rem 0 14.5rem;
  }
}

.homeWrap section,
div.platforms {
  padding: 1.5625rem 0;
}

section.top {
  position: relative;
  padding: 0 0 1.5625rem;
}
@media (min-width: 37.5rem) {
  section.top {
    padding: 0;
  }
}
@media (min-width: 50.0625rem) {
  section.top {
    display: flex;
    align-items: center;
  }
}

.textCTA {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.125rem;
  margin: auto;
}
@media (min-width: 31.25rem) {
  .textCTA {
    max-width: 28.125rem;
  }
}
@media (min-width: 50.0625rem) {
  .textCTA {
    position: static;
    margin: 0;
    max-width: 20.3125rem;
    padding-left: 5%;
    padding-bottom: 5%;
  }
}
@media (min-width: 62.5rem) {
  .textCTA {
    max-width: 29.6875rem;
  }
}

.mainText {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 31.25rem) {
  .mainText {
    bottom: 6.25rem;
  }
}
@media (min-width: 50.0625rem) {
  .mainText {
    text-align: left;
  }
}
@media (min-width: 62.5rem) {
  .mainText {
    font-size: 2.375rem;
    line-height: 1.7;
  }
}

@media (min-width: 50.0625rem) {
  .textCTA div#hero.btnContainer {
    justify-content: left;
  }
}

.mainImg {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw 6.25rem;
  filter: drop-shadow(0rem 1.5625rem 1.25rem #010e21);
}
@media (min-width: 37.5rem) {
  .mainImg {
    margin: 0 -50vw 3.125rem;
  }
}
@media (min-width: 50.0625rem) {
  .mainImg {
    margin: 0 -50vw 0;
  }
}

div.pricingWrap {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin: 3rem auto 0;
  background: rgb(1, 111, 141);
  background: linear-gradient(137deg, rgb(1, 111, 141) 25%, rgb(141, 1, 137) 75%);
}

section.pricing {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto 0;
  padding: 3rem 0;
  max-width: 800px;
}
@media screen and (min-width: 801px) {
  section.pricing {
    padding: 2rem 0;
  }
}

.pricing img {
  object-fit: contain;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

.pricing .info {
  margin: 0 auto;
  padding: 0 1rem 0.83rem;
  text-align: center;
}
.pricing .info p {
  margin-block-end: 2rem;
  margin: 1rem auto 2rem;
  max-width: 90%;
}
@media (min-width: 500px) {
  .pricing .info p {
    max-width: 450px;
  }
}
@media screen and (min-width: 700px) {
  .pricing .info {
    border-left: 1px solid lightgray;
  }
}

.originals {
  max-width: 43.75rem;
  margin: 1.25rem auto 0;
}
@media (min-width: 50rem) {
  .originals {
    margin: 1.5rem auto 0;
  }
}

.allOriginals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 1.5625rem auto 0;
}

.show {
  margin: 0.4375rem;
  width: 43%;
  max-width: 18.75rem;
  border-radius: 0.3125rem;
}
@media (min-width: 31.25rem) {
  .show {
    margin: 0.625rem;
  }
}

.formats h2,
.platforms h2,
.originals {
  text-align: center;
}

.formatIcons {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 0.625rem;
  text-align: center;
}

.formatType {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 0 3.125rem;
  min-width: 12.5rem;
}
.formatType span {
  margin: 0.625rem auto;
  font-size: 3.4375rem;
}
.formatType h4 {
  margin: 0.625rem auto;
}
.formatType ul {
  margin: 0.3125rem auto;
}

.platformIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 43.75rem;
  margin: 0 auto;
}

.platformIcon {
  margin: 0.625rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #999999;
  max-width: 6.25rem;
}

.formatType ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.accordions ul {
  padding-inline-start: 0;
}

.accordions ul ul {
  padding-inline-start: 20px;
}

.accordions li {
  cursor: pointer;
}

.homeWrap + section.ctaSection {
  margin: 1.5625rem auto 0;
}

.googleIcon {
  margin: 0 auto;
  width: 3.4375rem;
  height: 3.4375rem;
}

.expandIcon {
  cursor: pointer;
  width: 100%;
  max-width: 2.1875rem;
  height: 100%;
  max-height: 2.1875rem;
}

.close {
  cursor: pointer;
  fill: #E7ECEE;
  width: 2.1875rem;
  height: 2.1875rem;
}

.navBgcDesk {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 50;
  background-color: black;
  width: 100%;
  height: 4.375rem;
}
@media screen and (min-width: 56.25rem) {
  .navBgcDesk {
    display: flex;
  }
}

.navBarDesk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 1.5625rem;
  text-transform: uppercase;
  line-height: 1;
}

.logoDesk {
  height: 2.5rem;
  width: auto;
}

.discoverDesk {
  display: flex;
  align-items: center;
  padding: 0 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  color: #F5F5F5;
  fill: #F5F5F5;
}
.discoverDesk span, .discoverDesk i {
  padding-left: 0.3125rem;
}

.discoverDesk:hover {
  color: #51D7FD;
  fill: #51D7FD;
  text-decoration: none;
}

.navMenuDesk {
  display: none;
  background-color: #00050B;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  font-size: 1.125rem;
  padding: 1rem;
  position: fixed;
  top: 4.375rem;
  width: 15.625rem;
  z-index: 100;
  overflow: hidden;
}
.navMenuDesk a,
.navMenuDesk a:visited,
.navMenuDesk a:active {
  display: block;
  padding: 1.5rem;
  color: #F5F5F5;
  text-decoration: none;
}
.navMenuDesk a:focus,
.navMenuDesk a:hover {
  color: #51D7FD;
}
.navMenuDesk .active {
  color: #51D7FD;
}
.navMenuDesk .inactive {
  color: #F5F5F5;
}

.navLeftDesk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}

.navRightDesk div {
  display: inline-block;
}

.navRightDesk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 20.3125rem;
}

.navRightDesk div {
  width: fit-content;
}

.navBgc {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 50;
  background-color: black;
  width: 100vw;
  height: 3.125rem;
}
@media screen and (min-width: 56.25rem) {
  .navBgc {
    display: none;
  }
}

.navBar {
  display: flex;
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  height: 3.125rem;
  width: 100%;
  max-width: 62.5rem;
  padding: 0 1.25rem;
  line-height: 1;
  font-size: 1rem;
}
.navBar a,
.navBar a:focus,
.navBar a:hover {
  color: #F5F5F5;
}
.navBar a:active {
  color: #51D7FD;
}

.logoMobile {
  width: 5.625rem;
  height: auto;
}

.navBurger {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin: 0.635rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navBurger span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 85%;
  background: #F5F5F5;
  border-radius: 0.125rem;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navBurger span:nth-child(1) {
  top: 0.5rem;
}

.navBurger span:nth-child(2),
.navBurger span:nth-child(3) {
  top: 1.125rem;
}

.navBurger span:nth-child(4) {
  top: 1.75rem;
}

.navBurger.open span:nth-child(1) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}

.navBurger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navBurger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navBurger.open span:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}

.navMenuMobile {
  background-color: #00050B;
  text-transform: uppercase;
  text-align: left;
  font-size: 1.125rem;
  padding: 0 1.5625rem 1.5625rem;
  position: fixed;
  left: 0;
  top: 3.125rem;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  filter: drop-shadow(0.125rem 0.125rem 0.125rem black);
}
.navMenuMobile a.discover,
.navMenuMobile a.discover:visited,
.navMenuMobile a.discover:active {
  display: block;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  text-decoration: none;
  color: #F5F5F5;
  width: 100%;
}
.navMenuMobile a.discover:focus,
.navMenuMobile a.discover:hover {
  color: #51D7FD;
  text-decoration: none;
}
.navMenuMobile .active {
  color: #51D7FD;
}
.navMenuMobile .inactive {
  color: #F5F5F5;
}

.navMenuMobile a.discover:nth-last-child(2) {
  padding: 1.25rem 1.875rem 2.5rem 1.25rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* FWD CUSTOM CODE */
/* custom code for responsive media */
embed,
iframe,
object {
  max-width: 100%;
}

img,
video {
  max-width: 100%;
  height: auto;
}

/* sets default to border-box */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.planContainer {
  border: 1px solid #51D7FD;
  border-radius: 5px;
  padding: 10px;
  margin: 0 auto 50px;
  max-width: 50rem;
}
.planContainer h2 {
  margin-block-start: 0.5rem;
}
.planContainer a {
  text-transform: uppercase;
  color: #51D7FD;
}
@media (min-width: 500px) {
  .planContainer {
    padding: 25px;
  }
}

.planLinks {
  display: flex;
  justify-content: space-between;
}
.planLinks a {
  text-decoration: underline;
}

.regionalHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 18.75rem;
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}

.headerLogo {
  width: 90%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0.3125rem 0.3125rem 0.4375rem rgba(0, 0, 0, 0.5));
}
@media (min-width: 50rem) {
  .headerLogo {
    filter: drop-shadow(0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.5));
  }
}

.ZAheader .headerLogo {
  max-width: 350px;
  filter: drop-shadow(0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.5));
}
@media (min-width: 50rem) {
  .ZAheader .headerLogo {
    filter: drop-shadow(0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2));
  }
}

.ZAheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 300px;
  width: 100vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #ffc3d5;
}
@media (min-width: 700px) {
  .ZAheader {
    background-position: left center;
  }
}

.ZAheader h1 {
  filter: drop-shadow(0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.5));
  text-align: center;
}

.content-wrap:has(.za),
.content-wrap:has(.outflix) {
  padding: 0 1.25rem 390px;
}
@media (min-width: 56.25rem) {
  .content-wrap:has(.za),
  .content-wrap:has(.outflix) {
    padding: 0 1.25rem 232px;
  }
}

.za article,
.outflix article {
  margin: 0 auto 1.5625rem;
}

.main,
.featuredShows,
.plans,
.devices,
.form,
.faq {
  max-width: 43.75rem;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 50rem) {
  .main,
  .featuredShows,
  .plans,
  .devices,
  .form,
  .faq {
    margin: 5px auto 0;
  }
}

.faq {
  text-align: left;
}
.faq h2 {
  text-align: center;
}

.za .videoWrap {
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  padding: 0;
  filter: none;
  background-color: #001229;
}

.leftBar {
  display: block;
  position: relative;
  min-width: 16px;
  height: auto;
  background-color: #001229;
}

.za .video {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 1rem auto 1.5rem;
  aspect-ratio: 16/9;
  border: none;
  background-color: #001229;
}

.rightBar {
  position: absolute;
  right: 0;
  z-index: 100;
  width: 16px;
  height: 100%;
  background-color: #001229;
}

.allShows {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: 1.5625rem auto 0;
}

.show {
  margin: 0.4375rem;
  width: 43%;
  max-width: 18.75rem;
  border-radius: 0.3125rem;
}
@media (min-width: 31.25rem) {
  .show {
    margin: 0.625rem;
  }
}

div.plansWrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 50rem) {
  div.plansWrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

div.plan {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0.625rem 1.25rem;
  width: 100%;
  max-width: 31.25rem;
  border: 0.0625rem solid #51D7FD;
  border-radius: 0.3125rem;
}
@media (min-width: 50rem) {
  div.plan {
    width: 50%;
    margin: 0 0.9375rem;
  }
}

div.plan:first-child {
  margin-bottom: 1.25rem;
}
@media (min-width: 50rem) {
  div.plan:first-child {
    margin-bottom: 0;
  }
}

.devices img {
  width: 37.5rem;
  height: auto;
  filter: drop-shadow(0.1875rem 0.1875rem 1.25rem rgba(180, 180, 180, 0.2));
}

.za .button a {
  background-color: #ED156E;
  border: 0.125rem solid #ED156E;
}

.za-newsletter #mc_embed_shell #mc_embed_signup input#mce-EMAIL,
.za-newsletter div.dropdownHeader {
  border-bottom: 0.0625rem solid #ED156E;
}

.za-newsletter #mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll input.button {
  border: 0.125rem solid #ED156E;
  color: #ED156E;
}

.za .wysiwyg a:link,
.za .wysiwyg a:visited,
.za .wysiwyg a:focus,
.za .wysiwyg a:hover {
  color: #ED156E;
}

.za .carouselItem {
  width: 100%;
  max-width: 550px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-content: space-between;
  width: 100%;
  list-style-type: none;
  padding-inline-start: 0;
  cursor: default;
}

.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 2.375rem;
  height: 2.375rem;
  list-style: none;
  color: #51D7FD;
}
.pagination li a {
  cursor: pointer;
  color: #EBEBEB;
  text-decoration: none;
}

li.current {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
}

li.current:has(.dots) {
  border-radius: 0;
  background-color: #001229;
}

.dots {
  color: white;
}

.arrow::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.12em solid rgba(255, 255, 255, 0.75);
  border-top: 0.12em solid rgba(255, 255, 255, 0.75);
}
.arrow.left {
  transform: rotate(-135deg) translate(-50%);
}
.arrow.right {
  transform: rotate(45deg);
}

#footerDesktop {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 14.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #00050B;
  margin: 0 auto;
}
@media screen and (min-width: 56.25rem) {
  #footerDesktop {
    display: flex;
  }
}

.footerNav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 50rem;
  max-width: 850px;
  margin: 0 auto;
  padding: 0.625rem 0.9375rem;
  background-color: #00050B;
  box-shadow: 0 0 0 100vmax #00050B;
  clip-path: inset(0 -100vmax);
}

.column {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 1.25rem;
}
.column a,
.column a:focus,
.column a:visited,
.column a:active {
  text-transform: uppercase;
  padding: 0 0.625rem 1.25rem;
  color: #F5F5F5;
  text-decoration: none;
}
.column a:hover {
  color: #51D7FD;
  text-decoration: none;
}

.footer nav {
  display: flex;
  justify-content: space-evenly;
}

#footerDesktop .logo {
  max-width: 225px;
  padding: 1.5625rem;
}
#footerDesktop .logo p {
  margin-top: 0.625rem;
}

#footerDesktop .copy {
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: #00050B;
  box-shadow: 0 0 0 100vmax #00050B;
  clip-path: inset(0 -100vmax);
}

#footerDesktop.regional {
  display: none;
}
@media (min-width: 900px) {
  #footerDesktop.regional {
    display: block;
  }
}

#footerDesktop.regional nav {
  justify-content: flex-end;
  padding-right: 25px;
}

#footerDesktop.regional .right {
  display: flex;
}

#footerDesktop.za a:hover {
  color: #ED156E;
}

#footerMobile {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24.375rem;
}
@media screen and (min-width: 56.25rem) {
  #footerMobile {
    display: none;
  }
}

#footerMobile nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#footerMobile .logo {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
#footerMobile .logo img {
  max-width: 150px;
}

.topNav {
  background-color: #001229;
}

.bottomNav {
  background-color: #00050B;
}

.topNav,
#footerMobile .bottomNav {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem;
}

#footerMobile a,
#footerMobile a:link,
#footerMobile a:focus,
#footerMobile a:visited,
#footerMobile a:active {
  width: 100%;
  margin: 0;
  padding: 0.75rem 0;
  color: #F5F5F5;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#footerMobile a:hover {
  color: #51D7FD;
  text-decoration: none;
}

#footerMobile .socials a,
#footerMobile .socials a:link,
#footerMobile .socials a:focus,
#footerMobile .socials a:visited,
#footerMobile .socials a:active {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #51D7FD;
  text-decoration: none;
  text-align: center;
}
#footerMobile .socials a:hover {
  color: #F5F5F5;
}

#footerMobile .copy {
  display: block;
  margin: 0;
  padding: 0.75rem 0;
  width: 100%;
  height: auto;
  background-color: #00050B;
  font-size: 0.75rem;
  text-align: center;
}

#footerMobile.regional {
  display: flex;
}
@media screen and (min-width: 56.25rem) {
  #footerMobile.regional {
    display: none;
  }
}

.regional.footer {
  background-color: #00050B;
  align-content: space-between;
}

#footerMobile.regional a {
  padding: 1.5rem 0;
}

#footerMobile.za a:hover {
  color: #ED156E;
}

a.viewAll,
a:visited.viewAll,
a:hover.viewAll,
a:focus.viewAll,
a:active.viewAll {
  display: block;
  margin: 5rem 0 3.125rem;
  color: #51D7FD;
  text-decoration: underline;
  text-align: center;
  text-transform: uppercase;
}

.eventInfo,
.eventWhen,
.eventWhere {
  margin: 1.5625rem auto;
  max-width: 50rem;
  line-height: 1.5;
}
.eventInfo p,
.eventWhen p,
.eventWhere p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.eventImg {
  object-fit: cover;
  aspect-ratio: 16/9;
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
}

.desc {
  border-top: 0.0625rem solid #51D7FD;
  padding: 0.9375rem 0;
}

.castingButtons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
}

.castingButtons .btnContainer {
  margin: 1rem;
  max-width: 300px;
}

.blogInfo {
  max-width: 50rem;
  margin: 0 auto 1.5rem;
}

.blogInfo p {
  margin-block-end: 0.25rem;
  margin-block-start: 0.25rem;
}

.blogImg {
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}

section.blogFC {
  padding: 10px 0;
}

.qaPair {
  padding: 0.5rem 0;
}

.qaPair:first-child {
  padding: 0 0 0.5rem 0;
}

.line {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #51D7FD;
}

.headerImageText.wysiwyg {
  padding-bottom: 0.5rem;
}

.headerImageText img {
  margin: 0.3125rem auto;
  max-width: 800px;
  max-height: 450px;
  object-fit: contain;
}

.singleImage {
  margin: 0.3125rem auto;
}

.imgCaptionWrap {
  margin: 0 auto;
  width: fit-content;
}

.singleImage img {
  display: block;
  margin: 0 auto;
  max-width: 50rem;
  max-height: 28.125rem;
  object-fit: contain;
}

.singleImageCaption {
  text-align: right;
  font-size: 0.875rem;
  margin: 0 auto;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  width: 100%;
}

.twoColumn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftColumn,
.rightColumn {
  display: flex;
  justify-content: center;
  width: 49%;
  max-width: 25rem;
}

.blogFC.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
  gap: 0.5rem;
}

.blogFC .galleryItem {
  margin: 0.5rem 0;
  width: 49%;
}
@media (min-width: 46.875rem) {
  .blogFC .galleryItem {
    width: 32%;
  }
}

.blogCarouselSlider {
  margin: 0.3125rem auto;
}
@media (min-width: 31.25rem) {
  .blogCarouselSlider {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 50rem) {
  .blogCarouselSlider {
    padding: 0 1.5625rem;
  }
}
@media (min-width: 56.25rem) {
  .blogCarouselSlider {
    padding: 0 2.5rem;
  }
}

.carouselItem {
  max-width: 800px;
  padding: 0.1875rem;
}
@media screen and (min-width: 37.5rem) {
  .carouselItem {
    padding: 0.25rem;
  }
}

.video {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 0.3125rem auto;
  aspect-ratio: 16/9;
  border: none;
}

.socials-wrap {
  margin: 0 auto;
  padding: 1.25rem 0 1.5625rem;
}
.socials-wrap p {
  text-wrap: nowrap;
  margin: 0;
  padding-left: 0.9375rem;
}

.socials {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0.625rem 0 0;
  width: 100%;
}
.socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.socials li {
  display: inline;
}
@media (min-width: 900px) {
  .socials {
    justify-content: flex-start;
  }
}

.socials a {
  color: #51D7FD;
  fill: #51D7FD;
}

.socials a:hover,
.socials a:active,
.socials a:focus {
  color: #EBEBEB;
}

.socials svg {
  overflow: visible;
  box-sizing: content-box;
  padding: 0.9375rem;
  color: currentcolor;
}

.socials svg path {
  fill: currentcolor;
}

.connect {
  display: none;
}
@media screen and (min-width: 56.25rem) {
  .connect {
    display: block;
  }
}

/*
Contents:
Base Landing Page Styles
Navigation
Section: Cast (Carousel)
Section: Cast (Gallery)
Section: Full Width Image
Section: Logo with Synopsis
Section: Hero/CTA
Section: Mobile/Desktop Hero Image
Section: Socials
Section: Sponsors
Section: Video Carousel
Section: Where to Watch
Section: Embedded YT Video and Text
Section: Newsletter
Section: Pricing
Footer (Top Footer & Bottom Footer) 
Custom Styles (using CustomID)
*/
.landingPageWrap {
  position: relative;
  min-height: 100vh;
  color: white;
  background-color: black;
}

.landingContentWrap {
  margin: 0 auto;
  padding-top: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 6.25rem;
  width: 100%;
  max-width: 62.5rem;
  color: white;
  background-color: black;
}

.withNav {
  padding-top: 4.375rem;
}

.withBanner {
  padding-top: 2rem;
}

.withNav.withBanner {
  padding-top: 6.375rem;
}

.withTopFooter {
  padding-bottom: 30.625rem;
}
@media (min-width: 56.25rem) {
  .withTopFooter {
    padding-bottom: 21.6875rem;
  }
}

.landingPageWrap h2 {
  text-align: center;
}
@media (min-width: 37.5rem) {
  .landingPageWrap h2 {
    font-size: 2rem;
  }
}
@media (min-width: 50rem) {
  .landingPageWrap h2 {
    font-size: 2.5rem;
  }
}

.landingSection {
  position: relative;
  padding: 1rem 0;
  scroll-margin-top: 5rem;
}

section.landingSection:first-child {
  padding: 0 0 2rem;
}

section.landingSection:last-child {
  padding: 0 0 25px;
}

.navBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 2rem;
  overflow: hidden;
  z-index: 100;
}
.navBanner a {
  width: 100%;
}

.navBanner p {
  margin: 0 auto;
}

a.bannerLink {
  display: block;
  width: 100%;
}

.navBanner p.scroll {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
}
@media (min-width: 600px) {
  .navBanner p.scroll {
    animation: none;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(125%); /* Start off-screen to the right */
    @media (min-width: 500px) {
      transform: translateX(200%);
    }
  }
  100% {
    transform: translateX(-125%); /* End off-screen to the left */
    @media (min-width: 500px) {
      transform: translateX(-200%);
    }
  }
}
.landingPageWrap .navBgc {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: black;
  width: 100vw;
  height: 4.375rem;
}

.landingPageWrap:has(main.withBanner) .navBgc {
  height: 6.375rem;
}

.landingPageWrap .navBar {
  display: flex;
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  height: 4.375rem;
  width: 100vw;
  max-width: 62.5rem;
  padding: 0 1.25rem;
  line-height: 1;
  font-size: 1rem;
}
.landingPageWrap .navBar a {
  color: white;
}

.landingPageWrap .navBar.ban {
  top: 2rem;
}

.landingPageWrap .navLogo {
  padding: 0.625rem 0;
  max-height: 4.375rem;
  width: auto;
}

.landingPageWrap .navWrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 4.375rem;
  right: 0;
  max-width: 400px;
}

.landingPageWrap:has(main.withBanner) .navWrap {
  top: 6.375rem;
}

.landingPageWrap .navMenu {
  display: none;
  background-color: #222222;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  font-size: 1.125rem;
  padding: 1rem;
  border-radius: 0 0 0 10px;
}
.landingPageWrap .navMenu a.navLink {
  display: block;
  text-decoration: none;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
}

.landingPageWrap nav.open {
  display: block;
  position: fixed;
  right: 0;
  top: 4.375rem;
  padding: 1.5625rem 1.5rem;
  width: 100%;
  max-width: 25rem;
  border-radius: 0 0 0.625rem 0.625rem;
  z-index: 100;
  overflow: hidden;
}

.landingPageWrap .banner nav.open {
  top: 6.375rem;
}

.navCTABgc {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 50;
  background-color: black;
  width: 100vw;
  height: 4.375rem;
}

.landingPageWrap:has(main.withBanner) .navCTABgc {
  height: 6.375rem;
}

.navCTABar {
  display: flex;
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: space-between;
  background-color: black;
  height: 4.375rem;
  width: 100vw;
  max-width: 62.5rem;
  padding: 0 1.25rem;
  line-height: 1;
  font-size: 1rem;
  z-index: 55;
}
.navCTABar a {
  color: white;
}

.landingPageWrap:has(main.withBanner) .navCTABar {
  top: 2rem;
}

.navCTALogo {
  max-height: 30px;
  width: auto;
  max-width: 100px;
}
@media (min-width: 500px) {
  .navCTALogo {
    max-height: 40px;
    max-width: 150px;
  }
}

.navCTAonlyBtns {
  display: flex;
  text-wrap: nowrap;
  width: auto;
}
@media (min-width: 43.75rem) {
  .navCTAonlyBtns {
    width: 300px;
  }
}

.navCTAonlyBtns #primary {
  display: flex;
}

.navCTAonlyBtns #secondary {
  display: none;
}
@media (min-width: 500px) {
  .navCTAonlyBtns #secondary {
    display: flex;
    margin-left: 1rem;
  }
}

#navCTAdesk {
  display: none;
}
@media (min-width: 600px) {
  #navCTAdesk {
    display: flex;
  }
}

#navCTAmobile {
  display: flex;
  margin-top: 25px;
}
@media (min-width: 600px) {
  #navCTAmobile {
    display: none;
  }
}

.cast {
  margin: 1.5625rem auto;
}

.castGallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.carouselCastSlider .slick-list {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 330px;
}
@media screen and (min-width: 700px) {
  .carouselCastSlider .slick-list {
    padding: 0.25rem;
    max-width: 680px;
  }
}
@media screen and (min-width: 900px) {
  .carouselCastSlider .slick-list {
    max-width: 1014px;
  }
}

.zaShowSlider {
  position: relative;
}

.customArrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  cursor: pointer;
  fill: grey;
  opacity: 0.75;
  z-index: 10;
}

svg.customArrow:focus,
svg.customArrow:active {
  border: 0.0625rem solid grey;
  outline: 0.0625rem solid white;
}

.customPrevArrow {
  left: -24px;
}
@media (min-width: 56.25rem) {
  .customPrevArrow {
    left: -45px;
  }
}

.customNextArrow {
  right: -1.5rem;
}
@media (min-width: 56.25rem) {
  .customNextArrow {
    right: -45px;
  }
}

.castGallery .castWrap {
  margin: 0.9375rem auto;
  width: 100%;
  height: auto;
  max-width: 350px;
  filter: drop-shadow(0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.5));
}
@media (min-width: 25rem) {
  .castGallery .castWrap {
    margin: 1.5625rem;
  }
}
@media (min-width: 62.5rem) {
  .castGallery .castWrap {
    margin: 1.25rem;
  }
}

.carouselCastSlider .castWrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 340px;
  filter: drop-shadow(0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.5));
}
@media (min-width: 700px) {
  .carouselCastSlider .castWrap {
    padding: 0 10px;
    filter: drop-shadow(0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.5));
  }
}

.castMember {
  position: relative;
  width: 100%;
  height: auto;
}

.castImg {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 6.5625rem;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media (min-width: 31.25rem) {
  .castImg {
    margin-bottom: 7.1875rem;
  }
}

.eliminated {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  aspect-ratio: 1/1;
}

.landingPageWrap .castInfoAccordion {
  position: absolute;
  margin: 0;
  bottom: -5.625rem;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 5.625rem;
  transition: 0.5s ease;
  z-index: 10;
  background-color: white;
  color: black;
  border-radius: 0;
  cursor: default;
}
@media (min-width: 31.25rem) {
  .landingPageWrap .castInfoAccordion {
    bottom: -6.25rem;
    height: 6.25rem;
  }
}

.landingPageWrap .castInfoAccordion.open {
  height: 95%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.landingPageWrap .castInfoAccordion.open ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.3125rem;
}

.landingPageWrap .castInfoAccordion .accordionContent {
  padding: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.landingPageWrap .castInfoAccordion .accordionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  height: 5.625rem;
  padding: 0 0.3125rem 0 0.9375rem;
}
@media (min-width: 31.25rem) {
  .landingPageWrap .castInfoAccordion .accordionHeader {
    height: 6.25rem;
  }
}

.landingPageWrap .castInfoAccordion .accordionHeader span {
  cursor: pointer;
}

.castInfo h3 {
  color: black;
  margin-block-end: 0.25em;
  margin-block-start: 0.25em;
  padding-right: 0.625rem;
  line-height: 1;
}

.castInfo {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.castInfo a,
.castInfo a:visited,
.castInfo a:focus,
.castInfo a:hover,
.castInfo a:active {
  color: black;
}

.igName {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ig {
  display: flex;
  align-items: center;
}

.ig svg {
  overflow: visible;
  box-sizing: content-box;
}

.castSubheading {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-right: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
}

.castExpandMore {
  display: block;
}

.castExpandLess {
  display: none;
}

.fullWidth {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 75rem;
  max-height: 95vh;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.landingSection .logo {
  display: block;
  width: 100%;
  max-width: 20.3125rem;
  margin: 0 auto;
  padding: 2rem 0 1rem;
}

.wysiwygButton {
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 40.625rem;
}

.landingSection .synopsis {
  padding-bottom: 2rem;
}

.hero {
  position: relative;
}
@media (min-width: 801px) {
  .hero {
    display: flex;
    align-items: center;
  }
}

.hero .mainImg {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw 25px;
  filter: none;
}

.heroCTA {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 5;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 500px) {
  .heroCTA {
    max-width: 450px;
  }
}
@media (min-width: 801px) {
  .heroCTA {
    margin: 0;
    max-width: 375px;
    text-align: left;
    padding-left: 25px;
  }
}
@media (min-width: 1000px) {
  .heroCTA {
    max-width: 400px;
  }
}

.heroCTA h2 {
  text-align: center;
}
@media (min-width: 801px) {
  .heroCTA h2 {
    text-align: left;
  }
}

.ctaText {
  padding-bottom: 1.5625rem;
}

.legal {
  margin: 0 auto;
  padding: 25px 25px 0;
  max-width: 750px;
  font-size: 0.8rem;
}
@media (min-width: 800px) {
  .legal {
    padding: 50px 25px 0px;
  }
}
@media (min-width: 900px) {
  .legal {
    padding: 25px 25px 25px;
  }
}

.mobile {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: 31.25rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (min-width: 31.25rem) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media (min-width: 31.25rem) {
  .desktop {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1920px;
    max-height: 1080px;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

.landing-socials-wrap {
  margin: 0 auto;
  padding: 1.25rem 0 1.5625rem;
}
.landing-socials-wrap p {
  text-wrap: nowrap;
  margin: 0;
  padding-left: 0.9375rem;
}

.landingSection ul.landing-socials {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0.625rem 0 0;
  width: 100%;
  list-style-type: none;
}
.landingSection ul.landing-socials li {
  display: inline;
}

.landing-socials svg {
  overflow: visible;
  box-sizing: content-box;
  padding: 0.9375rem;
}

.landing-socials a:active svg path,
.landing-socials a:focus svg path {
  fill: currentcolor;
}

.landing-socials a:hover svg path {
  fill: white;
}

.sponsorGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0.9375rem;
}

.sponsor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.9375rem 0.625rem;
  width: 17.1875rem;
  max-height: 17.1875rem;
}

.sponsor img {
  border-radius: 0.4375rem;
}

.locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.location {
  padding: 0.625rem 0;
  width: 17.1875rem;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .location {
    padding: 0.625rem;
  }
}
@media (min-width: 50rem) {
  .location {
    margin: 0 0.625rem;
    padding: 0.625rem 1.5625rem;
  }
}

.location ul {
  padding-inline-start: 0;
}

.location li {
  list-style-type: none;
  padding: 0.3125rem 0;
}

.platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 700px;
}

.platforms a {
  text-decoration: none;
}

.cardWrap {
  margin: 10px;
  padding: 0 5px;
  width: 42%;
  border: 1px solid #3D3D3D;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .cardWrap {
    width: 25%;
  }
}

.card {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
}

.card h3 {
  width: 100%;
}

.singleVideo .linked {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 2rem auto;
  aspect-ratio: 16/9;
  border: none;
  filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.3));
}

.singleVideo p {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  max-width: 37.5rem;
}

.singleEmbeddedVideo p {
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
  max-width: 37.5rem;
}

.singleEmbeddedVideo iframe {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 2rem auto;
  aspect-ratio: 16/9;
  border: none;
  filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.3));
}

.videoSliderWrap {
  margin: 0 auto;
  width: 95%;
  max-width: 62.5rem;
}

h2.videoSlider {
  text-align: center;
}

p.videoSlider {
  margin: 0.625rem auto 3.125rem;
  text-align: center;
  font-size: 20px;
  max-width: 37.5rem;
}

.videoWrap {
  filter: drop-shadow(0.125rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.3));
}
@media (min-width: 43.75rem) {
  .videoWrap {
    padding: 0 0.75rem;
  }
}

.videoWrap iframe,
.videoWrap img {
  display: block;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
  border: none;
}

.videoWrap p {
  margin: 1rem 0;
  padding-left: 0.75rem;
  max-width: 15.625rem;
  text-align: left;
}

.linked {
  position: relative;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  aspect-ratio: 16/9;
}

.overlay span {
  font-size: 3.125rem;
}

.carouselVideoSlider .slick-dots li.slick-active button:before {
  color: white;
}

.carouselVideoSlider .slick-dots li button:before {
  color: white;
  opacity: 0.25;
}

section.pricing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 800px;
}

.pricingLogo {
  object-fit: contain;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}

.pricing .info {
  margin: 0 auto;
  padding: 0 1rem 0.83rem;
  text-align: center;
}
.pricing .info p {
  margin-block-end: 2rem;
  margin: 1rem auto 2rem;
  max-width: 90%;
}
@media (min-width: 500px) {
  .pricing .info p {
    max-width: 450px;
  }
}
@media screen and (min-width: 700px) {
  .pricing .info {
    border-left: 1px solid lightgray;
  }
}

.landingPageWrap .faqAccordions ul {
  padding-inline-start: 0;
}

.landingPageWrap .faqAccordions ul ul {
  padding-inline-start: 20px;
  border: none;
}

.landingPageWrap .faqAccordions li.accordion {
  cursor: pointer;
  text-transform: none;
  background-color: #000000;
  border: 1px solid #3D3D3D;
  border-radius: 5px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 50rem;
}

.galleryItem {
  margin: 0.5rem;
  width: 45%;
  border-radius: 5px;
}

.carouselSlider {
  margin: 1.5rem auto 1rem;
}
@media (min-width: 31.25rem) {
  .carouselSlider {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 50rem) {
  .carouselSlider {
    padding: 0 1.5625rem;
  }
}
@media (min-width: 56.25rem) {
  .carouselSlider {
    padding: 0 2.5rem;
  }
}

.carouselItem {
  padding: 0.1875rem;
}
@media screen and (min-width: 37.5rem) {
  .carouselItem {
    padding: 0.25rem;
  }
}

.carouselArrow {
  display: block;
  position: absolute;
  top: 40%;
  padding: 0;
  cursor: pointer;
  color: lightgrey;
  fill: lightgrey;
  z-index: 10;
  height: 2.1875rem;
  width: 2.1875rem;
}

.carouselArrow:focus,
.carouselArrow:active {
  border: 0.0625rem solid grey;
  outline: none;
}

.prev {
  left: -1.5625rem;
}
@media (min-width: 31.25rem) {
  .prev {
    left: -1.875rem;
  }
}
@media (min-width: 50rem) {
  .prev {
    left: -2.1875rem;
  }
}

.next {
  right: -1.5625rem;
}
@media (min-width: 31.25rem) {
  .next {
    right: -1.875rem;
  }
}
@media (min-width: 50rem) {
  .next {
    right: -2.1875rem;
  }
}

.newsletter {
  margin: 0 auto;
  max-width: 700px;
}

footer {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.topFooter {
  width: 100%;
  color: black;
  background-color: white;
}

.topFooterContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1.5625rem 1.5rem 3.125rem;
  max-width: 1920px;
}
@media screen and (min-width: 56.25rem) {
  .topFooterContent {
    padding: 2.5rem 1.5rem;
  }
}

.bannerLeft {
  color: inherit;
  width: 100%;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 56.25rem) {
  .bannerLeft {
    width: 30%;
  }
}

.bannerCenter {
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
  padding: 0 0 2.5rem;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 56.25rem) {
  .bannerCenter {
    padding: 0;
    max-width: 18.75rem;
    width: 40%;
    text-align: left;
  }
}

.bannerRight {
  width: 100%;
}
@media screen and (min-width: 56.25rem) {
  .bannerRight {
    width: 30%;
  }
}

.bottomFooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 6.25rem;
  padding: 1.25rem 0;
  background-color: black;
}

.smallPrint {
  display: flex;
  flex-direction: column;
}

.bottomFooter small {
  display: block;
  margin: 0 auto;
  width: 18.75rem;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: white;
}

#freeview .newsletter {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

/* styles the twig debugging dump */
pre.dump {
  display: block;
  width: 100%;
  clear: both;
  color: #000 !important;
  background: #ccc !important;
  text-transform: none !important;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  z-index: 999;
}

#wpadminbar {
  display: none;
  right: 0;
  transform: initial;
  max-width: 100vw;
  z-index: 999;
}

html {
  margin-top: 0 !important;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  color: #EBEBEB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #00050B;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: white;
}

b, strong {
  font-weight: 700;
}

button {
  display: block;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

a,
a:visited,
a:active,
a:focus,
a:hover {
  color: #51D7FD;
}

a[href^="mailto:"] {
  color: #51D7FD;
  text-decoration: underline;
}

p {
  word-spacing: 0.1em;
}

article {
  margin: 50px auto 25px;
  max-width: 50rem;
}

img {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

.none {
  display: none;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.visually-hidden {
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  height: 0.0625rem;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0.0625rem;
}

.visually-hidden:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}

.page-wrap {
  position: relative;
  min-height: 100vh;
  background-color: #001229;
}

.content-wrap {
  display: block;
  margin: 0 auto;
  padding: 3.125rem 1.25rem 24.375rem;
  max-width: 75rem;
  min-height: 100vh;
  background-color: #001229;
}
@media screen and (min-width: 56.25rem) {
  .content-wrap {
    padding: 4.375rem 1.25rem 14.5rem;
  }
}

.wysiwyg,
.pageTitle {
  margin: 0 auto;
  padding-bottom: 1.5625rem;
  width: 100%;
  max-width: 50rem;
  word-wrap: break-word;
}
.wysiwyg a:link,
.wysiwyg a:focus,
.wysiwyg a:active,
.wysiwyg a:hover,
.wysiwyg a:visited,
.pageTitle a:link,
.pageTitle a:focus,
.pageTitle a:active,
.pageTitle a:hover,
.pageTitle a:visited {
  color: #51D7FD;
  text-decoration: underline;
}
.wysiwyg ol,
.pageTitle ol {
  list-style-type: decimal;
}
.wysiwyg ol ol,
.pageTitle ol ol {
  list-style-type: lower-alpha;
}
.wysiwyg ol ol ol,
.pageTitle ol ol ol {
  list-style-type: lower-roman;
}
.wysiwyg ol ol ol ol,
.pageTitle ol ol ol ol {
  list-style-type: decimal;
}
.wysiwyg ol li,
.pageTitle ol li {
  padding-top: 10px;
}
.wysiwyg ol ol li,
.pageTitle ol ol li {
  padding-top: initial;
}
.wysiwyg ol ol ol li,
.pageTitle ol ol ol li {
  padding-top: initial;
}
.wysiwyg ol ol ol ol li,
.pageTitle ol ol ol ol li {
  padding-top: initial;
}
.wysiwyg ul,
.wysiwyg ul li,
.pageTitle ul,
.pageTitle ul li {
  list-style-type: disc;
  padding-top: initial;
}
.wysiwyg h2 li,
.pageTitle h2 li {
  padding-top: 0;
}

.jobPosting {
  padding: 0.5rem 0;
}

.jobPosting .button {
  padding-top: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
