body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif; }
  body a {
    text-decoration: none;
    color: #8c0f8c; }
  body .inner-container {
    min-height: 1%;
    overflow: hidden; }
  body h1 {
    text-align: center; }
  body ul {
    margin: 0px;
    padding: 0px; }
  body img {
    width: 100%;
    -webkit-box-shadow: -3px 3px 3px 0px rgba(74, 74, 74, 0.3), 3px 3px 3px 0px rgba(74, 74, 74, 0.3);
    box-shadow: -3px 3px 3px 0px rgba(74, 74, 74, 0.3), 3px 3px 3px 0px rgba(74, 74, 74, 0.3);
    border-radius: 3px; }
  body button {
    background-color: #EDEDED;
    padding: 20px;
    border: 0px; }

.horizontal-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .horizontal-list li {
    margin: 0px 12px; }

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.inner-container {
  max-width: 85%; }
  @media screen and (max-width: 600px) {
    .inner-container {
      max-width: 100%;
      padding: 0px 15px; } }

.text-container {
  max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .text-container {
      max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .text-container {
      max-width: 100%; } }

body {
  font-size: 18px; }

h1 {
  font-size: 1.9085em; }

h2 {
  font-size: 1.43em; }

h3 {
  font-size: 1.0725em; }

h4 {
  font-size: 0.8063em; }

h5 {
  font-size: 0.605em; }

h6 {
  font-size: 0.45375em; }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.5856em; }
  h2 {
    font-size: 1.4096em; }
  h3 {
    font-size: 1.2528em; }
  h4 {
    font-size: 1.1136em; }
  h5 {
    font-size: 0.9904em; }
  h6 {
    font-size: 0.88em; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #4a4a4a;
  margin: 0 0 10px 0;
  font-family: 'Roboto Slab', Helvetica, Arial, sans-serif; }

p {
  color: #4a4a4a;
  line-height: 1.5;
  font-size: 1.25em; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 1em; } }

.header {
  background-color: #1F1F1F; }
  .header h1, .header h2, .header h3 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif; }
  .header h1, .header h2 {
    color: white;
    font-weight: 400;
    margin: 0px;
    font-size: 1.8em;
    letter-spacing: 1px; }
  .header h2 {
    font-size: 1em;
    text-transform: uppercase; }
  .header .overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 25% 0px; }
    @media screen and (max-width: 600px) {
      .header .overlay {
        padding: 70px 0; } }
  .header .top {
    width: 100%;
    background-image: url("../assets/images/kazuend-28556.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center; }
    @media screen and (max-width: 400px) {
      .header .top {
        background-size: 135% auto; } }
  .header .icon-container .overlay {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header .icon-container i {
    color: white;
    padding-bottom: 20px;
    font-size: 2.2em; }
  .header .bottom {
    padding: 50px 0px;
    position: relative; }
    @media screen and (max-width: 600px) {
      .header .bottom {
        padding: 25px 0; } }
    .header .bottom .text-container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .header .bottom .text-container h3 {
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 26px; }
        @media screen and (max-width: 600px) {
          .header .bottom .text-container h3 {
            margin-bottom: 5px; } }
    @media screen and (max-width: 600px) {
      .header .bottom p {
        margin: 10px 0; } }
    .header .bottom:after {
      position: absolute;
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      pointer-events: none;
      border-top-color: #1F1F1F;
      border-width: 27px;
      margin-left: -27px; }
    .header .bottom h3, .header .bottom p {
      color: white; }
    .header .bottom h3 {
      text-align: left;
      font-weight: 400;
      margin-bottom: 20px; }

.user-research {
  padding: 45px 0 60px 0;
  background-color: #b7514d; }
  @media screen and (max-width: 600px) {
    .user-research {
      padding-bottom: 25px; } }
  .user-research h1, .user-research h2, .user-research h3, .user-research h4, .user-research p {
    color: white; }
  .user-research h1 {
    font-family: 'Roboto Slab', Helvetica, Arial;
    margin-bottom: 42px; }
    @media screen and (max-width: 600px) {
      .user-research h1 {
        margin-bottom: 20px; } }
  .user-research .column-container, .user-research .solutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 30px; }
    @media screen and (min-width: 1500px) {
      .user-research .column-container, .user-research .solutions {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .user-research .column-container .user, .user-research .column-container .solution, .user-research .solutions .user, .user-research .solutions .solution {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      min-width: 350px;
      max-width: 390px;
      text-align: left;
      font-weight: 400;
      margin-bottom: 10px; }
      @media screen and (max-width: 600px) {
        .user-research .column-container .user, .user-research .column-container .solution, .user-research .solutions .user, .user-research .solutions .solution {
          min-width: 250px; } }
    .user-research .column-container .user, .user-research .solutions .user {
      margin-bottom: 65px;
      margin: 0px 12.5px;
      margin-bottom: 40px; }
      .user-research .column-container .user img, .user-research .solutions .user img {
        margin-bottom: 23px; }
      @media screen and (max-width: 1024px) {
        .user-research .column-container .user, .user-research .solutions .user {
          margin: 0px 25px 40px 0; } }
      @media screen and (max-width: 600px) {
        .user-research .column-container .user, .user-research .solutions .user {
          margin: 0 0 10px 0; }
          .user-research .column-container .user h2, .user-research .column-container .user p, .user-research .solutions .user h2, .user-research .solutions .user p {
            text-align: center; } }
    .user-research .column-container .solution, .user-research .solutions .solution {
      margin-bottom: 30px; }
      .user-research .column-container .solution p, .user-research .solutions .solution p {
        padding-right: 25px; }

.ai, .collection,
.ordering, .features, .attention {
  padding: 50px 0; }
  @media screen and (max-width: 600px) {
    .ai, .collection,
    .ordering, .features, .attention {
      padding: 30px 0 10px 0; } }
  .ai h1, .collection h1,
  .ordering h1, .features h1, .attention h1 {
    margin-bottom: 35px; }
    @media screen and (max-width: 600px) {
      .ai h1, .collection h1,
      .ordering h1, .features h1, .attention h1 {
        margin-bottom: 15px; } }
  .ai img, .collection img,
  .ordering img, .features img, .attention img {
    margin: 20px 0; }
    @media screen and (max-width: 600px) {
      .ai img, .collection img,
      .ordering img, .features img, .attention img {
        margin: 15px 0; } }

.ai .image-container, .ordering .image-container {
  margin-bottom: 25px; }
  @media screen and (max-width: 600px) {
    .ai .image-container, .ordering .image-container {
      margin-bottom: 0px; } }

.collection {
  background-color: #d4dfcf; }

.features .link-container {
  padding: 30px 0; }
  @media screen and (max-width: 600px) {
    .features .link-container {
      padding: 15px 0; } }
  .features .link-container p {
    text-align: center; }

.footer ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin-bottom: 115px; }
  @media screen and (max-width: 600px) {
    .footer ul {
      margin-bottom: 50px; } }
  .footer ul li {
    margin: 0px 8px;
    color: #858585; }
    .footer ul li a {
      text-decoration: none;
      font-weight: 300;
      color: #858585; }
    .footer ul li a.visited {
      color: #ff0809; }

.footer .bottom {
  margin-bottom: 12px; }
  .footer .bottom span {
    font-weight: bold;
    color: #989898; }

@media screen and (max-width: 600px) {
  .footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer ul .slash {
      display: none; }
    .footer ul li {
      margin-bottom: 10px;
      text-align: center; } }
