.hero-amplify-1 {
  position: relative;
  height: 100vh;
}

.hero-amplify-1 .row-fluid:before,
.hero-amplify-1 .row-fluid:after {
  content: none !important;
}
.hero-amplify-1 .span12.wrapper {
  display: flex;
  align-items: center;
  height: 100vh;
}

.move-hero-up.hero-amplify-1 .span12.wrapper {
  height: 83vh;
}


.move-hero-up-2.hero-amplify-1 .span12.wrapper {
  height: 78vh;
}

.hero-amplify-1 .row-fluid.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-amplify-1 .row-fluid.flex {
    flex-direction: row;
  }
}
.hero-amplify-1 .col-5,
.hero-amplify-1 .col-7 {
  width: 100%;
  height: 100%;
}
.hero-amplify-1 .col-5 {
}
.hero-amplify-1 .col-7 {
  margin-top: 10%;
  margin-bottom: 3%;
}
@media (min-width: 768px) {
  .hero-amplify-1 .col-5 {
    width: calc(100% / 12 * 5);
  }
  .hero-amplify-1 .col-7 {
    width: calc((100% / 12 * 6) - 3%);
    margin-top: 0;
    margin-left: 3%;
    margin-bottom: 0;
  }
}

.hero-amplify-1 .container-video {
  width: 100%;
  aspect-ratio: 16/9;
}

.hero-amplify-1 .container-video > div {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-xl);
  width: 100%;
  height: 100%;
}
.hero-amplify-1 .wistia_click_to_play {
  height: auto!important;
}

.hero-amplify-1 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .hero-amplify-1 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.hero-amplify-1 .content .logo {
  max-height: 100px;
  width: auto;
}

.hero-amplify-1 .content h1 {
  font-size: 40px !important;
  font-weight: 400;
  margin-bottom: 2.5vh !important;
}

.hero-amplify-1 .content p:last-of-type {
  max-width: 80%;
  margin-bottom: 2.5vh !important;
}

@media (min-width: 768px) {
  .hero-amplify-1 .content h1 {
    font-size: 3vw !important;
  }

  .hero-amplify-1 .content p {
    font-weight: 400;
    max-width: 80%;
  }
}

.hero-amplify-1 .shape-content.span12 {
  position: absolute;
  left: 104vw;
  top: 10vw;
  display: flex;
  flex-wrap: wrap;
  width: 90vw;
  max-width: 90vw;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 1100px) {
  .hero-amplify-1 .content h1 {
    font-size: 4vh !important;
  }
}

@media (min-width: 768px) {
  .hero-amplify-1 .shape-content.span12 {
    top: 7vw;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .hero-amplify-1 .shape-content.span12 {
    top: 10vw;
  }
}

.hero-amplify-1 .shape-content > * {
  margin: 5px;
}

.hero-amplify-1 .shape-content span {
  color: black;
  font-size: 16px;
}

.hero-amplify-1 .shape-content img {
  width: 60px;
  height: 12px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .hero-amplify-1 .shape-content img {
    width: 80px;
    height: 15px;
  }
}

@media (min-width: 1200px) {
  .hero-amplify-1 .shape-content img {
    width: 100px;
    height: 18px;
  }
}

@media (min-width: 1600px) {
  .hero-amplify-1 .shape-content img {
    width: 120px;
    height: 20px;
  }
}

@media (min-width: 1800px) {
  .hero-amplify-1 .content h1 {
    font-size: 2.5vw !important;
  }

}

@media (min-width: 3000px) {
  .hero-amplify-1 .content h1 {
    font-size: 65px !important;
  }

}


.hero-amplify-1 h1,
.hero-amplify-1 p,
.hero-amplify-1 span {
  color: black;
}

.hero-amplify-1 .shape-container-1,
.hero-amplify-1 .shape-container-2 {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 120vh;
  overflow: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.hero-amplify-1 .shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}


.shape-container-1 .shape:nth-child(1) {
  width: 36vw;
  height: 36vw;
  transform: translate(90vw, 65vh) rotate(-211deg);
  animation-delay: .3s;
}

.shape-container-1 .shape:nth-child(2) {
  width: 41vw;
  height: 41vw;
  transform: translate(65vw, 85vh) rotate(211deg);
  animation-delay: .2s;
}

.shape-container-1 .shape:nth-child(3) {
  width: 300vw;
  height: 150vw;
  transform: translate(-100vw, 80vh);
  animation-delay: .5s;
}
.shape-container-1 .shape:nth-child(4) {
  width: 700vw;
  height: 700vw;
  transform: translate(-290vw, 100vh);
  animation-delay: 0s;
}



.shape-container-2 .shape:nth-child(1) {
  width: 130vw;
  height: 130vw;
  transform: translate(51vw, 7vh);
  animation-delay: .1s;
}
.shape-container-2 .shape:nth-child(2) {
  width: 130vw;
  height: 130vw;
  transform: translate(58vw, 9vh);
  animation-delay: .2s;
}
.shape-container-2 .shape:nth-child(3) {
  width: 85vw;
  height: 85vw;
  transform: translate(90vw, -10vh) rotate(34deg);
  animation-delay: .3s;
}
.shape-container-2 .shape:nth-child(4) {
  width: 130vw;
  height: 130vw;
  transform: translate(90vw, -20vh);
  animation-delay: .4s;
}
.shape-container-2 .shape:nth-child(5) {
  width: 150vw;
  height: 150vw;
  transform: translate(0vw, 110vh);
  animation-delay: 0s;
}



.hero-amplify-1 .shape.circle {
  border-radius: 100%;
}
.hero-amplify-1 .shape.square {
  border-radius: var(--border-radius-xl)
}

.hero-amplify-1 .shape.white {
  background-color: white;
}
.hero-amplify-1 .shape.beige {
  background-color: var(--color-primary-beige);
}
.hero-amplify-1 .shape.blue {
  background-color: var(--color-flow-blue);
}

.hero-amplify-1 .shape.green {
  background-color: var(--color-primary-green);
  background-size: cover;
}

.hero-amplify-1 .cta-buttons {
  display: flex;
  grid-gap: 14px;
  flex-wrap: wrap;
}


.hero-amplify-1 .transparent-dark-cta a.cta_button,
.hero-amplify-1 .transparent-dark-cta a {
  color: var(--color-primary-black);
  border: 0.125em solid var(--color-primary-black);
}

.hero-amplify-1 .transparent-dark-cta a.cta_button:hover,
.hero-amplify-1 .transparent-dark-cta a:hover {
  background-color: var(--color-primary-black) !important;
}

/* @media (max-width: 767px) {
  .shape-container-1 .shape-content.span12 {
    top: 5vh;
    height: 60px;
  }
  .shape-container-1 .cta-buttons {
    max-width: 50%;
    grid-gap: 1vh;
  }


  .shape-container-1 .shape:nth-child(1) {
    transform: translate(72vw, 88vh);
  }
  .shape-container-1 .shape:nth-child(2) {
    transform: translate(61vw, 92vh) rotate(169deg);
  }
  .shape-container-1 .shape:nth-child(3) {
    transform: translate(-100vw, 96vh);;
  }
  .shape-container-1 .shape:nth-child(4) {
    transform: translate(-13vw, 81vh);
  }
  .shape-container-1 .shape:nth-child(5) {
    transform: translate(-100vw, 86vh);
  }
  .shape-container-1 .shape:nth-child(6) {
    transform: translate(-310vw, 104vh);
  }


  .shape-container-2 .shape:nth-child(3) {
    transform: translate(90vw, 2vh) rotate(34deg);
  }
  .shape-container-2 .shape:nth-child(4) {
    transform: translate(90vw, -4vh);
  }
  .shape-container-2 .shape:nth-child(5) {
    transform: translate(-310vw, 36vh);
  }
} */



@media (min-width: 1440px) and (max-height: 800px) {
  .shape-container-2 .shape:nth-child(3) {
    transform: translate(90vw, -17vh) rotate(34deg);
  }
  .shape-container-2 .shape:nth-child(4) {
    transform: translate(90vw, -40vh);
  }
}

.hero-module-image{
  max-width: 90%;
  max-height: 52vh;
}

@media (max-width: 798px) {

  .hero-module-image{
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width:767px) {
  .hero-module-image{
    max-width: 100%;
    max-height: 100%;
  }

  .hero-amplify-1.wistia_2 .video-popup-cm{
    height: 60vw;
    margin: 40px 0 80px;
  }
  .hero-amplify-1.wistia_2 .right_column{
    margin: 40px 0 80px;
  }
  .hero-amplify-1.wistia_2 .row-fluid.flex {
    padding-top: 140px;
  }
}
/* .hero-amplify-1.wistia_2 .shape-container-1,
.hero-amplify-1.wistia_2 .shape-container-2 {
top: 0px;
} */
@media (max-width:767px) {
  .hero-module-image{
    max-width: 100%;
    max-height: 100%;
  }
  .hero-amplify-1.wistia_2 .shape-container-1 {
    top: 200px;
  }

  .hero-amplify-1.wistia_2 .video-popup-cm{
    height: 60vw;
    margin: 40px 0 30em;
  }
  .hero-amplify-1.wistia_2 .right_column{
    margin: 40px 0 30em;
  }
  .hero-amplify-1.wistia_2 {
    padding-top: 140px;
  }
  .wistia_2 .shape-container-1 .shape:nth-child(1),
  .wistia_2 .shape-container-2.wistia_2 .shape:nth-child(1){
    transform: translate(78vw, 61vh) rotate(-211deg);
  }
  .wistia_2 .shape-container-1 .shape:nth-child(2),
  .wistia_2 .shape-container-2.wistia_2 .shape:nth-child(2){
    transform: translate(67vw, 65vh) rotate(199deg);
  }
    .wistia_2 .shape-container-1 .shape:nth-child(2),
  .wistia_2 .shape-container-2.wistia_2 .shape:nth-child(2) {
    transform: translate(55vw, 76vh) rotate(199deg);
}
  .wistia_2 .shape-container-1 .shape:nth-child(1), .wistia_2 .shape-container-2.wistia_2 .shape:nth-child(1) {
    transform: translate(75vw, 73vh) rotate(-216deg);
}
  body .hero-amplify-1.wistia_2 .row-fluid.flex {
    padding: 100px 0 50px;
}
  body .hero-amplify-1.wistia_2 .shape-container-1 {
    top: 150px;
}
}


@media(min-width:768px) and (max-width:1024px){
  .wistia_2 .shape-container-1 .shape:nth-child(1){
    transform: translate(78vw, 67vh) rotate(-211deg);
  }
  .wistia_2 .shape-container-1 .shape:nth-child(2){
    transform: translate(67vw, 73vh) rotate(199deg);
  }
  .hero-amplify-1.wistia_2 .shape-container-1 {
    top: 30px;
  }
}

