/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0; }

body, html {
  background: white;
  line-height: 1.5;
  font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden !important;
  position: relative; }
  body.hidden, html.hidden {
    overflow: hidden !important; }

a {
  text-decoration: none;
  outline: none; }

hr {
  height: 0;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 10px 0px 20px 0px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

body {
  font-family: 'Raleway', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: rgba(0, 0, 0, 0.8); }

h1 {
  font-size: 34px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px 0px 20px 0px; }

.ks-lead {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 800;
  margin: 0px 0px 20px 0px; }

@font-face {
  font-family: 'Raleway';
  font-weight: 800;
  src: url("../fonts/Raleway-ExtraBold.ttf"); }

@font-face {
  font-family: 'Raleway';
  font-weight: 700;
  src: url("../fonts/Raleway-Bold.ttf"); }

@font-face {
  font-family: 'Raleway';
  font-weight: 500;
  src: url("../fonts/Raleway-SemiBold.ttf"); }

@font-face {
  font-family: 'Skola Sans Cn';
  font-weight: 500i;
  src: url("../fonts/Raleway-SemiBoldItalic.ttf"); }

.ks-button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 20rem;
  cursor: pointer;
  background: #ec5b29;
  color: white;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.35);
  transition: 0.2s ease; }
  .ks-button:hover {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6); }
  .ks-button:active {
    background: #d04312; }

.ks-wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative; }

.ks-wrapper-small {
  width: 60%;
  margin: 0 auto;
  position: relative; }

.download_wrapper {
  margin-top: 2rem; }
  .download_wrapper h4 {
    margin-bottom: 1rem; }
  .download_wrapper .download_wrapper-cta a:first-child {
    margin-right: 10px; }
  @media (max-width: 800px) {
    .download_wrapper .download_wrapper-cta a {
      width: 140px; } }
  .download_wrapper .download_wrapper-cta .ks-button i {
    font-size: 16px;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 5px; }

.download {
  padding: 8rem 0rem;
  background: #f0f3f8; }
  .download h2 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 3rem;
    margin-bottom: 1rem; }
  .download p {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 16px;
    margin-bottom: 3rem;
    font-weight: 500; }
  .download .download_wrapper-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin: 0 auto; }
    .download .download_wrapper-links a:first-child {
      margin-right: 10px; }
    .download .download_wrapper-links .ks-button i {
      font-size: 16px;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      margin-right: 5px; }

.thank_you-banner {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease; }
  .thank_you-banner.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.thank_you-wrapper {
  width: 60%;
  max-width: 90%;
  height: 80vh;
  background: white;
  box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.35);
  position: relative;
  -webkit-transform: translateY(-100%) rotate(45deg);
  -ms-transform: translateY(-100%) rotate(45deg);
  transform: translateY(-100%) rotate(45deg);
  transition: 0.4s ease 0.3s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }
  .thank_you-wrapper.is-visible {
    -webkit-transform: translateY(0%) rotate(0deg);
    -ms-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg); }

.thank_you-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  top: -15px;
  right: -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.35); }
  .thank_you-close i {
    color: rgba(0, 0, 0, 0.8);
    transition: 0.2s ease; }
  .thank_you-close:hover i {
    color: #ec5b29; }

.thank_you-img {
  width: 100%;
  max-width: 100%;
  height: 75%;
  overflow: hidden;
  background: url("/tools/images/product_hunt.png") top center;
  background-size: cover; }

.thank_you-content {
  padding: 2rem 3rem;
  background: white;
  position: relative; }
  .thank_you-content h3 {
    font-size: 28px;
    float: left; }
  .thank_you-content p {
    font-size: 18px;
    float: left; }
  .thank_you-content img {
    width: 45px;
    float: left;
    margin-right: 2rem; }

.thank_you_button-wrapper {
  margin-top: 2rem;
  clear: both; }
  .thank_you_button-wrapper a i {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 5px;
    font-size: 18px; }
  .thank_you_button-wrapper a:first-child {
    margin-right: 10px; }

.video_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1337;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }
  .video_overlay.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .video_overlay .video_container {
    width: 60%;
    height: 70vh;
    box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.35); }
    .video_overlay .video_container iframe {
      display: block;
      width: 100%;
      height: 100%; }

.golden_kitty_awards_wrapper {
  width: 100%;
  background: #ec5b29;
  height: 70px;
  position: fixed;
  bottom: 0;
  z-index: 200;
  box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  .golden_kitty_awards_wrapper.active {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .golden_kitty_awards_wrapper .ks-wrapper-small {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .golden_kitty_awards_wrapper .ks-wrapper-small b {
      color: gold; }
    .golden_kitty_awards_wrapper .ks-wrapper-small img {
      height: 80%;
      padding: 5px 10px;
      background: white;
      border-radius: 10px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); }
    .golden_kitty_awards_wrapper .ks-wrapper-small p {
      margin-bottom: 0px;
      color: white; }
    .golden_kitty_awards_wrapper .ks-wrapper-small a {
      width: 120px;
      background: white;
      color: rgba(0, 0, 0, 0.8); }
      .golden_kitty_awards_wrapper .ks-wrapper-small a i {
        margin-left: 5px; }

#burger_menu {
  display: none; }

#banner_container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0; }

#video_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  zoom: 50%; }

#banner {
  width: 100%;
  height: 100vh;
  background: url("/tools/images/bg.jpg") center center;
  background-size: cover;
  position: relative; }
  #banner header {
    padding: 1.5rem 0rem;
    position: fixed;
    width: 100%;
    z-index: 50;
    transition: 0.4s ease; }
    #banner header .ks-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #banner header .ks-wrapper #logo {
        width: 70px; }
      #banner header .ks-wrapper nav .logo {
        display: none; }
      #banner header .ks-wrapper nav a {
        font-size: 14px;
        color: white;
        margin-left: 2.5rem;
        transition: 0.2s ease; }
        #banner header .ks-wrapper nav a:hover {
          opacity: 0.8; }
  #banner .ks-wrapper-small {
    padding-top: 6rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    min-height: 0px; }
    #banner .ks-wrapper-small .banner_content {
      padding-top: 6rem;
      min-height: 0px; }
      #banner .ks-wrapper-small .banner_content h1 {
        font-size: 6rem;
        color: white;
        letter-spacing: 4px;
        line-height: 5rem; }
      #banner .ks-wrapper-small .banner_content h2 {
        font-size: 1.8rem;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 500; }
      #banner .ks-wrapper-small .banner_content .banner_content-cta {
        margin-top: 2rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #banner .ks-wrapper-small .banner_content .banner_content-cta h3 {
          color: white;
          margin-bottom: 10px; }
        #banner .ks-wrapper-small .banner_content .banner_content-cta img {
          height: 35px; }
        #banner .ks-wrapper-small .banner_content .banner_content-cta a:first-child {
          margin-right: 10px; }
        #banner .ks-wrapper-small .banner_content .banner_content-cta #play_video {
          margin-top: 1rem; }
        #banner .ks-wrapper-small .banner_content .banner_content-cta .fa-play-circle {
          font-size: 16px;
          margin-left: 5px; }
    #banner .ks-wrapper-small .banner_phone {
      width: 340px;
      padding-top: 5rem;
      margin-right: 3rem; }
      #banner .ks-wrapper-small .banner_phone img {
        width: 100%;
        height: 100%;
        margin-right: 4rem; }
  #banner .sticky {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.35);
    padding: 5px 0px; }
    #banner .sticky .ks-wrapper #logo {
      width: 50px;
      transition: 0.3s ease;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
    #banner .sticky .ks-wrapper nav a {
      color: rgba(0, 0, 0, 0.8);
      transition: 0.3s ease; }
    #banner .sticky #burger_menu span {
      background: rgba(0, 0, 0, 0.8); }
  #banner .scroll {
    width: 25px;
    height: 38px;
    background: none;
    border: 3px solid white;
    border-radius: 2rem;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #banner .scroll .dot {
      width: 5px;
      height: 8px;
      background: white;
      border-radius: 6rem;
      margin-top: 5px;
      -webkit-animation: scroll 2s infinite;
      animation: scroll 2s infinite; }

@-webkit-keyframes scroll {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes scroll {
  0%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px); } }

#about {
  padding: 8rem 0rem; }
  #about .ks-wrapper-small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #about .ks-wrapper-small .about_img {
      width: 50%; }
      #about .ks-wrapper-small .about_img img {
        width: 150%;
        height: 150%;
        object-fit: cover;
        margin-left: -50%; }
    #about .ks-wrapper-small .about_content {
      width: 50%;
      margin-left: 2rem; }
      #about .ks-wrapper-small .about_content h2 {
        font-size: 3.2rem; }
      #about .ks-wrapper-small .about_content p {
        line-height: 1.7; }

#benefits {
  padding: 8rem 0rem;
  background: #f0f3f8; }
  #benefits h2 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 3rem; }
  #benefits .benefits_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 500px; }
    #benefits .benefits_wrapper .benefits_wrapper-unit {
      margin: 1%;
      -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
      padding: 3%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #benefits .benefits_wrapper .benefits_wrapper-unit h4 {
        margin-bottom: 1rem;
        line-height: 1rem; }
      #benefits .benefits_wrapper .benefits_wrapper-unit .benefits_unit-img {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 40px;
        margin-right: 15px; }
        #benefits .benefits_wrapper .benefits_wrapper-unit .benefits_unit-img img {
          width: 100%;
          max-width: 100%; }
      #benefits .benefits_wrapper .benefits_wrapper-unit .benefits_unit-desc {
        -webkit-flex: 5;
        -ms-flex: 5;
        flex: 5; }

#platforms {
  padding: 8rem 0rem; }
  #platforms h2 {
    margin-top: 2rem;
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 3rem; }
  #platforms .platforms_wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 0px;
    height: 500px;
    position: relative; }
  #platforms .platforms_wrapper-unit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden; }
    #platforms .platforms_wrapper-unit.active-unit {
      visibility: visible; }
      #platforms .platforms_wrapper-unit.active-unit img, #platforms .platforms_wrapper-unit.active-unit p, #platforms .platforms_wrapper-unit.active-unit h3, #platforms .platforms_wrapper-unit.active-unit hr, #platforms .platforms_wrapper-unit.active-unit .ks-button, #platforms .platforms_wrapper-unit.active-unit h4 {
        -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
        transform: translateX(0px) !important;
        opacity: 1 !important; }
    #platforms .platforms_wrapper-unit .platforms_unit-image {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 0;
      width: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      min-height: 1px; }
      #platforms .platforms_wrapper-unit .platforms_unit-image img {
        width: auto;
        max-width: 100%;
        min-height: 1px;
        height: 100%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        object-fit: contain;
        transition: 0.4s ease-in-out;
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
        padding-left: 10rem; }
    #platforms .platforms_wrapper-unit .platforms_unit-desc {
      width: 50%;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background: white;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper {
        width: 50%; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper h3 {
          font-size: 2rem;
          transition: 0.6s ease 0.3s; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper hr {
          outline: none;
          border: none;
          display: block;
          width: 60px;
          height: 5px;
          background: #ec5b29;
          transition: 0.6s ease 0.4s; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper p {
          transition: 0.6s ease 0.6s; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper h4 {
          transition: 0.8s ease 0.8s;
          margin-bottom: 10px; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper .ks-button {
          transition: 0.6s ease 0.5s; }
          #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper .ks-button i, #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper .ks-button img {
            -webkit-order: -1;
            -ms-flex-order: -1;
            order: -1;
            margin-right: 5px;
            font-size: 16px; }
          #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper .ks-button img {
            width: 14px; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper h3, #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper hr, #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper .ks-button, #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper p, #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper h4 {
          -webkit-transform: translateX(200px);
          -ms-transform: translateX(200px);
          transform: translateX(200px);
          opacity: 0; }
  #platforms .platforms_controller {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 300px;
    margin: 2rem auto 0 auto; }
    #platforms .platforms_controller .platforms_unit {
      cursor: pointer;
      color: black;
      opacity: 0.5;
      transition: 0.2s ease;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #platforms .platforms_controller .platforms_unit:hover {
        opacity: 0.6; }
      #platforms .platforms_controller .platforms_unit.active-unit {
        opacity: 1; }
      #platforms .platforms_controller .platforms_unit i {
        font-size: 35px; }
      #platforms .platforms_controller .platforms_unit img {
        height: 35px; }

#bot_of_the_year {
  padding: 8rem 0rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }
  #bot_of_the_year h2 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 3rem; }
  #bot_of_the_year .ks-wrapper-small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #bot_of_the_year .ph-kitty {
    max-width: 90%;
    width: 40%;
    display: block;
    margin-bottom: 3rem; }
  #bot_of_the_year p {
    font-size: 1.2rem; }
  #bot_of_the_year .bot_link {
    color: #ec5b29;
    text-decoration: underline;
    transition: 0.2s ease; }
    #bot_of_the_year .bot_link:hover {
      color: #f07f58; }
  #bot_of_the_year .ks-button {
    width: 200px;
    margin-top: 2rem; }

#featured {
  padding: 8rem 0rem;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  #featured img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 0.5rem auto; }
  #featured h2 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 3rem; }
  #featured .featured_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 6rem; }
    #featured .featured_wrapper a {
      min-height: 1px;
      -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      margin: 2rem 0px; }
      #featured .featured_wrapper a:last-child {
        margin-bottom: 0px; }
      #featured .featured_wrapper a img {
        width: 100%;
        object-fit: contain;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.5;
        transition: 0.2s ease; }
        #featured .featured_wrapper a img:hover {
          opacity: 1;
          -webkit-filter: none;
          filter: none; }
  #featured .featured_tc {
    width: 100%;
    padding: 6rem 0rem;
    background: #ec5b29; }
    #featured .featured_tc .ks-wrapper-small {
      text-align: center; }
    #featured .featured_tc .tc_link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 180px;
      height: 180px;
      background: white;
      opacity: 0.8;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      border-radius: 100%;
      margin: 0 auto 1.4rem auto;
      box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.4);
      transition: all 0.4s cubic-bezier(1, 0.15, 0.34, 1.03); }
      #featured .featured_tc .tc_link:hover {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.1) translateY(-15px);
        -ms-transform: scale(1.1) translateY(-15px);
        transform: scale(1.1) translateY(-15px);
        box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2); }
      #featured .featured_tc .tc_link img {
        width: 130px; }
    #featured .featured_tc p {
      font-size: 1.5rem;
      color: white;
      margin-bottom: 0px; }
    #featured .featured_tc small {
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.7); }
      #featured .featured_tc small a {
        color: #892c0c;
        transition: 0.2s ease; }
        #featured .featured_tc small a:hover {
          opacity: 0.8; }

#newsletter {
  padding: 8rem 0rem; }
  #newsletter h2 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 3rem; }
  #newsletter form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 60%;
    min-height: 0; }
    #newsletter form input[type="email"] {
      min-width: 0;
      -webkit-flex: 4;
      -ms-flex: 4;
      flex: 4;
      outline: none;
      border: 1px solid rgba(0, 0, 0, 0.2);
      background: white;
      padding: 0rem 1.2rem;
      font-size: 16px;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.6);
      border-radius: 20rem;
      display: block;
      margin-right: 1rem;
      transition: 0.2s ease; }
      #newsletter form input[type="email"]:focus {
        border: 1px solid #ec5b29; }
    #newsletter form button {
      outline: none;
      border: none; }
  #newsletter p {
    width: 55%;
    margin: 4rem auto 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.8; }

#social {
  height: 80px;
  padding: 1.4rem 0rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  #social .ks-wrapper-small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #social .ks-wrapper-small .logo {
      width: 40px; }
    #social .ks-wrapper-small .social_media-wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #social .ks-wrapper-small .social_media-wrapper a {
        margin-left: 3rem; }
        #social .ks-wrapper-small .social_media-wrapper a i {
          font-size: 18px;
          font-weight: 800; }
        #social .ks-wrapper-small .social_media-wrapper a .fa-facebook-official {
          color: #3b5998; }
        #social .ks-wrapper-small .social_media-wrapper a .fa-twitter {
          color: #00aced; }
        #social .ks-wrapper-small .social_media-wrapper a .fa-instagram {
          color: red; }
        #social .ks-wrapper-small .social_media-wrapper a .fa-linkedin {
          color: #007bb6; }
        #social .ks-wrapper-small .social_media-wrapper a .fa-angellist {
          color: black;
          font-weight: 500; }
  #social #social_crunchbase {
    width: 20px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #social #social_crunchbase img {
      width: 100%; }

#footer {
  padding: 1rem 0rem;
  text-align: center;
  background: #f0f3f8; }
  #footer a {
    font-size: 12px;
    margin-right: 20px;
    color: #ec5b29;
    text-decoration: underline; }
  #footer label {
    font-size: 11px; }

.problem {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: white;
  box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.35);
  padding: 20px;
  z-index: 2000;
  display: none; }
  .problem a {
    color: red;
    text-decoration: underline; }
  .problem p {
    margin: 0;
    font-size: 18px; }
  .problem i {
    cursor: pointer;
    color: #ec5b29;
    position: absolute;
    right: 5px;
    top: 5px; }

@media (min-width: 1500px) {
  #banner .ks-wrapper-small {
    padding-top: 12rem; }
    #banner .ks-wrapper-small .banner_phone {
      width: 400px; } }

@media (max-width: 1440px) {
  .thank_you-content {
    padding: 1rem; }
    .thank_you-content img {
      margin-right: 1rem; }
    .thank_you-content h3 {
      font-size: 22px; }
    .thank_you-content p {
      font-size: 14px; } }

@media (max-width: 1440px) {
  .golden_kitty_awards_wrapper img {
    margin-right: 20px; } }

@media (max-width: 1366px) {
  .ks-wrapper-small {
    width: 80%; }
  #banner .ks-wrapper-small {
    padding-top: 3rem; }
  .thank_you-wrapper {
    width: 80%;
    height: 60vh; }
  .thank_you-content {
    padding: 1rem; }
    .thank_you-content img {
      margin-right: 1rem; }
    .thank_you-content h3 {
      font-size: 24px; }
    .thank_you-content p {
      font-size: 14px; }
  .thank_you_button-wrapper {
    margin: 0px 0px 1rem 0px; } }

@media (max-width: 1170px) {
  .golden_kitty_awards_wrapper .ks-wrapper-small {
    width: 80%; }
    .golden_kitty_awards_wrapper .ks-wrapper-small img {
      margin-right: 20px; }
    .golden_kitty_awards_wrapper .ks-wrapper-small a {
      margin-left: 10px; } }

@media (max-width: 1024px) {
  .ks-wrapper-small {
    width: 90%; }
  #banner .ks-wrapper-small .banner_content h1 {
    font-size: 4rem;
    line-height: 3rem; }
  #banner .ks-wrapper-small .banner_content h2 {
    font-size: 1.4rem; }
  #banner header {
    padding: 1rem 0rem; }
    #banner header .ks-wrapper #logo {
      width: 50px; }
  #banner .ks-wrapper {
    width: 90%; }
  #about, #benefits, #platforms, #featured {
    padding: 5rem 0rem; }
  #about .ks-wrapper-small .about_content h2 {
    font-size: 2.8rem; }
  #benefits h2, #platforms h2, #download h2, #newsletter h2, #featured h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 2.5rem; }
  #benefits .benefits_wrapper {
    height: 400px; }
    #benefits .benefits_wrapper .benefits_wrapper-unit {
      -webkit-flex: 1 1 31%;
      -ms-flex: 1 1 31%;
      flex: 1 1 31%;
      padding: 2%; }
  #platforms h2 {
    margin-top: 0rem; }
  #platforms .platforms_wrapper {
    height: 450px; }
  #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper {
    width: 70%; }
  #newsletter form {
    width: 75%; }
  #newsletter p {
    width: 70%; } }

@media (min-width: 2432px) {
  #banner .ks-wrapper-small {
    padding-top: 13rem; }
    #banner .ks-wrapper-small .banner_content h1 {
      font-size: 8rem;
      line-height: 7rem; }
    #banner .ks-wrapper-small .banner_phone {
      width: 500px; }
  #platforms .platforms_wrapper-unit .platforms_unit-image img {
    position: absolute;
    right: 30px; }
  .thank_you-content h3, .thank_you-content p {
    float: none; } }

@media (max-height: 830px) {
  .thank_you-wrapper {
    width: 80%;
    height: 90vh; }
    .thank_you-wrapper .thank_you-content {
      padding: 1rem; }
      .thank_you-wrapper .thank_you-content img {
        margin-right: 1rem; }
      .thank_you-wrapper .thank_you-content h3 {
        font-size: 24px; }
      .thank_you-wrapper .thank_you-content p {
        font-size: 14px; }
    .thank_you-wrapper .thank_you_button-wrapper {
      margin: 0px 0px 1rem 0px; } }

@media (max-width: 800px) {
  .golden_kitty_awards_wrapper .ks-wrapper-small {
    width: 90%; }
  .thank_you-wrapper {
    width: 90%;
    height: 70vh; }
  .video_overlay .video_container {
    width: 80%; }
  #banner header .ks-wrapper nav a {
    font-size: 12px; }
  #banner .ks-wrapper-small .banner_phone {
    padding-top: 4rem;
    margin-right: 0px;
    margin-left: 2rem;
    width: 270px; }
  #about .ks-wrapper-small {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #about .ks-wrapper-small .about_img {
      width: 90%; }
      #about .ks-wrapper-small .about_img img {
        margin-left: -40%; }
    #about .ks-wrapper-small .about_content {
      width: 100%;
      margin-left: 0px;
      margin-top: 2rem; }
  #benefits .benefits_wrapper {
    height: auto; }
    #benefits .benefits_wrapper .benefits_wrapper-unit {
      padding: 1%;
      -webkit-flex: 1 1 32%;
      -ms-flex: 1 1 32%;
      flex: 1 1 32%; }
  #platforms .platforms_wrapper-unit {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #platforms .platforms_wrapper-unit .platforms_unit-image {
      width: 100%;
      margin-bottom: 1rem; }
      #platforms .platforms_wrapper-unit .platforms_unit-image img {
        height: 120%;
        max-height: 120%;
        padding-left: 0rem; }
    #platforms .platforms_wrapper-unit .platforms_unit-desc {
      width: 100%;
      margin-top: 0.8rem;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper {
        width: 90%;
        height: 100%; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper h3 {
          font-size: 1.4rem; }
  #platforms .platforms_controller {
    margin-top: 0; }
  #newsletter form {
    width: 100%; } }

@media (max-width: 500px) {
  #bot_of_the_year .ph-kitty {
    width: 90%; }
  .thank_you-wrapper {
    width: 90%;
    height: 70vh; }
  .thank_you-img {
    height: 55%; }
  .thank_you-content img {
    margin-bottom: 10px; }
  .thank_you-content h3 {
    font-size: 18px; }
  .thank_you-content p {
    font-size: 13px; }
  .thank_you_button-wrapper a {
    width: 140px; }
  .video_overlay .video_container {
    width: 90%; }
    .video_overlay .video_container iframe {
      width: 100%; }
  #burger_menu {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    z-index: 100;
    cursor: pointer; }
    #burger_menu.is-open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px;
      background: #ec5b29; }
    #burger_menu.is-open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #ec5b29; }
    #burger_menu.is-open span:nth-child(2) {
      display: none;
      background: #ec5b29; }
    #burger_menu span {
      display: block;
      width: 100%;
      height: 4px;
      margin: 3px 0px;
      background: white;
      position: relative;
      transition: 0.3s ease; }
  #banner .ks-wrapper, .ks-wrapper-small {
    width: 90%; }
  #banner header .ks-wrapper nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    background: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.5s ease; }
    #banner header .ks-wrapper nav.nav-open {
      left: 0%; }
    #banner header .ks-wrapper nav .logo {
      display: block;
      width: 70px !important; }
    #banner header .ks-wrapper nav a {
      color: rgba(0, 0, 0, 0.8);
      font-size: 1.4rem;
      padding: 1rem 0rem;
      margin-left: 0px;
      opacity: 0;
      transition: 0.5s ease;
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px); }
      #banner header .ks-wrapper nav a:hover {
        opacity: 1;
        color: #ec5b29; }
      #banner header .ks-wrapper nav a.item-open {
        -webkit-animation: items 0.8s ease-in-out forwards;
        animation: items 0.8s ease-in-out forwards;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s; }
  #banner .ks-wrapper-small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100vh; }
    #banner .ks-wrapper-small .banner_content {
      padding-top: 10rem;
      padding-bottom: 0rem; }
    #banner .ks-wrapper-small .banner_phone {
      display: none; }
  #about .ks-wrapper-small .about_img {
    display: none; }
  #about .ks-wrapper-small .about_content {
    width: 100%;
    margin-left: 0px; }
  #benefits .benefits_wrapper {
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #benefits .benefits_wrapper .benefits_wrapper-unit {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px; }
  #platforms .platforms_wrapper-unit {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #platforms .platforms_wrapper-unit .platforms_unit-image {
      position: relative;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #platforms .platforms_wrapper-unit .platforms_unit-image img {
        height: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        left: 30%; }
      #platforms .platforms_wrapper-unit .platforms_unit-image #macbook {
        left: 5%; }
    #platforms .platforms_wrapper-unit .platforms_unit-desc {
      margin-top: 0.8rem;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper {
        width: 90%;
        height: 100%; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper h3 {
          font-size: 1.4rem; }
        #platforms .platforms_wrapper-unit .platforms_unit-desc .unit_desc-wrapper p {
          margin-bottom: 0.7rem; }
  #platforms .platforms_controller {
    margin-top: 2rem; }
  #featured .featured_wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #featured .featured_wrapper a {
      width: 100%; }
  .download p {
    width: 100%;
    text-align: left;
    margin-bottom: 1rem; }
  .download .download_wrapper-links {
    margin: 0; }
  #newsletter form {
    width: 100%;
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #newsletter form input[type="email"] {
      margin-right: 0px;
      margin-bottom: 10px;
      padding: 0.5rem 1rem; }
    #newsletter form button {
      width: 100%; }
  #newsletter p {
    width: auto;
    font-size: 14px;
    text-align: left;
    margin-top: 2rem; }
  #about, #benefits, #platforms, .download, #newsletter, #featured, #bot_of_the_year {
    padding: 4rem 0rem; }
  #benefits h2, #platforms h2, #download h2, #newsletter h2, .download h2, #featured h2, #bot_of_the_year h2 {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  #social_crunchbase {
    width: 45px; } }

@media (max-width: 325px) {
  .featured_card {
    width: 100%; }
  .golden_kitty_awards_wrapper .ks-wrapper-small img {
    height: 80%; }
  .golden_kitty_awards_wrapper .ks-wrapper-small p {
    font-size: 11px; }
  .thank_you_button-wrapper a {
    width: 120px; }
  #banner .ks-wrapper-small .banner_content h1 {
    font-size: 3rem;
    line-height: 2rem; }
  #banner .ks-wrapper-small .banner_content .banner_content-cta a, .download .download_wrapper-links a {
    width: 140px; }
  .download .download_wrapper-links {
    width: 100%; }
  .download_wrapper .download_wrapper-cta a {
    width: 125px; }
  #platforms .platforms_wrapper-unit .platforms_unit-image {
    height: 100%; }
    #platforms .platforms_wrapper-unit .platforms_unit-image #macbook {
      left: -7%; }
  #platforms .platforms_wrapper-unit .platforms_unit-desc {
    height: 100%; }
  #platforms .platforms_controller {
    width: 100%;
    margin-top: 3rem; }
    #platforms .platforms_controller .platforms_unit i {
      font-size: 30px; }
    #platforms .platforms_controller .platforms_unit img {
      width: 30px; }
  #social .ks-wrapper-small .social_media-wrapper a {
    margin-left: 2rem; } }

@-webkit-keyframes items {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 0.6;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes items {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 0.6;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
