body, .main {
  background: #F1F7F6; }

body header {
  display: none; }

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0; }
  .main .tagline {
    display: none;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 14px; }
  .main .tagline-subtext {
    display: none;
    font-family: ProximaNova, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 5px; }
  .main .tagline-subtext:last-of-type {
    margin-bottom: 20px; }

.background {
  height: 100%;
  width: 100%; }
  .background .chat-container {
    display: flex;
    height: 100%;
    margin-bottom: auto;
    min-width: 320px;
    overflow: hidden;
    width: 100%; }
    .background .chat-container > iframe#web-messenger-container {
      flex: 1 100%;
      right: 0;
      bottom: 0; }

@media screen and (min-width: 750px) {
  body header {
    display: block; }
  .main .background {
    background: #f1f7f6 url(/static_assets/images/showcase/showcase-illustration.png) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 128px;
    width: 100%;
    height: 100%;
    margin-top: 20px; }
  .main .tagline {
    display: block; }
  .main .tagline-subtext {
    display: block; }
  .chat-container.open {
    display: block;
    border-radius: 10px;
    box-shadow: 0 60px 120px rgba(71, 69, 123, 0.24), 0 15px 35px rgba(71, 69, 123, 0.24);
    min-height: 520px;
    max-height: 684px;
    width: 410px;
    overflow: hidden; }
  .chat-container.closed {
    background: url("https://media.giphy.com/media/RwwsIbudZHVhC/giphy.gif") no-repeat top center;
    background-size: 800px 320px;
    margin-top: 72px; } }

.shoelala {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(/static_assets/images/shoelala/shoelala_bg.png) no-repeat top center;
  background-size: cover;
  padding: 120px 0 60px;
  width: 100%;
  height: 100%; }
  .shoelala-title {
    background: url(/static_assets/images/shoelala/shoelala_logo.png) no-repeat;
    background-size: contain;
    text-indent: -10000px;
    height: 65px;
    width: 236px; }
  .shoelala-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto; }
    .shoelala-content-wabtn {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      border: 1px solid transparent;
      border-radius: 3px;
      background-color: #075e54;
      color: white;
      font-family: "Helvetica Neue", Arial, sans-serif;
      font-size: 13px;
      line-height: 0;
      letter-spacing: 0.035em;
      padding: 8px 13px;
      text-decoration: none;
      -webkit-font-smoothing: initial; }
      .shoelala-content-wabtn:hover {
        text-decoration: none; }
