:root {
  --dim-grey: #4c4d56;
  --midnight-blue: #0f2740;
  --white-smoke-2: #f3f4f4;
  --tan: #e9e1ce;
  --red: #e6001b;
  --white-smoke: #f1f1f1;
  --dark-red: #580428;
  --orange: #ffa153;
  --crimson: #ff5e6a;
  --gainsboro: #e3e7ec;
  --dark-turquoise: #00cee2;
  --dodger-blue: #2d93fe;
  --white-80: #fffc;
  --gainsboro-2: #dbdfe3;
  --white-81: white;
  --blue: #2538df;
  --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;
}

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

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

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

.video-container.step1, .video-container.step2, .video-container.step3, .video-container._7-tellmemore, .video-container.step4, .video-container.step5, .video-container.step6 {
  display: none;
  position: relative;
}

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

.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(--red);
  color: var(--white-smoke);
  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._1devbtn {
  background-color: var(--white-smoke);
  color: var(--red);
  font-weight: 400;
  bottom: 45%;
  left: 44%;
  right: auto;
}

.button._2devbtn {
  background-color: var(--white-smoke);
  font-weight: 400;
  inset: auto auto 60% 45%;
}

.button._3devbtn {
  background-color: var(--white-smoke);
  font-weight: 400;
  inset: 10% 34% auto auto;
}

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

.button._4devbtn {
  background-color: var(--white-smoke);
  font-weight: 400;
  top: 35%;
  bottom: auto;
  right: 27%;
}

.button._5devbtn {
  background-color: var(--white-smoke);
  font-weight: 400;
  top: 33%;
  right: 15%;
}

.button._6devbtn {
  background-color: var(--white-smoke);
  font-weight: 400;
  bottom: 19%;
  right: 17%;
}

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

.button-text-wrapper.active {
  justify-content: center;
  align-items: center;
}

.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: #fff;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
}

.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-bottom: 0;
  font-size: 17px;
  line-height: 120%;
  position: relative;
}

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

.callout._1 {
  flex-direction: column;
  width: 35%;
  top: 40%;
  bottom: auto;
  right: auto;
}

.callout._2 {
  flex-direction: column;
  width: 33%;
  top: 40%;
  bottom: auto;
  right: auto;
}

.callout._3 {
  flex-direction: column;
  width: 38%;
  top: 40%;
  bottom: auto;
  right: auto;
}

.callout._4 {
  flex-direction: column;
  width: 33%;
  top: 40%;
  bottom: auto;
  right: auto;
}

.callout._5 {
  flex-direction: column;
  width: 34%;
  top: 40%;
  bottom: auto;
  right: auto;
}

.callout._6 {
  flex-direction: column;
  width: 35%;
  top: 40%;
  bottom: auto;
  right: auto;
}

.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: 101;
  width: 100%;
  height: 100%;
  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;
  margin: 0 auto;
  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;
}

.blurb-header {
  color: var(--dark-red);
  margin: 0 20px 10px 0;
  font-size: 22px;
  font-weight: 400;
}

.line {
  position: absolute;
  bottom: 34%;
  left: 21%;
  right: 21%;
}

.line._1-2 {
  z-index: 3;
}

.line._1 {
  z-index: 1;
  opacity: .2;
  width: 233px;
  height: 226px;
  bottom: 30%;
  left: auto;
  right: 38.3%;
}

.line._1-3 {
  z-index: 4;
}

.line._1-4 {
  z-index: 5;
}

.line._5 {
  z-index: 2;
  opacity: .2;
  width: 22px;
  inset: auto 11.8% 48.6% auto;
}

.line._2 {
  opacity: .2;
  width: 41px;
  height: 128px;
  bottom: 62.2%;
  left: auto;
  right: 40.3%;
}

.line._3 {
  opacity: .2;
  width: 226px;
  height: 93px;
  inset: 3% 23% auto auto;
}

.line._4 {
  opacity: .2;
  width: 102px;
  inset: 4.2% 12% auto auto;
}

.line._6 {
  opacity: .2;
  width: 72px;
  bottom: 11.6%;
  left: auto;
  right: 10.2%;
}

.divider-line {
  width: 100%;
}

.button-active {
  z-index: 11;
  background-color: var(--red);
  color: var(--red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  max-width: 200px;
  min-height: 50px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-active._1 {
  z-index: 10;
  display: none;
  bottom: 45%;
  left: 44%;
}

.button-active._2 {
  bottom: 60%;
  left: 45%;
  right: auto;
}

.button-active._3 {
  top: 10%;
  left: auto;
  right: 34%;
}

.button-active._4 {
  display: none;
  top: 35%;
  right: 27%;
}

.button-active._5 {
  top: 33%;
  right: 15%;
}

.button-active._6 {
  bottom: 19%;
  right: 17%;
}

.line-container {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.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: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 25% 0%;
}

.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%;
}

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

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

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

.plyr_pause-trigger {
  display: none;
}

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

.outro-grid-2 {
  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-header {
  color: #e9e1ce;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

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

.animationwrapper {
  border: 2px solid var(--red);
  background-color: #fff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  inset: -80px -80px auto auto;
  overflow: hidden;
}

.lottie-animation-2 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.gif {
  width: 100%;
}

.circle {
  width: 250px;
  height: 250px;
  position: absolute;
}

.circle._1 {
  top: 37%;
  left: 46%;
}

.circle._2 {
  top: 18%;
  right: 37%;
}

.circle._3 {
  top: 1%;
  left: 64%;
}

.circle._4 {
  top: 20%;
  right: 11%;
}

.circle._5 {
  top: 5%;
  bottom: auto;
  right: 8%;
}

.circle._6 {
  bottom: 9%;
  right: 19%;
}

.relative {
  color: #353535;
  font-weight: 300;
  position: relative;
}

.tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d8e3f0;
  border-radius: 7px;
  width: 280px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-wrapper._200 {
  color: #353535;
  background-color: #fff;
  border-color: #f8f8f9;
  border-radius: 5px;
  width: 150px;
  font-weight: 300;
  box-shadow: 0 10px 8px -5px #35353533;
}

.tooltip-i {
  color: #aeb2b7;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1em;
  font-style: italic;
  display: flex;
  position: relative;
  top: -.5em;
}

.tooltip-container {
  z-index: 3;
  background-color: #fff;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-container._10 {
  border-radius: 5px;
  padding: 10px;
}

.tooltip-content {
  padding: 0;
  display: block;
}

.tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.tooltip-anchor.top {
  z-index: 10;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  inset: auto 0% 100%;
}

.tooltip-anchor.top.w--open {
  display: flex;
}

.tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.tooltip-dropdown.inline {
  display: inline-block;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.bottom {
  border-color: #fff;
  width: 10px;
  height: 10px;
  top: auto;
  bottom: -5px;
}

@media screen and (min-width: 1440px) {
  .video-container.step2 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .ventilation-container.bg-red {
    min-width: 900px;
    max-width: 900px;
    max-height: 510px;
    transform: scale(.85);
  }

  .video-container.step1, .video-container.step2, .video-container.step3, .video-container._7-tellmemore, .video-container.step4, .video-container.step5, .video-container.step6 {
    display: none;
  }

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

  .subtitle {
    font-size: 14px;
  }

  .title {
    font-size: 36px;
  }

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

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

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

  .callout {
    flex-direction: column;
    max-width: 60%;
    margin-bottom: 0%;
    margin-right: 0%;
    inset: auto 0% 5% 3%;
  }

  .callout._1 {
    padding: 5px;
    top: auto;
    bottom: 5%;
    right: auto;
  }

  .callout._2 {
    width: 35%;
    margin-bottom: 0%;
    margin-right: 0%;
    padding: 5px;
    top: auto;
    bottom: 5%;
  }

  .callout._3 {
    width: 43%;
    padding: 5px;
    top: auto;
    bottom: 5%;
  }

  .callout._4 {
    width: 37%;
    padding: 5px;
    top: auto;
    bottom: 5%;
  }

  .callout._5 {
    width: 39%;
    padding: 5px;
    top: auto;
    bottom: 5%;
  }

  .callout._6 {
    width: 41%;
    padding: 5px;
    top: auto;
    bottom: 5%;
  }

  .button-container {
    min-height: 510px;
  }

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

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

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

  .intro-container {
    min-height: 0;
    max-height: 800px;
  }

  .outro-grid {
    height: 100%;
    inset: 0%;
  }

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

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

  .animationwrapper {
    width: 80px;
    height: 80px;
    top: -50px;
    right: -50px;
  }
}

@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.step1, .video-container.step2, .video-container.step3, .video-container._7-tellmemore, .video-container.step4, .video-container.step5, .video-container.step6 {
    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 {
    bottom: 20%;
  }

  .callout._2 {
    width: 36%;
    margin-bottom: 0%;
    margin-right: 0%;
    bottom: 22%;
  }

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

  .callout._4, .callout._5, .callout._6 {
    bottom: 35%;
  }

  .too-small {
    width: 100%;
  }

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

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

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

  .button-2, .button-active._1, .button-active._2, .button-active._3, .button-active._4, .button-active._5, .button-active._6 {
    transform: scale(.5);
  }

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

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

  .outro-header {
    font-size: 28px;
  }

  .circle._1 {
    top: 25%;
    left: 40%;
    transform: scale(.6);
  }

  .circle._2 {
    top: 4%;
    right: 27%;
    transform: scale(.6);
  }

  .circle._3 {
    top: -11%;
    left: 56%;
    transform: scale(.6);
  }

  .circle._4 {
    top: 11%;
    right: 4%;
    transform: scale(.6);
  }

  .circle._5 {
    top: -8%;
    right: 1%;
    transform: scale(.6);
  }

  .circle._6 {
    bottom: 1%;
    right: 13%;
    transform: scale(.6);
  }
}

@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 {
    padding-top: .25rem;
  }
}


@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;
}