:root {
  --dim-grey: #4c4d56;
  --midnight-blue: #0f2740;
  --white-smoke-2: #f3f4f4;
  --tan: #e9e1ce;
  --white-smoke: #f1f1f1;
  --blue: #2538df;
  --red: #e6001b;
  --dark-red: #580428;
  --orange: #ffa153;
  --crimson: #ff5e6a;
  --gainsboro: #e3e7ec;
  --dark-turquoise: #00cee2;
  --dodger-blue: #2d93fe;
  --white-80: #fffc;
  --gainsboro-2: #dbdfe3;
  --white-81: white;
  --slate-grey: #78818f;
  --steel-blue: #467395;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dim-grey);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.ventilation-container {
  align-items: stretch;
  width: 100%;
  /* max-width: 1600px; */
  height: 100%;
  /* max-height: 960px; */
  display: block;
  position: relative;
}

.ventilation-container.bg-red {
  z-index: 0;
  background-color: var(--midnight-blue);
  border-radius: 5px;
  /* min-width: 1440px;
  max-width: 1440px;
  max-height: 800px; */
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.body {
  background-color: var(--white-smoke-2);
  color: var(--tan);
  font-family: Ul moderat, sans-serif;
  height: 100%;
  overflow: hidden;
}

.ventilation-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-container {
  /* z-index: 10; */
  background-color: #212c3c;
  height: 100%;
}

.video-container._0-start {
  z-index: 0;
  position: relative;
}

.video-container._1-introfire, .video-container._2-smallfire, .video-container._3-inferno, .video-container._4-tellmemore {
  display: none;
  position: relative;
}

.titlebar {
  z-index: 100;
  width: 65%;
  padding-top: 80px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  pointer-events: none;
}

.subtitle {
  color: var(--tan);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ul moderat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.title {
  color: var(--tan);
  margin-top: 10px;
  font-family: Ul moderat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: .85;
  position: relative;
}

.titles {
  position: relative;
}

.button {
  /* z-index: 10; */
  background-color: var(--white-smoke);
  color: var(--blue);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 200px;
  min-height: 50px;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 0 7px #0003;
}

.button._1wifbtn {
  font-weight: 400;
  bottom: 32%;
  left: 20%;
  right: auto;
}

.button._2wifbtn {
  color: var(--blue);
  font-weight: 400;
  inset: 25% auto auto 38%;
}

.button._3wifbtn {
  font-weight: 400;
  inset: auto 22% 48% auto;
}

.button.refreshit {
  background-color: var(--red);
  inset: 40px 40px auto auto;
}

.button-text-wrapper {
  z-index: 10;
  color: var(--dark-red);
  letter-spacing: .025rem;
  flex-direction: column;
  height: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: var(--dark-red);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
}

.button-text.white {
  color: var(--white-smoke);
}

.button-background {
  background-color: var(--dark-red);
  border-radius: 100px;
  width: 100%;
  min-width: 1rem;
  height: 175%;
  display: none;
  position: absolute;
  inset: auto;
}

.button-background.close {
  background-color: var(--orange);
}

.instructions_text {
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 17px;
  line-height: 120%;
}

.blurb {
  opacity: 1;
  color: var(--midnight-blue);
  margin: 20px;
  font-size: 17px;
  line-height: 120%;
  position: relative;
}

.callout {
  z-index: 100;
  background-color: #ffffffe6;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24%;
  height: auto;
  margin-bottom: -10%;
  margin-right: -10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 20px 20px -10px #2e080d80;
}

.callout._1-introfire {
  width: 28%;
  margin-bottom: 0;
  margin-right: 0;
  bottom: 4%;
  left: 10%;
  right: auto;
}

.callout._2-smallfire {
  width: 27%;
  margin-bottom: 0%;
  margin-right: 0%;
  inset: 10% auto auto 44%;
}

.callout._3-inferno {
  width: 40%;
  bottom: 40%;
  right: 13%;
}

.too-small {
  width: 100%;
  padding: 15px;
  display: none;
}

.video-player {
  width: 100%;
  height: auto;
}

.red {
  color: var(--crimson);
  font-weight: 700;
}

.button-container {
  z-index: 90;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-little {
  z-index: 10;
  text-align: center;
  background-color: #ff5a5a;
  background-image: url('../images/button-bg-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-little.sprinklerzoom {
  background-color: var(--gainsboro);
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  display: none;
  top: 3%;
  left: 57%;
}

.button-little.sprinklerzoom:hover {
  background-color: var(--dark-turquoise);
}

.tell-me-more {
  /* z-index: 200; */
  color: #fff;
  text-align: center;
  background-color: #0a32ff;
  background-image: url('../images/volume_up_FILL0_wght400_GRAD0_opsz48.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 40px 40px auto;
}

.tell-me-more:hover {
  background-color: var(--red);
  color: var(--tan);
}

.blue {
  color: var(--dodger-blue);
  font-weight: 700;
}

.button-2 {
  z-index: 10;
  text-align: center;
  background-color: #ff5a5a;
  background-image: url('../images/button-bg-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-text-2 {
  color: #f1f1f1;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
  font-size: 16px;
}

.button-text-2.close-x {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.full-image {
  width: 100%;
  height: auto;
}

.button-active {
  /* z-index: 11; */
  color: #e6001b;
  background-color: #e6001b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 200px;
  min-height: 50px;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-active._1 {
  /* z-index: 10; */
  bottom: 32%;
  left: 20%;
}

.button-active._2 {
  top: 25%;
  left: 38%;
}

.button-active._3 {
  bottom: 48%;
  right: 22%;
}

.button-text-3 {
  color: #2538df;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: 0;
}

.button-text-3.white {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
}

.outro-container {
  z-index: 99999;
  background-color: #0f2740;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.video-play-pause-icon-wrapper {
  z-index: 20;
  background-color: #0f2740;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto auto 5% 3%;
  overflow: hidden;
}

.video-play-icon {
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
  display: none;
}

.video-pause-icon {
  width: 100%;
  max-width: 24px;
  height: 100%;
  max-height: 24px;
}

.intro-container {
  z-index: 99999;
  background-color: #0f2740;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.outro-grid {
  z-index: 250;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 25% 0%;
}

.outro-grid.left {
  text-align: left;
  align-items: flex-start;
  max-width: 650px;
  margin-left: 10%;
}

.title-2 {
  color: #e9e1ce;
  margin-top: 10px;
  font-family: Ul moderat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.text-size-large {
  color: #f1f1f1;
  font-size: 20px;
  line-height: 130%;
}

.text-size-large.pad-b {
  color: #e9e1ce;
  margin-bottom: 30px;
}

.start-over {
  color: #f1f1f1;
  background-color: #2538df;
  background-image: url('../images/arrow-back.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
}

.start-over:hover {
  background-color: #e6001b;
}

.start-over._1 {
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
}

.outro-header {
  color: #e9e1ce;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.bold {
  font-style: normal;
  font-weight: 700;
}

.bold.italic {
  font-style: italic;
}

.plyr_embed {
  width: 100%;
  height: auto;
  max-height: 800px;
  position: static;
}

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

.plyr_component.is-full-screen {
  height: auto;
  max-height: 800px;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 800px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  display: none;
  position: absolute;
  inset: 0%;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.plyr_cover-icon {
  width: 40%;
  height: 40%;
}

.plyr_pause-trigger {
  display: none;
}

.introoverlay {
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .video-container._1-introfire, .video-container._2-smallfire {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .ventilation-container.bg-red {
    /* min-width: 820px;
    max-height: 470px; */
  }

  .video-container._1-introfire, .video-container._2-smallfire, .video-container._3-inferno, .video-container._4-tellmemore {
    display: none;
  }

  .titlebar {
    width: 75%;
    padding-top: 20px;
  }

  .subtitle {
    font-size: 14px;
  }

  .title {
    font-size: 36px;
  }

  .button {
    transform: scale(.75);
  }

  .button._1wifbtn {
    bottom: 35%;
  }

  .instructions_text {
    font-size: 15px;
    line-height: 120%;
  }

  .blurb {
    margin: 10px;
    font-size: 12px;
  }

  .callout {
    flex-direction: column;
    max-width: 60%;
  }

  .callout._1-introfire {
    width: 32%;
  }

  .callout._2-smallfire {
    width: 33%;
    left: 45%;
  }

  .callout._3-inferno {
    width: 50%;
    margin-bottom: -11%;
    bottom: 41%;
    right: 12%;
  }

  .button-container {
    /* min-height: 470px; */
  }

  .button-little {
    transform: scale(.5);
  }

  .tell-me-more {
    transform: scale(.75);
  }

  .button-2 {
    transform: scale(.5);
  }

  .button-active._1 {
    bottom: 35%;
  }

  .title-2 {
    font-size: 36px;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
    max-height: 470px;
  }
}

@media screen and (max-width: 767px) {
  .ventilation-container.bg-red {
    /* min-width: 750px;
    max-width: 750px;
    height: 100vh;
    min-height: 420px;
    max-height: 420px; */
  }

  .video-container._1-introfire, .video-container._2-smallfire, .video-container._3-inferno, .video-container._4-tellmemore {
    display: none;
  }

  .titlebar {
    padding-top: 40px;
  }

  .subtitle {
    font-size: 13px;
    display: block;
  }

  .title {
    font-size: 28px;
  }

  .button {
    transform: scale(.5);
  }

  .button.refreshit {
    top: 10px;
    right: 10px;
  }

  .blurb {
    font-size: 10px;
    line-height: 110%;
  }

  .callout._1-introfire {
    bottom: 10%;
  }

  .callout._2-smallfire {
    width: 28%;
    margin-bottom: -9%;
    margin-right: -28%;
  }

  .callout._3-inferno {
    width: 30%;
    top: 38px;
    bottom: auto;
    right: 13%;
  }

  .too-small {
    width: 100%;
  }

  .button-container {
    /* min-height: 420px; */
  }

  .button-little {
    transform: scale(.5);
  }

  .tell-me-more {
    bottom: 30px;
    right: 10px;
  }

  .button-2 {
    transform: scale(.5);
  }

  .title-2 {
    font-size: 28px;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }
}

@media screen and (max-width: 479px) {
  .ventilation-wrap {
    z-index: 1;
    display: none;
    position: relative;
  }

  .button {
    font-size: .675rem;
  }

  .button-text {
    padding-top: .25rem;
  }

  .instructions_text {
    color: var(--midnight-blue);
  }

  .too-small {
    z-index: 0;
    display: block;
    position: absolute;
    inset: 33% 0% auto;
  }

  .button-little, .button-2 {
    font-size: .675rem;
  }

  .button-text-2, .button-text-3 {
    padding-top: .25rem;
  }

  .plyr_cover-button {
    font-size: .7em;
  }
}


@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ul moderat';
  src: url('../fonts/UL-Moderat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-ExtraBold.ttf') format('truetype'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



@media (max-width: 660px) {
  .body {
    font-size: 12px;
  }
  
  .title-2 {
    font-size: 20px;
  }
  
  .text-size-large {
    font-size: 14px;
  }
  
  .text-size-large.pad-b {
    margin-bottom: 0;
  }
    
  .start-over {
    min-height: 30px;
    font-size: 14px;
  }
}