h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.intro-section {
  overflow: visible;
  padding: 148px 168px 69px;
  background-color: #000;
  background-image: -webkit-linear-gradient(4deg, #000, #333138);
  background-image: linear-gradient(86deg, #000, #333138);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.intro-phone-img {
  width: 45%;
  margin-top: 11px;
  padding-top: 10px;
  float: left;
}

.intro-copy-image {
  padding-top: 0px;
  padding-bottom: 0px;
}

.intro-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Visby cf bold', sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 49px;
  font-weight: 300;
  text-align: center;
}

.intro-logo {
  display: block;
  width: 70px;
  margin: 0px auto 15px;
}

.intro-logo.models {
  margin-top: 46px;
}

.intro-logo.feed {
  margin-top: 77px;
}

.intro-logo.chat {
  margin-top: 148px;
}

.intro-logo.first {
  margin-top: 0px;
  padding-top: 0px;
}

.intro-copy-logo {
  width: 50%;
  margin-top: 0px;
  padding-top: 0px;
  float: right;
}

.intro-para {
  display: block;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Visby cf medium', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.5px;
}

.app-store-badge {
  display: block;
  width: 45%;
  height: 60px;
  margin: 0px auto auto;
  padding: 20px 0px;
  float: left;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/app-store-badge-white.png');
  background-position: 50% 50%;
  background-size: 95%;
  background-repeat: no-repeat;
}

.app-store-badge:hover {
  border-color: #fff;
  background-image: url('../images/app-store-badge-white.png');
  background-position: 50% 50%;
  background-size: 95%;
  opacity: 0.5;
}

.navbar {
  position: fixed;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 2px 20px 0 #000;
  opacity: 1;
  color: #4e4d4d;
}

.top-logo {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  opacity: 1;
}

.phone-left-section {
  overflow: visible;
  background-image: -webkit-linear-gradient(333deg, #333138, #000);
  background-image: linear-gradient(117deg, #333138, #000);
}

.iphone-white-left {
  position: relative;
  z-index: 10;
  width: 59%;
  float: left;
}

.phone-left-container {
  padding-top: 58px;
  padding-bottom: 58px;
}

.phone-left-black {
  position: static;
  z-index: 1;
  width: 56%;
  margin-top: 65px;
  margin-left: -65px;
  float: none;
  -webkit-filter: none;
  filter: none;
}

.text-block-right {
  width: 60%;
  padding-left: 38px;
  float: right;
}

.phones-left {
  width: 40%;
  float: left;
}

.headline {
  margin-top: 18px;
  margin-bottom: 24px;
  font-family: 'Visby cf bold', sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 72px;
  font-weight: 300;
  text-align: center;
}

.text {
  width: 100%;
  font-family: 'Visby cf medium', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.text.feed {
  display: block;
  width: 91%;
  margin-right: auto;
  margin-left: auto;
}

.phone-right-section {
  overflow: visible;
  background-image: -webkit-linear-gradient(113deg, #000, #333138);
  background-image: linear-gradient(337deg, #000, #333138);
}

.phone-right-container {
  padding-top: 58px;
  padding-bottom: 58px;
}

.text-block-left {
  width: 60%;
  padding-right: 40px;
  float: left;
}

.phones-right {
  width: 40%;
  float: right;
}

.iphone-white-right {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  width: 59%;
  float: right;
}

.iphone-black-right {
  position: static;
  z-index: 0;
  width: 55%;
  margin-top: 57px;
  margin-right: -70px;
  float: right;
}

.headline-long {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 26px;
  font-family: 'Visby cf bold', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 62px;
  font-weight: 300;
}

.spin-headline {
  line-height: 96px;
}

.footer {
  position: static;
  overflow: visible;
  background-color: transparent;
  background-image: -webkit-linear-gradient(90deg, #000, #333138);
  background-image: linear-gradient(0deg, #000, #333138);
}

.footer-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Visby cf bold', sans-serif;
  color: #ef3935;
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

.legal-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Visby cf medium', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.nav-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.twitter-link {
  padding-right: 32px;
  padding-left: 32px;
  background-image: url('../images/twitter-icon-white.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  color: transparent;
}

.twitter-link:hover {
  background-image: url('../images/twitter-icon-red.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  opacity: 1;
}

.nav-brand {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  float: left;
}

.facebook-link {
  padding-right: 32px;
  padding-left: 32px;
  background-image: url('../images/facebook-icon-white.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  color: transparent;
}

.facebook-link:hover {
  background-image: url('../images/facebook-icon-red.png');
  background-size: 32px;
  opacity: 1;
}

.instagram-link {
  padding-right: 32px;
  padding-left: 32px;
  background-image: url('../images/instagram-icon-white.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: transparent;
}

.instagram-link:hover {
  background-image: url('../images/instagram-icon-red.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.body {
  overflow: visible;
}

.app-store-links {
  display: block;
  width: 45%;
  height: 67px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
}

.app-store-links:hover {
  opacity: 1;
}

.app-store-links.intro {
  width: 95%;
}

.app-store-links.footer-content {
  margin-top: 20px;
  margin-bottom: 19px;
  padding-top: 0px;
  opacity: 1;
}

.intro-sub-head {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  font-family: 'Visby cf bold', sans-serif;
  color: #ef3935;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.google-play-link {
  display: block;
  width: 45%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border: 1px solid #fff;
  border-radius: 10px;
  background-image: url('../images/google-play-badge-white.png');
  background-position: 50% 50%;
  background-size: 95%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.google-play-link:hover {
  border-color: #fff;
  background-image: url('../images/google-play-badge-white.png');
  background-position: 50% 50%;
  background-size: 95%;
  opacity: 0.5;
}

.footer-logo {
  display: block;
  width: 77px;
  margin: 12px auto 30px;
}

.red-strapline-section {
  height: 88px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.strapline {
  margin-top: 26px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Visby cf bold', sans-serif;
  color: #ef3935;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Visby cf bold', sans-serif;
  color: #ef3935;
}

.heading.terms {
  margin-top: 30px;
}

.paragraph {
  font-family: 'Visby cf medium', sans-serif;
  color: #fff;
}

.sub-head {
  font-family: 'Visby cf bold', sans-serif;
  color: #ef3935;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  opacity: 0.5;
  text-decoration: none;
}

.legal-bullets {
  font-family: 'Visby cf medium', sans-serif;
  color: #fff;
}

.email-link {
  color: #fff;
}

.legal-page-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.legal-page-link:hover {
  opacity: 0.5;
}

.video-section {
  background-color: #000;
}

.social-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px;
  background-image: url('../images/twitter-icon-red.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.social-link:hover {
  opacity: 0.5;
}

.nav-link-2 {
  padding: 40px;
  background-image: url('../images/twitter-icon-red.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.nav-link-2:hover {
  opacity: 0.5;
}

.nav-link-3 {
  padding: 40px;
  background-image: url('../images/facebook-icon-red.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.nav-link-3:hover {
  opacity: 0.5;
}

.nav-link {
  padding: 40px;
  background-image: url('../images/instagram-icon-red.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.nav-link:hover {
  opacity: 0.5;
}

.nav-link-4 {
  padding: 40px;
}

.nav-link-5 {
  padding: 40px;
  background-image: url('../images/vimeo-icon-red.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.nav-link-5:hover {
  opacity: 0.5;
}

.nav-link-6 {
  padding: 40px;
  background-image: url('../images/youtube-icon-red.png');
  background-position: 50% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.nav-link-6:hover {
  opacity: 0.5;
}

.footer-social {
  display: block;
  width: 50%;
  margin: 35px auto 33px;
}

.footer-social-link {
  overflow: auto;
  width: 20%;
}

.footer-social-link:hover {
  opacity: 0.5;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.follow-headline {
  font-family: 'Visby cf medium', sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.brand {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.link-block {
  width: 150px;
}

.link-block.w--current {
  display: block;
}

.navbar-homepage {
  position: fixed;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, .17);
}

.brand-2 {
  position: static;
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.heading-2 {
  display: block;
  width: 60%;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-family: 'Visby cf medium', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.heading-2:hover {
  border-color: #ef3935;
  background-color: #ef3935;
}

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.link-block-2.last {
  width: 50%;
  margin-bottom: 28px;
}

.add-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-top: 33px;
  margin-bottom: 33px;
}

.add-headline {
  margin-top: 10px;
  font-family: 'Visby cf bold', sans-serif;
  font-size: 20px;
  text-align: center;
}

.add-text {
  font-family: 'Visby cf bold', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-2"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="rotate-fade"] {
  display: none;
  opacity: 0;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

html.w-mod-js *[data-ix="fade-down-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-scroll-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-scroll-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-scroll-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-scroll-8"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

@media (max-width: 991px) {
  .intro-section {
    padding-top: 136px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .intro-phone-img {
    width: 45%;
    margin-top: 0px;
    padding-top: 45px;
    padding-left: 0px;
  }
  .intro-heading {
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: 36px;
    line-height: 45px;
  }
  .intro-logo {
    width: 52px;
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .intro-logo.models {
    width: 80px;
    margin-top: 82px;
  }
  .intro-logo.feed {
    width: 80px;
    margin-top: 41px;
  }
  .intro-logo.chat {
    width: 80px;
    margin-top: 114px;
    margin-bottom: 21px;
  }
  .intro-logo.first {
    margin-top: 1px;
  }
  .intro-copy-logo {
    width: 54%;
    padding-top: 0px;
  }
  .intro-para {
    width: 90%;
    line-height: 20px;
  }
  .app-store-badge {
    width: 45%;
    height: 48px;
    margin-bottom: 1px;
  }
  .top-logo {
    padding-top: 4px;
    float: none;
  }
  .phone-left-container {
    padding-bottom: 70px;
    padding-left: 27px;
  }
  .phone-left-black {
    width: 58%;
    margin-top: 35px;
    padding-top: 0px;
  }
  .text-block-right {
    width: 60%;
    margin-left: 0px;
    padding-top: 1px;
    padding-left: 16px;
  }
  .phones-left {
    margin-top: 36px;
  }
  .headline {
    margin-top: 20px;
    margin-bottom: 23px;
    font-size: 48px;
    line-height: 56px;
  }
  .text {
    width: 100%;
  }
  .text.feed {
    width: 80%;
  }
  .text-block-left {
    width: 60%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 11px;
  }
  .phones-right {
    width: 40%;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 6px;
    padding-left: 0px;
  }
  .iphone-white-right {
    margin-right: 20px;
  }
  .iphone-black-right {
    margin-top: 41px;
    margin-right: -95px;
  }
  .headline-long {
    margin-top: 16px;
    font-size: 44px;
    line-height: 52px;
  }
  .footer-header {
    font-size: 36px;
  }
  .twitter-link:hover {
    background-image: url('../images/twitter-icon-black.png');
    background-size: 32px;
  }
  .nav-brand {
    display: block;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
  }
  .facebook-link:hover {
    background-image: url('../images/facebook-icon-black.png');
    background-position: 50% 50%;
    background-size: 32px;
    background-repeat: no-repeat;
  }
  .menu-icon {
    color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .drop-down-menu {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #ef3935;
  }
  .app-store-links {
    width: 90%;
  }
  .app-store-links.footer-content {
    width: 45%;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .intro-sub-head {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
  }
  .google-play-link {
    height: 47px;
  }
  .red-strapline-section {
    height: 100px;
  }
  .strapline {
    margin-top: 35px;
    font-size: 26px;
  }
  .nav-link-5 {
    background-color: #333138;
    background-image: url('../images/vimeo-icon-red.png');
    background-position: 50% 50%;
    background-size: 32px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .nav-menu {
    color: #000;
  }
  .nav-menu.open {
    background-color: #333138;
  }
  .menu-button-2 {
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: #fff;
    color: #333138;
  }
  .column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .intro-section {
    padding: 100px 30px 26px;
  }
  .intro-phone-img {
    display: block;
    width: 100%;
    margin-top: 38px;
    padding-top: 0px;
    padding-right: 97px;
    padding-left: 97px;
  }
  .intro-heading {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 41px;
  }
  .intro-logo {
    margin-top: 27px;
    margin-bottom: 20px;
  }
  .intro-logo.models {
    width: 50px;
    margin-top: 36px;
    margin-bottom: 10px;
  }
  .intro-logo.feed {
    width: 50px;
    margin-top: 69px;
    margin-bottom: 10px;
  }
  .intro-logo.chat {
    width: 50px;
    margin-top: 65px;
    margin-bottom: 10px;
  }
  .intro-logo.first {
    margin-top: 13px;
    margin-bottom: 0px;
  }
  .intro-copy-logo {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-para {
    width: 75%;
    margin-top: 9px;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
  .app-store-badge {
    width: 45%;
    height: 56px;
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 0px;
  }
  .app-store-badge:hover {
    background-size: 95%;
  }
  .top-logo {
    display: block;
    width: 141px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-left: 0px;
  }
  .iphone-white-left {
    width: 65%;
  }
  .phone-left-container {
    padding-bottom: 58px;
  }
  .phone-left-black {
    width: 64%;
    margin-top: 22px;
    margin-left: -72px;
  }
  .text-block-right {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .phones-left {
    width: 37%;
    margin-top: 0px;
  }
  .headline {
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .text {
    width: 96%;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
  }
  .text.feed {
    width: 90%;
  }
  .text-block-left {
    padding-left: 20px;
  }
  .phones-right {
    width: 40%;
    margin-top: 0px;
    float: right;
  }
  .iphone-black-right {
    margin-top: 32px;
  }
  .headline-long {
    margin-top: 14px;
    margin-bottom: 13px;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .spin-headline {
    line-height: 79px;
  }
  .footer-content {
    padding-top: 30px;
    padding-bottom: 27px;
  }
  .footer-header {
    font-size: 28px;
  }
  .legal-text {
    margin-top: 0px;
  }
  .nav-brand {
    display: block;
    width: 25%;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .app-store-links {
    width: 67%;
    margin-top: 17px;
  }
  .app-store-links.intro {
    width: 70%;
  }
  .app-store-links.footer-content {
    width: 64%;
    height: 55px;
  }
  .google-play-link {
    width: 54%;
    height: 56px;
  }
  .google-play-link:hover {
    background-size: 95%;
  }
  .footer-logo {
    width: 67px;
    margin-bottom: 12px;
  }
  .strapline {
    margin-top: 36px;
    font-size: 19px;
  }
  .footer-social {
    width: 70%;
  }
  .heading-2 {
    width: 75%;
  }
  .column {
    margin-bottom: 10px;
    padding-right: 120px;
    padding-left: 120px;
  }
  .column-2 {
    margin-bottom: 10px;
    padding-right: 120px;
    padding-left: 120px;
  }
  .column-3 {
    padding-right: 120px;
    padding-left: 120px;
  }
}

@media (max-width: 479px) {
  .intro-section {
    padding: 110px 21px 39px;
  }
  .intro-phone-img {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 10px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .intro-heading {
    margin-top: 0px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 35px;
  }
  .intro-copy-logo {
    width: 100%;
    margin-top: 6px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-para {
    width: 100%;
  }
  .app-store-badge {
    width: 100%;
    height: 56px;
    margin-top: 23px;
    margin-bottom: 21px;
    padding: 9px;
    float: none;
    background-size: 80%;
  }
  .app-store-badge:hover {
    background-size: 95%;
  }
  .top-logo {
    display: block;
    width: 117px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .iphone-white-left {
    width: 50%;
    margin-left: 25px;
  }
  .phone-left-container {
    padding-top: 34px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .phone-left-black {
    width: 48%;
    margin-top: 36px;
    margin-left: -37px;
  }
  .text-block-right {
    width: 100%;
    margin-bottom: 42px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .phones-left {
    width: 100%;
    margin-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .headline {
    margin-top: 23px;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }
  .text {
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 0px;
    text-align: center;
  }
  .text.feed {
    width: 100%;
  }
  .phone-right-container {
    padding-top: 8px;
    padding-bottom: 36px;
  }
  .text-block-left {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .phones-right {
    width: 100%;
    margin-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .iphone-white-right {
    width: 50%;
    margin-right: 20px;
  }
  .iphone-black-right {
    width: 45%;
    margin-top: 36px;
    margin-right: -28px;
  }
  .headline-long {
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 33px;
    line-height: 38px;
    text-align: center;
  }
  .spin-headline {
    margin-bottom: 0px;
  }
  .footer-content {
    padding-bottom: 17px;
  }
  .footer-header {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 39px;
  }
  .legal-text {
    margin-top: 19px;
  }
  .nav-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-brand {
    display: block;
    width: 35%;
    margin-right: auto;
    margin-left: auto;
  }
  .app-store-links {
    width: 71%;
  }
  .app-store-links.intro {
    width: 75%;
    margin-top: 22px;
  }
  .app-store-links.footer-content {
    width: 62%;
    min-height: 1px;
  }
  .intro-sub-head {
    font-size: 18px;
    line-height: 26px;
  }
  .google-play-link {
    width: 100%;
    height: 56px;
    float: none;
    background-size: 80%;
  }
  .google-play-link:hover {
    background-size: 95%;
  }
  .red-strapline-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .strapline {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .strapline.phone {
    margin-top: 38px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
  }
  .strapline.phone-exclusive {
    margin-top: 25px;
  }
  .heading {
    font-size: 26px;
  }
  .sub-head {
    font-size: 20px;
    line-height: 24px;
  }
  .video-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-social {
    width: 90%;
  }
  .heading-2 {
    width: 100%;
  }
  .link-block-2.last {
    width: 80%;
  }
  .column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Visby cf bold';
  src: url('../fonts/visby-cf-bold.woff2') format('woff2'), url('../fonts/visby-cf-bold.eot') format('embedded-opentype'), url('../fonts/visby-cf-bold.woff') format('woff'), url('../fonts/visby-cf-bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Visby cf medium';
  src: url('../fonts/visby-cf-medium.woff2') format('woff2'), url('../fonts/visby-cf-medium.eot') format('embedded-opentype'), url('../fonts/visby-cf-medium.woff') format('woff'), url('../fonts/visby-cf-medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}