body {
  padding: 0;
  margin: 0;
  background-color: white;
  font-family: arial, sans-serif;
  color: #0b0b0b; }

.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .wrapper .header {
    height: 294px;
    margin: 0 auto;
    background-color: #0b0b0b; }
    .wrapper .header .title {
      color: white;
      text-align: center; }
      .wrapper .header .title .title-caption, .wrapper .header .title .title-caption-inter {
        text-align: center;
        font-style: italic;
        font-weight: 600;
        font-size: 38px;
        line-height: 103px; }
      .wrapper .header .title .title-caption-inter {
        line-height: 40px;
        padding-top: 30px; }
      .wrapper .header .title .title-description {
        font-size: 20px;
        padding-top: 10px;
        width: 615px;
        margin: 0 auto;
        font-style: italic; }
  .wrapper .content {
    text-align: center;
    margin: 0 auto;
    height: 654px;
    background-color: white; }
    .wrapper .content .inner, .wrapper .content .inner-typ {
      top: -191px;
      margin: 0 auto;
      position: relative;
      width: 800px;
      height: 440px;
      border: 20px solid #bfccd2;
      background-color: white; }
    .wrapper .content .inner-typ {
      top: -140px; }
    .wrapper .content .adnl_zone {
      position: absolute;
      background-color: #bfccd2;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
