:root {
  --dim-grey: #4c4d56;
  --midnight-blue: #122c49;
  --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;
  --gainsboro-2: #dbdfe3;
  --grey-2: #d8d9da;
  --white-80: #fffc;
  --white-81: white;
  --slate-grey: #78818f;
  --steel-blue: #467395;
}

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

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

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

p {
  margin-bottom: 10px;
  font-size: 14px;
}

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;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-wrapper {
  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-nofire {
  z-index: 0;
  position: relative;
}

.video-container._0-nofire.background-video {
  display: none;
}

.video-container._1-smallfire {
  display: block;
  position: relative;
}

.video-container._1-smallfire.background-video {
  display: none;
}

.video-container._1-smallfire.background-video.background-video--active {
  display: block;
}

.video-container._2-mediumfire {
  display: block;
  position: relative;
}

.video-container._2-mediumfire.background-video {
  display: none;
}

.video-container._2-mediumfire.background-video.background-video--active {
  display: block;
}

.video-container._3-largefire {
  display: block;
  position: relative;
}

.video-container._3-largefire.background-video {
  display: none;
}

.video-container._3-largefire.background-video.background-video--active {
  display: block;
}

.video-container._4-tellmemore {
  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;
  margin-bottom: 25px;
  font-family: Ul moderat, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: .85;
  position: relative;
}

.titles {
  max-width: 740px;
  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: 8%;
  left: 10%;
  right: auto;
}

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

.callout._3-inferno {
  width: 28%;
  bottom: 35%;
  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: none;
  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);
}

.see-what-happens {
  z-index: 200;
  color: #fff;
  text-align: center;
  background-color: #0a32ff;
  background-image: url('../images/arrow-next.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 40px 40px auto;
}

.see-what-happens: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;
}

.full-image.fuel-background {
  display: none;
  position: absolute;
  inset: 0 auto auto 0;
}

.full-image.fuel-background.fuel-background--active {
  display: block;
}

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

.controls-container {
  z-index: 9999;
  color: var(--midnight-blue);
  background-color: #fff;
  width: 19%;
  /* height: 80%; */
  padding: 20px;
  position: absolute;
  /* inset: 10% 2% 10% auto; */
}

.controls-wrapper {
  height: 100%;
  padding: 0;
}

.controlcontent {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.controlcontent.bottom-border {
  border-top: 2px solid var(--gainsboro-2);
  padding-top: 15px;
}

.controlheader {
  color: var(--blue);
  margin-top: 0;
  font-weight: 400;
}

.controlheader.chemical {
  color: var(--grey-2);
}

.controlheader.chemical.small {
  font-size: 16px;
}

.controlheader.red {
  color: var(--red);
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.control {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  transition-property: none;
  display: flex;
}

.contoxygenremove {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 0;
  padding: 10px;
}

.controlicon {
  width: 25px;
}

.sliderbg {
  background-color: var(--gainsboro);
  border-radius: 100px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.slideroxygen {
  background-color: var(--red);
  border-radius: 100px;
  height: 40px;
  transform: translate(-50%);
}

.sliderbar {
  background-color: var(--red);
  border-radius: 100px;
  height: 40px;
}

.sliderbar.oxygen {
  display: block;
  transform: translate(0);
}

.sliderbar.oxygen._1 {
  transform: translate(-50%);
}

.sliderbar.oxygen._0 {
  transform: translate(-100%);
}

.sliderbar.fuel._2 {
  transform: translate(0);
}

.sliderbar.fuel._1 {
  background-color: var(--red);
  transform: translate(-45%);
}

.sliderbar.fuel._0 {
  transform: translate(-100%);
}

.sliderbar.heat, .sliderbar.heat._2 {
  transform: translate(0);
}

.sliderbar.heat._1 {
  transform: translate(-50%);
}

.sliderbar.heat._0 {
  transform: translate(-100%);
}

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

.components-container {
  z-index: 500;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 20% 0%;
}

.placeholder {
  opacity: .29;
  width: 100%;
  height: 100%;
}

.results-container {
  z-index: 600;
  background-color: #202020cc;
  width: 50%;
  height: auto;
  min-height: 0;
  padding: 20px 40px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  overflow: auto;
}

.results-container.results-container--active {
  border-right: 3px solid var(--red);
  transform-style: preserve-3d;
  background-color: #202020cc;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.results-container._2 {
  z-index: 600;
  background-color: #202020cc;
  width: 50%;
  height: auto;
  padding: 40px;
  display: none;
  position: absolute;
  inset: auto auto 10% 0%;
}

.results-container.largefireresult {
  padding: 0 0 50px;
  display: none;
  overflow: visible;
}

.results-container.results-container--tell-me-more {
  padding-bottom: 80px;
}

.results-container.results-container--tell-me-more.results-container--active {
  padding-bottom: 40px;
  overflow: visible;
}

.results-container.show {
  display: block;
}

.equation {
  opacity: .3;
  color: var(--orange);
  font-size: 25px;
  font-weight: 700;
  line-height: 110%;
}

.equation.orange {
  opacity: 1;
  color: var(--orange);
  font-size: 25px;
  font-weight: 700;
}

.resultsp {
  font-size: 16px;
  display: block;
}

.togglebutton {
  background-color: #e9e9e947;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.togglebutton.frosted-glass {
  background-color: var(--gainsboro);
  width: 150px;
}

.togglebuttongreen {
  background-color: var(--red);
  opacity: 0;
  border-radius: 50px;
  width: 150px;
  height: 40px;
  position: absolute;
}

.buttontoggle {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}

.buttontext-off {
  z-index: 2;
  color: var(--blue);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  position: relative;
}

.custom-code-wrap {
  display: none;
}

.faq-question-wrap {
  margin-top: 15px;
  margin-bottom: 0;
}

.faq-question-bar {
  color: #fff;
  background-color: #0000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.question-title {
  font-size: 16px;
  line-height: 24px;
}

.animation {
  width: 60px;
  height: 60px;
  margin: -10px 0 -10px -15px;
}

.animation.close-results {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 0;
  position: absolute;
  top: 0%;
  right: 0%;
}

.faq-content {
  overflow: hidden;
}

.paragraph-2 {
  color: var(--tan);
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.headercontainer {
  justify-content: space-between;
  display: flex;
}

.buttontext-on {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  display: none;
  position: relative;
}

.tell-me-more {
  background-color: var(--blue);
  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: 100%;
  max-width: 200px;
  height: 50px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: auto -203px 0% auto;
}

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

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

.resultscontent {
  width: 100%;
  height: auto;
  max-height: 350px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.hide {
  color: #e9e1ce99;
  position: absolute;
  inset: 10px 45px auto auto;
}

.orange {
  color: var(--orange);
}

.expand {
  opacity: .49;
  color: #e9e1ce99;
  white-space: nowrap;
  position: absolute;
  bottom: auto;
  left: auto;
  transform: rotate(270deg);
}

.expandresults {
  width: 40px;
}

.opencloseresults {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cell-2, .html-embed {
  transform-style: preserve-3d;
}

.div-block-3 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-4 {
  z-index: 20;
  opacity: .85;
  background-color: #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 35%;
}

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

  .video-container._2-mediumfire {
    display: none;
    overflow: visible;
  }

  .video-player {
    display: block;
  }

  .results-container {
    z-index: 600;
    background-color: #202020cc;
    width: 50%;
    height: auto;
    padding: 40px;
    transition: all .2s;
    display: none;
    position: absolute;
    overflow: auto;
  }

  .results-container.results-container--active {
    padding-bottom: 40px;
    padding-right: 60px;
    right: 60%;
    overflow: hidden;
  }

  .results-container.results-container--tell-me-more.results-container--active {
    padding-right: 40px;
  }

  .animation.close-results {
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .paragraph-2 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 20px;
  }

  p {
    font-size: 13px;
  }

  .ventilation-container.bg-red {
    /* min-width: 820px;
    max-width: 900px;
    max-height: 470px; */
  }

  .video-container._1-smallfire {
    display: none;
  }

  .video-container._1-smallfire.background-video {
    left: -100px;
  }

  .video-container._2-mediumfire {
    display: none;
  }

  .video-container._2-mediumfire.background-video {
    left: -100px;
  }

  .video-container._3-largefire {
    display: none;
  }

  .video-container._3-largefire.background-video {
    left: -100px;
  }

  .video-container._4-tellmemore {
    display: none;
  }

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

  .subtitle {
    font-size: 14px;
  }

  .title {
    font-size: 33px;
  }

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

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

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

  .see-what-happens {
    transform: scale(.75);
  }

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

  .full-image.fuel-background {
    left: -100px;
  }

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

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

  .controls-container {
    width: 29%;
    height: 100%;
    padding: 0;
    inset: 0% 0% 0% auto;
  }

  .controls-wrapper {
    height: 100%;
    padding: 10px;
  }

  .controlheader {
    margin-bottom: 0;
    font-size: 19px;
  }

  .slider-wrapper {
    height: 30px;
  }

  .control {
    align-items: center;
    width: 40px;
    height: 30px;
    display: flex;
  }

  .control.fuelremove, .sliderbg, .sliderbar {
    height: 30px;
  }

  .components-container {
    left: -25%;
    transform: scale(.5);
  }

  .paragraph {
    font-size: 14px;
  }

  .results-container.results-container--active {
    transform: scale3d(1none, 1none, 1none);
    width: 65%;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .resultsp {
    font-size: 14px;
    line-height: 18px;
  }

  .tell-me-more {
    right: 0;
  }

  .cell-2 {
    transform: scale3d(1none, 1none, 1none);
  }

  .text-size-xsmall {
    font-size: 11px;
    line-height: 120%;
  }

  .paragraph-3 {
    display: none;
  }

  .html-embed {
    transform: scale3d(1none, 1none, 1none);
  }

  .result_header {
    font-size: 24px;
  }
}

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

  .video-container._1-smallfire, .video-container._2-mediumfire, .video-container._3-largefire, .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: 33%;
  }

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

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

  .too-small {
    width: 100%;
  }

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

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

  .see-what-happens {
    bottom: 45px;
    right: 10px;
  }

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

  .outro-container {
    display: none;
  }

  .outro-grid {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .controls-container {
    width: 30%;
    inset: 0% 0% 0% auto;
    overflow: scroll;
  }

  .slider-wrapper {
    transform: scale(.8);
  }

  .togglebuttongreen {
    height: 40px;
  }

  .tell-me-more {
    right: 0;
  }

  .div-block-2 {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .div-block-3 {
    width: 100px;
    height: 100px;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    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;
  }

  .question-title {
    flex: 1;
  }
}

#w-node-_464cd67f-f958-e569-8887-50141f8bc950-24f351c3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}


@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;
  }
  
  .controls-container {
    width: 35%;
  }
  
  .headercontainer {
    display: block;
  }
  
  .controlheader {
    font-size: 15px;
    line-height: 1.2;
  }
  
  .controlheader.chemical.small {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  
  .results-container {
    max-height: 100%;
    overflow: auto;
  }
  
  .results-container.results-container--active {
    background-color: rgba(32, 32, 32, 0.92);
  }
  
  .expand {
    margin-left: 15px;
  }
  
  .components-container {
    --triangle-size: 400px;
  }
}

@media (min-width: 661px) and (max-width: 767px) {
  .div-block-4 {
    right: 30%;
  }
}
  
@media (min-width: 768px) {
  .div-block-4 {
    right: 29%;
  }
}

@media (min-width: 992px) {
  .controls-container {
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 92%;
    overflow: auto;
  }
  
  .div-block-4 {
    display: none;
  }
}