/*Fonts*/
/*Colors*/
body {
  margin: 0px;
  width: 100%;
  padding: 0px;
  color: #0f1207;
}

p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

.pwr-flex-top {
  display: flex;
  width: 100%;
  gap: 14px 14px;
  position: relative;
  max-width: 100%;
  flex-wrap: wrap;
}

.pwr-txt-top {
  margin-top: 14px;
}

.strong-no {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.driven-by {
  text-transform: uppercase;
  color: #0f1207;
  font-weight: 100 !important;
  font-size: 26px;
  line-height: 32px;
  padding: 38px 0px;
}
.driven-by span {
  font-weight: 700;
}

.pwr-2-flex-text {
  font-weight: 100 !important;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  gap: 0px 62px;
  padding: 52px 0px;
}

.rgt-pwr-2-t {
  display: block;
  position: relative;
  width: 100%;
}

.pwr-txt-headr {
  line-height: 24px;
  color: #0f1207;
  font-weight: 700;
  font-size: 16px;
}

.pwr-txt-headr-tv {
  line-height: 34px;
  color: #0f1207;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.inline-billets {
  margin-bottom: 10px;
}
.inline-billets p {
  margin: 0px !important;
  padding: 0px !important;
  line-height: 24px;
}

/*partners*/
.container-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between;
}
.container-partners .box {
  width: -moz-max-content;
  width: max-content;
}

.partners-header {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 24px;
}

#partners-power {
  padding-top: 87px;
}

.line-bottom-partners {
  height: 1px;
  background: #bbbbbb;
  width: 100%;
  position: relative;
}

.line-pwr-conteainer {
  padding-top: 68px;
  padding-bottom: 47;
}

@media (min-width: 775px) {
  .rgt-pwr-2-t {
    width: calc(50% - 31px);
  }
  .docuemnts-owl .owl-prev .nav-arrow {
    left: -60px !important;
  }
  .docuemnts-owl .owl-next .nav-arrow {
    right: -60px !important;
  }
}/*# sourceMappingURL=main.css.map */