/* CSS Document */
.teamTxt {
  display: none;
}
body.translatepress-en_US .engTxt {
  display: block;
}
body.translatepress-fr_FR .frenchTxt {
  display: block;
}
body.home {
  background: #1B6145;
}
.home .footermenus ul > li > a, .home .footer-legal ul > li > a {
  color: #fff;
}
.footer-btm {
  border-top: 1px solid #62BD5A;
}
.breakD {
  display: none;
}
.superTeamWrapper {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  justify-content: center;
}
.superTeamWrapper > div {
  background: #FFF;
  border-radius: 18px;
  padding: 1.6rem 1.6rem 2.7rem;
}
.superTeamHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.7rem;
}
.stLogo img {
  width: 10.8rem;
  height: auto;
}
.closePP img {
  width: 4.4rem;
  height: auto;
  margin-top: -14px;
}
.superTeam {
  display: flex;
  flex-direction: column-reverse;
}
.superTeam img {
  border-radius: 1.6rem;
}
.superTeam h1 {
  margin-top: 1.6rem;
  font-size: 3.4rem;
  line-height: 120% !important;
  color: #1B6145;
}
.superTeam strong {
  font-weight: 500;
}
.superTeam p {
  margin: 1rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 140%;
}
.stBtn {
  color: #1B6145;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 66.667%;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 1.2rem 0;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 36rem;
  border: 1px solid #1B6145;
}
@media only screen and (min-width: 768px) {
  .breakD {
    display: block;
  }
}
@media only screen and (min-width: 568px) and (orientation: landscape) {
  /* Styles for devices with a minimum viewport width of 568px
     and in landscape orientation, including iPhone SE in landscape. */
  .superTeamWrapper {
    padding-top: 2rem;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .superTeamWrapper {
    padding-top: 0;
    align-items: center;
  }
  .superTeamWrapper > div {
    position: relative;
    width: 105.5rem;
  }
  .superTeamHeader {
    position: absolute;
    width: 100%;
    padding-right: 5%;
    z-index: 100000000000;
  }
  .stLogo img {
    width: 14.8rem;
    height: auto;
  }
  .superTeam {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 0 3.6rem;
  }
  .superTeam img {
    width: 60rem;
  }
  .stBtn {
    width: 20.9rem;
  }
  .superTeam h1 {
    margin-top: 0;
    font-size: 4.4rem !important;
  }
  .superTeam p {
    margin: 2rem 0;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .superTeamWrapper > div {
    padding: 2.4rem;
  }
  .superTeamHeader {
    padding-right: 5.5%;
  }
}
@media only screen and (min-width: 1440px) {}