/* frontend/packs/stylesheets/teams/home.scss */
.img-with-text {
  color: #746D79;
  font-size: 20px;
  text-align: center;
}
#top-container {
  height: calc(100vh - 64px);
  margin: 0 auto;
  position: relative;
  background-size: 70vw;
  background-color: white;
  background-image: url(/assets/lp-top-7O4ULPY6.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 25vw) calc(50% - 10vh);
}
.top-container-titles {
  display: inline-block;
  position: absolute;
  bottom: 64px;
  left: 15vw;
  z-index: 2;
}
.navy-title {
  font-size: 48px;
  font-weight: 600;
  color: #294575;
  width: 100%;
  margin: 0;
  text-align: left;
  line-height: 1.3;
}
.subtitle {
  color: #4D4452;
  font-size: 24px;
  text-align: left;
  margin: 9px 0 0;
  line-height: 1.3;
}
.yenta-lp-button {
  border-radius: 3px;
  color: white !important;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 56px;
  line-height: 56px;
  margin: 28px 0 0;
  max-width: 400px;
  text-transform: none !important;
}
.yenta-lp-button:hover,
.yenta-lp-button:active {
  text-decoration: none;
}
.top-container-batch {
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: 5vh;
  right: 5vw;
}
.feature-container {
  background-image: url(/assets/feature-background-P75FS74D.png);
  background-size: cover;
}
.features {
  margin: 0 auto;
  background-color: rgba(82, 94, 109, 0.76);
  padding: 80px 0 32px;
}
.feature-heading {
  font-size: 24px;
  text-align: center;
  color: white;
  margin: 0;
}
.feature-content {
  background-color: #ffffff;
  margin: 0 auto 16px;
  width: 284px;
  height: 264px;
  border-radius: 4px;
}
.feature-content-title {
  font-size: 18px;
  color: #294575;
  text-align: center;
  margin: 24px 0 0;
}
.feature-border {
  height: 2px;
  background-color: #ebeef4;
  width: auto;
  margin: 24px 100px 0;
}
.feature-content-img {
  margin: 20px auto 0;
}
.feature-content-text {
  font-size: 14px;
  text-align: left;
  margin: 24px 18px 18px;
  color: black;
}
.benefit-container {
  background-color: white;
  background-image: url(/assets/graph-top-ND6NOHTJ.png);
  background-size: 100vw 394px;
  background-position: top;
  background-repeat: no-repeat;
}
.benefit-top {
  max-width: 1024px;
  padding: 184px 32px 0;
  margin: 0 auto;
  z-index: 2;
}
.benefit-bottom {
  max-width: 1024px;
  padding: 65px 32px 56px;
  margin: 0 auto;
  z-index: 2;
}
.benefit-heading {
  font-size: 24px;
  color: #294575;
  text-align: center;
  margin: 0;
}
.benefit-sub-heading {
  font-size: 18px;
  margin: 0 auto 24px;
  color: #294575;
  text-align: center;
}
.benefit-text {
  margin: 40px auto 0;
  max-width: 600px;
  font-size: 16px;
  color: black;
}
.benefit-graphs {
  margin: 40px auto 0;
  padding: 0;
}
.successes-container {
  margin: 40px 56px;
  padding: 40px 32px;
  background-color: white;
  border: 1px solid #d8d6d9;
  border-radius: 4px;
}
.successes-title {
  color: #294575;
  margin: 0 auto;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
.success-companies {
  width: 100%;
  margin-top: 40px;
  padding: 0;
}
.success-company-logo-container {
  position: relative;
  width: 100%;
  padding-top: 22.06%;
}
.success-company-logo {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.success-company-results {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bolder;
  margin: 16px 0 0;
}
.success-company-border {
  display: none;
}
.success-company-expand {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  display: none;
}
.message-container {
  background-color: #294575;
  padding: 80px 24px;
}
.message {
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  color: white;
  max-width: 600px;
  margin: 0 auto;
}
.cta-container {
  margin: 40px auto;
  padding: 0 16px;
}
.sub-description {
  color: #746d79;
  font-size: 14px;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  line-height: 1.5em;
}
.lp-footer {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  #top-container {
    height: calc(90vh - 64px);
    background-position: left 20vw top 5vh;
    background-size: 100vw;
  }
  .top-container-titles {
    bottom: 10vh;
  }
  .navy-title {
    font-size: 32px;
  }
  .subtitle {
    font-size: 18px;
  }
  .yenta-lp-button {
    font-size: 14px;
    margin-top: 16px;
  }
  .top-container-batch {
    bottom: 10vh;
  }
  .benefit-graphs {
    max-width: 600px;
  }
}
@media screen and (max-width: 480px) {
  #top-container {
    padding: 32px 0 0 24px;
    background-size: 180vw;
    background-position: -10vw calc(50% + 120px);
  }
  .top-container-titles {
    position: unset;
  }
  .yenta-lp-button {
    width: 100%;
    margin: 0;
  }
  .top-cta {
    display: none;
  }
  .navy-title {
    font-size: 32px;
  }
  .subtitle {
    font-size: 14px;
    margin: 16px 0 0;
  }
  .top-container-batch {
    position: absolute;
    width: 104px;
    height: 104px;
    bottom: 5vh;
    right: 5vw;
  }
  .features {
    padding: 56px 0 24px;
  }
  .feature-heading {
    font-size: 18px;
  }
  .benefit-container {
    background-size: 100vw 144px;
  }
  .benefit-top {
    max-width: 1024px;
    padding: 104px 24px 0;
    margin: 0 auto;
    z-index: 2;
  }
  .benefit-bottom {
    max-width: 1024px;
    padding: 56px 48px 56px;
    margin: 0 auto;
    z-index: 2;
  }
  .benefit-heading {
    font-size: 18px;
    line-height: 1.5;
  }
  .benefit-sub-heading {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .benefit-text {
    margin-top: 24px;
    font-size: 14px;
    color: black;
  }
  .successes-container {
    margin: 36px 24px;
    padding: 36px 24px;
  }
  .successes-title {
    font-size: 18px;
  }
  .success-company-border {
    display: block;
    width: 80px;
    height: 2px;
    background-color: #ebeef4;
    margin: 40px auto 24px;
  }
  .success-company-expand {
    display: block;
    margin-top: 40px;
  }
  .shown-element {
    display: none;
  }
  .message-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .form-title {
    font-size: 18px;
  }
  .form-description {
    font-size: 14px;
    margin: 24px 0 0;
  }
  .lp-footer {
    box-sizing: border-box;
    display: unset;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 12px 16px;
  }
  footer {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 360px) {
  #top-container {
    padding: 32px 0 0 24px;
    background-position-y: calc(50% + 150px);
  }
  .navy-title {
    font-size: 28px;
  }
  .subtitle {
    font-size: 12px;
  }
}
/*# sourceMappingURL=/assets/stylesheets/teams/home.css.map */
