@media (min-width: 992px) {
  .hide-on-desktop {
    display: none; } }

@media (max-width: 991px) {
  .hide-on-mobile-tablet {
    display: none; } }

@media (min-width: 992px) {
  .hide-on-desktop {
    display: none; } }

@media (max-width: 991px) {
  .hide-on-mobile-tablet {
    display: none; } }

/* ------------------- NEWS ITEMS ----------------------- */
.in-the-news-logo {
  box-shadow: 0 11px 14px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
  background-color: #fff; }
  .in-the-news-logo:hover, .in-the-news-logo.active {
    box-shadow: 0 11px 14px 0 rgba(0, 119, 204, 0.1);
    border: 1px solid rgba(0, 119, 204, 0.1); }
  .in-the-news-logo img {
    height: 30px;
    max-width: 100%; }

#in-the-news-container {
  max-height: 3.2em;
  height: 3.2em;
  -webkit-line-clamp: 2; }
  @media (max-width: 767px) {
    #in-the-news-container {
      max-height: 4.8em;
      height: 4.8em;
      -webkit-line-clamp: 3; } }

/* ----------------- END NEWS ITEMS --------------------- */
.landing-page-wrapper .landing-image-wrapper {
  min-height: 100vh;
  background-color: #000;
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
  background-image: url("/static/images/background.min.jpg");
  padding-top: 70px;
  padding-bottom: 150px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .landing-page-wrapper .landing-image-wrapper {
      padding-bottom: 190px; } }
  @media (max-width: 767px) {
    .landing-page-wrapper .landing-image-wrapper {
      background-image: url("/static/images/background-mobile.min.jpg");
      padding-bottom: 310px; } }
  .landing-page-wrapper .landing-image-wrapper .big-message {
    padding: 110px 0px 30px 25%;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    line-height: 1.43;
    font-weight: 600; }
    @media (max-width: 767px) {
      .landing-page-wrapper .landing-image-wrapper .big-message {
        font-size: 17px;
        line-height: 24px;
        padding: 120px 20px 40px 0; }
        .landing-page-wrapper .landing-image-wrapper .big-message br {
          display: none; } }
  .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph {
    display: none; }
    .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons {
      padding-left: 10px; }
      .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li {
        vertical-align: middle;
        display: inline-block;
        border-left: 2px dotted #fff;
        border-bottom: 2px dotted #fff;
        position: relative;
        padding: 25px 28px; }
        .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li:first-child {
          margin-top: 100px;
          border: none;
          border-top: 2px dotted #fff; }
        .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li.last-round {
          padding-right: 0px; }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li.last-round a {
            left: -90%; }
        .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li:last-child {
          padding: 0px;
          margin: 0px;
          border: none;
          color: #fff;
          text-transform: uppercase;
          font-size: 10px;
          top: 25px;
          margin-left: -2px; }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li:last-child .growth-label {
            position: absolute;
            left: -20px;
            top: 15px;
            font-weight: 600; }
        .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li .member-label {
          position: absolute;
          top: -100%;
          left: -5%;
          color: #fff;
          font-weight: 600;
          font-size: 10px;
          text-align: center;
          transform: translateX(-50%); }
        .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li#business .member-label {
          top: -130%;
          width: max-content; }
        .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li a {
          box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
          display: block;
          box-sizing: content-box;
          position: absolute;
          width: 11px;
          line-height: 11px;
          border-radius: 50%;
          background-color: #ecb038;
          background-image: linear-gradient(#FAC55B, #DC9A15);
          display: block;
          position: absolute;
          padding: 16px 19px;
          top: -60%;
          left: -49%; }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li a#businesses {
            background-color: #36a6d5;
            background-image: linear-gradient(#67AECC, #2589B3); }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li a#investors {
            background-color: #ecb038;
            background-image: linear-gradient(#FAC55B, #DC9A15); }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li a#lenders {
            background-color: #08b9f2;
            background-image: linear-gradient(#38BCF4, #0693C1); }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li a#advisors {
            background-color: #71ae60;
            background-image: linear-gradient(#87C677, #59914A); }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li a#acquirers {
            background-color: #f27a3a;
            background-image: linear-gradient(#F48651, #E95B10); }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li a i {
            color: #fff;
            font-size: 12px; }
          .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph ul.member-icons > li a:hover {
            box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.8); }
    @media (min-width: 768px) {
      .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph {
        display: none; } }
  .landing-page-wrapper .landing-image-wrapper .business-growth-graph {
    display: none;
    margin-top: 50px;
    color: #fff;
    text-align: center;
    bottom: 0px;
    right: 15%;
    font-weight: 300;
    text-align: right;
    padding: 10px;
    margin-left: 35%; }
    @media (max-width: 767px) {
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph {
        display: none; } }
    .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon {
      display: inline-block;
      vertical-align: middle;
      padding: 40px 55px;
      border-right: 3px dotted #FFF;
      border-bottom: 3px dotted #FFF;
      position: relative; }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon:last-child {
        border-right: none; }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon .member-label {
        position: absolute;
        top: -75%;
        width: 113px;
        text-align: center;
        font-size: 15px;
        color: #FFF;
        font-weight: 600; }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon a {
        display: block;
        box-sizing: content-box;
        position: absolute;
        top: -60%;
        width: 30px;
        margin: 20px;
        padding: 20px;
        border-radius: 50%;
        color: #FFF;
        z-index: 2;
        text-align: center;
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
        transition: all 0.2s; }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon a i {
          line-height: 30px;
          font-size: 24px;
          transition: all 0.2s; }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon a:hover {
          padding: 25px;
          margin: 15px;
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.8); }
          .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon a:hover i {
            font-size: 30px; }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon #investors {
        background-color: #ecb038;
        background-image: linear-gradient(#FAC55B, #DC9A15); }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon #investors:hover {
          background-color: #f8b32a;
          background-image: linear-gradient(#f8b32a, #e89d07); }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon #lenders {
        background-color: #08b9f2;
        background-image: linear-gradient(#38BCF4, #0693C1); }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon #lenders:hover {
          background-color: #0daaec;
          background-image: linear-gradient(#0daaec, #0a87bc); }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon #advisors {
        background-color: #71ae60;
        background-image: linear-gradient(#87C677, #59914A); }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon #advisors:hover {
          background-color: #67b753;
          background-image: linear-gradient(#67b753, #51983f); }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon #acquirers {
        background-color: #f27a3a;
        background-image: linear-gradient(#F48651, #E95B10); }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon #acquirers:hover {
          background-color: #f16521;
          background-image: linear-gradient(#f16521, #d24d0d); }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon#growth {
        padding-right: 0px; }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon#growth i {
          position: absolute;
          font-size: 18px;
          line-height: 19px;
          bottom: -11px;
          right: -15px;
          font-weight: 600; }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .members .member-icon#growth .member-label {
          top: 120%;
          right: 0; }
    .landing-page-wrapper .landing-image-wrapper .business-growth-graph .business-icon-container .business-icon {
      display: inline-block;
      position: relative;
      float: left;
      padding: 35px 55px; }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .business-icon-container .business-icon .business-label {
        position: absolute;
        top: -120%;
        text-align: center;
        font-size: 15px;
        color: #FFF;
        left: -25%;
        font-weight: 600; }
      .landing-page-wrapper .landing-image-wrapper .business-growth-graph .business-icon-container .business-icon a {
        display: block;
        position: absolute;
        box-sizing: content-box;
        top: -75%;
        width: 30px;
        margin: 20px;
        padding: 20px;
        border-radius: 50%;
        left: -35%;
        color: #FFF;
        z-index: 2;
        text-align: center;
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.4);
        background-color: #36a6d5;
        background-image: linear-gradient(#67AECC, #2589B3);
        transition: all 0.2s; }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .business-icon-container .business-icon a i {
          line-height: 30px;
          font-size: 24px;
          transition: all 0.2s; }
        .landing-page-wrapper .landing-image-wrapper .business-growth-graph .business-icon-container .business-icon a:hover {
          padding: 25px;
          margin: 15px;
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.8); }
          .landing-page-wrapper .landing-image-wrapper .business-growth-graph .business-icon-container .business-icon a:hover i {
            font-size: 30px; }
  .landing-page-wrapper .landing-image-wrapper .create-profiles {
    color: #FFF;
    padding: 20px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0; }
    .landing-page-wrapper .landing-image-wrapper .create-profiles .create-profiles-title {
      text-align: center;
      font-size: 26px;
      color: #FFF;
      font-weight: 600; }
      @media (max-width: 767px) {
        .landing-page-wrapper .landing-image-wrapper .create-profiles .create-profiles-title {
          font-size: 20px; } }
    .landing-page-wrapper .landing-image-wrapper .create-profiles .profile {
      text-align: center; }
      @media (max-width: 767px) {
        .landing-page-wrapper .landing-image-wrapper .create-profiles .profile {
          padding: 5px 0; } }
      .landing-page-wrapper .landing-image-wrapper .create-profiles .profile .info {
        font-size: 16px;
        padding: 5px;
        line-height: 20px;
        font-weight: 300; }
      .landing-page-wrapper .landing-image-wrapper .create-profiles .profile .create-profile-button {
        margin-top: 3px; }
        .landing-page-wrapper .landing-image-wrapper .create-profiles .profile .create-profile-button a {
          font-size: 16px;
          padding: 8px 25px;
          width: 80%; }

@media (max-width: 767px) {
  .landing-page-wrapper .landing-image-wrapper .mobile-business-growth-graph {
    display: inline-block; } }
@media (min-width: 768px) {
  .landing-page-wrapper .landing-image-wrapper .business-growth-graph {
    display: inline-block; } }
.landing-page-wrapper .landing-image-wrapper .video-play-button {
  height: 60px;
  width: 90px;
  position: absolute;
  top: 50%;
  left: 18%;
  border-radius: 15px;
  border: none;
  transition: transform .2s;
  background-color: red;
  animation: pulsingplaybutton 2s infinite;
  cursor: pointer; }
  .landing-page-wrapper .landing-image-wrapper .video-play-button i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10px, -50%);
    color: white; }
    @media (max-width: 767px) {
      .landing-page-wrapper .landing-image-wrapper .video-play-button i {
        transform: translate(-20px, -50%); } }
  @media (min-width: 992px) {
    .landing-page-wrapper .landing-image-wrapper .video-play-button:hover {
      transform: scale(1.2); } }
  @media (max-width: 767px) {
    .landing-page-wrapper .landing-image-wrapper .video-play-button {
      position: absolute;
      top: 100px;
      left: 50%;
      transform: scale(0.7) translateX(-65%); } }

@keyframes pulsingplaybutton {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); }
  35% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0); }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); } }
.listings-section {
  font-weight: normal;
  background-color: WHITE; }
  .listings-section .section {
    padding: 70px 0 40px 0;
    background-color: #fafafa;
    border-bottom: 1px solid #EEE; }
    @media (max-width: 991px) {
      .listings-section .section {
        padding: 30px 0; } }
  .listings-section .listings-text {
    padding: 0 20px;
    font-size: 17px;
    line-height: 22px;
    color: #888; }
    .listings-section .listings-text .btn {
      margin-top: 20px; }
  .listings-section .listings-title-buttons {
    position: relative;
    top: -200px;
    text-align: center; }
    .listings-section .listings-title-buttons .smergers-left-scroll {
      float: left; }
    .listings-section .listings-title-buttons .smergers-right-scroll {
      float: right; }
    .listings-section .listings-title-buttons .listings-view-all {
      background-color: #EEE;
      border-radius: 6px;
      padding: 10px 20px; }
      .listings-section .listings-title-buttons .listings-view-all:hover {
        background-color: #DDD; }
    .listings-section .listings-title-buttons a {
      background-color: #b3b3b3;
      display: inline-block;
      padding: 7px 5px;
      color: WHITE;
      line-height: 100%;
      font-weight: 600;
      text-transform: uppercase; }
      .listings-section .listings-title-buttons a:hover {
        background-color: #333; }
  .listings-section .listing-items-wrapper {
    padding: 0; }
    .listings-section .listing-items-wrapper .no-result {
      padding: 10px 20px;
      font-size: 16px;
      color: #666; }

/* -------------- WHAT SECTION ----------------- */
.what-section-wrapper {
  padding: 20px 0; }
  @media (max-width: 767px) {
    .what-section-wrapper {
      padding: 5px 0; } }
  .what-section-wrapper .section-heading {
    padding: 15px 200px;
    font-size: 21px; }
    .what-section-wrapper .section-heading strong {
      font-weight: 600; }
    @media (max-width: 767px) {
      .what-section-wrapper .section-heading {
        font-size: 19px;
        line-height: 24px;
        padding: 25px 0 0; } }
  .what-section-wrapper .mobile-what-section {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .what-section-wrapper .mobile-what-section {
        display: none; } }
    .what-section-wrapper .mobile-what-section .feature {
      margin-bottom: 10px; }
      .what-section-wrapper .mobile-what-section .feature .title {
        font-size: 18px;
        font-weight: 600; }
      .what-section-wrapper .mobile-what-section .feature .desc {
        margin-top: 5px; }
      .what-section-wrapper .mobile-what-section .feature .img {
        text-align: right; }
        .what-section-wrapper .mobile-what-section .feature .img img {
          max-width: 24px; }
  .what-section-wrapper .what-section {
    padding: 20px 0; }
    @media (max-width: 991px) {
      .what-section-wrapper .what-section {
        display: none; } }
    .what-section-wrapper .what-section .box {
      text-align: center;
      padding: 20px 0; }
      @media (max-width: 767px) {
        .what-section-wrapper .what-section .box {
          padding: 5px;
          border-left: none; } }
      .what-section-wrapper .what-section .box .box-icon {
        height: 50px;
        text-align: center;
        padding: 10px;
        color: #bbb; }
        .what-section-wrapper .what-section .box .box-icon img {
          max-width: 30px; }
      .what-section-wrapper .what-section .box .box-header {
        font-size: 20px;
        color: #000;
        font-weight: 600; }
      .what-section-wrapper .what-section .box .box-info {
        font-size: 17px;
        line-height: 1.5;
        padding: 0 25px;
        margin: 0.56em 0px;
        color: #6d7581;
        font-weight: normal !important; }
        @media (max-width: 767px) {
          .what-section-wrapper .what-section .box .box-info {
            padding: 0 35px; } }

/* ------------ END WHAT SECTION --------------- */
/* ---- FEATURES ---- */
.features-section .feature {
  position: relative;
  overflow: hidden;
  padding: 10px 0 20px 0; }
  @media (max-width: 767px) {
    .features-section .feature {
      margin: 0 35px; } }
  .features-section .feature.feature--content-left .feature-image {
    right: 0; }
  .features-section .feature.feature--content-right .feature-content {
    margin-left: 50%; }
    @media (max-width: 767px) {
      .features-section .feature.feature--content-right .feature-content {
        margin-left: 0; } }
  .features-section .feature.feature--content-right .feature-image {
    left: 0; }
  .features-section .feature:hover .feature-image {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
    @media (max-width: 767px) {
      .features-section .feature:hover .feature-image {
        top: 80%; } }
  .features-section .feature .feature-title {
    font-size: 26px;
    color: #444; }
  .features-section .feature .feature-description {
    font-size: 17px;
    line-height: 1.5em;
    color: #888;
    margin: 30px 0; }
  .features-section .feature .feature-content {
    width: 50%;
    padding: 70px 30px; }
    @media (max-width: 767px) {
      .features-section .feature .feature-content {
        position: relative;
        padding: 20px 0 80px;
        width: 100%;
        z-index: 2; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .features-section .feature .feature-content {
        padding: 30px 20px; } }
  .features-section .feature .feature-image {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); }
    @media (max-width: 767px) {
      .features-section .feature .feature-image {
        opacity: 0.5;
        width: 100%;
        z-index: 1;
        top: 80%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }

/* -- END FEATURES -- */

/*# sourceMappingURL=home.css.map */
