* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.exitpopup_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #47457b;
  opacity: .5;
  filter: alpha(opacity=0.5);
  z-index: 999998;
  text-align: center; }

.exitpopup {
  width: 96%;
  max-width: 670px;
  margin: 0px auto;
  display: none;
  position: fixed;
  color: #464a5c;
  background-color: white;
  padding: 40px 60px;
  border-radius: 3px;
  z-index: 999999;
  border-top: 17px solid #FF6B5B;
  box-shadow: 0 16px 58px rgba(63, 49, 178, 0.08), 0 4px 14px rgba(63, 49, 178, 0.04); }
  @media screen and (max-width: 767px) {
    .exitpopup {
      padding: 20px 30px; } }
  .exitpopup .close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 11px;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer; }
    .exitpopup .close:before, .exitpopup .close:after {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      content: '';
      border-radius: 0;
      background: #D8D8D8; }
    .exitpopup .close:before {
      transform: rotate(45deg); }
    .exitpopup .close:after {
      transform: rotate(-45deg); }
  .exitpopup h2, .exitpopup .biggest-stories .section-title, .biggest-stories .exitpopup .section-title, .exitpopup .biggest-stories h3, .biggest-stories .exitpopup h3 {
    color: #373352;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.012em;
    margin-top: 0px;
    padding-top: 0px; }
  .exitpopup p {
    text-align: left; }
  .exitpopup .mc-signup-content .email {
    border-color: #B7BEFF;
    border-radius: 3px;
    margin-bottom: 14px;
    width: 270px; }
  .exitpopup .mc-signup-content .btn {
    border: none;
    border-radius: 3px; }

@media screen and (min-width: 768px) {
  .mc-signup-content {
    display: flex;
    flex-direction: row;
    align-items: initial; }
    .mc-signup-content .email {
      margin-bottom: 0; }
    .mc-signup-content .btn {
      margin-left: 8px; } }

.scrolling-nav {
  display: none;
  position: fixed;
  z-index: 99;
  top: 88px;
  left: 45px; }
  .scrolling-nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0;
    position: relative;
    color: #fff;
    list-style: none;
    margin: 5px 0 0 42px;
    padding: 0;
    position: relative;
    transform: rotate(90deg);
    transform-origin: left top 0;
    white-space: nowrap; }
    .scrolling-nav-bar-item {
      margin-right: 2px;
      position: relative;
      min-width: 24px; }
      .scrolling-nav-bar-item:before {
        content: '';
        background: #fff;
        display: inline-block;
        height: 1px;
        position: absolute;
        top: 30px;
        left: 0px;
        width: 24px; }
      .scrolling-nav-bar-item .label {
        display: none;
        font-family: "proxima-nova-extra-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 22px;
        letter-spacing: -.44px;
        margin-bottom: 0; }
      .scrolling-nav-bar-item.active {
        border-bottom: 8px solid #fff;
        margin-bottom: -33px;
        filter: drop-shadow(0 0px 13px rgba(63, 49, 178, 0.4)); }
        .scrolling-nav-bar-item.active .label {
          display: block; }
  .scrolling-nav-social {
    position: absolute;
    bottom: -79px;
    right: -70px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    transform: rotate(270deg); }
    .scrolling-nav-social li {
      margin-top: 8px;
      cursor: pointer; }
      .scrolling-nav-social li img {
        filter: drop-shadow(0 0px 13px rgba(63, 49, 178, 0.8)); }

@media screen and (min-width: 1090px) {
  .scrolling-nav.visible {
    display: block; } }

@keyframes point {
  0 {
    transform: translateX(0); }
  50% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.must-read {
  background: #FF6B5B;
  color: #FFF;
  margin: 30px 0;
  padding: 12px 30px 18px; }
  .must-read h5 {
    color: #FFF;
    font-size: 50px;
    margin: 6px 0 0;
    letter-spacing: 0.016em;
    text-transform: uppercase; }
    .must-read h5 .thin {
      margin-right: -6px;
      letter-spacing: -0.008em; }
  .must-read .reading-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .must-read .reading-list li {
      margin-bottom: 10px;
      padding-left: 30px; }
      .must-read .reading-list li a {
        color: #fff;
        font: 300 17px "Circular Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        position: relative; }
        .must-read .reading-list li a:before {
          content: '';
          background: url(/static_assets/images/state-of-messaging/2019/pointer.png) no-repeat;
          display: block;
          position: absolute;
          top: 5px;
          left: 0;
          width: 25px;
          height: 12px;
          margin: 0 5px 0 -30px; }
        .must-read .reading-list li a span {
          color: #FECE83;
          text-transform: uppercase;
          letter-spacing: 0.02em;
          font-size: 15px; }
        .must-read .reading-list li a:after {
          content: '';
          height: 2px;
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0;
          background-color: #fff;
          display: block;
          transition: 0.6s ease-out; }
        .must-read .reading-list li a:hover {
          text-decoration: none; }
          .must-read .reading-list li a:hover:before {
            animation-name: point;
            animation-duration: 0.8s;
            animation-iteration-count: infinite;
            animation-timing-function: ease-in-out; }
          .must-read .reading-list li a:hover:after {
            width: 100%; }

.stat {
  padding-right: 30px; }
  .stat .statistic {
    border-right: 16px solid #FF6B5B;
    color: #FF6B5B;
    display: flex;
    flex-direction: column;
    margin: 24px 0 56px auto;
    padding: 0 10px;
    position: relative;
    text-align: right;
    width: 260px; }
    .stat .statistic .info {
      font: 800 90px "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      line-height: 90px;
      margin: 0; }
    .stat .statistic .description {
      font: 400 16px "Circular Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 5px 2px 0; }
    .stat .statistic .about {
      font: 300 14px "Circular Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      position: absolute;
      bottom: -42px;
      right: -16px; }
    .stat .statistic.left {
      border-right: none;
      border-left: 16px solid #FF6B5B;
      text-align: left; }
      .stat .statistic.left .about {
        left: -16px; }

.thin {
  font-family: "proxima-nova-extra-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.008em;
  font-weight: 600; }

h1, h2, .biggest-stories .section-title, .biggest-stories h3, h3, h4, h5, h6 {
  color: #1A0F3C;
  font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 900; }

::selection {
  background: #1A0F3C;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #1A0F3C;
  /* Gecko Browsers */
  color: #fff; }

.som2019-quote ::selection {
  background: #710DFF;
  /* WebKit/Blink Browsers */
  color: #fff; }

.som2019-quote ::-moz-selection {
  background: #710DFF;
  /* Gecko Browsers */
  color: #fff; }

.separator {
  font-style: normal; }
  .separator:after {
    content: '-';
    margin-left: 6px; }

.title {
  color: #fff;
  font-size: 52px;
  letter-spacing: 1.14px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  padding: 180px 0;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  position: relative; }

h2, .biggest-stories .section-title, .biggest-stories h3 {
  font-size: 50px;
  letter-spacing: 1.2px;
  line-height: 1.15;
  margin: 0; }
  h2:after, .biggest-stories .section-title:after, .biggest-stories h3:after {
    content: '';
    display: block;
    width: 60px;
    height: 16px;
    background: #FF6B5B;
    margin: 20px 0 22px 0; }

span.reveal-word, span.reveal-word2, span.reveal-word3, span.reveal-word4, span.reveal-word5, span.reveal-word6, span.reveal-word7, span.reveal-word8, span.reveal-word9, span.reveal-word10 {
  display: inline-block; }

h3, h4 {
  font: 700 23px "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 2.2em 0 1.2em; }

body {
  font-size: 19px;
  line-height: 1.35;
  color: #1A0F3C; }

p {
  font-family: "Circular Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  p.subheading {
    font-family: "Circular Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 23px; }
  p.smooch-team {
    margin-top: 80px; }

.graph {
  margin-top: 32px; }

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

figure {
  margin: 0 auto;
  width: 100%; }
  figure figcaption {
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left; }
  figure .source {
    font-size: 12px;
    color: #FF6B5B;
    max-width: 70%;
    margin-top: 8px; }
  figure img {
    width: 100%; }
  figure img.mobile {
    display: block;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
  figure img.desktop {
    display: none; }

.som2019 {
  background: #710DFF; }
  .som2019 .shapes {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    .som2019 .shapes > img {
      position: absolute; }
  .som2019 .top-shape, .som2019 .left-shape, .som2019 .right-shape, .som2019 .bottom-shape {
    z-index: 1; }
  .som2019 .open-for-business.noise, .som2019 .header.noise {
    /*height: 100%;
        width: 100%;
        position: absolute;
        top:0;
        left:0;
        background: url('/static_assets/images/state-of-messaging/2019/bg-shapes/noisy-texture-100x100.png') repeat;
        mix-blend-mode: luminosity;
        opacity:0.7;
        z-index: 2;*/
    /*&:after{
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background: url('/static_assets/images/state-of-messaging/2019/bg-shapes/noisy-texture-100x100.png') repeat;
            opacity:0.25;
            width:100%;
            height:100%;
        }*/ }
  .som2019 .header .shapes:before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    left: calc(-700px + 10vw);
    background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-1_A.png") left top no-repeat;
    width: 1019px;
    height: 973px;
    animation-name: wiggle1;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
  .som2019 .header .shapes:after {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    right: calc(-450px + 10vw);
    background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-2_A.png") left top no-repeat;
    width: 1250px;
    height: 1405px;
    animation-name: wiggle2;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    @media screen and (max-width: 1289px) {
      .som2019 .header .shapes:after {
        right: calc(-750px + 10vw); } }
    @media screen and (max-width: 767px) {
      .som2019 .header .shapes:after {
        right: calc(-1050px + 10vw); } }
  .som2019 .header .top-shape {
    position: absolute;
    top: -620px;
    left: 15%;
    width: 1370px;
    height: 1002px; }
    .som2019 .header .top-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(199deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-3_A.png") left top no-repeat;
      width: 1370px;
      height: 1002px; }
  .som2019 .open-for-business .shapes:before {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
    left: calc(-750px + 10vw);
    background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-3_B.png") left top no-repeat;
    width: 1369px;
    height: 1002px; }
    @media screen and (max-width: 767px) {
      .som2019 .open-for-business .shapes:before {
        top: 500px; } }
  .som2019 .messaging-landscape .left-shape {
    position: absolute;
    top: 500px;
    left: calc(-650px + 10vw);
    width: 1192px;
    height: 798px; }
    .som2019 .messaging-landscape .left-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-57deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-5_B.png") left top no-repeat;
      width: 1192px;
      height: 798px; }
  .som2019 .messaging-landscape .right-shape {
    position: absolute;
    top: 700px;
    right: calc(-850px + 10vw);
    width: 1323px;
    height: 1165px;
    animation-name: wiggle1;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    @media screen and (max-width: 1289px) {
      .som2019 .messaging-landscape .right-shape {
        top: 900px;
        right: calc(-1050px + 10vw); } }
    .som2019 .messaging-landscape .right-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-49deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-6_A.png") left top no-repeat;
      width: 1323px;
      height: 1165px; }
  .som2019 .year-in-messaging .right-shape {
    position: absolute;
    top: -500px;
    right: calc(-950px + 10vw);
    width: 1369px;
    height: 1002px; }
    .som2019 .year-in-messaging .right-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-66deg) scaleX(-1);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-3_B.png") left top no-repeat;
      width: 1369px;
      height: 1002px; }
  .som2019 .messaging-wars .left-shape {
    position: absolute;
    top: 450px;
    left: calc(-750px + 10vw);
    width: 1019px;
    height: 974px; }
    .som2019 .messaging-wars .left-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(29deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-1_C.png") left top no-repeat;
      width: 1019px;
      height: 974px; }
  .som2019 .messaging-wars .right-shape {
    position: absolute;
    bottom: 400px;
    right: calc(-650px + 10vw);
    width: 1323px;
    height: 1065px;
    animation-name: wiggle1;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    @media screen and (max-width: 1289px) {
      .som2019 .messaging-wars .right-shape {
        right: calc(-950px + 10vw); } }
    .som2019 .messaging-wars .right-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(50deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-6_D.png") left top no-repeat;
      width: 1323px;
      height: 1065px; }
  .som2019 .conversational-marketing {
    overflow: hidden; }
    .som2019 .conversational-marketing .left-shape {
      position: absolute;
      top: 50px;
      left: calc(-500px + 10vw);
      width: 1019px;
      height: 974px;
      animation-name: wiggle3;
      animation-duration: 12s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out; }
      .som2019 .conversational-marketing .left-shape:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-1_D.png") left top no-repeat;
        width: 1019px;
        height: 974px; }
    .som2019 .conversational-marketing .right-shape {
      position: absolute;
      bottom: -60px;
      right: calc(-650px + 10vw);
      width: 1191px;
      height: 799px; }
      .som2019 .conversational-marketing .right-shape:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(180deg);
        background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-5_D.png") left top no-repeat;
        width: 1191px;
        height: 799px; }
  .som2019 .embracing-omnichannel .left-shape {
    position: absolute;
    top: 360px;
    left: calc(-900px + 10vw);
    width: 1370px;
    height: 1002px; }
    .som2019 .embracing-omnichannel .left-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(42deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-3_C.png") left top no-repeat;
      width: 1370px;
      height: 1002px; }
  .som2019 .embracing-omnichannel .right-shape {
    position: absolute;
    top: 220px;
    right: calc(-950px + 10vw);
    width: 1323px;
    height: 1065px; }
    .som2019 .embracing-omnichannel .right-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-87deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-6_D.png") left top no-repeat;
      width: 1323px;
      height: 1065px; }
  .som2019 .embracing-omnichannel .bottom-shape {
    position: absolute;
    bottom: 100px;
    left: calc(-60px + 10vw);
    width: 831px;
    height: 499px;
    animation-name: wiggle4;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    .som2019 .embracing-omnichannel .bottom-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-4_C.png") left top no-repeat;
      width: 831px;
      height: 499px; }
  .som2019 .born-conversational {
    overflow: hidden; }
    .som2019 .born-conversational .left-shape {
      position: absolute;
      top: -400px;
      left: calc(-900px + 10vw);
      width: 1251px;
      height: 1406px; }
      .som2019 .born-conversational .left-shape:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-90deg);
        background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-2_D.png") left top no-repeat;
        width: 1251px;
        height: 1406px; }
    .som2019 .born-conversational .right-shape {
      position: absolute;
      top: 220px;
      right: calc(-850px + 10vw);
      width: 1323px;
      height: 1165px; }
      @media screen and (max-width: 767px) {
        .som2019 .born-conversational .right-shape {
          top: 400px; } }
      .som2019 .born-conversational .right-shape:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(66deg);
        background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-6_C.png") left top no-repeat;
        width: 1323px;
        height: 1165px; }
  .som2019 .voice-generation .right-shape {
    position: absolute;
    top: 100px;
    right: calc(-520px + 10vw);
    width: 1191px;
    height: 799px;
    animation-name: wiggle1;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    .som2019 .voice-generation .right-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-5_C.png") left top no-repeat;
      width: 1191px;
      height: 799px; }
  .som2019 .voice-generation .left-shape {
    position: absolute;
    bottom: 300px;
    left: calc(-650px + 10vw);
    width: 831px;
    height: 499px; }
    @media screen and (max-width: 1289px) {
      .som2019 .voice-generation .left-shape {
        left: calc(-450px + 10vw); } }
    .som2019 .voice-generation .left-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(55deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-4_C.png") left top no-repeat;
      width: 831px;
      height: 499px; }
  .som2019 .personal-political {
    overflow: hidden; }
    .som2019 .personal-political .right-shape {
      position: absolute;
      top: 100px;
      right: calc(-1000px + 10vw);
      width: 1250px;
      height: 1406px; }
      .som2019 .personal-political .right-shape:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(55deg);
        background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-2_C.png") left top no-repeat;
        width: 1250px;
        height: 1406px; }
  .som2019 .content-conversational {
    overflow: hidden; }
    .som2019 .content-conversational .left-shape {
      position: absolute;
      top: 160px;
      left: calc(-900px + 10vw);
      width: 1323px;
      height: 1165px; }
      .som2019 .content-conversational .left-shape:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-72deg);
        background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-6_A.png") left top no-repeat;
        width: 1323px;
        height: 1165px; }
  .som2019 .chatbots-get-job-done .right-shape {
    position: absolute;
    bottom: 150px;
    right: calc(-560px + 10vw);
    width: 1251px;
    height: 1405px;
    animation-name: wiggle3;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    @media screen and (max-width: 1289px) {
      .som2019 .chatbots-get-job-done .right-shape {
        bottom: 750px; } }
    .som2019 .chatbots-get-job-done .right-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-34deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-2_B.png") left top no-repeat;
      width: 1251px;
      height: 1405px; }
  .som2019 .chatbots-get-job-done .left-shape {
    position: absolute;
    bottom: -100px;
    left: calc(-1000px + 10vw);
    width: 1323px;
    height: 1165px; }
    .som2019 .chatbots-get-job-done .left-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(117deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-6_A.png") left top no-repeat;
      width: 1323px;
      height: 1165px; }
  .som2019 .privacy-please .left-shape {
    position: absolute;
    bottom: 200px;
    left: calc(-160px + 10vw);
    width: 831px;
    height: 498px;
    animation-name: wiggle1;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    @media screen and (max-width: 1289px) {
      .som2019 .privacy-please .left-shape {
        top: 300px;
        bottom: auto; } }
    .som2019 .privacy-please .left-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(52deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-4_A.png") left top no-repeat;
      width: 831px;
      height: 498px; }
  .som2019 .privacy-please .right-shape {
    position: absolute;
    bottom: -500px;
    right: calc(-760px + 10vw);
    width: 1369px;
    height: 1002px; }
    @media screen and (max-width: 1289px) {
      .som2019 .privacy-please .right-shape {
        bottom: -300px;
        right: calc(-860px + 10vw); } }
    .som2019 .privacy-please .right-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-131deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-3_B.png") left top no-repeat;
      width: 1369px;
      height: 1002px; }
  .som2019 .privacy-please .noise {
    mix-blend-mode: overlay; }
    .som2019 .privacy-please .noise:after {
      display: none; }
  .som2019 .conversation-continues .left-shape {
    position: absolute;
    top: 350px;
    left: calc(-800px + 10vw);
    width: 1370px;
    height: 1002px;
    animation-name: wiggle1;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    .som2019 .conversation-continues .left-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(42deg);
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-3_A.png") left top no-repeat;
      width: 1370px;
      height: 1002px; }
  .som2019 .conversation-continues .right-shape {
    position: absolute;
    top: 550px;
    right: calc(-600px + 10vw);
    width: 1019px;
    height: 973px;
    animation-name: wiggle2;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
    @media screen and (max-width: 767px) {
      .som2019 .conversation-continues .right-shape {
        right: calc(-850px + 10vw); } }
    .som2019 .conversation-continues .right-shape:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-1_A.png") left top no-repeat;
      width: 1019px;
      height: 973px; }

@keyframes wiggle1 {
  0 {
    transform: translate(0, 0) rotate(0); }
  50% {
    transform: translate(-45px, -20px) rotate(4deg); }
  100% {
    transform: translate(0, 0) rotate(0); } }

@keyframes wiggle2 {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(20px, -45px) rotate(-4deg); }
  100% {
    transform: translate(0, 0); } }

@keyframes wiggle3 {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(30px, -30px) rotate(3deg); }
  100% {
    transform: translate(0, 0); } }

@keyframes wiggle4 {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(-30px, 30px) rotate(-3deg); }
  100% {
    transform: translate(0, 0); } }

.header {
  max-width: 100%;
  position: relative;
  padding: 26px 26px; }
  .header .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 0;
    padding: 24px 0 0 0;
    position: relative;
    z-index: 2; }
    .header .navbar-smooch-link {
      display: flex;
      align-items: center;
      margin-top: 0; }
    .header .navbar-logo {
      background: url("/static_assets/images/state-of-messaging/2019/smooch-symbol.svg") no-repeat left top;
      background-size: contain;
      display: block;
      width: 61px;
      width: 50px;
      height: 37px;
      margin-left: 0;
      filter: drop-shadow(0 0px 13px rgba(63, 49, 178, 0.2)); }
    .header .navbar-text {
      background: url("/static_assets/images/state-of-messaging/2019/smooch-wordmark.svg") no-repeat left center;
      background-size: contain;
      text-indent: -10000px;
      overflow: hidden;
      position: relative;
      left: 7px;
      top: 4px;
      height: 44px;
      width: 120px; }
    .header .navbar-subscribe {
      color: #fff;
      font-family: "Circular Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      max-width: 88px;
      overflow: hidden;
      white-space: nowrap; }

.som2019 .quote {
  display: flex;
  justify-content: center;
  margin-top: 72px; }

.som2019-quote {
  background: #fff;
  border: 1px solid #FF6B5B;
  color: #1A0F3C;
  margin: 0 -26px 48px;
  max-width: 529px;
  padding: 17px 17px 1px 17px;
  transition: 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 0 0 #FF6B5B; }
  .som2019-quote:hover {
    box-shadow: 16px 16px 0 #FF6B5B; }
  .som2019-quote > p {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 18px; }
  .som2019-quote .author {
    color: #1A0F3C;
    display: flex;
    align-items: center;
    margin-bottom: 14px; }
    .som2019-quote .author-image {
      border-bottom: 16px solid #FF6B5B;
      box-sizing: content-box;
      height: 60px;
      width: 60px; }
    .som2019-quote .author-details {
      margin: 2px 0 0 12px; }
      .som2019-quote .author-details-name {
        font: 900 26px "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        line-height: 32px;
        margin: 0;
        text-transform: uppercase; }
      .som2019-quote .author-details-company {
        font: 600 25px "proxima-nova-extra-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        line-height: 33px;
        margin: 3px 0 0 0; }

.som2019 {
  min-width: 400px;
  overflow: hidden;
  position: relative; }

.chapter,
.section {
  position: relative;
  display: block;
  min-width: 375px;
  padding-left: 26px;
  padding-right: 26px; }
  .chapter .content,
  .section .content {
    z-index: 2;
    position: relative;
    padding-top: 72px;
    padding-bottom: 96px; }
    .chapter .content .main .xnarrow,
    .chapter .content .graph .xnarrow,
    .section .content .main .xnarrow,
    .section .content .graph .xnarrow {
      max-width: 400px; }
    .chapter .content .main .narrow,
    .chapter .content .graph .narrow,
    .section .content .main .narrow,
    .section .content .graph .narrow {
      max-width: 530px; }
    .chapter .content .main .wide,
    .chapter .content .graph .wide,
    .section .content .main .wide,
    .section .content .graph .wide {
      max-width: 700px; }
    .chapter .content .main .center,
    .chapter .content .graph .center,
    .section .content .main .center,
    .section .content .graph .center {
      margin: 0 auto; }

.share-container {
  margin-top: 36px;
  background-color: rgba(76, 6, 178, 0.35);
  text-align: center;
  padding: 26px 24px 34px 24px; }
  .share-container h3 {
    color: #fff;
    margin-bottom: 15px; }

html #st-2 .st-btn > span {
  font-size: 15px;
  letter-spacing: 0;
  font: "Circular Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important; }

html #st-2 .st-btn[data-network='facebook'] {
  background-color: #4385e5; }
  html #st-2 .st-btn[data-network='facebook']:hover {
    background-color: #5096fa; }

html #st-2 .st-btn[data-network='twitter'] {
  background-color: #189df5; }
  html #st-2 .st-btn[data-network='twitter']:hover {
    background-color: #40b3ff; }

html #st-2 .st-btn[data-network='email'] {
  background-color: #47457b; }
  html #st-2 .st-btn[data-network='email']:hover {
    background-color: #5d5b97; }

html #st-2 .st-total {
  color: #b399ff;
  font: "Circular Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  line-height: 12px; }

html #st-2 .st-total > span {
  font-size: 20px; }

html #st-2 .st-total > span.st-shares {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.04em;
  font-weight: 500; }

html #st-2 .st-btn > svg {
  height: 18px;
  width: 18px;
  top: 7px; }

.open-for-business {
  color: #fff; }
  .open-for-business h2, .open-for-business .biggest-stories .section-title, .biggest-stories .open-for-business .section-title, .open-for-business .biggest-stories h3, .biggest-stories .open-for-business h3 {
    color: #fff; }

.messaging-landscape {
  background-image: linear-gradient(#4C05B2, #1A0F3C);
  color: #fff; }
  .messaging-landscape h2, .messaging-landscape .biggest-stories .section-title, .biggest-stories .messaging-landscape .section-title, .messaging-landscape .biggest-stories h3, .biggest-stories .messaging-landscape h3, .messaging-landscape h3 {
    color: #fff; }
  .messaging-landscape .girl {
    display: none; }

.yim {
  background-color: #DFEEFF; }
  .yim .year {
    display: block; }
  .yim-month {
    background: #fff;
    border-left: 17px solid #FF6B5B;
    margin: 40px -26px 0;
    padding: 0 40px 20px 20px; }
    .yim-month h3 {
      font-family: "proxima-nova-extra-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 30px;
      font-weight: 700;
      margin: 0 0 -6px 0;
      text-transform: uppercase; }
      .yim-month h3 span {
        color: #FF6B5B;
        font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 92px;
        font-weight: 800;
        margin-right: 12px; }
    .yim-month p {
      font-size: 19px;
      line-height: 24px;
      margin-bottom: 0; }
  .yim-image {
    display: flex;
    justify-content: center;
    align-items: center; }
    .yim-image img {
      width: 200px; }
    .yim-image.one {
      padding: 60px 0 0; }
    .yim-image.two {
      margin: 60px 0 -40px; }
    .yim-image.three {
      margin: 60px 0 -80px 36px; }
    .yim-image.four {
      margin: 60px 0 -40px; }
    .yim-image.five {
      justify-content: flex-end;
      margin: 60px 10px -80px; }

.biggest-stories {
  background-color: #F0F5FF; }

.conversation-continues {
  background: #4C05B2;
  color: #fff; }
  .conversation-continues h2, .conversation-continues .biggest-stories .section-title, .biggest-stories .conversation-continues .section-title, .conversation-continues .biggest-stories h3, .biggest-stories .conversation-continues h3, .conversation-continues h3 {
    color: #fff; }

.cta-footer {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: #fff;
  border-top: 17px solid #FF6B5B;
  border-bottom: 17px solid #FF6B5B; }
  .cta-footer .get-message {
    /*margin: 0 -26px;*/
    max-width: 978px;
    position: relative;
    z-index: 2;
    text-align: center; }
    .cta-footer .get-message-title {
      /*font-size: 32px;
                font-weight: 800;*/
      margin: 42px 0;
      font-size: 60px;
      text-transform: uppercase; }
      .cta-footer .get-message-title:after {
        display: none; }
    .cta-footer .get-message-text {
      color: #1A0F3C;
      margin: 0 auto;
      max-width: 360px; }
    .cta-footer .get-message .mc-signup {
      margin: 48px 0;
      padding: 0 20px; }
      .cta-footer .get-message .mc-signup .btn {
        font-size: 18px;
        line-height: 18px; }

#mc_embed_signup input.email {
  font-family: "Circular Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif !important;
  border: 1px solid #B7BEFF !important;
  font-weight: 300 !important;
  height: 48px !important;
  padding: 8px 12px 10px 12px !important;
  font-size: 19px !important;
  width: 100% !important;
  color: #1A0F3C !important;
  margin-bottom: 12px !important; }
  #mc_embed_signup input.email::-webkit-input-placeholder {
    color: #B7BEFF !important; }
  #mc_embed_signup input.email:focus {
    outline: none !important; }

#mc_embed_signup form {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#mc_embed_signup .btn {
  border-radius: 3px !important;
  background-color: #FF6B5B;
  border: none !important;
  margin-left: 0 !important;
  width: 100% !important;
  font-size: 18px;
  line-height: 18px; }
  #mc_embed_signup .btn:hover {
    background-color: #FF883C; }
  #mc_embed_signup .btn:focus {
    outline: none !important; }

.biggest-stories {
  margin-left: -26px;
  margin-right: -26px;
  background: #F0F5FF; }
  .biggest-stories .chapter {
    padding: 72px 26px 0; }
  .biggest-stories .section-title {
    margin-left: 0;
    padding-bottom: 96px;
    text-align: left;
    text-transform: uppercase; }
    .biggest-stories .section-title:after {
      content: none; }
  .biggest-stories .stories {
    list-style: none;
    margin: 0;
    padding: 0; }
    .biggest-stories .stories .messaging-wars .stat {
      padding-right: 30px; }
      .biggest-stories .stories .messaging-wars .stat .statistic {
        border-right: 16px solid #710DFF;
        color: #710DFF;
        display: flex;
        flex-direction: column;
        margin: 24px 0 56px auto;
        padding: 0 10px;
        position: relative;
        text-align: right;
        width: 260px; }
        .biggest-stories .stories .messaging-wars .stat .statistic .info {
          font: 800 90px "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          line-height: 90px;
          margin: 0; }
        .biggest-stories .stories .messaging-wars .stat .statistic .description {
          font: 400 16px "Circular Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          margin: 0 5px 2px 0; }
        .biggest-stories .stories .messaging-wars .stat .statistic .about {
          font: 300 14px "Circular Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          position: absolute;
          bottom: -42px;
          right: -16px; }
        .biggest-stories .stories .messaging-wars .stat .statistic.left {
          border-right: none;
          border-left: 16px solid #710DFF;
          text-align: left; }
          .biggest-stories .stories .messaging-wars .stat .statistic.left .about {
            left: -16px; }
    .biggest-stories .stories .conversational-marketing {
      background: #FF6B5B;
      color: #fff; }
      .biggest-stories .stories .conversational-marketing h2, .biggest-stories .stories .conversational-marketing .section-title, .biggest-stories .stories .conversational-marketing h3, .biggest-stories .stories .conversational-marketing h3 {
        color: #fff; }
      .biggest-stories .stories .conversational-marketing .must-read {
        background: #710DFF;
        color: #FFF;
        margin: 30px 0;
        padding: 12px 30px 18px; }
        .biggest-stories .stories .conversational-marketing .must-read h5 {
          color: #FFF;
          font-size: 50px;
          margin: 6px 0 0;
          letter-spacing: 0.016em;
          text-transform: uppercase; }
          .biggest-stories .stories .conversational-marketing .must-read h5 .thin {
            margin-right: -6px;
            letter-spacing: -0.008em; }
        .biggest-stories .stories .conversational-marketing .must-read .reading-list {
          list-style: none;
          padding: 0;
          margin: 0; }
          .biggest-stories .stories .conversational-marketing .must-read .reading-list li {
            margin-bottom: 10px;
            padding-left: 30px; }
            .biggest-stories .stories .conversational-marketing .must-read .reading-list li a {
              color: #fff;
              font: 300 17px "Circular Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
              position: relative; }
              .biggest-stories .stories .conversational-marketing .must-read .reading-list li a:before {
                content: '';
                background: url(/static_assets/images/state-of-messaging/2019/pointer.png) no-repeat;
                display: block;
                position: absolute;
                top: 5px;
                left: 0;
                width: 25px;
                height: 12px;
                margin: 0 5px 0 -30px; }
              .biggest-stories .stories .conversational-marketing .must-read .reading-list li a span {
                color: #B7BEFF;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-size: 15px; }
              .biggest-stories .stories .conversational-marketing .must-read .reading-list li a:after {
                content: '';
                height: 2px;
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 0;
                background-color: #fff;
                display: block;
                transition: 0.6s ease-out; }
              .biggest-stories .stories .conversational-marketing .must-read .reading-list li a:hover {
                text-decoration: none; }
                .biggest-stories .stories .conversational-marketing .must-read .reading-list li a:hover:before {
                  animation-name: point;
                  animation-duration: 0.8s;
                  animation-iteration-count: infinite;
                  animation-timing-function: ease-in-out; }
                .biggest-stories .stories .conversational-marketing .must-read .reading-list li a:hover:after {
                  width: 100%; }
    .biggest-stories .stories .born-conversational {
      background: #FF883C;
      color: #fff; }
      .biggest-stories .stories .born-conversational h2, .biggest-stories .stories .born-conversational .section-title, .biggest-stories .stories .born-conversational h3, .biggest-stories .stories .born-conversational h3 {
        color: #fff; }
      .biggest-stories .stories .born-conversational .stat {
        padding-right: 30px; }
        .biggest-stories .stories .born-conversational .stat .statistic {
          border-right: 16px solid #fff;
          color: #fff;
          display: flex;
          flex-direction: column;
          margin: 24px 0 56px auto;
          padding: 0 10px;
          position: relative;
          text-align: right;
          width: 260px; }
          .biggest-stories .stories .born-conversational .stat .statistic .info {
            font: 800 90px "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            line-height: 90px;
            margin: 0; }
          .biggest-stories .stories .born-conversational .stat .statistic .description {
            font: 400 16px "Circular Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            margin: 0 5px 2px 0; }
          .biggest-stories .stories .born-conversational .stat .statistic .about {
            font: 300 14px "Circular Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            position: absolute;
            bottom: -42px;
            right: -16px; }
          .biggest-stories .stories .born-conversational .stat .statistic.left {
            border-right: none;
            border-left: 16px solid #fff;
            text-align: left; }
            .biggest-stories .stories .born-conversational .stat .statistic.left .about {
              left: -16px; }
      .biggest-stories .stories .born-conversational .must-read {
        background: #710DFF;
        color: #FFF;
        margin: 30px 0;
        padding: 12px 30px 18px; }
        .biggest-stories .stories .born-conversational .must-read h5 {
          color: #FFF;
          font-size: 50px;
          margin: 6px 0 0;
          letter-spacing: 0.016em;
          text-transform: uppercase; }
          .biggest-stories .stories .born-conversational .must-read h5 .thin {
            margin-right: -6px;
            letter-spacing: -0.008em; }
        .biggest-stories .stories .born-conversational .must-read .reading-list {
          list-style: none;
          padding: 0;
          margin: 0; }
          .biggest-stories .stories .born-conversational .must-read .reading-list li {
            margin-bottom: 10px;
            padding-left: 30px; }
            .biggest-stories .stories .born-conversational .must-read .reading-list li a {
              color: #fff;
              font: 300 17px "Circular Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
              position: relative; }
              .biggest-stories .stories .born-conversational .must-read .reading-list li a:before {
                content: '';
                background: url(/static_assets/images/state-of-messaging/2019/pointer.png) no-repeat;
                display: block;
                position: absolute;
                top: 5px;
                left: 0;
                width: 25px;
                height: 12px;
                margin: 0 5px 0 -30px; }
              .biggest-stories .stories .born-conversational .must-read .reading-list li a span {
                color: #B7BEFF;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-size: 15px; }
              .biggest-stories .stories .born-conversational .must-read .reading-list li a:after {
                content: '';
                height: 2px;
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 0;
                background-color: #fff;
                display: block;
                transition: 0.6s ease-out; }
              .biggest-stories .stories .born-conversational .must-read .reading-list li a:hover {
                text-decoration: none; }
                .biggest-stories .stories .born-conversational .must-read .reading-list li a:hover:before {
                  animation-name: point;
                  animation-duration: 0.8s;
                  animation-iteration-count: infinite;
                  animation-timing-function: ease-in-out; }
                .biggest-stories .stories .born-conversational .must-read .reading-list li a:hover:after {
                  width: 100%; }
    .biggest-stories .stories .personal-political {
      background: #B7BEFF; }
      .biggest-stories .stories .personal-political .must-read {
        background: #710DFF;
        color: #FFF;
        margin: 30px 0;
        padding: 12px 30px 18px; }
        .biggest-stories .stories .personal-political .must-read h5 {
          color: #FFF;
          font-size: 50px;
          margin: 6px 0 0;
          letter-spacing: 0.016em;
          text-transform: uppercase; }
          .biggest-stories .stories .personal-political .must-read h5 .thin {
            margin-right: -6px;
            letter-spacing: -0.008em; }
        .biggest-stories .stories .personal-political .must-read .reading-list {
          list-style: none;
          padding: 0;
          margin: 0; }
          .biggest-stories .stories .personal-political .must-read .reading-list li {
            margin-bottom: 10px;
            padding-left: 30px; }
            .biggest-stories .stories .personal-political .must-read .reading-list li a {
              color: #fff;
              font: 300 17px "Circular Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
              position: relative; }
              .biggest-stories .stories .personal-political .must-read .reading-list li a:before {
                content: '';
                background: url(/static_assets/images/state-of-messaging/2019/pointer.png) no-repeat;
                display: block;
                position: absolute;
                top: 5px;
                left: 0;
                width: 25px;
                height: 12px;
                margin: 0 5px 0 -30px; }
              .biggest-stories .stories .personal-political .must-read .reading-list li a span {
                color: #B7BEFF;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-size: 15px; }
              .biggest-stories .stories .personal-political .must-read .reading-list li a:after {
                content: '';
                height: 2px;
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 0;
                background-color: #fff;
                display: block;
                transition: 0.6s ease-out; }
              .biggest-stories .stories .personal-political .must-read .reading-list li a:hover {
                text-decoration: none; }
                .biggest-stories .stories .personal-political .must-read .reading-list li a:hover:before {
                  animation-name: point;
                  animation-duration: 0.8s;
                  animation-iteration-count: infinite;
                  animation-timing-function: ease-in-out; }
                .biggest-stories .stories .personal-political .must-read .reading-list li a:hover:after {
                  width: 100%; }
    .biggest-stories .stories .content-conversational {
      background: #710DFF;
      color: #fff; }
      .biggest-stories .stories .content-conversational h2, .biggest-stories .stories .content-conversational .section-title, .biggest-stories .stories .content-conversational h3, .biggest-stories .stories .content-conversational h3 {
        color: #fff; }
    .biggest-stories .stories .chatbots-get-job-done {
      background: #4C05B2;
      color: #fff; }
      .biggest-stories .stories .chatbots-get-job-done h2, .biggest-stories .stories .chatbots-get-job-done .section-title, .biggest-stories .stories .chatbots-get-job-done h3, .biggest-stories .stories .chatbots-get-job-done h3, .biggest-stories .stories .chatbots-get-job-done h4 {
        color: #fff; }
      .biggest-stories .stories .chatbots-get-job-done .stat.one {
        padding-right: 30px; }
        .biggest-stories .stories .chatbots-get-job-done .stat.one .statistic {
          border-right: 16px solid #fff;
          color: #fff;
          display: flex;
          flex-direction: column;
          margin: 24px 0 56px auto;
          padding: 0 10px;
          position: relative;
          text-align: right;
          width: 260px; }
          .biggest-stories .stories .chatbots-get-job-done .stat.one .statistic .info {
            font: 800 90px "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            line-height: 90px;
            margin: 0; }
          .biggest-stories .stories .chatbots-get-job-done .stat.one .statistic .description {
            font: 400 16px "Circular Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            margin: 0 5px 2px 0; }
          .biggest-stories .stories .chatbots-get-job-done .stat.one .statistic .about {
            font: 300 14px "Circular Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            position: absolute;
            bottom: -42px;
            right: -16px; }
          .biggest-stories .stories .chatbots-get-job-done .stat.one .statistic.left {
            border-right: none;
            border-left: 16px solid #fff;
            text-align: left; }
            .biggest-stories .stories .chatbots-get-job-done .stat.one .statistic.left .about {
              left: -16px; }
      .biggest-stories .stories .chatbots-get-job-done .stat.two {
        padding-right: 30px; }
        .biggest-stories .stories .chatbots-get-job-done .stat.two .statistic {
          border-right: 16px solid #FF883C;
          color: #FF883C;
          display: flex;
          flex-direction: column;
          margin: 24px 0 56px auto;
          padding: 0 10px;
          position: relative;
          text-align: right;
          width: 260px; }
          .biggest-stories .stories .chatbots-get-job-done .stat.two .statistic .info {
            font: 800 90px "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            line-height: 90px;
            margin: 0; }
          .biggest-stories .stories .chatbots-get-job-done .stat.two .statistic .description {
            font: 400 16px "Circular Medium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            margin: 0 5px 2px 0; }
          .biggest-stories .stories .chatbots-get-job-done .stat.two .statistic .about {
            font: 300 14px "Circular Light", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            position: absolute;
            bottom: -42px;
            right: -16px; }
          .biggest-stories .stories .chatbots-get-job-done .stat.two .statistic.left {
            border-right: none;
            border-left: 16px solid #FF883C;
            text-align: left; }
            .biggest-stories .stories .chatbots-get-job-done .stat.two .statistic.left .about {
              left: -16px; }
        .biggest-stories .stories .chatbots-get-job-done .stat.two .statistic {
          margin-bottom: 40px; }
      .biggest-stories .stories .chatbots-get-job-done .graph.one figure {
        max-width: 240px;
        text-align: right; }
    .biggest-stories .stories .privacy-please {
      background: #1A0F3C;
      color: #fff; }
      .biggest-stories .stories .privacy-please h2, .biggest-stories .stories .privacy-please .section-title, .biggest-stories .stories .privacy-please h3, .biggest-stories .stories .privacy-please h3 {
        color: #fff; }
      .biggest-stories .stories .privacy-please .must-read {
        background: #710DFF;
        color: #FFF;
        margin: 30px 0;
        padding: 12px 30px 18px; }
        .biggest-stories .stories .privacy-please .must-read h5 {
          color: #FFF;
          font-size: 50px;
          margin: 6px 0 0;
          letter-spacing: 0.016em;
          text-transform: uppercase; }
          .biggest-stories .stories .privacy-please .must-read h5 .thin {
            margin-right: -6px;
            letter-spacing: -0.008em; }
        .biggest-stories .stories .privacy-please .must-read .reading-list {
          list-style: none;
          padding: 0;
          margin: 0; }
          .biggest-stories .stories .privacy-please .must-read .reading-list li {
            margin-bottom: 10px;
            padding-left: 30px; }
            .biggest-stories .stories .privacy-please .must-read .reading-list li a {
              color: #fff;
              font: 300 17px "Circular Book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
              position: relative; }
              .biggest-stories .stories .privacy-please .must-read .reading-list li a:before {
                content: '';
                background: url(/static_assets/images/state-of-messaging/2019/pointer.png) no-repeat;
                display: block;
                position: absolute;
                top: 5px;
                left: 0;
                width: 25px;
                height: 12px;
                margin: 0 5px 0 -30px; }
              .biggest-stories .stories .privacy-please .must-read .reading-list li a span {
                color: #B7BEFF;
                text-transform: uppercase;
                letter-spacing: 0.02em;
                font-size: 15px; }
              .biggest-stories .stories .privacy-please .must-read .reading-list li a:after {
                content: '';
                height: 2px;
                position: absolute;
                bottom: -2px;
                left: 0;
                width: 0;
                background-color: #fff;
                display: block;
                transition: 0.6s ease-out; }
              .biggest-stories .stories .privacy-please .must-read .reading-list li a:hover {
                text-decoration: none; }
                .biggest-stories .stories .privacy-please .must-read .reading-list li a:hover:before {
                  animation-name: point;
                  animation-duration: 0.8s;
                  animation-iteration-count: infinite;
                  animation-timing-function: ease-in-out; }
                .biggest-stories .stories .privacy-please .must-read .reading-list li a:hover:after {
                  width: 100%; }

.footer {
  padding: 120px 0 50px 0;
  background-color: #4C05B2;
  text-align: center;
  position: relative;
  z-index: 2; }
  .footer h4 {
    color: #fff;
    margin: 0 62px 32px;
    text-align: center;
    text-transform: initial; }
  .footer .logos {
    width: 80%;
    max-width: 1320px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0; }
    .footer .logos li {
      margin: 0; }
      .footer .logos li img {
        margin: 10px 20px;
        max-width: 179px; }
        .footer .logos li img.fresh {
          max-width: 148px; }
        .footer .logos li img.ovum {
          max-width: 107px; }
        .footer .logos li img.dbrn {
          max-width: 129px; }
        .footer .logos li img.frost {
          max-width: 330px; }
  .footer .bottom-footer {
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #B7BEFF;
    margin-top: 100px;
    font-weight: 400;
    font-size: 17px; }
    .footer .bottom-footer a {
      color: #B7BEFF;
      text-decoration: underline; }

@media screen and (min-width: 768px) {
  .header {
    padding: 26px 45px; }
    .header .navbar-subscribe {
      max-width: 100%; }
  .title {
    font-size: 90px;
    line-height: 96px; }
  .som2019 {
    background: #710DFF;
    min-width: 320px;
    position: relative; }
    .som2019-quote {
      margin-left: 0;
      margin-right: 0; }
  .graph {
    margin-top: 32px; }
  .graph figure {
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
  figure img.mobile {
    display: none; }
  figure img.desktop {
    display: block; }
  .section {
    padding-left: 45px;
    padding-right: 45px; }
  .open-for-business .quote.one {
    display: flex;
    justify-content: flex-end; }
  .messaging-landscape .main.one,
  .messaging-landscape .graph.one {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .messaging-landscape .main.one figure,
    .messaging-landscape .graph.one figure {
      max-width: 530px; }
  .messaging-landscape .main.two {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .messaging-landscape .main.two figure {
      margin-top: 48px; }
  .messaging-landscape .graph.two figure {
    margin-top: 48px; }
  .messaging-landscape .quote.one {
    display: flex;
    justify-content: flex-start; }
  .messaging-landscape .quote.two {
    display: flex;
    justify-content: flex-end;
    margin-top: 0; }
  .conversation-continues .quote.one {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .stories {
    margin-left: -45px;
    margin-right: -45px; }
  .biggest-stories .section-title {
    margin-left: 128px; }
  .biggest-stories .chapter {
    padding: 48px 45px 0 45px; }
  .biggest-stories .messaging-wars .quote.one {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .messaging-wars .quote.three {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .conversational-marketing .quote.one {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .conversational-marketing .quote.two {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .conversational-marketing .quote.three {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .conversational-marketing .must-read-container {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .embracing-omnichannel .quote.one {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .embracing-omnichannel .quote.two {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .embracing-omnichannel .quote.three {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .embracing-omnichannel .quote.four {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .born-conversational .quote.one {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .voice-generation .quote.one {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .voice-generation .quote.two {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .voice-generation .quote.three {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .voice-generation .quote.four {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .voice-generation .main.two {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .voice-generation .graph.one {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .voice-generation .quote.five {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .personal-political .quote.one {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .personal-political .quote.two {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .personal-political .quote.three {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .content-conversational .main.one {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .content-conversational .quote.one {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .content-conversational .quote.two {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .content-conversational .quote.three {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .chatbots-get-job-done .quote.one {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .chatbots-get-job-done .quote.two {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .chatbots-get-job-done .main.two {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .chatbots-get-job-done .graph.one {
    display: flex;
    justify-content: flex-end; }
    .biggest-stories .chatbots-get-job-done .graph.one img {
      max-width: 360px; }
  .biggest-stories .chatbots-get-job-done .graph.two img {
    max-width: 519px; }
  .biggest-stories .chatbots-get-job-done .stat.two {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .privacy-please .main.one {
    display: flex;
    justify-content: flex-end; }
  .biggest-stories .privacy-please .quote.one {
    display: flex;
    justify-content: flex-start; }
  .biggest-stories .privacy-please .quote.two {
    display: flex;
    justify-content: flex-end; }
  .conversation-continues .cta .get-message .mc-signup {
    padding: 0; }
    .conversation-continues .cta .get-message .mc-signup .email {
      margin-bottom: 0; }
    .conversation-continues .cta .get-message .mc-signup .btn {
      margin-left: 8px; }
  #mc_embed_signup input.email {
    width: 60% !important;
    margin-bottom: 0 !important; }
  #mc_embed_signup .btn {
    width: auto !important;
    margin-left: 6px !important; } }

@media screen and (min-width: 1024px) {
  .header .navbar-smooch-link {
    margin-top: -6px; }
  .header .navbar-logo {
    position: fixed;
    margin-left: -15px; }
  .header .navbar-text {
    left: 42px; }
  .header .navbar-sections {
    display: flex; } }

@media screen and (min-width: 1090px) {
  .som2019-quote {
    max-width: 100%; }
  .title {
    font-size: 123px;
    line-height: 126px; }
  .chapter,
  .section {
    display: flex;
    justify-content: center; }
    .chapter .content,
    .section .content {
      padding-top: 0; }
  .content {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(11, 80px);
    grid-auto-rows: 96px;
    width: 1200px; }
  .open-for-business {
    padding-bottom: 96px; }
    .open-for-business .main {
      grid-column: 2 / span 5; }
    .open-for-business .quote.one {
      grid-column: 7 / span 5;
      grid-row: 7 / span 2;
      display: block; }
  .graph {
    margin-top: auto; }
  .messaging-landscape {
    padding-top: 128px;
    padding-bottom: 0; }
    .messaging-landscape .main.one {
      grid-column: 5 / span 7;
      grid-row: 1 / span 4; }
    .messaging-landscape .graph.one {
      grid-column: 6 / span 7;
      grid-row: 3 / span 4;
      margin-bottom: 24px; }
    .messaging-landscape .quote.one {
      grid-column: 2 / span 5;
      grid-row: 7 / span 2;
      display: block;
      margin-top: 0; }
    .messaging-landscape .main.two {
      grid-column: 3 / span 7;
      grid-row: 9 / span 6; }
    .messaging-landscape .graph.two {
      grid-column: 3 / span 4;
      grid-row: 15 / span 5;
      margin-top: 0; }
    .messaging-landscape .quote.two {
      grid-column: 7 / span 4;
      grid-row: 19 / span 2;
      display: block; }
    .messaging-landscape .girl {
      grid-column: 1 / span 3;
      grid-row: 21;
      display: block;
      margin-top: -80px; }
  .yim {
    padding-bottom: 72px; }
    .yim .main {
      grid-column: 4 / span 5;
      grid-row: 2 / span 2; }
    .yim-month {
      margin: 0; }
      .yim-month.one {
        grid-column: 3 / span 5;
        grid-row: 4 / span 2; }
      .yim-month.two {
        grid-column: 2 / span 5;
        grid-row: 6 / span 2; }
      .yim-month.three {
        grid-column: 7 / span 5;
        grid-row: 7 / span 2;
        height: 200px; }
      .yim-month.four {
        grid-column: 8 / span 4;
        grid-row: 9 / span 2; }
      .yim-month.five {
        grid-column: 2 / span 5;
        grid-row: 10 / span 2; }
      .yim-month.six {
        grid-column: 3 / span 5;
        grid-row: 12 / span 2;
        height: 200px; }
      .yim-month.seven {
        grid-column: 7 / span 5;
        grid-row: 15 / span 2; }
      .yim-month.eight {
        grid-column: 2 / span 5;
        grid-row: 16 / span 2; }
      .yim-month.nine {
        grid-column: 3 / span 5;
        grid-row: 18 / span 2; }
      .yim-month.ten {
        grid-column: 8 / span 4;
        grid-row: 19 / span 2;
        height: 200px; }
      .yim-month.eleven {
        grid-column: 8 / span 4;
        grid-row: 21 / span 2;
        height: 205x; }
      .yim-month.twelve {
        grid-column: 4 / span 4;
        grid-row: 22 / span 2;
        height: 250px; }
    .yim .quote {
      grid-column: 7 / span 5;
      grid-row: 24 / span 2;
      display: block; }
    .yim-image {
      display: block; }
      .yim-image img {
        width: 100%; }
      .yim-image.one {
        grid-column: 7 / span 4;
        grid-row: 3 / span 3;
        padding: 86px 0px 0 0;
        margin-left: 45px; }
      .yim-image.two {
        margin: 112px 0 0 -30px;
        padding-top: 120px;
        grid-column: 8 / span 3;
        grid-row: 10 / span 3; }
      .yim-image.three {
        margin: 0;
        grid-column: 5 / span 2;
        grid-row: 15 / span 2;
        z-index: 3; }
      .yim-image.four {
        margin: 65px 0 0 0;
        grid-column: 10 / span 2;
        grid-row: 17 / span 2; }
      .yim-image.five {
        margin: 0 -30px 0 0;
        padding-left: 35px;
        grid-column: 2 / span 2;
        grid-row: 22 / span 2; }
  .conversation-continues .main {
    grid-column: 3 / span 5;
    grid-row: 2 / span 5; }
  .conversation-continues .quote.one {
    grid-column: 8 / span 4;
    grid-row: 6 / span 3;
    display: block; }
  .conversation-continues .cta {
    grid-column: 4 / span 6;
    grid-row: 7 / span 4;
    display: block; }
  .biggest-stories {
    display: block; }
    .biggest-stories .messaging-wars .content .quote {
      display: block; }
    .biggest-stories .messaging-wars .content .section-title {
      grid-column: 2 / span 8;
      grid-row: 2 / span 2; }
    .biggest-stories .messaging-wars .content .main.one {
      grid-column: 2 / span 5;
      grid-row: 4; }
    .biggest-stories .messaging-wars .content .quote.one {
      grid-column: 7 / span 5;
      grid-row: 6 / span 3; }
    .biggest-stories .messaging-wars .content .quote.two {
      grid-column: 2 / span 5;
      grid-row: 8 / span 2; }
    .biggest-stories .messaging-wars .content .main.two {
      grid-column: 3 / span 4;
      grid-row: 10; }
    .biggest-stories .messaging-wars .content .graph.one {
      grid-column: 3 / span 5;
      grid-row: 12 / span 4;
      margin-top: 100px; }
    .biggest-stories .messaging-wars .content .stat.one {
      grid-column: 9 / span 3;
      grid-row: 11 / span 3; }
    .biggest-stories .messaging-wars .content .quote.three {
      grid-column: 6 / span 5;
      grid-row: 15 / span 3; }
    .biggest-stories .messaging-wars .content .must-read-container {
      grid-column: 3 / span 8;
      grid-row: 18 / span 2; }
    .biggest-stories .conversational-marketing {
      padding-top: 128px; }
      .biggest-stories .conversational-marketing .content .quote {
        display: block; }
      .biggest-stories .conversational-marketing .content .main.one {
        grid-column: 7 / span 6; }
      .biggest-stories .conversational-marketing .content .quote.one {
        grid-column: 6 / span 5;
        grid-row: 6 / span 2;
        margin-top: 0; }
      .biggest-stories .conversational-marketing .content .quote.two {
        grid-column: 2 / span 5;
        grid-row: 3 / span 3; }
      .biggest-stories .conversational-marketing .content .quote.three {
        grid-column: 2 / span 4;
        grid-row: 7 / span 3;
        margin-top: -76px; }
      .biggest-stories .conversational-marketing .content .must-read-container {
        grid-column: 4 / span 7;
        grid-row: 9 / span 2;
        display: block; }
    .biggest-stories .embracing-omnichannel {
      padding-top: 128px;
      padding-bottom: 0; }
      .biggest-stories .embracing-omnichannel .content .quote {
        display: block; }
      .biggest-stories .embracing-omnichannel .content .main.one {
        grid-column: 2 / span 5; }
      .biggest-stories .embracing-omnichannel .content .graph.one {
        grid-column: 2 / span 5;
        grid-row: 5 / span 5;
        margin-top: 0; }
      .biggest-stories .embracing-omnichannel .content .quote.one {
        grid-column: 6 / span 5;
        grid-row: 7 / span 2; }
      .biggest-stories .embracing-omnichannel .content .main.two {
        grid-column: 6 / span 5;
        grid-row: 9 / span 2; }
      .biggest-stories .embracing-omnichannel .content .graph.two {
        grid-column: 6 / span 5;
        grid-row: 11;
        margin-top: 56px; }
      .biggest-stories .embracing-omnichannel .content .quote.two {
        grid-column: 2 / span 4;
        grid-row: 12 / span 3; }
      .biggest-stories .embracing-omnichannel .content .quote.three {
        grid-column: 2 / span 5;
        grid-row: 15 / span 2; }
      .biggest-stories .embracing-omnichannel .content .quote.four {
        grid-column: 7 / span 5;
        grid-row: 15 / span 2; }
      .biggest-stories .embracing-omnichannel .content .quote.five {
        grid-column: 4 / span 5;
        grid-row: 20 / span 2;
        margin-top: 0; }
      .biggest-stories .embracing-omnichannel .content .must-read-container {
        grid-column: 3 / span 7;
        grid-row: 18 / span 2; }
        .biggest-stories .embracing-omnichannel .content .must-read-container .must-read {
          margin-top: 0; }
    .biggest-stories .born-conversational {
      padding-top: 128px; }
      .biggest-stories .born-conversational .content .quote {
        display: block; }
      .biggest-stories .born-conversational .content .main.one {
        grid-column: 2 / span 5; }
      .biggest-stories .born-conversational .content .quote.one {
        display: block;
        grid-column: 2 / span 5;
        grid-row: 5 / span 2; }
      .biggest-stories .born-conversational .content .quote.two {
        grid-column: 7 / span 5;
        grid-row: 4 / span 3; }
      .biggest-stories .born-conversational .content .stat.one {
        grid-column: 9 / span 3;
        grid-row: 2 / span 2; }
      .biggest-stories .born-conversational .content .must-read-container {
        grid-column: 3 / span 7;
        grid-row: 8 / span 3; }
    .biggest-stories .voice-generation {
      padding-top: 128px; }
      .biggest-stories .voice-generation .content .quote {
        display: block; }
      .biggest-stories .voice-generation .content .quote.ten {
        grid-column: 7 / span 5;
        grid-row: 1 / span 2;
        margin-top: -340px; }
      .biggest-stories .voice-generation .content .main.one {
        grid-column: 2 / span  5;
        grid-row: 1; }
      .biggest-stories .voice-generation .content .quote.one {
        grid-column: 7 / span 5;
        grid-row: 3 / span 2; }
      .biggest-stories .voice-generation .content .quote.two {
        grid-column: 3 / span 4;
        grid-row: 5 / span 2; }
      .biggest-stories .voice-generation .content .quote.three {
        grid-column: 2 / span 5;
        grid-row: 8 / span 2;
        margin-top: 0; }
      .biggest-stories .voice-generation .content .stat.one {
        grid-column: 8 / span 2;
        grid-row: 6 / span 2; }
      .biggest-stories .voice-generation .content .quote.four {
        grid-column: 7 / span 5;
        grid-row: 9 / span 2;
        margin-top: 0; }
      .biggest-stories .voice-generation .content .main.two {
        grid-column: 7 / span 5;
        grid-row: 11; }
      .biggest-stories .voice-generation .content .graph.one {
        grid-column: 7 / span 5;
        grid-row: 13 / span 4; }
      .biggest-stories .voice-generation .content .quote.five {
        grid-column: 2 / span 4;
        grid-row: 15 / span 3; }
      .biggest-stories .voice-generation .content .must-read-container {
        grid-column: 5 / span 7;
        grid-row: 18 / span 2;
        display: block; }
    .biggest-stories .personal-political {
      padding-top: 156px; }
      .biggest-stories .personal-political .content .quote {
        display: block; }
      .biggest-stories .personal-political .content .main.one {
        grid-column: 2 / span 5; }
      .biggest-stories .personal-political .content .quote.one {
        grid-column: 7 / span 5;
        grid-row: 3 / span 2; }
      .biggest-stories .personal-political .content .quote.two {
        grid-column: 2 / span 6;
        grid-row: 5 / span 2; }
      .biggest-stories .personal-political .content .must-read-container {
        grid-column: 2 / span 7;
        grid-row: 7 / span 2;
        margin-top: 48px; }
      .biggest-stories .personal-political .content .quote.three {
        grid-column: 5 / span 5;
        grid-row: 9 / span 3; }
    .biggest-stories .content-conversational {
      padding-top: 156px; }
      .biggest-stories .content-conversational .content .quote {
        display: block; }
      .biggest-stories .content-conversational .content .main.one {
        grid-column: 7 / span 5; }
        .biggest-stories .content-conversational .content .main.one .narrow {
          max-width: 100%; }
      .biggest-stories .content-conversational .content .quote.one {
        grid-column: 2 / span 5;
        grid-row: 3 / span 2; }
      .biggest-stories .content-conversational .content .quote.two {
        grid-column: 6 / span 5;
        grid-row: 5 / span 2;
        margin-top: 32px; }
      .biggest-stories .content-conversational .content .quote.three {
        grid-column: 2 / span 4;
        grid-row: 5 / span 3; }
      .biggest-stories .content-conversational .content .must-read-container {
        grid-column: 4 / span 8;
        grid-row: 8 / span 2; }
    .biggest-stories .chatbots-get-job-done {
      padding-top: 156px; }
      .biggest-stories .chatbots-get-job-done .content .quote {
        display: block; }
      .biggest-stories .chatbots-get-job-done .content .main.one {
        grid-column: 2 / span 6; }
        .biggest-stories .chatbots-get-job-done .content .main.one .narrow {
          max-width: 100%; }
      .biggest-stories .chatbots-get-job-done .content .quote.one {
        grid-column: 7 / span 5;
        grid-row: 4 / span 2; }
      .biggest-stories .chatbots-get-job-done .content .quote.two {
        grid-column: 3 / span 4;
        grid-row: 6 / span 2;
        margin-top: -54px; }
      .biggest-stories .chatbots-get-job-done .content .stat.one {
        grid-column: 9 / span 2;
        grid-row: 6 / span 2; }
      .biggest-stories .chatbots-get-job-done .content .quote.three {
        grid-column: 2 / span 5;
        grid-row: 7 / span 2;
        margin-top: 24px; }
      .biggest-stories .chatbots-get-job-done .content .main.two,
      .biggest-stories .chatbots-get-job-done .content .graph.two {
        grid-column: 7 / span 4;
        grid-row: 8 / span 2;
        justify-content: flex-start; }
        .biggest-stories .chatbots-get-job-done .content .main.two .xnarrow,
        .biggest-stories .chatbots-get-job-done .content .graph.two .xnarrow {
          max-width: 100%; }
      .biggest-stories .chatbots-get-job-done .content .graph.two {
        grid-row: 10 / span 3; }
      .biggest-stories .chatbots-get-job-done .content .main.three {
        grid-column: 3 / span 4;
        grid-row: 10 / span 2; }
      .biggest-stories .chatbots-get-job-done .content .graph.one {
        grid-column: 3 / span 4;
        grid-row: 11 / span 4; }
      .biggest-stories .chatbots-get-job-done .content .stat.two {
        grid-column: 2 / span 2;
        grid-row: 15 / span 2; }
      .biggest-stories .chatbots-get-job-done .content .quote.four {
        grid-column: 7 / span 5;
        grid-row: 14 / span 2; }
      .biggest-stories .chatbots-get-job-done .content .must-read-container {
        grid-column: 5 / span 7;
        grid-row: 17 / span 2; }
    .biggest-stories .privacy-please {
      padding-top: 156px; }
      .biggest-stories .privacy-please .content .quote {
        display: block; }
      .biggest-stories .privacy-please .content .main.one {
        grid-column: 7 / span 5; }
        .biggest-stories .privacy-please .content .main.one .xnarrow {
          max-width: 100%; }
      .biggest-stories .privacy-please .content .quote.one {
        grid-column: 2 / span 5;
        grid-row: 3 / span 2; }
      .biggest-stories .privacy-please .content .quote.two {
        grid-column: 5 / span 6;
        grid-row: 5 / span 2; }
      .biggest-stories .privacy-please .content .graph.one {
        grid-column: 2 / span 4;
        grid-row: 5 / span 5; }
      .biggest-stories .privacy-please .content .must-read-container {
        grid-column: 2 / span 7;
        grid-row: 10 / span 2; } }

@media screen and (min-width: 1402px) {
  .content {
    grid-template-columns: repeat(12, 80px);
    width: 1312px; }
  .messaging-landscape .quote.one {
    grid-column: 2 / span 5; }
  .yim .main {
    grid-column: 4 / span 5;
    grid-row: 2 / span 2; }
  .yim-month.two {
    grid-column: 4 / span 4;
    grid-row: 6 / span 2;
    height: 250px; }
  .yim-month.three {
    grid-column: 8 / span 5; }
  .yim-month.four {
    grid-column: 9 / span 4; }
  .yim-month.seven {
    grid-column: 8 / span 5; }
  .yim-month.eight {
    grid-column: 2 / span 5; }
  .yim-month.nine {
    grid-column: 3 / span 4; }
  .yim-month.ten {
    grid-column: 8 / span 5; }
  .yim-month.eleven {
    grid-column: 9 / span 4; }
  .yim-month.twelve {
    grid-column: 4 / span 4; }
  .conversation-continues .cta {
    grid-column: 4 / span 6; }
  .biggest-stories .messaging-wars .content .section-title {
    grid-column: 3 / span 8; }
  .biggest-stories .conversational-marketing .content .main.one {
    grid-column: 8 / span 5; }
  .biggest-stories .conversational-marketing .content .quote.one {
    grid-column: 8 / span 5; }
  .biggest-stories .conversational-marketing .content .quote.two {
    grid-column: 3 / span 5; }
  .biggest-stories .conversational-marketing .content .quote.three {
    grid-column: 4 / span 4; }
  .biggest-stories .conversational-marketing .content .must-read-container {
    grid-column: 5 / span 7;
    grid-row: 9 / span 2;
    height: 257px; }
  .biggest-stories .embracing-omnichannel .content .main.one {
    grid-column: 2 / span 5; }
  .biggest-stories .embracing-omnichannel .content .graph.one {
    grid-column: 2 / span 5; }
  .biggest-stories .embracing-omnichannel .content .quote.one {
    display: block;
    grid-column: 8 / span 5;
    grid-row: 4 / span 2; }
  .biggest-stories .embracing-omnichannel .content .main.two {
    grid-column: 7 / span 5;
    grid-row: 6 / span 2; }
  .biggest-stories .embracing-omnichannel .content .graph.two {
    grid-row: 9 / span 4;
    margin-top: 0; }
  .biggest-stories .embracing-omnichannel .content .quote.two {
    grid-row: 10 / span 3; }
  .biggest-stories .embracing-omnichannel .content .quote.three {
    grid-column: 3 / span 6;
    grid-row: 13 / span 2;
    margin-top: 0; }
  .biggest-stories .embracing-omnichannel .content .quote.four {
    grid-column: 9 / span 5;
    grid-row: 14 / span 2; }
  .biggest-stories .embracing-omnichannel .content .quote.five {
    grid-row: 17 / span 2; }
  .biggest-stories .embracing-omnichannel .content .must-read-container {
    grid-column: 4 / span 5;
    grid-row: 15 / span 2; }
  .biggest-stories .born-conversational .content .quote.two {
    grid-column: 8 / span 5; }
  .biggest-stories .born-conversational .content .must-read-container {
    grid-column: 3 / span 7; }
    .biggest-stories .born-conversational .content .must-read-container .must-read {
      margin-top: 0; }
  .biggest-stories .voice-generation .content .quote.ten {
    grid-column: 8 / span 5; }
  .biggest-stories .voice-generation .content .main.one {
    grid-column: 2 / span  6; }
    .biggest-stories .voice-generation .content .main.one .narrow {
      max-width: 100%; }
  .biggest-stories .voice-generation .content .quote.one {
    grid-column: 8 / span 5; }
  .biggest-stories .voice-generation .content .quote.two {
    grid-column: 3 / span 5;
    grid-row: 4 / span 2; }
  .biggest-stories .voice-generation .content .stat.one {
    grid-column: 9 / span 2; }
  .biggest-stories .voice-generation .content .quote.four {
    grid-column: 8 / span 5;
    grid-row: 8 / span 2; }
  .biggest-stories .voice-generation .content .main.two {
    grid-column: 6 / span 7;
    grid-row: 10; }
    .biggest-stories .voice-generation .content .main.two .narrow {
      max-width: 100%; }
  .biggest-stories .voice-generation .content .graph.one {
    grid-column: 6 / span 5;
    grid-row: 12 / span 4; }
  .biggest-stories .voice-generation .content .quote.five {
    grid-row: 14 / span 3; }
  .biggest-stories .voice-generation .content .must-read-container {
    grid-column: 4 / span 8;
    grid-row: 17 / span 2; }
  .biggest-stories .personal-political .content .quote.three {
    grid-column: 6 / span 5; }
  .biggest-stories .content-conversational .content .main.one {
    grid-column: 7 / span 6; }
    .biggest-stories .content-conversational .content .main.one .narrow {
      max-width: 100%; }
  .biggest-stories .content-conversational .content .quote.one {
    margin-top: 42px; }
  .biggest-stories .content-conversational .content .must-read-container {
    grid-column: 5 / span 8; }
  .biggest-stories .chatbots-get-job-done .content .quote {
    display: block; }
  .biggest-stories .chatbots-get-job-done .content .quote.two {
    grid-column: 3 / span 5;
    margin-top: -94px; }
  .biggest-stories .chatbots-get-job-done .content .stat.one {
    grid-column: 10 / span 2; }
  .biggest-stories .chatbots-get-job-done .content .quote.three {
    grid-column: 2 / span 6; }
  .biggest-stories .chatbots-get-job-done .content .main.two {
    grid-column: 8 / span 5; }
  .biggest-stories .chatbots-get-job-done .content .graph.two {
    grid-column: 8 / span 5;
    margin-top: -32px; }
  .biggest-stories .chatbots-get-job-done .content .main.three,
  .biggest-stories .chatbots-get-job-done .content .graph.one {
    grid-column: 3 / span 5; }
    .biggest-stories .chatbots-get-job-done .content .main.three .xnarrow,
    .biggest-stories .chatbots-get-job-done .content .graph.one .xnarrow {
      max-width: 100%; }
  .biggest-stories .chatbots-get-job-done .content .graph.one {
    grid-row: 12 / span 4;
    max-width: 400px;
    margin-top: 12px; }
  .biggest-stories .chatbots-get-job-done .content .stat.two {
    grid-row: 16 / span 2; }
  .biggest-stories .chatbots-get-job-done .content .quote.four {
    grid-column: 8 / span 5;
    grid-row: 13 / span 2; }
  .biggest-stories .chatbots-get-job-done .content .must-read-container {
    grid-column: 5 / span 7;
    grid-row: 17 / span 2; }
  .biggest-stories .privacy-please .content .main.one {
    grid-column: 8 / span 5; }
  .biggest-stories .privacy-please .content .quote.one {
    grid-column: 2 / span 6; }
  .biggest-stories .privacy-please .content .quote.two {
    grid-column: 6 / span 6; }
  .biggest-stories .privacy-please .content .must-read-container {
    grid-column: 2 / span 8; }
  .cta-footer {
    overflow: hidden; }
    .cta-footer .left-shape {
      position: absolute;
      top: -300px;
      left: calc(-720px + 10vw);
      width: 1019px;
      height: 974px;
      animation-duration: 15s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out; }
      .cta-footer .left-shape:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-1_D.png") left top no-repeat;
        width: 1019px;
        height: 974px; }
    .cta-footer .right-shape {
      position: absolute;
      bottom: -250px;
      right: calc(-850px + 10vw);
      width: 1191px;
      height: 799px;
      animation-duration: 15s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out; }
      .cta-footer .right-shape:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-222deg) scaleY(-1);
        background: url("/static_assets/images/state-of-messaging/2019/bg-shapes/Shape-5_D.png") left top no-repeat;
        width: 1191px;
        height: 799px; } }

.som2019 .narrow {
  width: 100%; }
