:root {
  --white: white;
  --black: black;
  --headers: #f8ce72;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main_story {
  padding: 150px 15px 50px;
  transform: translate(0);
}

.main_story.inner {
  padding-top: 0;
  padding-bottom: 0;
}

.main_story.top {
  padding-top: 75px;
  padding-bottom: 0;
}

.main_story.end {
  padding-top: 0;
}

.leaderboard-container {
  background-color: #333;
  height: 270px;
}

.body {
  background-color: #000;
  font-family: Ap Var, sans-serif;
}

.caption_text {
  color: #fff;
  text-align: left;
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  line-height: 1.5;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title_container {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text_container1 {
  width: 100%;
}

.code-embed {
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.story {
  color: #fff;
  margin-bottom: 20px;
  font-family: Ap Var, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.story.end {
  margin-bottom: 75px;
}

.story.end.bold {
  font-family: Ap Var, sans-serif;
  font-weight: 700;
}

.story.bold {
  margin-bottom: 0;
  font-family: Ap Var, sans-serif;
  font-weight: 700;
}

.story.black_back {
  color: #fff;
  background-color: #000000c2;
  margin-bottom: 0;
  padding: 10px;
}

.story.black_back.no-margin {
  inset: 0%;
}

.story.header_margine {
  text-align: center;
  margin: 75px auto;
}

.story.no-margin {
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.story.no-margin.back {
  text-align: center;
  background-color: #000000c2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: inline-block;
  position: static;
  inset: auto auto 25px;
}

.right-arrow:focus-visible {
  border: 1px solid #fff;
}

.right-arrow[data-wf-focus-visible] {
  border: 1px solid #fff;
}

.sub-heading1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Ap Var, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.slider_image {
  margin-bottom: 0;
}

.slide-nav {
  font-size: .75rem;
  bottom: 10%;
}

.left-arrow {
  align-items: center;
  display: flex;
}

.left-arrow:focus-visible {
  border: 1px solid #fff;
}

.left-arrow[data-wf-focus-visible] {
  border: 1px solid #fff;
}

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

.byline-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, max-content));
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 30px;
  display: flex;
}

.byline {
  color: #fff;
  border-top: 6px #df6637;
  border-left: 6px #df6637;
  margin-left: -10px;
  padding-left: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.publish-text {
  color: #fff;
  border-left: 6px #df6637;
  margin-left: -10px;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.date-line {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.bottom-tear-shadow {
  z-index: 10;
  mix-blend-mode: multiply;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.quote {
  color: #333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}

.quote.white {
  color: var(--white);
  font-size: 3.5rem;
}

.text-wrapper {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  display: flex;
  position: relative;
}

.full-paper {
  z-index: 50;
  background-color: #fff;
  width: 100%;
  min-width: 100px;
  height: 100%;
  min-height: 100px;
  display: none;
  position: absolute;
}

.top-tear {
  z-index: 10;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.torn-quote-section {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.caption {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ap Var, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.25;
}

.caption.white {
  color: #fff;
}

.image {
  box-shadow: none;
}

.top-tear-shadow {
  z-index: 10;
  mix-blend-mode: multiply;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.tear-wrapper-bottom {
  position: static;
}

.background-wrapper {
  background-color: #0000;
  position: relative;
}

.background-wrapper.black {
  background-color: #000;
  border-top: 6px solid #fff;
  border-bottom: 5px solid #fff;
}

.text-container-quote {
  max-width: 1200px;
}

.tear-wrapper-top {
  position: static;
}

.image-copy {
  box-shadow: none;
}

.bottom-tear {
  z-index: 10;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.quote-wrapper {
  z-index: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.caption-2 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.25;
}

.left-inset {
  float: left;
  object-fit: fill;
  max-width: 40%;
  margin-bottom: 30px;
  padding-right: 20px;
}

.right-inset {
  float: right;
  clear: none;
  max-width: 50%;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 0;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 1.25;
}

.video-holder {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.left_image_title {
  z-index: 1;
  text-align: center;
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translate(7px, 11px)rotate(-9deg);
}

.middle_image_title {
  z-index: 2;
  text-align: center;
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.right_image_title {
  z-index: 1;
  text-align: center;
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: rotate(9deg);
}

.div-block-8 {
  width: 100%;
  height: 100%;
}

.left-inset-media {
  padding-right: 25px;
}

.video_title_container {
  margin-top: 40px;
}

.vertical_video {
  aspect-ratio: 9 / 16;
  margin-bottom: 20px;
}

.background-video {
  aspect-ratio: 9 / 16;
  box-shadow: 0 2px 15px -2px #000000c9;
}

.div-block-9 {
  aspect-ratio: 9 / 16;
}

.right-inset-media {
  padding-left: 25px;
  padding-right: 0;
  display: block;
}

.left-inset-copy {
  float: left;
  object-fit: fill;
  max-width: 25%;
  padding-right: 25px;
}

.split-text {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.split-text.white {
  color: #fff;
  font-size: 3.25rem;
}

.split-text.caption-2 {
  font-size: 1.25rem;
  font-weight: 400;
}

.max-width {
  width: 90%;
}

.split-text-2 {
  perspective: 800px;
  font-size: 64px;
}

.types_link {
  border: 2px solid #e8e2da3b;
  border-radius: 100vw;
  margin-right: 1.5em;
  padding: 1.5em 3em;
  transition: all .1s;
}

.types_link:hover {
  color: #2e2a27;
  background-color: #e8e2da;
}

.types_link-text {
  font-size: 2.1em;
}

.hide-credits {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ap Var, sans-serif;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.hide-credits.white {
  color: #fff;
}

.credits-wrapper {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.credit-title {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ap Var, sans-serif;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8;
}

.credit-name {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Ap Var, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8;
}

.credits-text {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
}

.show-credits {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ap Var, sans-serif;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.show-credits.white {
  color: #fff;
}

.credits {
  background-color: #000;
}

.credits.white {
  background-color: #fff;
}

.link-block {
  text-decoration: none;
}

.section-30vh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
  position: relative;
}

.text-mask {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 40%;
  overflow: hidden;
}

.mask2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-parent {
  justify-content: center;
  align-items: center;
  width: 67em;
  display: flex;
  position: absolute;
  inset: auto;
}

.is-h2 {
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

.html-embed {
  display: block;
  position: fixed;
  inset: 0%;
}

.left-subtitle-line {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-left: 0;
  margin-right: 25px;
}

.right-subtitle-line {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-left: 25px;
  margin-right: 0;
}

.line {
  background-color: #fff;
  width: 25%;
  height: 1px;
  margin-top: 50px;
}

.sticky_scroll_content {
  position: relative;
}

.sticky--content {
  height: 100vh;
  position: sticky;
  top: 0;
}

.background-video-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  display: flex;
}

.background-video-2.mobile {
  display: none;
}

.sticky_container {
  width: 100%;
  height: 200vh;
  position: relative;
}

.section-header {
  background-color: #0000;
  min-height: 600px;
}

.header-text-container {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.section_full_video {
  margin-bottom: 20px;
}

.full_video {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.full_video.botttom_margin {
  margin-bottom: 20px;
}

.dual-video-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.triple_photo_layout {
  margin-bottom: 20px;
  padding: 0;
}

.top_image {
  justify-content: center;
  align-items: center;
}

.image-2 {
  width: 100%;
}

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

.image-3, .image-4 {
  width: 100%;
}

.section_full_image {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image_text {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.video-play, .dual_photo_video_container {
  margin-bottom: 20px;
}

.dual_photo_video_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.code-embed-2 {
  height: 100%;
}

.dual_photo_container {
  margin-bottom: 20px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}

.dual_photos {
  width: 100%;
}

.image_container {
  width: 100%;
  margin-bottom: 20px;
}

.big_text {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.big_text.white {
  color: #fff;
  font-size: 3.25rem;
}

.big_text.caption-2 {
  font-size: 1.25rem;
  font-weight: 400;
}

.main-quote_layout {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-hero_sub-heading {
  border: 1.5px solid #ffffff3d;
  border-radius: 100vw;
  padding: .3em 1.5em;
  font-weight: 700;
  display: inline-block;
}

.main-hero_heading {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.main-hero_layout {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.main-hero_section {
  border-bottom: 2px solid #fff3;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-main-hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.subheading {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.25;
}

.image-6 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.graphic_content_container {
  width: 100%;
  position: relative;
}

.graphic-content-container {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.graphic_content_button {
  background-color: #b80000;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.image-7 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.photo_and_caption {
  text-align: center;
  width: 100%;
  position: relative;
}

.caption_text_graphic {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  line-height: 1.5;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.caption_text_graphic.full_screen {
  padding-left: 10px;
}

.inline_image_container {
  margin-bottom: 20px;
}

.absolute-photo-container {
  position: relative;
}

.container-3 {
  width: 100%;
  margin-top: 75px;
}

.div-block-11 {
  margin-bottom: 30px;
}

.image-8 {
  width: 100%;
}

.sniper-wrapper {
  position: relative;
}

.div-block-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hyperlinks {
  color: #7eb4f5;
}

@media screen and (max-width: 991px) {
  .slide-nav {
    bottom: 15%;
  }

  .quote {
    font-size: 1.75rem;
  }

  .text-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .caption.white {
    font-size: 1.25rem;
  }

  .quote-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .caption-2 {
    font-size: 1.25rem;
  }

  .left-inset, .right-inset {
    max-width: 45%;
  }

  .split-text {
    font-size: 1.75rem;
  }

  .split-text-2 {
    font-size: 40px;
  }

  .is-h2 {
    font-size: 2.5em;
  }

  .big_text {
    font-size: 1.75rem;
  }

  .main-hero_heading {
    font-size: 5em;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-2, .icon {
    margin-bottom: 210px;
  }

  .slide-nav {
    font-size: .65rem;
    bottom: 20%;
  }

  .quote.white {
    font-size: 1.5rem;
  }

  .text-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .caption.white {
    font-size: 1rem;
  }

  .quote-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .left-inset {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .right-inset {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading {
    font-size: 3rem;
  }

  .split-text.white {
    font-size: 1.5rem;
  }

  .split-text-2 {
    font-size: 30px;
  }

  .credits-text {
    align-items: center;
  }

  .text-parent {
    width: 45em;
  }

  .is-h2 {
    font-size: 2.2em;
  }

  .big_text.white {
    font-size: 1.5rem;
  }

  .main-hero_heading {
    font-size: 3.5em;
  }

  .subheading {
    font-size: 1.75rem;
  }

  .caption_text_graphic {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .main_story {
    padding-top: 100px;
  }

  .caption_text {
    padding-top: 10px;
    font-size: .6rem;
    line-height: 1.3;
  }

  .slider {
    background-color: #0000;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-2 {
    margin-bottom: 150px;
    margin-left: 48px;
    font-size: 1.3rem;
  }

  .story {
    z-index: 7;
    font-size: 1rem;
    position: relative;
  }

  .sub-heading1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.75rem;
  }

  .icon {
    margin-bottom: 150px;
    font-size: 1.3rem;
  }

  .slide-nav {
    font-size: .45rem;
    bottom: 30%;
  }

  .left-arrow {
    margin-left: -22px;
  }

  .byline-wrapper {
    margin-top: 50px;
  }

  .byline {
    border-top-width: 3px;
    border-left-width: 3px;
    font-size: .9rem;
  }

  .publish-text {
    border-left-width: 3px;
    font-size: .75rem;
  }

  .date-line {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .quote.white {
    word-break: normal;
    width: 100%;
    font-size: 1.5rem;
  }

  .text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .caption {
    font-size: .75rem;
  }

  .background-wrapper {
    background-image: url('../images/Paper-texture.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .background-wrapper.black {
    background-image: none;
  }

  .quote-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quote-wrapper.word-animation {
    margin-bottom: 20px;
  }

  .caption-2 {
    font-size: 1rem;
  }

  .left-inset {
    float: none;
    max-width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .right-inset {
    float: none;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .heading {
    font-size: 2rem;
  }

  .left-inset-media {
    padding-right: 0;
  }

  .right-inset-media {
    padding-left: 0;
  }

  .split-text {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }

  .split-text.caption-2 {
    padding-top: 5px;
    font-size: 1rem;
  }

  .max-width {
    width: 100%;
  }

  .split-text-2 {
    font-size: 22px;
  }

  .types_link {
    text-align: center;
    width: 100%;
    margin-top: 1.9em;
    margin-right: 0;
    font-size: 7px;
  }

  .hide-credits {
    font-size: .7em;
  }

  .credit-title {
    font-size: .8em;
    line-height: 1.5;
  }

  .credit-name {
    padding-right: 0;
    font-size: .75em;
  }

  .credits-text {
    grid-row-gap: 30px;
    align-content: stretch;
    place-items: start center;
    padding-top: 25px;
  }

  .show-credits {
    font-size: .7em;
  }

  .credits-group {
    margin-left: -5px;
    margin-right: -5px;
  }

  .section-30vh {
    height: 15vh;
  }

  .text-parent {
    width: 85vw;
  }

  .background-video-2.desktop {
    display: none;
  }

  .background-video-2.mobile {
    display: flex;
  }

  .full_video {
    padding-left: 0;
  }

  .dual_photo_video_wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .big_text {
    padding-bottom: 5px;
    font-size: 1.4rem;
  }

  .big_text.caption-2 {
    padding-top: 5px;
    font-size: 1rem;
  }

  .main-hero_heading {
    font-size: 2.4em;
  }

  .subheading {
    font-size: 1.5rem;
  }

  .caption_text_graphic {
    padding-left: 10px;
    font-size: .6rem;
    line-height: 1.3;
  }
}

#w-node-f66d0f47-8f51-5eb2-ed3b-e61fad1cfd6b-4d96ba20 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_971ef5ad-d441-9a82-4575-83fdd92a2b78-4d96ba20 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_971ef5ad-d441-9a82-4575-83fdd92a2b79-4d96ba20 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_971ef5ad-d441-9a82-4575-83fdd92a2b78-4d96ba20 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_971ef5ad-d441-9a82-4575-83fdd92a2b79-4d96ba20 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ap Var';
  src: url('../fonts/ap_var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}