.viewport {
  background: #101010;
  border-radius: 32px;
  margin: 27px;
  overflow: hidden;
}
.viewport section {
  border-top: solid 8px #000;
}
.viewport p {
  color: #d8d8d8;
  font-size: 24px;
  line-height: 1.3;
}
.viewport p a {
  color: #26b5d9;
  font-weight: bold;
}
.viewport p a:hover {
  text-decoration: underline;
}

.viewport p:not(:first-child) {
  margin-top: 1em;
}
.viewport p strong {
  color: #FFF;
}
.viewport h3 {
  color: #FFE400;
  font-size: 28px;
  font-weight: bolder;
  line-height: 1em;
  letter-spacing: 2px;

  padding: 18px 16px;;
  box-shadow: 0 4px 0 rgba(0,0,0,0.5);
  background: #404040;
  background: -moz-linear-gradient(top, #404040 0%, #343434 100%);
  background: -webkit-linear-gradient(top, #404040 0%,#343434 100%);
  background: linear-gradient(to bottom, #404040 0%,#343434 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#343434',GradientType=0 );
}
.viewport h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

.viewport h4 span {
  display: block;
  padding: 8px;
  color: #FFE400;
  font-size: 20px;
  font-weight: normal;
  border-radius: 4px;
  background: #000;
}
.inner {
  padding: 24px;
}
.cheer {
  padding: 16px;
  margin-top: 24px;
  border-radius: 8px;
  background: #242424;
}
.button {
  display: block;
  color: #2a6cc2;
  font-size: 20px;
  text-align: center;
  padding: 16px;
  padding-left: 48px;
  margin-top: 24px;
  border-radius: 8px;
  background: #D8D8D8;
  line-height: 1.2;
  position: relative;
}
.button::before {
  background-image: url(../images/masters/right.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  width: 24px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  left: 12px;
  top: 50%;
}
.cheer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.cheer__flex a {
  margin: 0;
}
.cheer__flex div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  font-weight: bold;
  padding: 16px;
  font-size: 22px;
  line-height: 1.3;
  background: #FFF;
  border-radius: 24px;
  margin: 10px 0 10px 10px;
  position: relative;
  text-align: justify;
}
.cheer__flex div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -58px;
  margin-top: -80px;
  border: 20px solid transparent;
  border-right: 40px solid #ffffff;
}
.sponsored {
  text-align: center;
  margin-top: 32px;
}
.sponsored a {
  display: inline-block;
  margin-top: 16px;
}
.sponsored .button {
  display: inline-block;
  margin-top: 0;
  margin-left: 16px;
  vertical-align: middle;
}
.sponsored img {
  width: 160px;
  height: auto;
  vertical-align: middle;
}
