/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 45%; } }
  @media only screen and (max-width: 18.5em) {
    html {
      font-size: 40%; } }

body {
  box-sizing: border-box; }

body {
  font-family: Roboto;
  font-weight: 200;
  /*font-size: 16px;*/
  line-height: 1.7rem; }

p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #1a1a1a; }
  p:not(:last-child) {
    margin-bottom: 3rem; }
  @media only screen and (max-width: 56.25em) {
    p {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 37.5em) {
    p {
      font-size: 1.5rem; } }

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .2rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary {
      font-size: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary {
      font-size: 2.5rem; } }

.coloum-box {
  max-width: 114rem;
  margin: 0 auto; }

.u-center-text {
  text-align: center !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

.introduction {
  position: relative; }
  .introduction__box {
    position: absolute;
    top: 15%;
    right: 11%;
    width: 50rem;
    z-index: 2; }
    @media only screen and (max-width: 56.25em) {
      .introduction__box {
        top: 15%;
        left: 50%;
        transform: translate(-50%, 0);
        margin: 0 auto; } }
    .introduction__box--text {
      text-align: justify;
      padding: 0 3rem; }

.intro-image {
  position: relative; }
  .intro-image__box {
    position: absolute;
    top: 1rem;
    left: 10%;
    width: 56%;
    z-index: 1; }
    @media only screen and (max-width: 56.25em) {
      .intro-image__box {
        top: 10%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 60%; } }
    @media only screen and (max-width: 37.5em) {
      .intro-image__box {
        top: 5%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 80%; } }

.color-box {
  height: 6rem; }
  @media only screen and (max-width: 56.25em) {
    .color-box {
      height: 0.5rem; } }
  .color-box__color1 {
    background-color: #1a1a1a;
    height: 6rem;
    width: 100%; }
    .color-box__color1--txt {
      color: #fff;
      font-size: 2.5rem;
      padding: 3rem 0 0 1rem; }
      @media only screen and (max-width: 56.25em) {
        .color-box__color1--txt {
          font-size: 1.5rem;
          padding: 3rem 0 0 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .color-box__color1--txt {
          font-size: 1.2rem;
          padding: 3rem 0 0 1rem; } }
  .color-box__color2 {
    background-color: #00A99D;
    height: 6rem; }
    .color-box__color2--txt {
      color: #fff;
      font-size: 2.5rem;
      padding: 3rem 0 0 1rem; }
      @media only screen and (max-width: 56.25em) {
        .color-box__color2--txt {
          font-size: 1.5rem;
          padding: 3rem 0 0 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .color-box__color2--txt {
          font-size: 1.2rem;
          padding: 3rem 0 0 1rem; } }
  .color-box__color3 {
    background-color: #FFC857;
    height: 6rem; }
    .color-box__color3--txt {
      color: #fff;
      font-size: 2.5rem;
      padding: 3rem 0 0 1rem; }
      @media only screen and (max-width: 56.25em) {
        .color-box__color3--txt {
          font-size: 1.5rem;
          padding: 3rem 0 0 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .color-box__color3--txt {
          font-size: 1.2rem;
          padding: 3rem 0 0 1rem; } }
  .color-box__color4 {
    background-color: #FF931E;
    height: 6rem; }
    .color-box__color4--txt {
      color: #fff;
      font-size: 2.5rem;
      padding: 3rem 0 0 1rem; }
      @media only screen and (max-width: 56.25em) {
        .color-box__color4--txt {
          font-size: 1.5rem;
          padding: 3rem 0 0 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .color-box__color4--txt {
          font-size: 1.2rem;
          padding: 3rem 0 0 1rem; } }
  .color-box__color5 {
    background-color: #ed1c24;
    height: 6rem; }
    .color-box__color5--txt {
      color: #fff;
      font-size: 2.5rem;
      padding: 3rem 0 0 1rem; }
      @media only screen and (max-width: 56.25em) {
        .color-box__color5--txt {
          font-size: 1.5rem;
          padding: 3rem 0 0 1rem; } }
      @media only screen and (max-width: 37.5em) {
        .color-box__color5--txt {
          font-size: 1.2rem;
          padding: 3rem 0 0 1rem; } }

.page-break-element {
  position: relative;
  padding: 0 4rem; }
  .page-break-element__img {
    width: 100%; }

.brief {
  position: relative; }
  .brief__img {
    position: absolute;
    top: 10rem;
    left: 12rem;
    width: 60%; }
    @media only screen and (max-width: 56.25em) {
      .brief__img {
        top: 26rem;
        left: -5rem;
        width: 59%;
        transform: rotate(-90deg); } }
    @media only screen and (max-width: 37.5em) {
      .brief__img {
        top: 37rem;
        left: -16rem;
        width: 100%;
        transform: rotate(-90deg); } }

.brief-box {
  position: absolute;
  width: 56%;
  height: 30rem;
  top: 5%;
  left: 37%; }
  @media only screen and (max-width: 56.25em) {
    .brief-box {
      top: 24rem;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 50rem;
      width: 50%; } }

.brief-p1 {
  position: relative;
  padding: 1rem 14rem 0rem 2rem; }
  @media only screen and (max-width: 56.25em) {
    .brief-p1 {
      padding: 2rem;
      left: 5rem; } }
  @media only screen and (max-width: 56.25em) {
    .brief-p1 {
      padding: 1rem;
      left: 2rem; } }
  .brief-p1__box1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 2.4rem; }

.brief-p2 {
  position: relative;
  padding: 1rem 3rem 0rem 6rem; }
  @media only screen and (max-width: 56.25em) {
    .brief-p2 {
      padding: 2rem;
      left: 5rem; } }
  @media only screen and (max-width: 56.25em) {
    .brief-p2 {
      padding: 1rem;
      left: 2rem; } }
  .brief-p2__box2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 2.4rem; }

.brief-p3 {
  position: relative;
  padding: 1rem 7rem 0rem 0rem; }
  @media only screen and (max-width: 56.25em) {
    .brief-p3 {
      padding: 2rem;
      left: 5rem; } }
  @media only screen and (max-width: 37.5em) {
    .brief-p3 {
      padding: 1rem;
      left: 2rem; } }
  .brief-p3__box3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 2.4rem; }

.brief-p4 {
  position: relative;
  padding: 1rem 0rem 1rem 3rem; }
  @media only screen and (max-width: 56.25em) {
    .brief-p4 {
      padding: 2rem;
      left: 5rem; } }
  @media only screen and (max-width: 56.25em) {
    .brief-p4 {
      padding: 1rem;
      left: 2rem; } }
  .brief-p4__box4 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 2.4rem; }

.solution {
  position: relative; }
  .solution__img {
    position: absolute;
    top: 4rem;
    left: 21%;
    width: 26%;
    padding: 0 2rem; }
    @media only screen and (max-width: 56.25em) {
      .solution__img {
        top: 3rem;
        left: 8rem;
        width: 32%; } }
    @media only screen and (max-width: 37.5em) {
      .solution__img {
        top: 4rem;
        left: 50%;
        width: 40%;
        transform: translate(-50%); } }

.solution-box {
  position: absolute;
  width: 29%;
  top: 4%;
  left: 50%; }
  @media only screen and (max-width: 56.25em) {
    .solution-box {
      width: 50%;
      left: 40%; } }
  @media only screen and (max-width: 37.5em) {
    .solution-box {
      top: 29rem;
      width: 68%;
      left: 50%;
      transform: translate(-50%); } }

.solution-p1 {
  position: relative;
  padding: 1rem; }
  @media only screen and (max-width: 56.25em) {
    .solution-p1 {
      columns: 2; } }
  .solution-p1__box1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 2.4rem; }

.audience-box {
  position: relative;
  top: 5rem;
  height: 36rem;
  left: 0rem; }
  @media only screen and (max-width: 56.25em) {
    .audience-box {
      height: 28rem; } }
  .audience-box__img {
    position: relative;
    width: 85%; }
    @media only screen and (max-width: 56.25em) {
      .audience-box__img {
        width: 70%;
        left: 50%;
        transform: translate(-50%); } }

.audience-text {
  position: absolute;
  top: 22rem; }
  @media only screen and (max-width: 56.25em) {
    .audience-text {
      text-align: center;
      top: 15rem; } }
  .audience-text--txt {
    padding: 0 3rem; }

.element-box {
  position: relative;
  top: 5rem;
  height: 36rem; }
  @media only screen and (max-width: 56.25em) {
    .element-box {
      height: 28rem;
      top: 1rem; } }
  .element-box__img {
    position: relative;
    padding: 3rem;
    width: 85%; }
    @media only screen and (max-width: 56.25em) {
      .element-box__img {
        width: 70%;
        left: 50%;
        transform: translate(-50%); } }

.element-text {
  position: absolute;
  top: 22rem;
  left: 50%;
  transform: translate(-50%, 0); }
  @media only screen and (max-width: 56.25em) {
    .element-text {
      top: 15rem; } }
  .element-text--txt {
    padding: 0 2rem; }
    @media only screen and (max-width: 56.25em) {
      .element-text--txt {
        padding: 0 1rem; } }

.type-design-page {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 60rem; }
  @media only screen and (max-width: 56.25em) {
    .type-design-page {
      height: 55rem; } }
  @media only screen and (max-width: 37.5em) {
    .type-design-page {
      height: 40rem; } }
  .type-design-page__p1-e1 {
    position: absolute;
    top: 3rem;
    height: 20%;
    z-index: 2; }
  .type-design-page__p1-e2 {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
    width: 14%;
    z-index: 2; }
  .type-design-page__p1-e3 {
    position: absolute;
    top: 5rem;
    right: 10rem;
    width: 55%; }
    @media only screen and (max-width: 37.5em) {
      .type-design-page__p1-e3 {
        left: 50%;
        transform: translate(-50%);
        width: 70%; } }
  .type-design-page__p1-e4 {
    position: absolute;
    top: 25rem;
    left: 10rem;
    width: 55%; }
    @media only screen and (max-width: 37.5em) {
      .type-design-page__p1-e4 {
        top: 19rem;
        left: 50%;
        transform: translate(-50%);
        width: 70%; } }

.type-design-page2 {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 50rem; }
  .type-design-page2__p2-e1 {
    position: absolute;
    top: 20%;
    left: 25%;
    transform: translate(-50%, 0);
    width: 35%; }
    @media only screen and (max-width: 56.25em) {
      .type-design-page2__p2-e1 {
        top: 10%; } }
  .type-design-page2__p2-e2 {
    position: absolute;
    top: 25%;
    left: 70%;
    transform: translate(-50%, 0);
    width: 35%; }
    @media only screen and (max-width: 56.25em) {
      .type-design-page2__p2-e2 {
        top: 10%; } }
  .type-design-page2__p2-e3 {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 45%; }
    @media only screen and (max-width: 56.25em) {
      .type-design-page2__p2-e3 {
        top: 60%; } }
    @media only screen and (max-width: 37.5em) {
      .type-design-page2__p2-e3 {
        width: 60%;
        top: 48%; } }

.type-design-page3 {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 60rem;
  padding: 0rem 3rem; }
  .type-design-page3__p3-e1 {
    position: absolute;
    top: 20%;
    left: 0%;
    /* transform: translate(-50%, 0); */
    width: 20%; }

.chapter-design-page {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 70rem; }
  @media only screen and (min-width: 112.5em) {
    .chapter-design-page {
      height: 90rem; } }
  @media only screen and (max-width: 56.25em) {
    .chapter-design-page {
      height: 50rem; } }
  @media only screen and (max-width: 37.5em) {
    .chapter-design-page {
      height: 40rem; } }
  .chapter-design-page__dp-e1 {
    position: absolute;
    top: 5rem;
    width: 20%; }
  .chapter-design-page__dp-e2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%; }
  .chapter-design-page__dp-e3 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0); }
    .chapter-design-page__dp-e3--txt {
      font-size: 1rem;
      font-style: italic; }

.chapter-design-page2 {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 70rem; }
  @media only screen and (min-width: 112.5em) {
    .chapter-design-page2 {
      height: 90rem; } }
  @media only screen and (max-width: 56.25em) {
    .chapter-design-page2 {
      height: 50rem; } }
  @media only screen and (max-width: 37.5em) {
    .chapter-design-page2 {
      height: 40rem; } }
  .chapter-design-page2__dp-e1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%; }
  .chapter-design-page2__dp-e2-img {
    position: absolute;
    top: 90%;
    left: 90%;
    /* transform: translate(-50%, -50%); */
    width: 6%; }
  .chapter-design-page2__dp-e2 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0); }
    .chapter-design-page2__dp-e2--txt {
      font-size: 1rem;
      font-style: italic; }

.chapter-design-page3 {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 70rem; }
  @media only screen and (min-width: 112.5em) {
    .chapter-design-page3 {
      height: 90rem; } }
  @media only screen and (max-width: 56.25em) {
    .chapter-design-page3 {
      height: 50rem; } }
  @media only screen and (max-width: 37.5em) {
    .chapter-design-page3 {
      height: 40rem; } }
  .chapter-design-page3__dp-e1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%; }
  .chapter-design-page3__dp-e2 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0); }
    .chapter-design-page3__dp-e2--txt {
      font-size: 1rem;
      font-style: italic; }

.chapter-design-page4 {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 70rem; }
  @media only screen and (min-width: 112.5em) {
    .chapter-design-page4 {
      height: 90rem; } }
  @media only screen and (max-width: 56.25em) {
    .chapter-design-page4 {
      height: 40rem; } }
  @media only screen and (max-width: 37.5em) {
    .chapter-design-page4 {
      height: 40rem; } }
  .chapter-design-page4__dp-e1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; }

.footer {
  position: relative;
  background-color: #0b0c0c;
  padding: 10rem 0;
  font-size: 1.4rem; }
  .footer__logo-box {
    position: relative;
    padding-bottom: 5rem;
    width: 70%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    margin-bottom: 5rem;
    border-bottom: 1px solid #e6e6e6; }
  .footer__logo {
    width: 8rem;
    height: auto; }
  .footer__navigation {
    padding-top: 2rem;
    display: inline-block; }
    @media only screen and (max-width: 56.25em) {
      .footer__navigation {
        position: relative;
        left: 50%;
        transform: translate(-50%); } }
    @media only screen and (max-width: 37.5em) {
      .footer__navigation {
        position: relative;
        left: 50%;
        transform: translate(-50%); } }
  .footer__list {
    font-family: Consola;
    list-style: none; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 3.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #e6e6e6;
    text-decoration: none;
    display: inline-block; }
  .footer__link:hover, .footer__link:active {
    color: #4bcaf6; }
  .footer__copy {
    font-family: Consola;
    font-size: 1.4rem;
    color: #e6e6e6;
    padding-top: 2rem;
    line-height: 2rem;
    float: right; }
    @media only screen and (max-width: 56.25em) {
      .footer__copy {
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        float: none; } }
    @media only screen and (max-width: 37.5em) {
      .footer__copy {
        text-align: center;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        float: none; } }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 6rem; } }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem;
      padding: 0 3rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }
  .row .col-1-of-5 {
    width: calc((100% - 4 * 6rem) / 5); }
    @media only screen and (max-width: 56.25em) {
      .row .col-1-of-5 {
        max-width: 20% !important; } }

.header {
  height: 100vh;
  background-size: cover;
  position: relative; }
  .header__logo-box {
    position: relative;
    width: 100%;
    height: 100%; }
  .header__image-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 56.25em) {
      .header__image-box {
        width: 43%; } }
    @media only screen and (max-width: 37.5em) {
      .header__image-box {
        width: 65%; } }

.navigation__checkbox {
  display: none; }

.navigation__button {
  background-color: #1a1a1a;
  height: 5rem;
  width: 5rem;
  position: fixed;
  top: 4.1rem;
  right: 4.1rem;
  z-index: 2001;
  box-shadow: 0 1rem 3rem #000 .6;
  text-align: center; }

.navigation__background {
  height: 4rem;
  width: 4rem;
  position: fixed;
  top: 4.5rem;
  right: 4.5rem;
  background-color: #f4f4f4;
  opacity: 0.9;
  z-index: 200;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0rem;
  right: 0rem;
  z-index: 250;
  opacity: 0;
  width: 0%;
  transition: opacity 3.3s; }

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%; }

.navigation__item {
  margin: 2rem; }

.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-family: Consola;
  font-size: 2rem;
  font-weight: 400;
  color: #303030;
  text-decoration: none;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #ff931e 50%);
  padding: 1rem 3rem;
  background-size: 230%;
  transition: all .4s; }

.navigation__link:hover, .navigation__link:active {
  color: white;
  background-position: 100%;
  text-shadow: 0 1rem 3rem #000 .6; }

.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(100); }

.navigation__checkbox:checked ~ .navigation__nav {
  transition-delay: 0.4s;
  opacity: 1;
  width: 100%; }

.navigation__icon {
  position: relative;
  margin-top: 2.4rem; }
  .navigation__icon, .navigation__icon::before, .navigation__icon::after {
    width: 3rem;
    height: 4px;
    background-color: white;
    display: inline-block; }
  .navigation__icon::before, .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .2s; }
  .navigation__icon::before {
    top: -1rem; }
  .navigation__icon::after {
    top: 1rem; }

.navigation__button:hover .navigation__icon::before {
  top: -1.2rem; }

.navigation__button:hover .navigation__icon::after {
  top: 1.2rem; }

.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent; }

.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg); }

.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg); }

.introduction {
  position: relative;
  height: 35rem; }
  @media only screen and (max-width: 56.25em) {
    .introduction {
      height: 30rem; } }

.pbreak-color {
  position: relative;
  padding: 6rem 0; }
  @media only screen and (max-width: 56.25em) {
    .pbreak-color {
      padding: 4rem 0; } }

.brief-solution {
  position: relative;
  height: 50rem; }
  @media only screen and (max-width: 56.25em) {
    .brief-solution {
      height: 65rem; } }
  @media only screen and (max-width: 37.5em) {
    .brief-solution {
      height: 100rem; } }

.solution-brief {
  position: relative;
  height: 55rem; }
  @media only screen and (max-width: 56.25em) {
    .solution-brief {
      height: 40rem; } }
  @media only screen and (max-width: 37.5em) {
    .solution-brief {
      height: 77rem; } }

.audience-elements {
  position: relative;
  height: 46rem; }
  @media only screen and (max-width: 56.25em) {
    .audience-elements {
      height: 60rem; } }
  @media only screen and (max-width: 37.5em) {
    .audience-elements {
      height: 63rem; } }

.page-break-two {
  position: relative;
  padding: 5rem 0; }

.type-design {
  position: relative;
  height: 144rem; }
  @media only screen and (max-width: 56.25em) {
    .type-design {
      height: 100rem; } }
  @media only screen and (max-width: 37.5em) {
    .type-design {
      height: 78rem; } }

.chapter-design {
  position: relative;
  height: 290rem; }
  @media only screen and (min-width: 112.5em) {
    .chapter-design {
      height: 361rem; } }
  @media only screen and (max-width: 56.25em) {
    .chapter-design {
      height: 195rem; } }
  @media only screen and (max-width: 37.5em) {
    .chapter-design {
      height: 155rem; } }
