#bannerMain,
#bannerMainMobile {
  position: relative;
}
#bannerMain > ul,
#bannerMainMobile > ul {
  list-style: none;
  margin: 0;
}
#bannerMain > ul .slidesjs-container,
#bannerMainMobile > ul .slidesjs-container {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 36.5%;
}
#bannerMain .slidesjs-pagination,
#bannerMainMobile .slidesjs-pagination {
  margin: 10px auto 0;
}
#bannerMain img,
#bannerMainMobile img {
  width: 100%;
  display: block;
}
#breadcrumbs {
  display: none !important;
}
p {
  text-align: center;
}
.privilege h1,
.privilege h2 {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
}
.privilege h1 span,
.privilege h2 span {
  font-weight: 800;
}
.privilege ul {
  text-align: center;
  line-height: 3rem;
  margin: 12px 0 0;
}
.penci-page-header {
  display: none;
}
.bannerButton {
  margin: 28px 0 40px;
}
.bannerButton li {
  margin: auto;
  max-width: 270px;
  list-style: none;
}
.bannerButton li a {
  display: block;
  min-width: 140px;
  text-align: center;
  letter-spacing: .08em;
  background-color: #3c3c3b;
  color: white;
  border-radius: 6px;
}
.bannerButton a:hover {
  text-decoration: none;
  background-color: #4ca950;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px;
}
.flex-child {
  width: 578px;
}
.container-block {
  display: flex;
  width: 100%;
}
.box {
  margin: 1rem;
  width: 100%;
}
.box img {
  width: 100%;
}
.privilege-intro {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}
.app-icons {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 28px;
}
table.lt-schema {
  width: 90%;
  margin-top: 6%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
}
.lt-schema td {
  border-bottom: 1px solid #b2b2b2;
  padding: 20px 0;
  text-align: center;
}
td.schema-left-txt {
  text-align: left;
  font-weight: bold;
}
.lt-schema th {
  text-transform: uppercase;
}
.lt-schema th,
.lt-schema tr {
  text-align: center;
}
.schema-left-txt {
  text-align: left;
  margin: 0;
}
.lt-schema img {
  display: unset !important;
}
td.lt-schema-footer {
  border-bottom: none;
  text-align: left;
}
.lt-schema a {
  color: #383838;
  text-decoration: underline;
}
#header-brons,
#header-silver,
#header-gold {
  font-size: 16px;
  font-weight: 500;
  border: 6px solid white;
  width: 12%;
  padding: 16px;
  color: white;
}
#header-brons {
  background-color: #bf873c;
}
#header-silver {
  background-color: #acafb2;
}
#header-gold {
  background-color: #ae9a64;
}
@media only screen and (max-width: 900px) {
  .container-block {
    display: unset;
  }
  .box {
    margin: 0 0 1.5rem 0;
  }
  .privilege-intro {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .lt-schema td {
    padding: 12px 0;
    text-align: center;
  }
  td.lt-schema-footer {
    text-align: left;
  }
  td.schema-left-txt {
    text-align: left;
  }
  #header-brons,
  #header-silver,
  #header-gold {
    font-size: 14px;
    padding: 6px;
  }
}
