@media (max-width: 39.99em) {
  body:after {
    content: "small";
    display: none;
  }
}
@media (min-width: 40em) and (max-width: 63.99em) {
  body:after {
    content: "medium";
    display: none;
  }
}
@media (min-width: 64em) and (max-width: 74.99em) {
  body:after {
    content: "large";
    display: none;
  }
}
@media (min-width: 75em) and (max-width: 89.99em) {
  body:after {
    content: "xlarge";
    display: none;
  }
}
@media (min-width: 90em) {
  body:after {
    content: "xxlarge";
    display: none;
  }
}
@media (max-width: 46.24em) {
  body:after {
    content: "mobile";
    display: none;
  }
}
@media (min-width: 46.25em) {
  body:after {
    content: "tablet";
    display: none;
  }
}
@media (min-width: 61.25em) {
  body:after {
    content: "desktop";
    display: none;
  }
}
@media (min-width: 81.25em) {
  body:after {
    content: "wide";
    display: none;
  }
}
#main-contents {
  max-width: 100%;
  padding: 20px 0 0;
}
.contents.heading {
  display: none;
}
.contents.left {
  padding: 1em !important;
}
.contents.right {
  display: none;
}
.panel-hero {
  height: 350px;
  background-image: url(mft-mobile-hero-bookshelf.png);
  background-position: 57% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 46.25em) {
  .panel-hero {
    background-image: url(mft-hero-bookshelf.png);
    background-position: 52.5% 50%;
  }
}
.wrap-hero {
  margin: auto;
  max-width: 1200px;
  height: 100%;
}
.wrap-hero .hero-contents {
  position: relative;
  width: 80%;
  height: auto;
  margin: auto;
  transform: translateY(10%);
  border: 10px solid #000;
  border-radius: 40px;
  background: #fff;
}
@media (min-width: 46.25em) {
  .wrap-hero .hero-contents {
    min-width: 350px;
    width: 60%;
    max-height: 316px;
    height: 12em;
    transform: translateY(25%);
  }
}
@media (min-width: 61.25em) {
  .wrap-hero .hero-contents {
    max-width: 897px;
    min-width: 497px;
    width: 50%;
  }
}
.wrap-hero .hero-contents:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3.1em;
  width: 110px;
  height: 50px;
  background: url(speech-bubble-mobile-angle.png) 50% no-repeat;
  background-size: contain;
}
@media (min-width: 46.25em) {
  .wrap-hero .hero-contents:after {
    background: url(speech-bubble-angle.png) 50% no-repeat;
  }
}
.wrap-hero .hero-contents h1 {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .wrap-hero .hero-contents h1 {
    position: absolute;
    top: 25%;
    left: 50%;
    padding: 1em;
    transform: translate(-50%, -25%);
  }
}
.content-block {
  margin: 0 auto;
  max-width: 52rem;
}
@media (min-width: 46.25em) {
  .content-block {
    margin: 0 auto 4em;
    padding: 1.5rem 0;
  }
}
.content-block p + p {
  margin-top: 1.5em;
}
.content-block p:last-of-type {
  margin-bottom: 0;
}
.wrap-content-cards {
  padding: 0;
}
.content-card.generic {
  border: none;
}
.content-card.generic .text {
  background-color: inherit;
}
.report-block .description {
  flex-basis: 100%;
}
.report-block .description p.with-btn {
  text-align: center;
}
@media (min-width: 46.25em) {
  .report-block .description {
    flex-basis: 55%;
    order: 1;
  }
  .report-block .description p.with-btn {
    text-align: left;
  }
}
.report-block .report {
  flex-basis: 100%;
}
@media (min-width: 46.25em) {
  .report-block .report {
    flex-basis: 35%;
    order: 2;
  }
}
.report-block .report img {
  display: block;
  margin: auto auto 1.25em;
  max-width: 50%;
}
@media (min-width: 46.25em) {
  .report-block .report img {
    max-width: 75%;
  }
}
.wrap-contact-block {
  padding: 3em;
  background: url(mft-contact-mobile-bg.png) 50% no-repeat;
  background-size: cover;
}
@media (min-width: 46.25em) {
  .wrap-contact-block {
    background: url(mft-contact-bg.png) 50% no-repeat;
    background-size: cover;
  }
}
.contact-block {
  position: relative;
}
.contact-block .wrap-image {
  position: relative;
  z-index: 1;
  margin-bottom: -5em;
}
@media (min-width: 46.25em) {
  .contact-block .wrap-image {
    position: absolute;
    top: -1em;
    left: 0;
    margin: auto;
  }
}
.contact-block .wrap-image img {
  display: block;
  margin: auto;
}
.contact-block .wrap-content {
  position: relative;
  margin: auto;
  padding: 3em;
  border: 10px solid #000;
  border-radius: 40px;
  background: #fff;
}
@media (min-width: 46.25em) {
  .contact-block .wrap-content {
    max-width: 52rem;
    width: 70%;
    padding-left: 12em;
  }
}
.contact-block .wrap-content h2 {
  margin-top: 0;
}
