html {
  overflow: hidden;
  overflow-y: scroll;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  background-color: #f3f7f9;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Akkurat';
  overflow: hidden;
}
.container {
  width: 100%;
  height: 670px;
  position: relative;
  display: block;
}
.footer {
  width: 100%;
  height: 190px;
  position: relative;
  display: block;
}
@media screen and (max-width: 780px) {
  .no_mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .no_mid {
    display: none !important;
  }
}
.section-container {
  width: 100%;
  margin: auto;
  height: 660px;
  position: relative;
  display: block;
}
@media screen and (max-width: 1100px) {
  .section-container {
    height: 815px;
  }
}
@media screen and (max-width: 850px) {
  .section-container {
    height: 785px;
  }
}
.section-container-large {
  width: 100%;
  margin: auto;
  height: 890px;
  position: relative;
  display: block;
  overflow: visible;
}
@media screen and (max-width: 850px) {
  .section-container-large {
    width: 100%;
    margin: auto;
    height: 795px;
    position: relative;
    display: block;
    overflow: visible;
  }
}
.section-container-mid {
  width: 100%;
  margin: auto;
  height: 470px;
  position: relative;
  display: block;
  overflow: visible;
}
.section-container-mid-tiny {
  width: 100%;
  margin: auto;
  height: 410px;
  position: relative;
  display: block;
  overflow: visible;
}
.section-container-medium {
  width: 100%;
  margin: auto;
  height: 880px;
  position: relative;
  display: block;
  overflow: visible;
}
@media screen and (max-width: 450px) {
  .section-container-medium {
    height: 670px;
  }
}
.section-container-small {
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
  overflow: visible;
}
.section-container-tiny {
  width: 100%;
  margin: auto;
  height: 280px;
  position: relative;
  display: block;
  overflow: visible;
}
.active-title {
  padding-top: 100px !important;
  opacity: 1 !important;
  background-color: #fff !important;
}
.section {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 38px 44px 0 rgba(0,0,0,0.05);
  border-radius: 6px;
  overflow: hidden;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.section_title {
  font-family: 'Akkurat-Light';
  font-size: 34px;
  letter-spacing: 0;
  line-height: 39px;
  opacity: 1;
  color: #e27629;
  background-image: linear-gradient(110deg, #6077e6 30%, #b871d5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  .section_title {
    font-size: 29px;
    line-height: 33px;
  }
}
@media screen and (max-width: 850px) {
  .section_title {
    font-size: 21px;
    line-height: 31px;
  }
}
.section_title-white {
  font-family: 'Akkurat-Light';
  font-size: 30px;
  letter-spacing: 0;
  line-height: 39px;
  opacity: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .section_title-white {
    font-size: 20px;
    line-height: 31px;
  }
}
.small {
  font-family: 'Akkurat';
  font-size: 27px;
  margin-bottom: 30px;
  background-image: linear-gradient(110deg, #6077e6 0%, #b871d5 38%) !important;
}
.light {
  color: #cacaca !important;
}
.dark {
  color: #a0a0a0;
}
@media screen and (max-width: 1100px) {
  .graphics {
    display: none !important;
  }
}
.section_subtitle {
  margin-top: 12px;
  font-family: 'Akkurat';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .section_subtitle {
    margin-top: 5px;
    font-family: 'Akkurat';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    opacity: 1;
  }
}
.section_icon {
  margin-top: 20px;
  margin-bottom: 10px;
}
.section_mockup {
  margin-top: 40px;
}
.quote {
  display: none;
  padding: 83px 65px;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border-right: 1px solid rgba(0,0,0,0.08);
}
@media screen and (max-width: 1280px) {
  .quote {
    padding: 83px 65px;
  }
}
@media screen and (max-width: 650px) {
  .quote {
    padding: 70px 20px;
  }
}
.quote_image {
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
.quote_content {
  font-size: 23px;
  text-align: center;
  font-family: 'Akkurat-Light';
  color: rgba(0,0,0,0.3);
  background-image: linear-gradient(90deg, rgba(96,119,230,0.95) 30%, rgba(139,90,175,0.9) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 650px) {
  .quote_content {
    font-size: 20px;
  }
}
.quote_attribution {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-family: 'Akkurat';
  color: rgba(0,0,0,0.4);
}
.quote_case {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  font-family: 'Akkurat';
  color: rgba(0,0,0,0.4);
}
.container_title {
  font-family: 'Akkurat';
  font-size: 27px;
  letter-spacing: 0;
  line-height: 42px;
  color: #e27629;
  background-image: linear-gradient(90deg, rgba(96,119,230,0.95) 30%, rgba(139,90,175,0.9) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 650px) {
  .user_message {
    width: 88%;
  }
}
@media screen and (max-width: 650px) {
  .bot_message {
    width: 10%;
  }
}
.nav_links {
  transition: all 0.1s ease-in-out;
}
.nav_links:hover {
  transform: translate(0px, -1px);
}
.hover_link {
  transition: all 0.1s ease-in-out;
  padding: 0px 25px;
  box-sizing: border-box;
  border-radius: 40px;
  font-family: 'Akkurat-Bold';
  background-color: rgba(255,255,255,0.2);
}
.hover_link:hover {
  background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 750px) {
  .logo {
    width: 120px;
  }
}
@media screen and (max-width: 750px) {
  .shift_right {
    margin-left: 33px;
  }
}
@media screen and (max-width: 750px) {
  .shift_right_moderate {
    margin-left: 13px;
  }
}
.iphone_screen {
  position: absolute;
  top: 0px;
  left: 15px;
}
#container1 {
  background-image: linear-gradient(110deg, #6077e6 0%, #b871d5 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1100px) {
  #container1 {
    height: 630px;
  }
}
@media screen and (max-width: 750px) {
  #container1 {
    height: 600px;
  }
}
.sign_up_input {
  transition: all 0.25s ease-in-out;
  width: 225px;
  height: 75% !important;
  margin-right: 2% !important;
}
@media screen and (max-width: 1100px) {
  .sign_up_input {
    display: none;
  }
}
.sign_up_input input {
  text-decoration: none;
  outline: none;
  width: 225px;
  height: 100%;
  border-radius: 50px;
  border: 0;
  padding-left: 18px;
  padding-right: 50px;
  font-size: 14px;
  float: right;
  font-family: 'Akkurat';
  transition: all 0.25s ease-in-out;
}
.sign_up_input input:focus {
  width: 245px;
}
.sign_up_input input::-webkit-input-placeholder {
  font-size: 13px;
}
.sign_up_input #sign_up_thanks {
  display: none;
  font-size: 13px;
}
.sign_up_input .sign_up_submit {
  position: relative;
  height: 33px;
  width: 33px;
  border-radius: 50px;
  background-color: rgba(0,0,0,0.15);
  left: 183px;
  top: 7px;
  background-image: url("/static/landing/assets/landing/arrow-right.ebb83eedcc3e.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 17px;
  transition: all 0.25s ease-in-out;
}
.sign_up_input .sign_up_submit:hover {
  transform: scale(1.1);
  background-color: #000;
}
.sign_up_input:hover {
  transform: scale(1.02);
}
#logo {
  transition: all 0.25s ease-in-out;
}
#logo:hover {
  transform: scale(1.03);
}
.navigation {
  width: 90%;
  height: 60px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.navigation ul {
  text-decoration: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.navigation ul li {
  float: left;
  color: #fff;
  font-family: 'Akkurat';
  margin-right: 4%;
  cursor: pointer;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}
@media screen and (max-width: 750px) {
  .navigation {
    width: 84%;
  }
}
#hero {
  width: 90%;
  float: left;
  color: #fff;
  margin-left: 5%;
  text-align: left;
  font-family: 'Akkurat-Light';
  font-size: 62px;
  margin-top: 72px;
  line-height: 83px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1100px) {
  #hero {
    margin-top: 73px;
    font-size: 59px;
    line-height: 78px;
  }
}
@media screen and (max-width: 750px) {
  #hero {
    margin-top: 33px;
    font-size: 50px;
    line-height: 47px;
    text-align: center;
    margin-left: 5%;
    clear: both;
  }
}
#sub_hero {
  float: left;
  margin-top: 12px;
  width: 90%;
  max-width: 670px;
  margin-left: 5%;
  color: #fff;
  text-align: left;
  font-family: 'Akkurat-Light';
  font-size: 29px;
  line-height: 43px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
@media screen and (max-width: 1100px) {
  #sub_hero {
    margin-top: 20px;
    max-width: 570px;
    width: 82%;
    font-size: 25px;
    line-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  #sub_hero {
    margin-top: 17px;
    width: 76%;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-left: 12%;
  }
}
#hero_actions {
  position: relative;
  z-index: 99999;
  float: left;
  width: 90%;
  margin-top: 55px;
  margin-left: 5%;
}
@media screen and (max-width: 1100px) {
  #hero_actions {
    margin-top: 45px;
  }
}
@media screen and (max-width: 750px) {
  #hero_actions {
    margin-top: 35px;
    text-align: center;
  }
}
#hero_actions ul {
  text-align: center;
  text-decoration: none;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #hero_actions ul {
    width: inherit;
  }
}
#hero_actions ul li {
  float: left;
  color: #fff;
  font-family: 'Akkurat';
  cursor: pointer;
  font-size: 17px;
  height: 50px;
  padding: 5px 10px 5px 10px;
  border-radius: 40px;
  min-width: 180px;
  text-align: center;
  line-height: 35px;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 750px) {
  #hero_actions ul li {
    padding: 3px 7px;
    line-height: 40px;
    font-size: 15px;
    min-width: 137px;
  }
}
#hero_actions ul li:nth-child(1) {
  background-color: clear;
  margin-right: 30px;
  animation-delay: 0.2s;
}
@media screen and (max-width: 750px) {
  #hero_actions ul li:nth-child(1) {
    margin-right: 20px;
  }
}
#hero_actions ul li:nth-child(2) {
  background-color: #fff;
  color: #7555c0;
  margin-right: 0;
  animation-delay: 0.4s;
}
#hero_actions ul li:hover {
  transform: translateY(-7%);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
#hero_actions ul li:active {
  transform: translateY(0%);
  box-shadow: 0 3px 8px rgba(0,0,0,0.02);
}
#hero_image {
  width: 850px;
}
@media screen and (min-width: 1350px) {
  #hero_image {
    width: 950px;
  }
}
@media screen and (max-width: 750px) {
  #hero_image {
    width: 400px;
  }
}
#glow {
  position: absolute;
  margin: auto;
  bottom: -4px;
  opacity: 0.95;
}
#landing_image {
  position: absolute;
  bottom: -165px;
  right: -45px;
}
@media screen and (max-width: 1100px) {
  #landing_image {
    bottom: -205px;
    right: -65px;
  }
}
@media screen and (max-width: 750px) {
  #landing_image {
    bottom: -75px;
    right: -3px;
  }
}
.signup_cta {
  background-color: #fff;
  color: #7555c0;
  font-family: 'Akkurat';
  cursor: pointer;
  font-size: 17px;
  height: 50px;
  padding: 15px 42px;
  border-radius: 40px;
  min-width: 180px;
  text-align: center;
  margin-left: 30px;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: all 0.25s ease-in-out;
}
.signup_cta:hover {
  transform: translateY(-5%);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.signup_cta:active {
  transform: translateY(0%);
  box-shadow: 0 3px 8px rgba(0,0,0,0.02);
}
@media screen and (max-width: 750px) {
  .signup_cta {
    padding: 10px 27px;
    line-height: 40px;
    font-size: 15px;
    min-width: 130px;
  }
}
#section_0 {
  display: none;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 100px;
}
#scroll_down {
  cursor: pointer;
  margin: auto;
  width: 80px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 2px 49px 0 rgba(0,0,0,0.11);
  border-radius: 50%;
  margin-top: 115px;
  background-image: url("/static/landing/assets/landing/arrow-down.ab84041fa014.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px;
  transition: all 0.25s ease-in-out;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
#scroll_down:hover {
  background-color: #000;
}
.section_flex {
  margin-top: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
#flex_1 {
  margin-top: 90px;
}
@media screen and (max-width: 1100px) {
  #flex_1 {
    margin-top: 0px;
    flex-direction: column-reverse;
  }
}
#section_mockup_1 {
  width: 60%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  display: none;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1100px) {
  #section_mockup_1 {
    width: 89%;
  }
}
@media screen and (max-width: 750px) {
  #section_mockup_1 {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
#web_chat_mockup {
  height: 550px;
  width: 1000px;
  z-index: 99999999;
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.35);
  transition: all 0.15s ease-in-out;
}
#facebook_mockup {
  width: 220px;
  height: 447px;
  border-radius: 36px;
  box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.35);
  margin-left: 20px;
  -webkit-animation-delay: 0.6s;
  z-index: 999999;
  position: relative;
  transition: all 0.15s ease-in-out;
}
#facebook_mockup #video_1 {
  position: absolute;
  top: 57px;
  left: 15px;
}
#sms_mockup {
  width: 220px;
  height: 447px;
  border-radius: 36px;
  box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.35);
  margin-left: 20px;
  -webkit-animation-delay: 0.8s;
  z-index: 9999;
  position: relative;
  transition: all 0.15s ease-in-out;
}
#sms_mockup #video_2 {
  position: absolute;
  top: 57px;
  left: 15px;
}
@media screen and (max-width: 750px) {
  #sms_mockup {
    margin-left: 0px;
  }
}
#section_descriptor_1 {
  padding: 70px;
  max-width: 365px;
  width: 35%;
  display: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1100px) {
  #section_descriptor_1 {
    padding: 40px;
    max-width: 800px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  #section_descriptor_1 {
    padding: 40px;
    max-width: 800px;
    width: 80%;
    text-align: center;
  }
}
#bg_graphics_1 {
  position: absolute;
  top: -50px;
  left: -120px;
  height: 500px;
  width: 500px;
}
#bg_graphics_1 .bg_graphics {
  width: 580px;
  height: 750px;
  position: absolute;
}
#bg_graphics_1 #oval1 {
  opacity: 0.25;
  background-image: url("https://s3.amazonaws.com/bowtie.ai/bowtie_assets/icons/new_site/OvalLightBlue1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
#bg_graphics_1 #oval2 {
  opacity: 0.25;
  background-image: url("https://s3.amazonaws.com/bowtie.ai/bowtie_assets/icons/new_site/OvalLightBlue2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
#flex_2 {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  #flex_2 {
    margin-top: 0px;
    flex-direction: column;
  }
}
#section_mockup_2 {
  width: 65%;
  display: none;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: baseline;
  align-items: baseline;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1300px) {
  #section_mockup_2 {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  #section_mockup_2 {
    -webkit-justify-content: center;
    justify-content: center;
    width: 89%;
  }
}
@media screen and (max-width: 1000px) {
  #section_mockup_2 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 89%;
  }
}
#chat_portal_mockup {
  height: 550px;
  z-index: 99999999;
  position: relative;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.35);
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1350px) {
  #chat_portal_mockup {
    height: 590px;
  }
}
@media screen and (max-width: 650px) {
  #chat_portal_mockup {
    height: 450px;
  }
}
#section_descriptor_2 {
  padding: 70px;
  max-width: 371px;
  width: 40%;
  display: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 1100px) {
  #section_descriptor_2 {
    padding: 40px;
    max-width: 800px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  #section_descriptor_2 {
    padding: 40px;
    max-width: 800px;
    width: 80%;
    text-align: center;
  }
}
#bg_graphics_2 {
  display: none;
  position: absolute;
  top: -120px;
  right: -70px;
  height: 500px;
  width: 500px;
}
#bg_graphics_2 .bg_graphics {
  width: 680px;
  height: 800px;
  position: absolute;
}
#bg_graphics_2 #oval1 {
  opacity: 0.25;
  background-image: url("/static/landing/assets/landing/Oval1.f6ed9d994452.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
#bg_graphics_2 #oval2 {
  opacity: 0.25;
  background-image: url("/static/landing/assets/landing/Oval2.6759e35c3ac7.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
#flex_3 {
  margin-top: 0px;
}
@media screen and (max-width: 1100px) {
  #flex_3 {
    margin-top: 0px;
  }
}
#sec_3 {
  background-color: #000;
  box-shadow: 0px 20px 40px rgba(0,0,0,0.7);
}
#section_mockup_3 {
  width: 60%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media screen and (max-width: 450px) {
  #section_mockup_3 {
    width: 100%;
  }
}
#section_descriptor_3 {
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  display: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media screen and (max-width: 450px) {
  #section_descriptor_3 {
    padding: 23px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    display: none;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}
#section_descriptor_3 .chat_message {
  margin-bottom: 1px;
  opacity: 0.9;
}
#section_descriptor_3 #chat_1 {
  animation-delay: 0.5s;
}
#section_descriptor_3 #chat_2 {
  animation-delay: 5.5s;
}
#section_descriptor_3 #chat_3 {
  animation-delay: 7.5s;
}
#section_descriptor_3 #chat_4 {
  animation-delay: 9.5s;
}
#section_descriptor_3 #chat_5 {
  animation-delay: 11.5s;
}
#section_descriptor_3 #chat_6 {
  animation-delay: 13.5s;
}
#section_descriptor_3 .heart {
  position: relative;
  margin: auto;
  cursor: pointer;
  height: 100px;
  width: 100px;
  background-image: url("https://s3.amazonaws.com/bowtie.ai/bowtie_assets/icons/animate.png");
  background-repeat: no-repeat;
  background-size: 2900%;
  animation: heart-burst 0.6s steps(28) 1 forwards;
}
@media screen and (max-width: 450px) {
  #section_descriptor_3 .heart {
    margin-top: -20px;
  }
}
@-moz-keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
@-webkit-keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
@-o-keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
@keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
#bg_graphics_3 {
  height: 680px;
  width: 500px;
}
#bg_graphics_3 .bg_graphics {
  width: 600px;
  height: 700px;
  position: absolute;
}
#bg_graphics_3 #oval1 {
  opacity: 0.15;
  background-image: url("/static/landing/assets/landing/Oval1.f6ed9d994452.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
#bg_graphics_3 #oval2 {
  opacity: 0.15;
  background-image: url("/static/landing/assets/landing/Oval2.6759e35c3ac7.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
#sec_4 {
  background-color: #1a1b1f;
  overflow: hidden;
}
.missed_call {
  position: relative;
  padding: 0px 70px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .missed_call {
    padding: 0px 40px;
  }
}
.iphone_screen {
  position: absolute;
  top: 57px;
  left: 85px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .iphone_screen {
    left: 55px;
  }
}
.missed_call_copy {
  width: 100%;
  color: #fff;
  font-size: 13px;
  margin-top: 15px;
}
#section_mockup_4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  #section_mockup_4 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
}
#section_mockup_4 #mc_step_1 {
  animation-delay: 0s;
}
@media screen and (max-width: 850px) {
  #section_mockup_4 #mc_step_1 {
    display: none;
  }
}
#section_mockup_4 #mc_step_2 {
  animation-delay: 2s;
}
#section_mockup_4 #mc_step_3 {
  animation-delay: 4s;
}
@media screen and (max-width: 850px) {
  #section_mockup_4 #mc_step_3 {
    display: none;
  }
}
#section_descriptor_4 {
  padding: 10px 40px 40px 40px;
  text-align: center;
  width: 100%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media screen and (max-width: 600px) {
  #section_descriptor_4 {
    padding: 40px;
    width: 80%;
  }
}
#bg_graphics_4 {
  height: 500px;
  width: 500px;
}
#bg_graphics_4 .bg_graphics {
  width: 600px;
  height: 700px;
  position: absolute;
}
#bg_graphics_4 #oval1 {
  position: absolute;
  bottom: -300px;
  right: -400px;
  opacity: 0.3;
  background-image: url("https://s3.amazonaws.com/bowtie.ai/bowtie_assets/icons/new_site/OvalLightBlue1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
@media screen and (max-width: 650px) {
  #bg_graphics_4 #oval1 {
    bottom: -370px;
    right: -500px;
  }
}
#bg_graphics_4 #oval2 {
  position: absolute;
  top: -300px;
  left: -300px;
  opacity: 0.3;
  background-image: url("/static/landing/assets/landing/Oval2.6759e35c3ac7.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
@media screen and (max-width: 650px) {
  #bg_graphics_4 #oval2 {
    top: -340px;
    left: -500px;
  }
}
#section_5 {
  display: none;
  background-color: #fff;
  padding: 60px 80px 60px 80px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
#section_5 #section_5_content {
  display: none;
}
#section_6 {
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
#section_7 {
  margin-top: 90px;
  margin-bottom: 90px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1180px) {
  #section_7 {
    margin-top: 70px;
    margin-bottom: 50px;
    height: 700px;
  }
}
@media screen and (max-width: 780px) {
  #section_7 {
    margin-top: 70px;
    margin-bottom: 50px;
    height: 1140px;
  }
}
@media screen and (max-width: 650px) {
  #section_7 {
    margin-top: 70px;
    margin-bottom: 50px;
    height: 1180px;
  }
}
@media screen and (max-width: 1180px) {
  #flex_7 {
    flex-direction: column;
  }
}
#section_descriptor_7 {
  padding: 60px;
  max-width: 350px;
  width: 40%;
  display: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media screen and (max-width: 1180px) {
  #section_descriptor_7 {
    max-width: 100%;
    padding: 40px;
    text-align: center;
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 650px) {
  #section_descriptor_7 {
    max-width: 100%;
    padding: 40px;
    text-align: center;
    width: 70%;
    display: none;
  }
}
#pricing {
  position: relative;
  width: 60%;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}
@media screen and (max-width: 1180px) {
  #pricing {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #pricing {
    width: 100%;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
}
#pricing .price_title {
  font-size: 17px;
  color: #6f12fe;
  letter-spacing: 0;
  line-height: 45px;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(96,119,230,0.95) 30%, rgba(139,90,175,0.9) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#pricing .price {
  font-size: 65px;
  color: #6f12fe;
  letter-spacing: 0;
  line-height: 75px;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(96,119,230,0.95) 30%, rgba(139,90,175,0.9) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#pricing .pricing_container {
  padding: 25px 25px 5px 25px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  margin: 20px;
  border-radius: 8px;
  min-width: 310px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.03);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
#pricing .pricing_container:hover {
  box-shadow: 0 20px 60px 0 rgba(0,0,0,0.1);
}
#pricing .pricing_container ul {
  text-decoration: none;
  list-style-type: none;
  display: inline;
}
#pricing .pricing_container ul li {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #a0a0a0;
}
#pricing .pricing_container ul li:first-child {
  border-top: 1px solid rgba(0,0,0,0.05);
}
#pricing .pricing_container ul li:last-child {
  border-bottom: none;
}
#bg_graphics_7 {
  display: none;
  position: absolute;
  top: 200px;
  right: -100px;
  height: 500px;
  width: 500px;
}
#bg_graphics_7 .bg_graphics {
  width: 580px;
  height: 800px;
  position: absolute;
}
#bg_graphics_7 #oval1 {
  position: absolute;
  left: -100px;
  opacity: 0.3;
  background-image: url("/static/landing/assets/landing/Oval1.f6ed9d994452.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
#bg_graphics_7 #oval2 {
  opacity: 0.3;
  background-image: url("/static/landing/assets/landing/Oval2.6759e35c3ac7.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
#section_8 {
  padding: 60px 80px;
  box-sizing: border-box;
  background-image: linear-gradient(110deg, rgba(96,119,230,0.99) 0%, #b871d5 100%);
}
@media screen and (max-width: 650px) {
  #section_8 {
    padding: 50px 30px;
    box-sizing: border-box;
  }
}
.footer_links {
  font-size: 14px !important;
  transition: all 0.25s ease-in-out;
}
.footer_links:hover {
  transform: scale(1.05);
}
#full_logo {
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 780px) {
  #full_logo {
    text-align: center;
    margin: auto;
    width: 100%;
  }
}
#full_logo:hover {
  transform: scale(1.03);
}
#section6 {
  font-family: 'Akkurat';
  width: 100%;
  height: 100%;
  background: #000;
  border-top: 1px solid rgba(0,0,0,0.02);
}
#section6 #copyright {
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #fff;
  margin: auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
}
#get_started_input {
  display: none;
  width: 100%;
  margin-top: 40px;
}
#get_started_input input {
  width: 20%;
  margin-right: 2%;
  height: 40px;
  border-radius: 35px;
  padding: 5px 20px;
  border: 1px solid rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.2);
}
#get_started_input input ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.7) !important;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotating-slow {
  -webkit-animation: rotating 90s linear infinite;
}
.rotating-fast {
  -webkit-animation: rotating 70s linear infinite;
}
.tooltip {
  display: inline;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}
.tooltip:hover {
  cursor: pointer;
}
.tooltip:hover .tooltip__content {
  -webkit-transform: translate3d(-50%, -10%, 0);
  -moz-transform: translate3d(-50%, -10%, 0);
  -ms-transform: translate3d(-50%, -10%, 0);
  -o-transform: translate3d(-50%, -10%, 0);
  transform: translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}
.tooltip__content {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transform-origin: 0 10px;
  -moz-transform-origin: 0 10px;
  -ms-transform-origin: 0 10px;
  -o-transform-origin: 0 10px;
  transform-origin: 0 10px;
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  left: 50%;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  bottom: 100%;
}
.tooltip__content:before {
  border-color: transparent;
  border-top-color: #000;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: -20px;
  width: 0;
}
.tooltip__content:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 130%;
  height: 20px;
}
.tooltip__content:hover {
  -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}
svg {
  position: absolute;
  left: 50%;
  top: 55%;
  opacity: 0.7;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
path {
  stroke-width: 2px;
}
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.35);
}
::-moz-placeholder {
/* Firefox 19+ */
  color: rgba(0,0,0,0.35);
}
:-ms-input-placeholder {
/* IE 10+ */
  color: rgba(0,0,0,0.35);
}
:-moz-placeholder {
/* Firefox 18- */
  color: rgba(0,0,0,0.35);
}
@-moz-keyframes animatedBackground {
  to {
    top: -20%;
  }
}
@-webkit-keyframes animatedBackground {
  to {
    top: -20%;
  }
}
@-o-keyframes animatedBackground {
  to {
    top: -20%;
  }
}
@keyframes animatedBackground {
  to {
    top: -20%;
  }
}
