
.section__hero {
  overflow: hidden;
}
.page-body .a-btn:not(.a-btn--ghost){
  /*--button-bg-color: var(--color-b2b-dark);*/
  /*--button-bg-color-hover: var(--color-b2b);*/
  /*--button-text-color: #ffffff;*/
}
.a-btn, .a-link {
  transition: all 0.2s ease;
}
.hs-page .a-btn.a-btn--ghost,
.page-body .a-btn.a-btn--ghost {
  --button-text-color: var(--grey30);
  border-color: var(--grey30);
}
.page-body .a-btn.a-btn--ghost:hover, 
.page-body .a-btn.a-btn--ghost:focus {
  background-color: transparent;
  border-color: var(--color-b2c);
  --button-text-color: var(--color-b2c);
}
.js-trigger-video-modal.a-btn--ghost svg path {
  stroke: var(--grey30);
}
.page-body .a-btn--ghost:hover svg path, 
.page-body .a-btn--ghost:focus svg path{
  stroke: var(--color-b2c);
}
.page-body .a-btn--ghost svg {
  width: 15px;
  margin-left: 3px;
}
.cat-heading {
  font-weight: 500!important;
  color: var(--grey30)!important;
  margin-bottom: 40px!important;
}

.hero--home {
  padding-top: 10px;
  padding-bottom: 70px;
}
.hero_cta {
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 20px 20px 70px;
  background-color: var(--grey90);
}
.hero_ctas .cta-group {
  display: flex;
  gap: 20px;
}

.hero_ctas .a-heading {
  font-size: 1rem;
  margin-bottom: 3px;
}
.hero_ctas .btn-description {
  font-size: 0.9rem;
}
.hero--home .a-tag-group {
  gap: 10px;
  margin-bottom: 30px;
}
.hero-assets .img-wrap {
  position: relative;
  height: 100%;
}
.play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-217%, -50%);
  transition: 0.1s all ease;
}
.play-video:hover svg path:nth-child(2),
.play-video:active svg path:nth-child(2),
.play-video:hover svg path:nth-child(3),
.play-video:active svg path:nth-child(3){
  fill: var(--color-primary);
}
.play-video svg {
  width: 90px;
}
.hero-text{
  z-index: 1;
}
.certified-by-logos {
  position: relative;
  height: 70px;
  margin-top: -30px;
}
.certified-by-logos .title {
  text-align: right;
  margin-right: 15%;
  font-weight: 600;
  font-size: 12px;
  color: var(--grey50);
  padding-right: 5px;
}
.certified-by-logos .logo-list {
  display: flex;
  gap: 40px;
  position: absolute;
  bottom: 0;
  right: 15%;
}
.certified-by-logos .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .6;
}
@media (max-width: 1200px) {
 
  .hero-img-primary {
    left: auto !important;
    right: 100px;
    max-height: 800px;
    top: 0 !important;
    right: 50%;
    transform: translateX(50%);
  }
  .hero-img-secondary,
  .certified-by-logos {
    display: none;
  }
}
.hero--home .a-headline {
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.5;
  margin-bottom: 30px;
}

@media (min-width: 640px) {
  .hero--home .a-headline {
    font-size: 4.2rem;
  }
}
@media (min-width: 1024px) {
  .hero--home .a-headline {
    font-size: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .hero--home .a-headline {
    font-size: 5.5rem;
  }
  .hero--home .hero-text {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .hero-content-wrap {
    display: flex;
    align-items: stretch;
    position: relative;
    height: 650px;
  }
  .hero-text {
    flex: 30px 1 0;
  }
  .hero-assets {
    width: 66%;
    height: 100%;
    max-width: none;
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-assets .img2 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 700px;
  }
  {#.hero-assets .img1 {
    position: absolute;
    top: 30%;
    left: 0;

  }#}
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .hero--home {
    margin-bottom: 100px;
  }
  .hero-assets .img2 {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .hero_cta {
    padding-left: 70px;
    position: relative;
  }
  .hero_cta .icon {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1023px) {
  .hero--home {
    max-width: 620px;
    margin: 0 auto;
    padding-bottom: 0!important;
  }
  .play-video {
  display: none;
  }
  .hero-img-mobile {
    display: block;
  }
  .hero--home .a-headline,
  .hero--home .a-headline .font2,
  .hero--home .a-headline .font2-i {
    line-height: 1;
  }
  .hero-text {
    text-align: center;
  }
  .hero_ctas {
    margin-bottom: 50px;
  }
  .hero_cta {
    padding: 25px 40px;
    text-align: left;
  }
  .hero_ctas .a-heading {
    font-size: 1rem;
  }
  .hero-img-primary {
    display: none;
  }
  .hero-assets .img2 {
    transform: translateX(10%);
  }
  .hero-text {
    max-width: 100% !important;
  }
  .hero_cta .a-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .hero--home .a-tag-group,
  .hero--home .cta-group {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero--home {
    padding-top: 30px;
  }
}
@media (max-width: 560px) {
  .hero_ctas .cta-group {
    flex-direction: column;
    align-items: center;
  }
  .hero_ctas .a-cta {
    justify-content: center;
    width: 100%;
    padding: 15px;
    width: 100%;
  }
  /*.hero_ctas .a-btn {
    justify-content: center;
    text-align: center;
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .hero_cta .a-btn {
    width: 100%;
    justify-content: center;
  }
  .hero_cta .icon {
    display: none;
  }*/
}








  



/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;

  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);

  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;


  /* using flexbox for vertical centering */

  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;

  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  backdrop-filter: blur(10px);
  background-color: hsla(0, 0%, 87%, .6);
  opacity: 0.0;

  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
  
	margin: 0 auto;

	overflow-y: visible;

	background: #000;
  
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
  
  .hero--home .a-tag-group {
    flex-wrap: wrap;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
 
}

/* modal close button */
.close-video-modal {
	display: block;
    position: absolute;
    left: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;

	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1.0;

	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}






.reviews-source {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.reviews-hero-mini__item {
  max-width: 200px;
}
.reviews-hero-mini p {
  color: var(--color-heading);
}
.reviews-hero-mini__group {
    gap: 15px;
}
@media (max-width: 1200px) {
  .reviews-hero-mini {
    padding-bottom: 50px;
    /* margin-bottom: 50px; */
  }
  .reviews-hero-mini__group {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  .reviews-hero-mini__item {
    max-width: 210px;
  }
}
@media (min-width: 1024px) {
  .reviews-hero-mini {
    margin-top: -230px;
    position: relative;
  }
  .hero-text {
    margin-top: -80px;
  }
}
@media (max-width: 667px) {
  .reviews-hero-mini__group {
    gap: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .reviews-hero-mini {
    /* display: none; */
  }

  .reviews-hero-mini__item:first-child {
    /* display: none; */
  }
}
