.heading-menu {
  display: none;
}
.sec-pTB {
  padding: 0;
}
#customers h3 {
  margin: 0;
}
.osd-lp {
  padding: 50px 20px;
}
.osd-lp .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.osd-lp.topband {
  background-color: #0094ff;
  background: linear-gradient(45deg, #0094ff, #0037ff, #0094ff);
}
.osd-lp h1 {
  color: #fff;
  margin: 0 0 15px;
}
.osd-lp h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #006cd5;
  margin: 0 0 15px;
  line-height: normal;
}
.osd-lp h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000 !important;
  margin: 0 0 15px;
  line-height: 28px;
}
.osd-lp p, .osd-lp ul, .osd-lp ol {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin: 0 0 15px;
  line-height: 26px;
}
.osd-lp h2 + p, .osd-lp > p {
  text-align: center;
  margin: 0 auto 15px;
  max-width: 1000px;
}
.osd-lp > ol {
  list-style: decimal;
  margin: auto;
  max-width: 1000px;
}
.osd-lp table.feaTable {
  margin: auto;
  max-width: 700px;
}
.osd-lp a.cta {
  display: block;
  max-width: 150px;
  margin: auto;
  color: #fff;
  line-height: normal;
  padding: 12px 18px;
  text-align: center;
  background-color: #006cd5;
  font-size: 16px;
  text-transform: uppercase;
}
.osd-lp.topband h1 {
  font-size: 32px;
  line-height: 54px;
  width: 60%;
}
.osd-lp.topband h1 strong {
  font-size: 36px;
  font-weight: 600;
  white-space: pre;
  color: #ffd400;
}
.osd-lp.topband .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.osd-lp.topband img {
  width: 40%;
}
.osd-lp.fea {
  background-color: #e0f2ff;
}
.osd-lp.fea .flex {
  flex-wrap: wrap;
  align-items: stretch;
}
.osd-lp.fea .box {
  width: 330px;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #006cd5ab;
  background-color: #fff;
}
.osd-lp.fea h3 {
  position: relative;
}
.osd-lp.fea h3:before {
  content: '';
  background-color: #006cd5;
  width: 13px;
  height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
  position: absolute;
  left: -21px;
  top: 5px;
  border-radius: 0 5px 5px 0;
}
.osd-lp.whq {
  border-bottom: 1px solid #e0f2ff;
}
.osd-lp.whq:nth-child(even) {
  background-color: #e0f2ff;
}
.osd-lp.whq:last-child {
  border-bottom: 0;
}
.osd-lp.whq li {
  position: relative;
  list-style: none;
}
.osd-lp.whq li:before {
  content: '';
  background-color: #006cd5;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px 0 0;
  position: absolute;
  left: -21px;
  top: 8px;
  border-radius: 50%;
}
.osd-lp.table {
  background: #e0f2ff;
}
.osd-lp.table table {
  background: #fff;
}
.osd-lp.table table td {
  border: 1px solid #b7dbff;
}
.osd-lp.table table th {
  border: 1px solid #b7dbff;
  padding: 5px;
  color: #006cd5;
  font-weight: 100;
}
.osd-lp.table table strong {
  font-weight: 600;
  text-transform: uppercase;
}