.basicLightbox{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);transition:-webkit-transform .4s ease;-webkit-transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.basicLightbox__placeholder {
    min-height: 30vh;
    width: 100%;
}
.dexcomm-hero.dec2022 {
  padding: 2.4rem 1rem;
  background-size: cover;
/*   min-height: 700px; */
}
.dexcomm-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 46.65%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.94;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.hs-video-container {
  max-width: 800px !important;
}
@media screen and (min-width: 900px) {
  .dexcomm-hero.dec2022 .button.hs-button {
    font-size: 16px;
  }
  .dexcomm-hero.dec2022 .hero-button {
   margin-right: 16px;
  }
}
.dexcomm-hero.dec2022 .button.hs-button.video-cta {
  background-color: #63AF59;
  padding-left: 5ch;
  position: relative;
}
.dexcomm-hero.dec2022 .button.hs-button.video-cta:before {
  content: '\f04b';
  position: absolute;
  left: 3ch;
  font-family: 'FontAwesome';
}
.dexcomm-hero.dec2022 h1 {
  font-weight: 800;
  color: #126AAA;
  line-height: 1.4;
  max-width: 340px;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .dexcomm-hero.dec2022 h1 {
    font-size: 48px;
  }
  
  .dexcomm-hero.dec2022 .button.hs-button.video-cta {
    background-color: #63AF59;
    padding-left: 5ch;
    position: relative;
  }
}
.dexcomm-hero.dec2022 p {
  font-weight: 400;
  font-size: 16px;
  color: #126AAA;
  line-height: 1.6;
  margin: 0 0 1.4em 0;
  max-width: 340px;
  margin-right: auto;
}
@media screen and (min-width: 900px) {
  .dexcomm-hero.dec2022 p {
    font-size: 20px;
  }
}
.dexcomm-hero.dec2022 p + p {
  max-width: 100%;
}
.dexcomm-hero__video {
  display: none;
}
.dexcomm-hero__video button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0.5rem solid;
  color: #fff;
  font-size: 3.2rem;
  border-radius: 50%;
  width: 6.6rem;
  height: 6.6rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.dexcomm-hero__video button:focus, .dexcomm-hero__video button:active {
  outline: none;
}
.dexcomm-hero__video button:hover {
  opacity: 0.7;
}
.dexcomm-hero__video button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 0.09em), -50%);
          -ms-transform: translate(calc(-50% + 0.09em), -50%);
      transform: translate(calc(-50% + 0.09em), -50%);
}
.dexcomm-hero__video button {
    -webkit-box-shadow: 0 2px 3.8rem rgba(0,0,0,0.5);
            box-shadow: 0 2px 3.8rem rgba(0,0,0,0.5);
    background: rgba(184, 184, 184, 0.3);
}

.dexcomm-hero__video button i {
    -webkit-filter: drop-shadow(3px 3px 1.3rem rgba(0,0,0,0.9));
            filter: drop-shadow(3px 3px 1.3rem rgba(0,0,0,0.9));
}
.dexcomm-hero__image {
    max-width: 120px;
    max-height: 80px;
}

.dexcomm-hero__image:not(:first-child) {
    margin-left: 2.2em;
}

.dexcomm-hero__image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.dexcomm-hero.dec2022 h1 {
    line-height: 1.4;
  font-weight: 400;
}

.hero-button-container {
  margin-top: 32px;
}
  .hero-button-container .hs-button {
    margin-bottom: 12px;
}
  .hero-button-container .play-video-button .fa {
    margin-left: 12px;  
  }
    
}

.dexcomm-hero__images {
    display: flex;
}

@media screen and (min-width: 768px) {
  .dexcomm-hero__video {
    display: block;
  }
  .dexcomm-hero__mobile-image {
    display: none;
  }

  .dexcomm-hero.dec2022 {
    position: relative;
  }
  .dexcomm-hero:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    z-index: 0;
  }
  .dexcomm-hero--reversed:after {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    background: linear-gradient(90deg, #FFFFFF 46.65%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.94;
  }
  .dexcomm-hero--no-overlay:after {
    display: none;
  }
  .dexcomm-hero__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .dexcomm-hero--reversed .dexcomm-hero__content {
    -webkit-box-direction: normal;
                -ms-flex-flow: row;
        flex-flow: row;
  }
  .dexcomm-hero__content > div {
    -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
  }
  .dexcomm-hero__content > div.dexcomm-hero__copy {
	  -webkit-box-align: start;
	      -ms-flex-align: start;
	          align-items: flex-start;
  }
  .dexcomm-hero.dec2022 h1, .dexcomm-hero.dec2022 p {
    max-width: 100%;
  }
  .dexcomm-hero__content > div p {
    display: block;
    width: 100%;
  }
  .dexcomm-hero__content > div p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
    .dexcomm-hero.dec2022 {
	    padding: 5rem 0 5.2rem;
	}
}
@media screen and (max-width: 767px) {
    .dexcomm-hero.dec2022 {
      padding: 0;
      background: none !important;
    }
    .dexcomm-hero__content {
       padding: 0; 
    }
  
    .dexcomm-hero__content .dexcomm-hero__copy {
      padding: 2.4rem 1rem;
      margin-top: 30vh;
      position: relative;
      z-index: 99;
      text-align: center;
    }
  
    .dexcomm-hero__video {
        position: relative;
        overflow: hidden;
        display: grid;
        justify-content: center;
        align-content: center;
        width: 100%;
        min-height: 25.333333vh;
        margin-bottom: 1.6rem;
      
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40vh;
    }

    .dexcomm-hero__content {
        display: flex;
        flex-direction: column-reverse;
    }

    .dexcomm-hero__mobile-image {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .dexcomm-hero__video:before {content: "";position: absolute;width: 100%;height: 100%;background: rgba(255,255,255,0.3);display: block;z-index: 1;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
transform: matrix(1, 0, 0, -1, 0, 0);
      bottom: -1px;
  }

    .dexcomm-hero__video button {
        position: relative;
        z-index: 3;
    }
	.dexcomm-hero.dec2022 h1, .dexcomm-hero.dec2022 p  {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.dexcomm-hero__mobile-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width: 800px) {
    .dexcomm-hero.dec2022 {
        background-size: 280%;
    }
}