<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Chalet";
  src: url("../fonts/ChaletComprime-CologneEighty.eot") format("embedded-opentype"), url("../fonts/ChaletComprime-CologneEighty.woff2") format("woff2"), url("../fonts/ChaletComprime-CologneEighty.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal; }

@font-face {
  font-family: "Avenir-Light";
  src: url("../fonts/AvenirLTStd-Light.otf.otf") format("otf"); }

@font-face {
  font-family: "Avenir-Roman";
  src: url("../fonts/AvenirLTStd-Roman.otf") format("otf"); }

html, body {
  margin: 0;
  padding: 0; }

body {
  color: white;
  background-color: #333; }

p {
  margin: 0; }

.hide {
  display: none; }

.show {
  display: block; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
body {
  font-family: AvenirNext-Medium, Helvetica, Neue, sans-serif;
  font-weight: 200; }

h1 {
  font-family: "Chalet", Helvetica, Neue, sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 48px;
  font-weight: 200;
  line-height: 48px; }

h2 {
  margin: 0;
  font-weight: 200; }

.button {
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 15px 25px;
  display: inline-block;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px; }

.button-1 {
  background: #10FFFF;
  color: #295BC8; }

.button-2 {
  background: #F9E429;
  color: #7840B0; }

.browse-now {
  font-family: AvenirNext-Medium, Helvetica, Neue, sans-serif;
  font-size: 18px;
  background: #386aff;
  border-radius: 100px;
  padding: 10px 60px;
  border-style: none;
  color: white;
  cursor: pointer;
  margin-top: 125px; }
  .browse-now:focus {
    outline: none; }

@media screen and (max-width: 780px) {
  .button-1 {
    display: block;
    width: 180px;
    margin: 0 auto; } }

@media screen and (max-width: 580px) {
  .button-1 {
    padding: 10px 25px;
    font-size: 14px; } }

.footer {
  background: #386aff;
  height: 150px;
  text-align: center;
  color: white;
  font-size: 14px;
  padding: 40px 20px;
  max-width: 100%; }

.links {
  list-style: none;
  padding: 10px 0 20px 0; }
  .links li {
    display: inline-block;
    padding-right: 5px;
    line-height: 24px; }
  .links a {
    text-decoration: none;
    color: white; }
    .links a:hover {
      text-decoration: underline; }

.legal {
  font-size: 12px;
  line-height: 16px; }

@media screen and (max-width: 780px) {
  .footer {
    height: 200px; } }

.hero-1 {
  font-family: Avenir-Light, Helvetica, Neue, sans-serif; }
  .hero-1 .top {
    height: 650px;
    padding: 0 9%;
    text-align: center; }
  .hero-1 .menu {
    position: absolute;
    right: 0;
    z-index: 9999; }
  .hero-1 .menu ul {
    margin: 0;
    padding: 20px 20px 0 0;
    font-weight: 200; }
  .hero-1 .menu li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px; }
  .hero-1 .menu a {
    color: white; }
  .hero-1 .logo {
    width: 438px;
    margin-top: 96px; }
  .hero-1 .subheader {
    font-size: 24px;
    margin-top: 0; }
  .hero-1 video {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-width: 100%;
    min-height: 500px;
    width: auto;
    z-index: -100; }
    @media screen and (max-width: 1160px) and (min-width: 1024px) {
      .hero-1 video {
        min-width: 115%; } }
  .hero-1 .blue {
    height: 650px;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #00a0ee 0%, rgba(20, 140, 244, 0.82) 50%, rgba(56, 105, 255, 0.5) 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #00a0ee 0%, rgba(20, 140, 244, 0.82) 50%, rgba(56, 105, 255, 0.5) 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0;
    z-index: -50;
    left: 0;
    width: 100%; }
  .hero-1 .text-starting {
    position: relative;
    top: 145px;
    float: left;
    font-size: 32px;
    text-align: left; }
  .hero-1 .phone-left {
    width: 610px;
    position: absolute;
    left: 55%;
    -webkit-transform: translateX(-60%);
            transform: translateX(-60%);
    top: 370px; }
  .hero-1 .phone-left-mid {
    display: none; }
  .hero-1 .phone-right {
    position: absolute;
    top: -450px;
    width: 240px;
    right: 9%; }
  .hero-1 .subheader-mobile,
  .hero-1 .phone-mobile,
  .hero-1 .text-leads-mobile,
  .hero-1 .menu-mobile {
    display: none; }
  @media screen and (max-width: 1320px) {
    .hero-1 .phone-left {
      left: 42%; }
    .hero-1 .text-starting {
      float: none;
      left: 300px; } }
  @media screen and (max-width: 1200px) {
    .hero-1 .top {
      padding: 0 50px; }
    .hero-1 .phone-left {
      left: 40%; }
    .hero-1 .phone-right {
      right: 50px; } }
  @media screen and (max-width: 1024px) {
    .hero-1 .top {
      height: auto;
      background: #00a0ee;
      /* Old browsers */
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #00a0ee 0%, #386aff 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #00a0ee 0%, #386aff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .hero-1 .logo {
      width: 60%;
      margin: 60px 0px 30px; }
    .hero-1 .subheader-mobile {
      display: block;
      font-size: 22px; }
    .hero-1 .phone-mobile {
      display: block;
      max-width: 80%;
      margin: 0 auto;
      margin-top: 20px; }
    .hero-1 .text-leads-mobile {
      display: block;
      font-size: 20px;
      padding: 30px 0; }
    .hero-1 .subheader,
    .hero-1 .phone-left,
    .hero-1 .phone-left-mid,
    .hero-1 .phone-right,
    .hero-1 .text-starting,
    .hero-1 .text-getStarted,
    .hero-1 video {
      display: none; } }
  @media screen and (max-width: 600px) {
    .hero-1 .menu {
      display: none; }
    .hero-1 .menu-mobile-open {
      width: 20px;
      height: 14px;
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
      background-size: cover;
      background: url("../img/menu.svg"); }
    .hero-1 .menu-mobile-close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 20px;
      right: 20px;
      background: url("../img/close.svg");
      background-size: cover;
      cursor: pointer;
      z-index: 9999; }
    .hero-1 .menu-mobile {
      z-index: 1;
      display: none;
      height: 100%;
      width: 100%;
      position: fixed;
      background-color: rgba(56, 105, 255, 0.95);
      top: 0;
      left: 0; }
    .hero-1 .menu-mobile-active {
      display: block; }
    .hero-1 .menu-mobile ul {
      list-style: none;
      margin-top: 50%;
      padding: 0; }
      .hero-1 .menu-mobile ul li {
        margin-bottom: 15px; }
      .hero-1 .menu-mobile ul a {
        color: white;
        text-decoration: none; } }
  .hero-1 .bottom {
    background: #386aff;
    padding: 0 9%;
    height: 450px; }
    .hero-1 .bottom .text-getStarted {
      text-align: left;
      font-size: 36px;
      padding-top: 50px; }
      @media screen and (max-width: 1320px) {
        .hero-1 .bottom .text-getStarted {
          max-width: 200px; } }
    .hero-1 .bottom .app-icons {
      display: inline-block;
      margin-top: 60px;
      padding: 0;
      list-style: none; }
      .hero-1 .bottom .app-icons .icons img {
        margin-bottom: 10px; }
    .hero-1 .bottom .text-leads {
      position: relative;
      float: right;
      top: 140px;
      font-size: 30px;
      text-align: right; }
      @media screen and (max-width: 1320px) {
        .hero-1 .bottom .text-leads {
          top: 95px; } }
    @media screen and (max-width: 1200px) {
      .hero-1 .bottom {
        padding: 0 50px; } }
    @media screen and (max-width: 1023px) {
      .hero-1 .bottom {
        display: none; } }

.hero-2 {
  background: white;
  height: 300px;
  color: #386aff;
  text-align: center; }
  .hero-2 h2 {
    padding-top: 80px;
    padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .hero-2 {
      display: none; } }

.hero-2-mobile {
  display: none;
  background: white;
  color: #386aff;
  text-align: center;
  padding: 40px 0; }
  .hero-2-mobile ul {
    padding: 20px 0;
    list-style: none; }
    .hero-2-mobile ul li {
      display: inline-block; }
  @media screen and (max-width: 768px) {
    .hero-2-mobile {
      display: block; } }
  @media screen and (max-width: 600px) {
    .hero-2-mobile {
      padding: 40px;
      text-align: left; }
      .hero-2-mobile ul {
        margin: 0;
        padding: 20px 0 0;
        max-width: 80%; }
      .hero-2-mobile li {
        padding-right: 20px;
        max-width: 40%; }
      .hero-2-mobile img {
        width: 110px; } }

.hero-3 {
  height: 550px;
  padding: 0 50px;
  background-image: url(../videos/desktop-color.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative; }
  .hero-3 h2 {
    float: right;
    margin-top: 50px;
    text-align: right;
    font-size: 36px; }
  .hero-3 .type-gif {
    position: absolute;
    width: 200px;
    top: 200px;
    right: 50px; }
  @media screen and (max-width: 1400px) and (min-width: 1271px) {
    .hero-3 {
      height: 500px; } }
  @media screen and (max-width: 1270px) and (min-width: 1151px) {
    .hero-3 {
      height: 450px; } }
  @media screen and (max-width: 1150px) and (min-width: 1071px) {
    .hero-3 {
      height: 420px; } }
  @media screen and (max-width: 1070px) and (min-width: 1021px) {
    .hero-3 {
      height: 400px; } }
  @media screen and (max-width: 1020px) and (min-width: 921px) {
    .hero-3 {
      height: 360px; } }
  @media screen and (max-width: 920px) and (min-width: 841px) {
    .hero-3 {
      height: 330px; } }
  @media screen and (max-width: 840px) and (min-width: 769px) {
    .hero-3 {
      height: 300px; } }
  @media screen and (max-width: 768px) {
    .hero-3 {
      display: none; } }

.hero-3-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .hero-3-mobile {
      display: block;
      height: 600px;
      background: url(../videos/phone-mobile.gif);
      background-size: cover;
      background-position-x: 50%; } }

.hero-4 {
  background: white;
  height: auto;
  text-align: center;
  padding-bottom: 60px; }
  .hero-4 h2 {
    color: #4a4a4a;
    padding: 50px; }
  .hero-4 .everywhere {
    width: 100%; }
  .hero-4 .everywhere-mobile {
    display: none;
    width: 100px;
    position: relative;
    bottom: -6px; }
  @media screen and (max-width: 600px) {
    .hero-4 {
      height: auto;
      padding-bottom: 0; }
      .hero-4 .everywhere {
        display: none; }
      .hero-4 .everywhere-mobile {
        display: inline-block; } }

.hero-5 {
  text-align: center;
  background: #386aff;
  /* Smaller Desktop */
  /* Tablet &amp; Mobile */ }
  .hero-5 h2 {
    padding: 80px 0; }
  .hero-5 .playlists {
    margin-bottom: 35px; }
    .hero-5 .playlists a {
      position: relative;
      display: inline-block;
      width: 145px;
      height: 145px;
      margin: 0 10px; }
  .hero-5 .playlist-1 {
    background: url(../img/station1.jpg);
    background-size: cover; }
  .hero-5 .playlist-2 {
    background: url(../img/station2.jpg);
    background-size: cover; }
  .hero-5 .playlist-3 {
    background: url(../img/station3.jpg);
    background-size: cover; }
  .hero-5 .playlist-4 {
    background: url(../img/station4.jpg);
    background-size: cover; }
  .hero-5 .playlist-5 {
    background: url(../img/station5.jpg);
    background-size: cover; }
  .hero-5 .playlist-6 {
    background: url(../img/station6.jpg);
    background-size: cover; }
  .hero-5 .playlist-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    width: 100%; }
    .hero-5 .playlist-hover:hover {
      background: url(../img/play-overlay.png); }
  @media screen and (max-width: 1024px) {
    .hero-5 a.playlist-1.mobile-hide,
    .hero-5 a.playlist-6.mobile-hide {
      display: none; } }
  @media screen and (max-width: 768px) {
    .hero-5 h2 {
      padding: 40px 0; }
    .hero-5 .playlists {
      width: 400px;
      margin: 0 auto;
      margin-bottom: 40px; } }
  @media screen and (max-width: 600px) {
    .hero-5 .playlists {
      max-width: 300px; }
    .hero-5 .playlists a {
      width: 120px;
      height: 120px; } }
  .hero-5 .start-listening {
    font-family: AvenirNext-Medium, Helvetica, Neue, sans-serif;
    font-size: 18px;
    background: white;
    border-radius: 100px;
    padding: 5px 40px;
    border-style: none;
    color: #4a4a4a;
    cursor: pointer; }

span.twitter-typeahead {
  width: 50%;
  z-index: 1000;
  border-radius: 7px; }

#search-input {
  display: none; }

#search-input,
.tt-hint {
  border: medium none;
  font-family: "Avenir-Book","Avenir Next","Avenir","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.6em;
  font-size: 1.5vw;
  outline: 0 none;
  padding: 3%;
  text-align: left;
  width: 94%;
  color: inherit; }

.ajaxLoaderWrapper {
  position: relative; }

.ajaxLoader {
  position: absolute; }

input::-webkit-input-placeholder {
  text-align: center; }

input:-moz-placeholder {
  text-align: center; }

/* FF 4-18 */
input::-moz-placeholder {
  text-align: center; }

/* FF 19+ */
input:-ms-input-placeholder {
  text-align: center; }

#search-input {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.49); }

input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color 1s ease-in-out;
  transition: color 1s ease-in-out; }

input:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: color 1s ease-in-out;
  transition: color 1s ease-in-out; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: color 1s ease-in-out;
  transition: color 1s ease-in-out; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: color 1s ease-in-out;
  transition: color 1s ease-in-out; }

/* IE 10+ */
.tt-menu {
  left: 22% !important;
  background: white none repeat scroll 0 0;
  font-size: 1.4em;
  font-size: 1.23vw;
  margin-top: 10px;
  padding: 4% 3% 3%;
  position: absolute;
  z-index: 1000 !important; }

#topHit, #resultsArtists, #resultsSongs, #resultFallback {
  border-top: 1px solid #ececec;
  padding: 1.5% 0; }

.carrotWrapper {
  border-top: 1px solid #ececec;
  margin-top: 2%;
  padding-bottom: 2%;
  position: relative;
  width: 100%; }

.tt-hint {
  color: #fff; }

.carrot {
  background: white;
  color: #999999;
  margin-top: -3%;
  padding-left: 1.2%;
  position: absolute;
  right: 0;
  text-transform: capitalize; }

.suggestion-name {
  color: #214098;
  padding: 1.2% 0;
  width: 85%; }

.suggestion-name:hover {
  cursor: pointer; }

.type {
  color: #999999;
  font-weight: 300; }

.byline {
  color: #999999;
  font-size: 0.8em;
  font-size: 1vw;
  font-style: italic; }

#resultFallback {
  color: #999;
  padding: 3% 0;
  text-align: center;
  margin-top: 2%; }

#resultFallback a.queryLink {
  color: #214098; }

#browse {
  font-size: .8em;
  font-size: 1vw;
  margin-top: 3%; }

#browse .button {
  background: #214098 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.3vw;
  margin-top: 3%;
  padding: 3%;
  width: 64%;
  text-decoration: none; }

input#search-input.tt-input {
  background: white; }

div#inner-editor {
  display: none !important; }
</pre></body></html>