body {
  min-width: none;
  min-height: nonepx;
  background-color: rgb(255, 255, 255);
  font: 300 1.813em/1.38 Roboto;
  color: #cccccc;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

.logo {
  display: block;
  width: 650px;
  height: auto;
  margin: 298px auto 0;
  overflow: hidden;
}

.main {
  position: relative;
  float: left;
  width: 100%;
  height: 1440px;
  background: none, url("/global/en/images/mutcd-web-backdrop-rgb-wht-3000x1587.png") rgb(57, 57, 57);
  background-repeat: repeat, no-repeat;
  background-size: auto auto, cover;
  background-position: left top, center top;
  background-attachment: scroll, scroll;
}

.tagline {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tagline-1 {
  width: 592px;
  margin-top: 13px;
  font-size: 1em;
  color: #cccccc;
}

.tagline-2 {
  width: 826px;
  margin-top: 31px;
  font-style: italic;
  font-size: 1.207em;
  font-weight: 400;
  color: #d87a1e;
}

@media(max-width: 1024px) {
  body {
    font-size: 1.563em;
  }

  .main .logo {
    width: 490px;
    height: auto;
    margin-top: 326px;
  }

  .main .tagline-1 {
    width: 568px;
    margin-top: 12px;
    font-size: 25px;
  }

  .main .tagline-2 {
    width: 480px;
    margin-top: 26px;
    font-size: 1.12em;
  }
}

@media(max-width: 770px) {
  body {
    font-size: 1.313em;
  }

  .main {
    background-image: url("/global/en/images/mutcd-web-backdrop-rgb-wht-1587x3000.png"), none;
    background-repeat: no-repeat, no-repeat;
    background-size: 793.5px 1500px, cover;
    background-position: center bottom, center top;
  }

  .main .logo {
    width: 420px;
    height: auto;
    margin-top: 204px;
  }

  .main .tagline-1 {
    width: 442px;
    margin-top: 7px;
    font-size: 21px;
  }

  .main .tagline-2 {
    width: 368px;
    margin-top: 15px;
    font-size: 1.095em;
  }
}

@media(max-width: 480px) {
  body {
    font-size: 1.188em;
  }

  .main .logo {
    width: 300px;
    height: auto;
    margin-top: 104px;
  }

  .main .tagline {
    width: 306px;
  }

  .main .tagline-1 {
    float: left;
    clear: both;
    margin-top: 8px;
    margin-right: 0;
    margin-left: 18.125%;
    font-size: 19px;
  }

  .main .tagline-2 {
    margin-top: 101px;
    font-size: 1.158em;
  }
}