.hero {
  background-color: #12131A;
  padding: 105px 0 30px; }
  .hero .hero-inner h5 {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px; }
  .hero .hero-inner h1 {
    font-family: "mr-eaves-xl-sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 44px;
    color: #FFFFFF; }
  .hero .hero-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #E6E6E6; }
  .hero .col-hero-inner {
    min-height: 526px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .hero .hero-image {
    position: absolute;
    top: 80px;
    right: 0;
    width: 44vw;
    left: inherit;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 526px; }
    .hero .hero-image img {
      position: relative;
      width: 100%; }
  .hero .hero-stats {
    position: relative;
    z-index: 20; }
    .hero .hero-stats .item {
      max-width: 260px;
      margin: 0 auto 0 0; }
      @media (max-width: 767.98px) {
        .hero .hero-stats .item {
          margin-left: -15px; } }
      .hero .hero-stats .item p {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        margin: 0; }
        .hero .hero-stats .item p.percent {
          font-style: normal;
          font-weight: 800;
          font-size: 50px;
          line-height: 22px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 20px;
          margin-bottom: 10px; }
          .hero .hero-stats .item p.percent small {
            font-size: 60%; }
  .hero.case-study-single-hero {
    margin-bottom: 150px;
    position: relative;
    padding-top: 175px; }
    @media (max-width: 767.98px) {
      .hero.case-study-single-hero {
        margin-bottom: 50px; } }
    .hero.case-study-single-hero .col-hero-inner {
      min-height: 450px; }
    .hero.case-study-single-hero .hero-image {
      height: 463px;
      width: 100%;
      position: relative;
      z-index: 3; }
      @media (max-width: 767.98px) {
        .hero.case-study-single-hero .hero-image {
          top: 0;
          height: auto;
          width: 100vw;
          max-width: 100vw;
          margin: 30px -15px 0 -15px;
          max-height: 221px;
          padding-left: 0; }
          .hero.case-study-single-hero .hero-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
    .hero.case-study-single-hero:before {
      content: "";
      position: absolute;
      bottom: -150px;
      right: 0;
      left: 0;
      height: 240px;
      width: 100% !important;
      background-color: #FFFFFF;
      z-index: 1; }
      @media (max-width: 767.98px) {
        .hero.case-study-single-hero:before {
          bottom: -75px; } }
    .hero.case-study-single-hero.no-image .hero-inner {
      max-width: 800px;
      margin: 0 auto;
      text-align: center; }
      .hero.case-study-single-hero.no-image .hero-inner h1 {
        max-width: 100%; }
      .hero.case-study-single-hero.no-image .hero-inner .hero-author > a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .hero.case-study-single-hero .case-study-hero-shapes {
      position: absolute;
      right: 0;
      bottom: 89px;
      max-height: 72px;
      width: auto;
      height: 72px;
      z-index: 0; }
      .hero.case-study-single-hero .case-study-hero-shapes img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      @media (max-width: 767.98px) {
        .hero.case-study-single-hero .case-study-hero-shapes {
          display: none; } }
  .hero.hero-blog-single {
    padding-bottom: 0;
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      .hero.hero-blog-single {
        margin-bottom: 30px !important; } }
    .hero.hero-blog-single:before {
      content: "";
      position: absolute;
      bottom: -100px;
      right: 0;
      left: 0;
      height: 240px;
      width: 100% !important;
      background-color: #f2f2f2;
      z-index: 2; }
      @media (max-width: 768px) {
        .hero.hero-blog-single:before {
          bottom: -35px; } }
    .hero.hero-blog-single .blog-hero-shapes {
      width: 100vw;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1; }
      .hero.hero-blog-single .blog-hero-shapes img {
        position: absolute;
        right: 40px;
        height: 72px;
        bottom: 139px; }
    .hero.hero-blog-single .col-hero-inner {
      min-height: 450px; }
    .hero.hero-blog-single .hero-image {
      height: 368px;
      width: 100%;
      position: relative;
      top: 30px;
      z-index: 3;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px; }
      @media (max-width: 767.98px) {
        .hero.hero-blog-single .hero-image {
          width: 100vw;
          padding-left: 0;
          top: 0;
          left: -30px;
          height: 184px;
          max-width: 100vw; } }
    .hero.hero-blog-single .hero-inner .hero-category {
      color: #01DDB5; }
    @media (min-width: 768px) {
      .hero.hero-blog-single .hero-inner h1 {
        font-size: 45px; } }
    .hero.hero-blog-single .hero-inner .hero-author > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .hero.hero-blog-single .hero-inner .hero-author > a img {
        border: 1px solid #FFFFFF;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 50px;
        height: 50px;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: border .3s;
        -o-transition: border .3s;
        -moz-transition: border .3s;
        transition: border .3s; }
      .hero.hero-blog-single .hero-inner .hero-author > a h5 {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 20px;
        margin: 0 0 0 14px;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s; }
      .hero.hero-blog-single .hero-inner .hero-author > a p.date {
        color: #FFFFFF;
        font-size: 20px;
        margin: 0;
        padding-left: 15px;
        border-left: 1px solid #FFFFFF;
        line-height: 1;
        margin-left: 15px; }
      .hero.hero-blog-single .hero-inner .hero-author > a:hover img, .hero.hero-blog-single .hero-inner .hero-author > a:focus img {
        border-color: #01DDB5; }
      .hero.hero-blog-single .hero-inner .hero-author > a:hover h5, .hero.hero-blog-single .hero-inner .hero-author > a:focus h5 {
        color: #01DDB5; }
    @media (max-width: 767.98px) {
      .hero.hero-blog-single .hero-inner .hero-author {
        padding: 20px 0;
        margin-bottom: 90px; }
        .hero.hero-blog-single .hero-inner .hero-author > a {
          display: block;
          padding-left: 50px;
          position: relative; }
          .hero.hero-blog-single .hero-inner .hero-author > a img {
            position: absolute;
            left: 0;
            top: 0; }
          .hero.hero-blog-single .hero-inner .hero-author > a p.date {
            border: 0;
            padding: 0;
            font-size: 16px; } }
  .hero.hero-with-subnav {
    position: relative; }
    .hero.hero-with-subnav + section {
      position: relative;
      z-index: 5; }
    .hero.hero-with-subnav::before {
      background-color: #000000;
      content: "";
      width: 540px;
      height: 1174px;
      position: absolute;
      top: 0;
      right: 0; }
    .hero.hero-with-subnav .row {
      position: relative; }
      .hero.hero-with-subnav .row .col-lg-6 {
        position: static; }
    .hero.hero-with-subnav .hero-nav-capabilities {
      position: absolute;
      left: 15px;
      bottom: 15px; }
      .hero.hero-with-subnav .hero-nav-capabilities ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .hero.hero-with-subnav .hero-nav-capabilities ul li a {
          color: #FFFFFF;
          font-size: 24px;
          line-height: 45px;
          padding: 0;
          position: relative;
          top: 0px;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          -moz-transition: all .3s;
          transition: all .3s; }
          .hero.hero-with-subnav .hero-nav-capabilities ul li a:hover, .hero.hero-with-subnav .hero-nav-capabilities ul li a:focus {
            color: #01DDB5; }
        .hero.hero-with-subnav .hero-nav-capabilities ul li:not(:last-of-type) {
          margin-right: 25px; }
        .hero.hero-with-subnav .hero-nav-capabilities ul li.current-menu-item a {
          color: #01DDB5;
          top: -12px; }
  @media (max-width: 1375px) {
    .hero .hero-image img {
      width: 100%; } }
  @media (max-width: 1199.98px) {
    .hero:before {
      width: 50%; }
    .hero .row .col-hero-inner {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-height: 400px; }
    .hero .hero-image {
      height: auto; } }
  @media (max-width: 991.98px) {
    .hero .row .col-hero-inner {
      padding-right: 44px;
      min-height: auto; }
    .hero .hero-stats .item p.percent {
      font-size: 60px; }
    .hero.hero-with-subnav:before {
      width: 50%;
      height: 1000px; }
    .hero .hero-nav-capabilities {
      display: none; }
    .hero .hero-image img {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .hero {
      padding: 110px 0 30px; }
      .hero.case-study-single-hero .hero-stats {
        padding: 30px 15px; }
        .hero.case-study-single-hero .hero-stats .col:not(:last-of-type) {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          margin-bottom: 50px; }
      .hero .row .col-hero-inner {
        padding-right: 15px; }
      .hero .hero-image {
        position: static;
        width: 100%;
        max-width: 540px;
        margin: 20px auto 0;
        padding-left: 30px;
        overflow: visible; }
      .hero .hero-inner p {
        font-size: 22px; } }

.home.page-template .hero.hero-with-subnav .hero-nav-capabilities {
  display: none; }

.hero-random-splash {
  background-position: right top;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-color: #12131A;
  padding: 100px 0 0;
  position: relative; }
  .hero-random-splash .hero-inner {
    margin-top: 75px; }
    .hero-random-splash .hero-inner h5 {
      font-weight: 800;
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 12px; }
    .hero-random-splash .hero-inner h1 {
      margin-bottom: 5px;
      font-size: 50px;
      font-weight: 600;
      line-height: 50px; }
    .hero-random-splash .hero-inner p {
      font-size: 38px;
      max-width: 555px;
      line-height: 41px; }
    .hero-random-splash .hero-inner p.hero-tagline {
      font-size: 26px; }
    .hero-random-splash .hero-inner .hero-featured-case-study {
      border-top: 1px solid #FFFFFF;
      padding-top: 25px;
      margin: 100px 0 75px;
      max-width: 360px; }
      .hero-random-splash .hero-inner .hero-featured-case-study h3 {
        font-size: 28px;
        line-height: 22px;
        margin-bottom: 10px; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus {
          color: #FFFFFF; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-teal, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-teal, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-teal, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-teal {
          color: #01DDB5; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-blue, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-blue, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-blue, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-blue {
          color: #1ac8f2; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-pink, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-pink, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-pink, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-pink {
          color: #ea6f5d; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-yellow, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-yellow, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-yellow, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-yellow {
          color: #F6C535; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-orange, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-orange, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-orange, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-orange {
          color: #f16524; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-strategy, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-strategy, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-strategy, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-strategy {
          color: #40C1AA; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-full-funnel, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-full-funnel, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-full-funnel, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-full-funnel {
          color: #FFA179; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-performance-media, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-performance-media, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-performance-media, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-performance-media {
          color: #AB6FFF; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-seo, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-seo, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-seo, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-seo {
          color: #08ACF2; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-cro, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-cro, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-cro, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-cro {
          color: #E97269; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-analytics, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-analytics, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-analytics, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-analytics {
          color: #F6C535; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-organic-social, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-organic-social, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-organic-social, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-organic-social {
          color: #B9EEFF; }
        .hero-random-splash .hero-inner .hero-featured-case-study h3 a.department.ftf-theme-media-creative, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:visited.department.ftf-theme-media-creative, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:hover.department.ftf-theme-media-creative, .hero-random-splash .hero-inner .hero-featured-case-study h3 a:focus.department.ftf-theme-media-creative {
          color: #F36524; }
      .hero-random-splash .hero-inner .hero-featured-case-study .featured-case-study-desc {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px; }
  .hero-random-splash .col-hero-inner {
    min-height: 630px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .hero-random-splash .hero-splash-stat-badge {
    position: absolute;
    right: 310px;
    bottom: 160px;
    width: 220px;
    background: -webkit-linear-gradient(13.42deg, #01DDA8 -0.92%, #08C8F2 39.04%, #1FE0B3 71%, #FFBF01 135.74%);
    background: -moz-linear-gradient(13.42deg, #01DDA8 -0.92%, #08C8F2 39.04%, #1FE0B3 71%, #FFBF01 135.74%);
    background: -o-linear-gradient(13.42deg, #01DDA8 -0.92%, #08C8F2 39.04%, #1FE0B3 71%, #FFBF01 135.74%);
    background: linear-gradient(76.58deg, #01DDA8 -0.92%, #08C8F2 39.04%, #1FE0B3 71%, #FFBF01 135.74%);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    z-index: 20; }
    .hero-random-splash .hero-splash-stat-badge .hero-splash-stat-badge-inner {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .hero-random-splash .hero-splash-stat-badge .hero-splash-stat-badge-inner .stat-badge-icon {
        background-color: #FAFAFA;
        border: 2px solid #FAFAFA;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 40px;
        height: 40px;
        position: absolute;
        top: -20px;
        left: 90px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .hero-random-splash .hero-splash-stat-badge .hero-splash-stat-badge-inner .stat-badge-icon i {
          font-weight: normal;
          font-size: 22px;
          line-height: 22px;
          color: #01DDA8; }
      .hero-random-splash .hero-splash-stat-badge .hero-splash-stat-badge-inner .stat-badge-percentage {
        width: 100%;
        font-weight: 800;
        font-size: 45px;
        line-height: 45px;
        text-align: center;
        color: #FAFAFA;
        margin: 30px 0px 5px; }
      .hero-random-splash .hero-splash-stat-badge .hero-splash-stat-badge-inner .stat-badge-text {
        width: 100%;
        color: #FAFAFA;
        font-weight: bold;
        font-size: 16px;
        line-height: 15px;
        text-align: center;
        margin: 0px 0px 18px; }
    @media (max-width: 991.98px) {
      .hero-random-splash .hero-splash-stat-badge {
        display: none; } }
  .hero-random-splash .slide-phone-overlay {
    position: absolute;
    width: 289px;
    height: 411px;
    right: 75px;
    bottom: 0px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .hero-random-splash .slide-phone-overlay {
        display: none; } }
  .hero-random-splash .hero-splash-image {
    display: none; }
    @media (max-width: 767.98px) {
      .hero-random-splash .hero-splash-image {
        overflow: hidden;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: relative;
        height: 359px; }
        .hero-random-splash .hero-splash-image img {
          height: 100%;
          width: unset;
          max-width: unset; } }
  @media (max-width: 767.98px) {
    .hero-random-splash {
      background-image: none !important; } }
  @media (max-width: 991.98px) {
    .hero-random-splash .hero-inner {
      margin-top: 15px; }
      .hero-random-splash .hero-inner h5 {
        font-weight: 800;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px; }
      .hero-random-splash .hero-inner h1 {
        margin-bottom: 0px;
        font-weight: 800;
        font-size: 32px;
        line-height: 40px; }
      .hero-random-splash .hero-inner p.hero-tagline {
        font-size: 18px;
        margin-bottom: 28px; }
      .hero-random-splash .hero-inner .hero-featured-case-study {
        margin: 0 0 20px; } }
  .hero-random-splash.case-study-single-hero {
    margin-bottom: 150px;
    position: relative; }
    .hero-random-splash.case-study-single-hero .col-hero-inner {
      min-height: 450px; }
    .hero-random-splash.case-study-single-hero .hero-image {
      height: 450px;
      width: 49vw; }
      @media (max-width: 1199.98px) {
        .hero-random-splash.case-study-single-hero .hero-image {
          height: auto;
          width: 44vw; } }
      @media (max-width: 767.98px) {
        .hero-random-splash.case-study-single-hero .hero-image {
          width: 100%; } }
    .hero-random-splash.case-study-single-hero:before {
      content: "";
      position: absolute;
      bottom: -150px;
      right: 0;
      left: 0;
      height: 240px;
      width: 100% !important;
      background-color: #000000;
      z-index: -1; }
    .hero-random-splash.case-study-single-hero.no-image .hero-inner {
      max-width: 800px;
      margin: 0 auto;
      text-align: center; }
      .hero-random-splash.case-study-single-hero.no-image .hero-inner h1 {
        max-width: 100%; }
      .hero-random-splash.case-study-single-hero.no-image .hero-inner .hero-author > a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .hero-random-splash.hero-blog-single {
    padding-bottom: 75px; }
    .hero-random-splash.hero-blog-single .col-hero-inner {
      min-height: 450px; }
    .hero-random-splash.hero-blog-single .hero-image {
      height: 450px;
      width: 49vw; }
      @media (max-width: 1199.98px) {
        .hero-random-splash.hero-blog-single .hero-image {
          height: auto;
          width: 44vw; } }
      @media (max-width: 767.98px) {
        .hero-random-splash.hero-blog-single .hero-image {
          width: 100%; } }
    .hero-random-splash.hero-blog-single .hero-inner .hero-category {
      color: #01DDB5; }
    .hero-random-splash.hero-blog-single .hero-inner h1 {
      max-width: 570px; }
      @media (min-width: 768px) {
        .hero-random-splash.hero-blog-single .hero-inner h1 {
          font-size: 45px; } }
    .hero-random-splash.hero-blog-single .hero-inner .hero-author > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .hero-random-splash.hero-blog-single .hero-inner .hero-author > a img {
        border: 1px solid #FFFFFF;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 50px;
        height: 50px;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: border .3s;
        -o-transition: border .3s;
        -moz-transition: border .3s;
        transition: border .3s; }
      .hero-random-splash.hero-blog-single .hero-inner .hero-author > a h5 {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 20px;
        margin: 0 0 0 14px;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s; }
      .hero-random-splash.hero-blog-single .hero-inner .hero-author > a p.date {
        color: #FFFFFF;
        font-size: 20px;
        margin: 0;
        padding-left: 15px;
        border-left: 1px solid #FFFFFF;
        line-height: 1;
        margin-left: 15px; }
      .hero-random-splash.hero-blog-single .hero-inner .hero-author > a:hover img, .hero-random-splash.hero-blog-single .hero-inner .hero-author > a:focus img {
        border-color: #01DDB5; }
      .hero-random-splash.hero-blog-single .hero-inner .hero-author > a:hover h5, .hero-random-splash.hero-blog-single .hero-inner .hero-author > a:focus h5 {
        color: #01DDB5; }
    @media (max-width: 767.98px) {
      .hero-random-splash.hero-blog-single .hero-inner .hero-author {
        margin-bottom: 20px; }
        .hero-random-splash.hero-blog-single .hero-inner .hero-author > a {
          display: block;
          padding-left: 50px;
          position: relative; }
          .hero-random-splash.hero-blog-single .hero-inner .hero-author > a img {
            position: absolute;
            left: 0;
            top: 0; }
          .hero-random-splash.hero-blog-single .hero-inner .hero-author > a p.date {
            border: 0;
            padding: 0;
            font-size: 16px; } }
  @media (max-width: 1199.98px) {
    .hero-random-splash:before {
      width: 50%; }
    .hero-random-splash .row .col-hero-inner {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-height: 400px; }
    .hero-random-splash .hero-image {
      height: auto; } }
  @media (max-width: 991.98px) {
    .hero-random-splash .row .col-hero-inner {
      padding-right: 44px;
      min-height: auto; }
    .hero-random-splash .hero-stats .item p.percent {
      font-size: 60px; }
    .hero-random-splash.hero-with-subnav:before {
      width: 50%;
      height: 1000px; }
    .hero-random-splash .hero-nav-capabilities {
      display: none; }
    .hero-random-splash .hero-image img {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .hero-random-splash {
      padding: 0 0 30px; }
      .hero-random-splash.case-study-single-hero {
        margin-bottom: 120px; }
        .hero-random-splash.case-study-single-hero .hero-stats {
          padding: 30px 15px; }
          .hero-random-splash.case-study-single-hero .hero-stats .col:not(:last-of-type) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
               -moz-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            margin-bottom: 50px; }
      .hero-random-splash .row .col-hero-inner {
        padding-right: 15px; }
      .hero-random-splash .hero-image {
        position: static;
        width: 100%;
        max-width: 540px;
        margin: 20px auto 0;
        padding-left: 30px;
        overflow: visible; }
      .hero-random-splash .hero-inner p {
        font-size: 22px; } }

.home.page-template .hero.hero-with-subnav .hero-nav-capabilities {
  display: none; }

.testimonial-cards {
  margin: 35px 0 0;
  background: #1d1c1c;
  background: -moz-linear-gradient(180deg, #1d1c1c 0%, black 100%);
  background: -webkit-linear-gradient(180deg, #1d1c1c 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1c1c), to(black));
  background: -webkit-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: -moz-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: -o-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: linear-gradient(180deg, #1d1c1c 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1c1c",endColorstr="#000000",GradientType=1); }
  .testimonial-cards.ftf-light-grey {
    margin: 0;
    padding: 35px 0 50px; }
  .testimonial-cards h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 31px;
    margin: 60px 0;
    text-align: center;
    color: #FAFAFA; }
  .testimonial-cards .card-testimonial {
    height: 320px;
    position: relative;
    z-index: 5;
    margin-top: 50px; }
  .testimonial-cards .testimonial-cards-link {
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonial-cards .section-bottom-splash {
    height: 130px;
    width: 100%; }
  @media (max-width: 991.98px) {
    .testimonial-cards .row .testimonial-cards-link {
      margin-top: 0px; }
    .testimonial-cards h2 {
      font-weight: bold;
      font-size: 20px;
      line-height: 31px;
      margin-bottom: 45px; } }
  .testimonial-cards .section-bottom-splash {
    position: relative;
    width: 100%; }
    @media (max-width: 991.98px) {
      .testimonial-cards .section-bottom-splash {
        height: 100px; } }
    .testimonial-cards .section-bottom-splash .bottom-left {
      width: 215px;
      position: absolute;
      left: -108px;
      bottom: 0px; }
      @media (max-width: 991.98px) {
        .testimonial-cards .section-bottom-splash .bottom-left {
          left: 70px; } }
    .testimonial-cards .section-bottom-splash .bottom-right {
      width: 122px;
      position: absolute;
      right: -122px;
      bottom: 0px; }
      @media (max-width: 991.98px) {
        .testimonial-cards .section-bottom-splash .bottom-right {
          display: none; } }
  @media (max-width: 991.98px) {
    .testimonial-cards .container {
      padding: 0px; }
      .testimonial-cards .container .row {
        margin: 0px; } }
  .testimonial-cards .card-testimonial {
    padding: 45px 45px 35px;
    background-color: #1E1E22;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    position: relative; }
    .testimonial-cards .card-testimonial .card-author-image {
      position: absolute;
      top: -54px;
      left: 50%;
      margin-left: -54px;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      border: 10px solid #FFFFFF;
      width: 108px;
      height: 108px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border-bottom-color: transparent;
      border-right-color: transparent; }
      .testimonial-cards .card-testimonial .card-author-image.ftf-color-teal {
        border-top-color: #01DDB5;
        border-left-color: #01DDB5; }
      .testimonial-cards .card-testimonial .card-author-image.ftf-color-blue {
        border-top-color: #1ac8f2;
        border-left-color: #1ac8f2; }
      .testimonial-cards .card-testimonial .card-author-image.ftf-color-pink {
        border-top-color: #ea6f5d;
        border-left-color: #ea6f5d; }
      .testimonial-cards .card-testimonial .card-author-image.ftf-color-yellow {
        border-top-color: #F6C535;
        border-left-color: #F6C535; }
      .testimonial-cards .card-testimonial .card-author-image.ftf-color-orange {
        border-top-color: #f16524;
        border-left-color: #f16524; }
      .testimonial-cards .card-testimonial .card-author-image img {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        border: 1px solid transparent;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 88px;
        height: 88px;
        -o-object-fit: cover;
           object-fit: cover; }
    .testimonial-cards .card-testimonial .card-author {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 17px;
      margin-top: 35px;
      position: relative;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .testimonial-cards .card-testimonial .card-author h3, .testimonial-cards .card-testimonial .card-author h5 {
        font-weight: 800;
        font-size: 20px;
        line-height: 22px;
        margin: 0; }
      .testimonial-cards .card-testimonial .card-author h5 {
        border-left: 1px solid;
        color: #01DDB5;
        font-weight: 400;
        line-height: 14px;
        margin-left: 12px;
        padding-left: 10px; }
    @media (max-width: 991.98px) {
      .testimonial-cards .card-testimonial {
        padding: 15px;
        margin-top: 70px;
        margin-bottom: 40px;
        height: unset; }
        .testimonial-cards .card-testimonial .card-author h3 {
          position: relative;
          top: -10px; }
        .testimonial-cards .card-testimonial .card-author h5 {
          position: absolute;
          top: 20px;
          padding: 0;
          margin: 0;
          border: 0; }
        .testimonial-cards .card-testimonial .card-content {
          margin-top: 35px; } }
    .testimonial-cards .card-testimonial .card-content {
      font-weight: normal;
      font-size: 22px;
      line-height: 30px;
      text-align: center; }

.client-logos {
  margin: 140px 0;
  text-align: center; }
  .client-logos.client-logos-black {
    background-color: #000000;
    margin: 0;
    padding: 35px 0; }
    .client-logos.client-logos-black h4.client-logo-title {
      font-size: 22px;
      font-weight: 600;
      line-height: 21px;
      margin: 0 0 40px 0; }
  .client-logos .row .col {
    max-width: 20%; }
  @media (max-width: 991.98px) {
    .client-logos {
      margin: 60px 0; }
      .client-logos .row .col {
        max-width: 25%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        margin-bottom: 25px; } }
  @media (max-width: 767.98px) {
    .client-logos {
      margin: 50px 0; }
      .client-logos .row .col {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }

.industry-blades {
  margin: 100px 0 140px; }
  .industry-blades.ftf-light-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px; }
  .industry-blades .title-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 14px;
    max-width: 556px; }
    .industry-blades .title-icon i {
      background-color: #000000;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      font-size: 24px;
      line-height: 22px;
      width: 37px;
      height: 37px;
      margin-right: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .industry-blades .title-icon h3 {
      font-size: 24px;
      font-weight: 800;
      margin: 0; }
  .industry-blades .text-content {
    max-width: 556px; }
  .industry-blades p {
    font-size: 24px; }
  .industry-blades .industry-blades-icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px;
    max-width: 460px;
    margin-left: auto; }
    .industry-blades .industry-blades-icons .item {
      padding: 0 15px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      .industry-blades .industry-blades-icons .item img {
        background-color: #000000;
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
        padding: 15px 22px;
        margin-bottom: 15px; }
  .industry-blades.align-left .title-icon, .industry-blades.align-left .text-content {
    margin-left: auto; }
  .industry-blades.align-left .industry-blades-icons {
    margin-left: 0;
    position: relative;
    left: -15px; }
  @media (max-width: 991.98px) {
    .industry-blades {
      margin: 50px 0; } }
  @media (max-width: 767.98px) {
    .industry-blades {
      margin: 50px 0 60px; }
      .industry-blades p {
        font-size: 18px; }
      .industry-blades .industry-blades-icons {
        margin: 20px -15px 0; }
      .industry-blades.align-left .industry-blades-icons {
        left: 0;
        margin: 0 -15px; } }

.section-header {
  margin: 50px 0; }
  @media (max-width: 991.98px) {
    .section-header {
      margin: 30px 0; } }
  .section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5 {
    width: 100%; }
  .section-header h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 42px; }
    @media (max-width: 991.98px) {
      .section-header h2 {
        font-weight: 800;
        font-size: 26px;
        line-height: 120%; } }
  .section-header .section-header-description {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .section-header .section-header-description p {
      max-width: 840px;
      font-weight: normal;
      font-size: 20px;
      line-height: 29px;
      color: #C4C4C4; }
      @media (max-width: 991.98px) {
        .section-header .section-header-description p {
          font-weight: normal;
          font-size: 18px;
          line-height: 130%; } }
  .section-header .text-left {
    text-align: left; }
  .section-header .text-center {
    text-align: center; }
  .section-header .text-right {
    text-align: right; }

.testimonial-cta {
  margin: 110px 0 100px; }
  .testimonial-cta .testimonial-cta-text {
    max-width: 576px;
    left: 60px;
    position: relative;
    z-index: 5; }
    .testimonial-cta .testimonial-cta-text h3 {
      font-weight: 900;
      font-size: 40px;
      line-height: 1.4;
      margin-bottom: 20px; }
      .testimonial-cta .testimonial-cta-text h3 span, .testimonial-cta .testimonial-cta-text h3 strong {
        color: #01DDB5; }
        .testimonial-cta .testimonial-cta-text h3 span:first-child, .testimonial-cta .testimonial-cta-text h3 strong:first-child {
          color: #90fed5; }
    .testimonial-cta .testimonial-cta-text .source {
      color: #90fed5;
      margin: 0;
      padding-right: 20px;
      text-align: right; }
      .testimonial-cta .testimonial-cta-text .source a {
        color: #90fed5; }
        .testimonial-cta .testimonial-cta-text .source a:hover, .testimonial-cta .testimonial-cta-text .source a:focus {
          color: #01DDB5; }
  .testimonial-cta .testimonial-cta-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 530px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 530px;
            flex: 0 0 530px;
    width: 530px;
    height: 530px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    right: 60px; }
    .testimonial-cta .testimonial-cta-button:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: #000000;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
         -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -265px;
      margin-left: -265px; }
    .testimonial-cta .testimonial-cta-button .btn-circle {
      width: 133px;
      height: 133px;
      font-size: 24px;
      color: #FFFFFF !important;
      border-color: #FFFFFF !important;
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
      .testimonial-cta .testimonial-cta-button .btn-circle:after {
        -webkit-animation: sonarEffectWhiteBig 1.7s ease-out 75ms infinite;
           -moz-animation: sonarEffectWhiteBig 1.7s ease-out 75ms infinite;
             -o-animation: sonarEffectWhiteBig 1.7s ease-out 75ms infinite;
                animation: sonarEffectWhiteBig 1.7s ease-out 75ms infinite; }
      .testimonial-cta .testimonial-cta-button .btn-circle:hover, .testimonial-cta .testimonial-cta-button .btn-circle:focus {
        color: #000000 !important;
        border-color: #01DDB5 !important; }
        .testimonial-cta .testimonial-cta-button .btn-circle:hover:after, .testimonial-cta .testimonial-cta-button .btn-circle:focus:after {
          -webkit-animation: none;
             -moz-animation: none;
               -o-animation: none;
                  animation: none; }
    .testimonial-cta .testimonial-cta-button .circle-pattern {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .testimonial-cta .testimonial-cta-button .circle-pattern .bottom-right {
        position: relative;
        left: -20px;
        top: -40px; }
      .testimonial-cta .testimonial-cta-button .circle-pattern:before, .testimonial-cta .testimonial-cta-button .circle-pattern:after {
        content: "";
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background-color: #01DDB5;
        display: block;
        position: absolute;
        right: 15px;
        bottom: 105px;
        width: 40px;
        height: 40px;
        z-index: -1; }
      .testimonial-cta .testimonial-cta-button .circle-pattern:after {
        background-color: #90fed5;
        width: 20px;
        height: 20px;
        right: -10px;
        bottom: 70px; }
  @media (max-width: 1199.98px) {
    .testimonial-cta {
      overflow: hidden; }
      .testimonial-cta .testimonial-cta-text {
        left: 70px; } }
  @media (max-width: 991.98px) {
    .testimonial-cta {
      position: static;
      overflow: visible;
      margin: 60px 0; }
      .testimonial-cta .testimonial-cta-text {
        min-height: 300px;
        left: 0;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
           -moz-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-bottom: 70px; }
      .testimonial-cta .testimonial-cta-button {
        margin: -210px auto -160px;
        left: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .testimonial-cta .testimonial-cta-button:before {
          top: 100px; }
        .testimonial-cta .testimonial-cta-button .circle-pattern {
          top: -129px;
          height: 400px;
          width: 80px; }
        .testimonial-cta .testimonial-cta-button .btn-circle:after {
          -webkit-animation: sonarEffectWhite 1.7s ease-out 75ms infinite;
             -moz-animation: sonarEffectWhite 1.7s ease-out 75ms infinite;
               -o-animation: sonarEffectWhite 1.7s ease-out 75ms infinite;
                  animation: sonarEffectWhite 1.7s ease-out 75ms infinite; } }
  @media (max-width: 767.98px) {
    .testimonial-cta {
      margin: 40px 0 20px;
      padding-bottom: 20px;
      overflow: hidden; }
      .testimonial-cta .testimonial-cta-text {
        min-height: 300px;
        padding-bottom: 0; }
        .testimonial-cta .testimonial-cta-text h3 {
          font-size: 30px;
          margin-right: -5px; }
      .testimonial-cta .testimonial-cta-button {
        width: 360px;
        height: 360px;
        margin: -130px auto -90px; }
        .testimonial-cta .testimonial-cta-button:before {
          top: 120px;
          margin-left: -170px; } }

.testimonial-cta.ftf-theme-teal .testimonial-cta-button .btn-circle:hover {
  border-color: #01DDB5 !important; }

.testimonial-cta.ftf-theme-teal .testimonial-cta-button .circle-pattern:before {
  background-color: #01DDB5; }

.testimonial-cta.ftf-theme-teal .testimonial-cta-button .circle-pattern:after {
  background-color: #90fed5; }

.testimonial-cta.ftf-theme-teal .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-teal .testimonial-cta-text h3 strong {
  color: #01DDB5; }
  .testimonial-cta.ftf-theme-teal .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-teal .testimonial-cta-text h3 strong:first-child {
    color: #90fed5; }

.testimonial-cta.ftf-theme-teal .testimonial-cta-text .source {
  color: #90fed5; }
  .testimonial-cta.ftf-theme-teal .testimonial-cta-text .source a {
    color: #90fed5; }
    .testimonial-cta.ftf-theme-teal .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-teal .testimonial-cta-text .source a:focus {
      color: #01DDB5; }

.testimonial-cta.ftf-theme-blue .testimonial-cta-button .btn-circle:hover {
  border-color: #1ac8f2 !important; }

.testimonial-cta.ftf-theme-blue .testimonial-cta-button .circle-pattern:before {
  background-color: #1ac8f2; }

.testimonial-cta.ftf-theme-blue .testimonial-cta-button .circle-pattern:after {
  background-color: #baeeff; }

.testimonial-cta.ftf-theme-blue .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-blue .testimonial-cta-text h3 strong {
  color: #1ac8f2; }
  .testimonial-cta.ftf-theme-blue .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-blue .testimonial-cta-text h3 strong:first-child {
    color: #baeeff; }

.testimonial-cta.ftf-theme-blue .testimonial-cta-text .source {
  color: #baeeff; }
  .testimonial-cta.ftf-theme-blue .testimonial-cta-text .source a {
    color: #baeeff; }
    .testimonial-cta.ftf-theme-blue .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-blue .testimonial-cta-text .source a:focus {
      color: #1ac8f2; }

.testimonial-cta.ftf-theme-pink .testimonial-cta-button .btn-circle:hover {
  border-color: #ea6f5d !important; }

.testimonial-cta.ftf-theme-pink .testimonial-cta-button .circle-pattern:before {
  background-color: #ea6f5d; }

.testimonial-cta.ftf-theme-pink .testimonial-cta-button .circle-pattern:after {
  background-color: #f2a49c; }

.testimonial-cta.ftf-theme-pink .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-pink .testimonial-cta-text h3 strong {
  color: #ea6f5d; }
  .testimonial-cta.ftf-theme-pink .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-pink .testimonial-cta-text h3 strong:first-child {
    color: #f2a49c; }

.testimonial-cta.ftf-theme-pink .testimonial-cta-text .source {
  color: #f2a49c; }
  .testimonial-cta.ftf-theme-pink .testimonial-cta-text .source a {
    color: #f2a49c; }
    .testimonial-cta.ftf-theme-pink .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-pink .testimonial-cta-text .source a:focus {
      color: #ea6f5d; }

.testimonial-cta.ftf-theme-yellow .testimonial-cta-button .btn-circle:hover {
  border-color: #F6C535 !important; }

.testimonial-cta.ftf-theme-yellow .testimonial-cta-button .circle-pattern:before {
  background-color: #F6C535; }

.testimonial-cta.ftf-theme-yellow .testimonial-cta-button .circle-pattern:after {
  background-color: #ffe189; }

.testimonial-cta.ftf-theme-yellow .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-yellow .testimonial-cta-text h3 strong {
  color: #F6C535; }
  .testimonial-cta.ftf-theme-yellow .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-yellow .testimonial-cta-text h3 strong:first-child {
    color: #ffe189; }

.testimonial-cta.ftf-theme-yellow .testimonial-cta-text .source {
  color: #ffe189; }
  .testimonial-cta.ftf-theme-yellow .testimonial-cta-text .source a {
    color: #ffe189; }
    .testimonial-cta.ftf-theme-yellow .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-yellow .testimonial-cta-text .source a:focus {
      color: #F6C535; }

.testimonial-cta.ftf-theme-orange .testimonial-cta-button .btn-circle:hover {
  border-color: #f16524 !important; }

.testimonial-cta.ftf-theme-orange .testimonial-cta-button .circle-pattern:before {
  background-color: #f16524; }

.testimonial-cta.ftf-theme-orange .testimonial-cta-button .circle-pattern:after {
  background-color: #fe976b; }

.testimonial-cta.ftf-theme-orange .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-orange .testimonial-cta-text h3 strong {
  color: #f16524; }
  .testimonial-cta.ftf-theme-orange .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-orange .testimonial-cta-text h3 strong:first-child {
    color: #fe976b; }

.testimonial-cta.ftf-theme-orange .testimonial-cta-text .source {
  color: #fe976b; }
  .testimonial-cta.ftf-theme-orange .testimonial-cta-text .source a {
    color: #fe976b; }
    .testimonial-cta.ftf-theme-orange .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-orange .testimonial-cta-text .source a:focus {
      color: #f16524; }

.testimonial-cta.ftf-theme-strategy .testimonial-cta-button .btn-circle:hover {
  border-color: #40C1AA !important; }

.testimonial-cta.ftf-theme-strategy .testimonial-cta-button .circle-pattern:before {
  background-color: #40C1AA; }

.testimonial-cta.ftf-theme-strategy .testimonial-cta-button .circle-pattern:after {
  background-color: #90fed5; }

.testimonial-cta.ftf-theme-strategy .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-strategy .testimonial-cta-text h3 strong {
  color: #40C1AA; }
  .testimonial-cta.ftf-theme-strategy .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-strategy .testimonial-cta-text h3 strong:first-child {
    color: #90fed5; }

.testimonial-cta.ftf-theme-strategy .testimonial-cta-text .source {
  color: #90fed5; }
  .testimonial-cta.ftf-theme-strategy .testimonial-cta-text .source a {
    color: #90fed5; }
    .testimonial-cta.ftf-theme-strategy .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-strategy .testimonial-cta-text .source a:focus {
      color: #40C1AA; }

.testimonial-cta.ftf-theme-full-funnel .testimonial-cta-button .btn-circle:hover {
  border-color: #FFA179 !important; }

.testimonial-cta.ftf-theme-full-funnel .testimonial-cta-button .circle-pattern:before {
  background-color: #FFA179; }

.testimonial-cta.ftf-theme-full-funnel .testimonial-cta-button .circle-pattern:after {
  background-color: #fe976b; }

.testimonial-cta.ftf-theme-full-funnel .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-full-funnel .testimonial-cta-text h3 strong {
  color: #FFA179; }
  .testimonial-cta.ftf-theme-full-funnel .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-full-funnel .testimonial-cta-text h3 strong:first-child {
    color: #fe976b; }

.testimonial-cta.ftf-theme-full-funnel .testimonial-cta-text .source {
  color: #fe976b; }
  .testimonial-cta.ftf-theme-full-funnel .testimonial-cta-text .source a {
    color: #fe976b; }
    .testimonial-cta.ftf-theme-full-funnel .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-full-funnel .testimonial-cta-text .source a:focus {
      color: #FFA179; }

.testimonial-cta.ftf-theme-performance-media .testimonial-cta-button .btn-circle:hover {
  border-color: #AB6FFF !important; }

.testimonial-cta.ftf-theme-performance-media .testimonial-cta-button .circle-pattern:before {
  background-color: #AB6FFF; }

.testimonial-cta.ftf-theme-performance-media .testimonial-cta-button .circle-pattern:after {
  background-color: #fe976b; }

.testimonial-cta.ftf-theme-performance-media .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-performance-media .testimonial-cta-text h3 strong {
  color: #AB6FFF; }
  .testimonial-cta.ftf-theme-performance-media .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-performance-media .testimonial-cta-text h3 strong:first-child {
    color: #fe976b; }

.testimonial-cta.ftf-theme-performance-media .testimonial-cta-text .source {
  color: #fe976b; }
  .testimonial-cta.ftf-theme-performance-media .testimonial-cta-text .source a {
    color: #fe976b; }
    .testimonial-cta.ftf-theme-performance-media .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-performance-media .testimonial-cta-text .source a:focus {
      color: #AB6FFF; }

.testimonial-cta.ftf-theme-seo .testimonial-cta-button .btn-circle:hover {
  border-color: #08ACF2 !important; }

.testimonial-cta.ftf-theme-seo .testimonial-cta-button .circle-pattern:before {
  background-color: #08ACF2; }

.testimonial-cta.ftf-theme-seo .testimonial-cta-button .circle-pattern:after {
  background-color: #baeeff; }

.testimonial-cta.ftf-theme-seo .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-seo .testimonial-cta-text h3 strong {
  color: #08ACF2; }
  .testimonial-cta.ftf-theme-seo .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-seo .testimonial-cta-text h3 strong:first-child {
    color: #baeeff; }

.testimonial-cta.ftf-theme-seo .testimonial-cta-text .source {
  color: #baeeff; }
  .testimonial-cta.ftf-theme-seo .testimonial-cta-text .source a {
    color: #baeeff; }
    .testimonial-cta.ftf-theme-seo .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-seo .testimonial-cta-text .source a:focus {
      color: #08ACF2; }

.testimonial-cta.ftf-theme-cro .testimonial-cta-button .btn-circle:hover {
  border-color: #E97269 !important; }

.testimonial-cta.ftf-theme-cro .testimonial-cta-button .circle-pattern:before {
  background-color: #E97269; }

.testimonial-cta.ftf-theme-cro .testimonial-cta-button .circle-pattern:after {
  background-color: #f2a49c; }

.testimonial-cta.ftf-theme-cro .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-cro .testimonial-cta-text h3 strong {
  color: #E97269; }
  .testimonial-cta.ftf-theme-cro .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-cro .testimonial-cta-text h3 strong:first-child {
    color: #f2a49c; }

.testimonial-cta.ftf-theme-cro .testimonial-cta-text .source {
  color: #f2a49c; }
  .testimonial-cta.ftf-theme-cro .testimonial-cta-text .source a {
    color: #f2a49c; }
    .testimonial-cta.ftf-theme-cro .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-cro .testimonial-cta-text .source a:focus {
      color: #E97269; }

.testimonial-cta.ftf-theme-analytics .testimonial-cta-button .btn-circle:hover {
  border-color: #F6C535 !important; }

.testimonial-cta.ftf-theme-analytics .testimonial-cta-button .circle-pattern:before {
  background-color: #F6C535; }

.testimonial-cta.ftf-theme-analytics .testimonial-cta-button .circle-pattern:after {
  background-color: #ffe189; }

.testimonial-cta.ftf-theme-analytics .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-analytics .testimonial-cta-text h3 strong {
  color: #F6C535; }
  .testimonial-cta.ftf-theme-analytics .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-analytics .testimonial-cta-text h3 strong:first-child {
    color: #ffe189; }

.testimonial-cta.ftf-theme-analytics .testimonial-cta-text .source {
  color: #ffe189; }
  .testimonial-cta.ftf-theme-analytics .testimonial-cta-text .source a {
    color: #ffe189; }
    .testimonial-cta.ftf-theme-analytics .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-analytics .testimonial-cta-text .source a:focus {
      color: #F6C535; }

.testimonial-cta.ftf-theme-organic-social .testimonial-cta-button .btn-circle:hover {
  border-color: #B9EEFF !important; }

.testimonial-cta.ftf-theme-organic-social .testimonial-cta-button .circle-pattern:before {
  background-color: #B9EEFF; }

.testimonial-cta.ftf-theme-organic-social .testimonial-cta-button .circle-pattern:after {
  background-color: #B9EEFF; }

.testimonial-cta.ftf-theme-organic-social .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-organic-social .testimonial-cta-text h3 strong {
  color: #B9EEFF; }
  .testimonial-cta.ftf-theme-organic-social .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-organic-social .testimonial-cta-text h3 strong:first-child {
    color: #B9EEFF; }

.testimonial-cta.ftf-theme-organic-social .testimonial-cta-text .source {
  color: #B9EEFF; }
  .testimonial-cta.ftf-theme-organic-social .testimonial-cta-text .source a {
    color: #B9EEFF; }
    .testimonial-cta.ftf-theme-organic-social .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-organic-social .testimonial-cta-text .source a:focus {
      color: #B9EEFF; }

.testimonial-cta.ftf-theme-media-creative .testimonial-cta-button .btn-circle:hover {
  border-color: #F36524 !important; }

.testimonial-cta.ftf-theme-media-creative .testimonial-cta-button .circle-pattern:before {
  background-color: #F36524; }

.testimonial-cta.ftf-theme-media-creative .testimonial-cta-button .circle-pattern:after {
  background-color: #fe976b; }

.testimonial-cta.ftf-theme-media-creative .testimonial-cta-text h3 span, .testimonial-cta.ftf-theme-media-creative .testimonial-cta-text h3 strong {
  color: #F36524; }
  .testimonial-cta.ftf-theme-media-creative .testimonial-cta-text h3 span:first-child, .testimonial-cta.ftf-theme-media-creative .testimonial-cta-text h3 strong:first-child {
    color: #fe976b; }

.testimonial-cta.ftf-theme-media-creative .testimonial-cta-text .source {
  color: #fe976b; }
  .testimonial-cta.ftf-theme-media-creative .testimonial-cta-text .source a {
    color: #fe976b; }
    .testimonial-cta.ftf-theme-media-creative .testimonial-cta-text .source a:hover, .testimonial-cta.ftf-theme-media-creative .testimonial-cta-text .source a:focus {
      color: #F36524; }

.testimonial-gradient-cta {
  margin: 175px 0 0;
  background: #1d1c1c;
  background: -moz-linear-gradient(180deg, #1d1c1c 0%, black 100%);
  background: -webkit-linear-gradient(180deg, #1d1c1c 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1c1c), to(black));
  background: -webkit-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: -moz-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: -o-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: linear-gradient(180deg, #1d1c1c 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1c1c",endColorstr="#000000",GradientType=1); }
  .testimonial-gradient-cta .cta-gradient-card {
    background: #01dda8;
    background: -moz-linear-gradient(45deg, #01dda8 0%, #08c8f2 32%, #01dda8 65%, #82d264 100%);
    background: -webkit-linear-gradient(45deg, #01dda8 0%, #08c8f2 32%, #01dda8 65%, #82d264 100%);
    background: -o-linear-gradient(45deg, #01dda8 0%, #08c8f2 32%, #01dda8 65%, #82d264 100%);
    background: linear-gradient(45deg, #01dda8 0%, #08c8f2 32%, #01dda8 65%, #82d264 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01dda8",endColorstr="#82d264",GradientType=1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 40px 100px;
    margin-bottom: 150px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .testimonial-gradient-cta .cta-gradient-card .card-author-image {
      position: absolute;
      top: -61px;
      left: 50%;
      margin-left: -61px;
      width: 122px;
      height: 122px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }
    .testimonial-gradient-cta .cta-gradient-card .author-details {
      width: 100%;
      margin-top: 41px;
      margin-bottom: 30px;
      font-weight: 800;
      font-size: 20px;
      line-height: 22px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .testimonial-gradient-cta .cta-gradient-card .author-details {
          margin-top: 71px; } }
    .testimonial-gradient-cta .cta-gradient-card h2 {
      font-weight: bold;
      font-size: 34px;
      line-height: 45px;
      text-align: center;
      color: #161619;
      margin: 0 110px; }
      @media (max-width: 991.98px) {
        .testimonial-gradient-cta .cta-gradient-card h2 {
          font-size: 26px;
          line-height: 140%;
          padding: 0 15px; } }
    .testimonial-gradient-cta .cta-gradient-card .testimonial-cards-link {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 40px; }
      .testimonial-gradient-cta .cta-gradient-card .testimonial-cards-link .btn.btn-secondary {
        padding: 6px 30px;
        background: #EEFBFF;
        border-color: #EEFBFF;
        font-weight: bold;
        font-size: 22px;
        line-height: 45px;
        color: #08090D; }
      @media (max-width: 991.98px) {
        .testimonial-gradient-cta .cta-gradient-card .testimonial-cards-link {
          margin-bottom: 20px; } }
  .testimonial-gradient-cta .section-bottom-splash {
    position: relative;
    width: 100%; }
    .testimonial-gradient-cta .section-bottom-splash .bottom-left {
      width: 122px;
      position: absolute;
      left: -137px;
      bottom: 0px; }
      @media (max-width: 991.98px) {
        .testimonial-gradient-cta .section-bottom-splash .bottom-left {
          display: none; } }
    .testimonial-gradient-cta .section-bottom-splash .bottom-right {
      width: 226px;
      position: absolute;
      right: -186px;
      bottom: 0px; }
      @media (max-width: 991.98px) {
        .testimonial-gradient-cta .section-bottom-splash .bottom-right {
          right: 80px; } }
  @media (max-width: 767.98px) {
    .testimonial-gradient-cta .cta-gradient-card {
      padding: 20px; }
      .testimonial-gradient-cta .cta-gradient-card h2 {
        margin: 0; } }
  .testimonial-gradient-cta.ftf-light-grey {
    margin: 0;
    padding: 35px 0 50px; }
  @media (max-width: 767.98px) {
    .testimonial-gradient-cta .row .col-md-6 {
      margin-bottom: 20px; }
    .testimonial-gradient-cta h2 {
      font-size: 28px;
      margin-bottom: 20px; } }

.capabilities-card-nav {
  padding: 35px 0;
  margin: 50px 0 30px;
  overflow: hidden; }
  .capabilities-card-nav h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 24px; }
  .capabilities-card-nav .capabilities-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
    max-width: 100%; }
    .capabilities-card-nav .capabilities-card-list .slide-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      margin: 12px; }
  @media (max-width: 991.98px) {
    .capabilities-card-nav .container {
      padding: 0px; }
      .capabilities-card-nav .container .capability-card-row {
        margin: 0px; }
        .capabilities-card-nav .container .capability-card-row .col-6, .capabilities-card-nav .container .capability-card-row .col-12 {
          padding: 0px; }
          .capabilities-card-nav .container .capability-card-row .col-6 .card-capability, .capabilities-card-nav .container .capability-card-row .col-12 .card-capability {
            margin: 10px 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-flow: column nowrap;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-flow: column nowrap;
                    flex-flow: column nowrap;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            min-height: 395px; }
        .capabilities-card-nav .container .capability-card-row .col-12 .card-capability {
          min-height: unset; }
          .capabilities-card-nav .container .capability-card-row .col-12 .card-capability a {
            min-height: unset; } }
  .capabilities-card-nav .capabilities-slider {
    width: 1500px; }
    .capabilities-card-nav .capabilities-slider .slick-list {
      overflow: visible; }
    .capabilities-card-nav .capabilities-slider .btn-circle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      border-width: 1px !important;
      width: 40px;
      height: 40px;
      font-size: 20px;
      position: absolute;
      bottom: -60px;
      right: 340px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
      .capabilities-card-nav .capabilities-slider .btn-circle.slide-prev {
        right: 400px; }
      .capabilities-card-nav .capabilities-slider .btn-circle.slick-disabled {
        opacity: .5;
        pointer-events: none; }
    .capabilities-card-nav .capabilities-slider .slide-item {
      padding-right: 40px; }
  @media (min-width: 1760px) {
    .capabilities-card-nav .capabilities-slider {
      width: 1800px;
      padding-left: 0px !important;
      left: -0px !important; } }
  @media (min-width: 992px) {
    .capabilities-card-nav .capabilities-slider {
      overflow-y: visible;
      overflow-x: auto;
      white-space: nowrap;
      vertical-align: text-top;
      margin: 0;
      padding: 0;
      clear: both;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      border-spacing: 5px;
      position: relative;
      padding-left: 200px;
      left: -200px;
      width: 1330px; }
      .capabilities-card-nav .capabilities-slider::-webkit-scrollbar {
        display: none; }
      .capabilities-card-nav .capabilities-slider .slick-track {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100% !important;
        -webkit-transform: none !important;
           -moz-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important; }
      .capabilities-card-nav .capabilities-slider .slide-item, .capabilities-card-nav .capabilities-slider .slick-slide {
        width: 300px !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 300px;
           -moz-box-flex: 0;
            -ms-flex: 0 0 300px;
                flex: 0 0 300px;
        white-space: normal; }
      .capabilities-card-nav .capabilities-slider .slick-slide:last-of-type {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95px;
           -moz-box-flex: 0;
            -ms-flex: 0 0 95px;
                flex: 0 0 95px;
        width: 95px !important; }
      .capabilities-card-nav .capabilities-slider .slide-fix {
        width: 150px;
        height: 100px;
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
           -moz-box-flex: 0;
            -ms-flex: 0 0 150px;
                flex: 0 0 150px; } }
  @media (min-width: 1199px) {
    .capabilities-card-nav .capabilities-slider {
      width: 1500px; } }
  @media (max-width: 1199.98px) {
    .capabilities-card-nav .capabilities-slider .btn-circle {
      right: 40px; }
      .capabilities-card-nav .capabilities-slider .btn-circle.slide-prev {
        right: 100px; } }
  @media (max-width: 991.98px) {
    .capabilities-card-nav .capabilities-slider {
      width: -webkit-calc(100% + 40px);
      width: -moz-calc(100% + 40px);
      width: calc(100% + 40px); } }
  @media (max-width: 767.98px) {
    .capabilities-card-nav {
      margin: 50px 0 30px;
      padding: 20px 0 30px; }
      .capabilities-card-nav h2 {
        font-size: 28px;
        margin-bottom: 20px; }
      .capabilities-card-nav .content h3 {
        font-size: 17px; }
      .capabilities-card-nav .capabilities-slider {
        width: -webkit-calc(100% + 180px);
        width: -moz-calc(100% + 180px);
        width: calc(100% + 180px); }
        .capabilities-card-nav .capabilities-slider .slide-item {
          padding-right: 20px; }
        .capabilities-card-nav .capabilities-slider .btn-circle {
          right: 170px; }
          .capabilities-card-nav .capabilities-slider .btn-circle.slide-prev {
            right: 220px; } }

.capabilities-slider-scroll, .internal-slider-scroll {
  left: -200px;
  width: 1600px;
  position: relative;
  overflow: auto; }
  @media (min-width: 1200px) {
    .capabilities-slider-scroll.unScroll, .unScroll.internal-slider-scroll {
      width: 100%;
      left: 0;
      overflow: hidden; }
      .capabilities-slider-scroll.unScroll .card-wrapper, .unScroll.internal-slider-scroll .card-wrapper {
        width: 100%;
        padding: 0; }
      .capabilities-slider-scroll.unScroll + .capabilities-button-nav, .unScroll.internal-slider-scroll + .capabilities-button-nav {
        opacity: 0;
        visibility: hidden; } }
  .capabilities-slider-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal, .internal-slider-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    opacity: 0;
    visibility: hidden; }
  .capabilities-slider-scroll .card-wrapper, .internal-slider-scroll .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 200px;
    width: 119%;
    position: relative; }
    .capabilities-slider-scroll .card-wrapper .slide-item, .internal-slider-scroll .card-wrapper .slide-item {
      padding-right: 40px;
      width: 300px !important;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 300px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px;
      white-space: normal; }
  @media (min-width: 1568px) {
    .capabilities-slider-scroll .card-wrapper, .internal-slider-scroll .card-wrapper {
      width: 110%; } }
  @media (min-width: 1625px) {
    .capabilities-slider-scroll, .internal-slider-scroll {
      width: 1670px; } }
  @media (min-width: 1759px) {
    .capabilities-slider-scroll, .internal-slider-scroll {
      left: 0; }
      .capabilities-slider-scroll .card-wrapper, .internal-slider-scroll .card-wrapper {
        width: 100%;
        padding-left: 0; } }
  @media (max-width: 1199.98px) {
    .capabilities-slider-scroll .card-wrapper, .internal-slider-scroll .card-wrapper {
      width: 130%; } }
  @media (max-width: 991.98px) {
    .capabilities-slider-scroll, .internal-slider-scroll {
      left: 0;
      width: 100%;
      overflow: hidden; }
      .capabilities-slider-scroll .card-wrapper, .internal-slider-scroll .card-wrapper {
        width: 100%;
        padding: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 -15px;
        width: -webkit-calc(100% + 43px);
        width: -moz-calc(100% + 43px);
        width: calc(100% + 43px); }
        .capabilities-slider-scroll .card-wrapper .slide-item, .internal-slider-scroll .card-wrapper .slide-item {
          padding: 0;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 45%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 45%;
                  flex: 0 0 45%;
          margin: 0 15px 30px;
          width: 100% !important; } }
  @media (max-width: 767.98px) {
    .capabilities-slider-scroll, .internal-slider-scroll {
      left: 0;
      width: 100%; }
      .capabilities-slider-scroll .card-wrapper, .internal-slider-scroll .card-wrapper {
        width: 100%;
        display: block;
        padding: 0;
        margin: 0; }
        .capabilities-slider-scroll .card-wrapper .slide-item, .internal-slider-scroll .card-wrapper .slide-item {
          padding: 0;
          margin: 0 0 20px;
          width: 100% !important; } }

.mCSB_buttonLeft, .mCSB_buttonRight {
  background-color: white;
  opacity: 1;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.capabilities-button-nav {
  display: block;
  text-align: right;
  margin-top: 10px;
  position: relative; }
  .capabilities-button-nav .btn-circle {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 1px !important;
    width: 40px;
    height: 40px;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-left: auto;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all .3s; }
    .capabilities-button-nav .btn-circle.capabilities-button-left {
      position: absolute;
      right: 0;
      top: 0; }
    .capabilities-button-nav .btn-circle.active {
      opacity: 1;
      visibility: visible; }
    @media (min-width: 1200px) {
      .capabilities-button-nav .btn-circle.item-less {
        opacity: 0 !important;
        visibility: hidden !important; } }
  @media (min-width: 1760px) {
    .capabilities-button-nav {
      display: none !important; } }
  @media (max-width: 991.98px) {
    .capabilities-button-nav {
      display: none; } }

.case-study-stats {
  margin: 120px 0 100px;
  position: relative;
  overflow: hidden; }
  .case-study-stats .col-content-left {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s; }
    .case-study-stats .col-content-left.active {
      margin-left: -webkit-calc(-50% + 10px);
      margin-left: -moz-calc(-50% + 10px);
      margin-left: calc(-50% + 10px);
      opacity: 0; }
  .case-study-stats .content-left {
    padding: 85px 0;
    height: 100%;
    position: relative;
    z-index: 10; }
    .case-study-stats .content-left p {
      text-shadow: 0px 1px 3px black; }
    .case-study-stats .content-left:before {
      background-color: #000000;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 170px;
      bottom: 0;
      width: 540px;
      z-index: -1; }
  .case-study-stats .case-study-stats-slider {
    padding: 30px 0;
    width: 710px;
    overflow: hidden; }
    .case-study-stats .case-study-stats-slider .slide-item {
      padding-right: 40px; }
    .case-study-stats .case-study-stats-slider .slick-list {
      padding-right: 310px; }
    .case-study-stats .case-study-stats-slider .slick-slide > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 40px; }
      .case-study-stats .case-study-stats-slider .slick-slide > div:first-of-type .slide-item {
        position: relative;
        left: 180px; }
    .case-study-stats .case-study-stats-slider .slide-item .card-case-study > a {
      min-height: 290px; }
      .case-study-stats .case-study-stats-slider .slide-item .card-case-study > a p {
        height: 90px;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
    .case-study-stats .case-study-stats-slider .btn-circle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      border-width: 1px !important;
      width: 40px;
      height: 40px;
      font-size: 20px;
      position: absolute;
      top: 280px;
      left: 60px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s;
      z-index: 5; }
      .case-study-stats .case-study-stats-slider .btn-circle.slide-next {
        left: 120px; }
      .case-study-stats .case-study-stats-slider .btn-circle.slick-disabled {
        opacity: .5;
        pointer-events: none; }
  .case-study-stats .case-study-stats-button-nav {
    display: none; }
  @media (min-width: 1630px) {
    .case-study-stats .case-study-stats-slider {
      padding: 30px 0;
      width: 980px; }
      .case-study-stats .case-study-stats-slider .slick-list {
        padding-right: 520px; } }
  @media (min-width: 992px) {
    .case-study-stats .slick-arrow {
      display: none !important; }
    .case-study-stats .case-study-stats-slider {
      overflow: visible; }
      .case-study-stats .case-study-stats-slider::-webkit-scrollbar {
        display: none; }
      .case-study-stats .case-study-stats-slider .slick-list {
        padding-left: 280px;
        left: -290px;
        width: 1660px; }
        .case-study-stats .case-study-stats-slider .slick-list .slick-track {
          width: 2060px !important;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-transform: none !important;
             -moz-transform: none !important;
              -ms-transform: none !important;
               -o-transform: none !important;
                  transform: none !important; }
      .case-study-stats .case-study-stats-slider .slick-slide {
        width: 400px !important; } }
    @media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
      .case-study-stats .case-study-stats-slider .slick-slide {
        width: 33.8vw !important; } }
  @media (min-width: 992px) {
        .case-study-stats .case-study-stats-slider .slick-slide:nth-of-type(3) > div:first-of-type {
          margin: 0; }
          .case-study-stats .case-study-stats-slider .slick-slide:nth-of-type(3) > div:first-of-type .slide-item {
            left: 0; }
    .case-study-stats .case-study-stats-button-nav {
      display: block; }
      .case-study-stats .case-study-stats-button-nav .btn-circle {
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        border-width: 1px !important;
        width: 40px;
        height: 40px;
        font-size: 20px;
        position: absolute;
        top: 318px;
        left: -60px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        z-index: 50; }
        .case-study-stats .case-study-stats-button-nav .btn-circle.slide-next {
          left: 120px; }
        .case-study-stats .case-study-stats-button-nav .btn-circle.slick-disabled {
          opacity: .5;
          pointer-events: none; }
        .case-study-stats .case-study-stats-button-nav .btn-circle.capabilities-button-left {
          position: absolute;
          right: 0;
          top: 0; }
        .case-study-stats .case-study-stats-button-nav .btn-circle.active {
          opacity: 1;
          visibility: visible; } }
  @media (min-width: 992px) {
    .case-study-stats .case-study-stats-button-nav .btn-circle {
      top: 280px;
      left: 110px; } }
  @media (max-width: 991.98px) {
    .case-study-stats .case-study-stats-slider:before {
      display: none; }
    .case-study-stats .case-study-stats-slider .slick-slide > div:first-of-type .slide-item {
      left: 0px; }
    .case-study-stats .case-study-stats-slider .btn-circle {
      left: -110px;
      top: 50%;
      margin-top: -20px; }
      .case-study-stats .case-study-stats-slider .btn-circle.slide-next {
        left: -60px; } }
  @media (max-width: 991.98px) {
    .case-study-stats {
      margin: 80px 0 40px; }
      .case-study-stats .content-left {
        padding: 0 0 20px; }
        .case-study-stats .content-left:before {
          display: none; }
      .case-study-stats .case-study-stats-slider {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        overflow: visible;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .case-study-stats .case-study-stats-slider .slick-list {
          padding-right: 0; }
        .case-study-stats .case-study-stats-slider .btn-circle {
          top: -40px;
          left: inherit !important;
          right: 40px !important;
          z-index: 50; }
          .case-study-stats .case-study-stats-slider .btn-circle.slide-prev {
            right: 100px !important; }
        .case-study-stats .case-study-stats-slider .slide-item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          margin-bottom: 30px;
          padding-right: 30px; } }
  @media (max-width: 767.98px) {
    .case-study-stats .case-study-stats-slider {
      display: block;
      width: 100%;
      padding: 0; }
      .case-study-stats .case-study-stats-slider .slide-item {
        padding-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 20px; }
      .case-study-stats .case-study-stats-slider .slick-track {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      .case-study-stats .case-study-stats-slider .slick-slide {
        height: auto !important;
        margin-bottom: 20px; }
        .case-study-stats .case-study-stats-slider .slick-slide > div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          margin-bottom: 0; }
      .case-study-stats .case-study-stats-slider .btn-circle {
        top: inherit;
        bottom: 20px;
        right: 170px !important; }
        .case-study-stats .case-study-stats-slider .btn-circle.slide-prev {
          right: 220px !important; }
    .case-study-stats .btn-border-white {
      margin-top: 20px; } }

.event-blade {
  margin: 80px 0;
  position: relative; }
  .event-blade.ftf-light-grey {
    margin: 0;
    padding: 80px 0; }
  .event-blade .event-blade-row {
    border: 2px solid #01DDB5;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    padding: 85px 60px 85px 85px; }
    .event-blade .event-blade-row h2 {
      font-size: 24px;
      margin-bottom: 15px;
      max-width: 450px; }
    .event-blade .event-blade-row p {
      max-width: 450px; }
    .event-blade .event-blade-row .btn-arrow {
      margin-top: 10px; }
      .event-blade .event-blade-row .btn-arrow .btn-circle {
        color: #FFFFFF !important;
        border-color: #FFFFFF !important; }
        .event-blade .event-blade-row .btn-arrow .btn-circle:hover, .event-blade .event-blade-row .btn-arrow .btn-circle:focus {
          color: #000000 !important;
          background-color: #FFFFFF !important;
          border-color: #FFFFFF !important; }
      .event-blade .event-blade-row .btn-arrow:hover .btn-circle, .event-blade .event-blade-row .btn-arrow:focus .btn-circle {
        color: #000000 !important; }
    .event-blade .event-blade-row .event-card {
      color: #FFFFFF;
      display: block;
      border: 1px solid transparent;
      background: #000000;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      padding: 30px 40px 20px;
      -webkit-transition: border .3s;
      -o-transition: border .3s;
      -moz-transition: border .3s;
      transition: border .3s; }
      .event-blade .event-blade-row .event-card h5 {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px; }
      .event-blade .event-blade-row .event-card h3 {
        font-size: 18px;
        font-weight: 800;
        line-height: 22px;
        margin-bottom: 14px;
        color: #01DDB5; }
      .event-blade .event-blade-row .event-card p {
        font-size: 16px; }
      .event-blade .event-blade-row .event-card:hover, .event-blade .event-blade-row .event-card:focus {
        border-color: #01DDB5; }
  @media (max-width: 1199.98px) {
    .event-blade .event-blade-row {
      padding: 60px 40px; } }
  @media (max-width: 991.98px) {
    .event-blade .event-blade-row {
      padding: 50px 20px; } }
  @media (max-width: 767.98px) {
    .event-blade {
      margin: 50px 0; }
      .event-blade .event-blade-row {
        padding: 25px 22px; }
        .event-blade .event-blade-row h2 {
          font-size: 28px; }
        .event-blade .event-blade-row .event-card {
          margin-top: 10px;
          padding: 25px 25px 15px; } }

.icon-listing {
  padding: 150px 0;
  background: #1d1c1c;
  background: -moz-linear-gradient(180deg, #1d1c1c 0%, black 100%);
  background: -webkit-linear-gradient(180deg, #1d1c1c 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1d1c1c), to(black));
  background: -webkit-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: -moz-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: -o-linear-gradient(top, #1d1c1c 0%, black 100%);
  background: linear-gradient(180deg, #1d1c1c 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1c1c",endColorstr="#000000",GradientType=1); }
  .icon-listing.ftf-light-grey {
    margin: 0 0 50px;
    padding: 70px 0 30px; }
  .icon-listing.bg-black {
    margin: 0 0 50px;
    padding: 70px 0 30px;
    background-color: #000000; }
  .icon-listing h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px; }
  .icon-listing .icon-listing-col {
    max-width: 260px;
    margin: 0 auto 40px;
    text-align: center; }
    .icon-listing .icon-listing-col .icon-listing-title.icon-image-listing-title {
      min-height: 185px; }
    .icon-listing .icon-listing-col .icon {
      min-height: 45px; }
      .icon-listing .icon-listing-col .icon i {
        font-weight: 900;
        font-size: 30px;
        line-height: 22px;
        margin-bottom: 18px; }
    .icon-listing .icon-listing-col .icon-image {
      min-height: 100px;
      margin-bottom: 20px; }
      .icon-listing .icon-listing-col .icon-image img {
        max-height: 100px;
        width: auto; }
    .icon-listing .icon-listing-col h3 {
      margin-bottom: 0; }
    .icon-listing .icon-listing-col h5 {
      color: #CBCBCB;
      font-size: 16px;
      line-height: 30px; }
    .icon-listing .icon-listing-col .icon-list-description {
      font-weight: normal;
      font-size: 22px;
      line-height: 34px;
      text-align: center; }
  .icon-listing .subtitle-empty .icon-listing-col .icon-listing-title,
  .icon-listing .subtitle-empty .icon-listing-col .icon-listing-title.icon-image-listing-title {
    margin-bottom: 12px;
    min-height: auto; }
  @media (max-width: 991.98px) {
    .icon-listing.bg-black {
      padding: 50px 0 10px; } }
  @media (max-width: 767.98px) {
    .icon-listing {
      margin: 45px 0 30px; }
      .icon-listing h2 {
        margin-bottom: 35px; }
      .icon-listing .icon-listing-col {
        max-width: 315px; } }

.recent-blog-posts {
  padding: 110px 0 55px;
  margin: 0;
  overflow: hidden; }
  .recent-blog-posts h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .recent-blog-posts h2 {
        font-size: 26px;
        line-height: 42px; } }
  .recent-blog-posts p {
    max-width: 460px; }
  .recent-blog-posts .view-all-link-wrapper {
    margin-top: 70px; }
    @media (max-width: 991.98px) {
      .recent-blog-posts .view-all-link-wrapper {
        margin-top: 0px; } }
    .recent-blog-posts .view-all-link-wrapper .btn-arrow {
      font-weight: bold;
      font-size: 20px;
      line-height: 19px;
      margin-top: 10px; }
      @media (max-width: 991.98px) {
        .recent-blog-posts .view-all-link-wrapper .btn-arrow {
          margin-top: 5px; } }
      .recent-blog-posts .view-all-link-wrapper .btn-arrow .btn-circle {
        color: #FFFFFF !important;
        border-color: #FFFFFF !important; }
        .recent-blog-posts .view-all-link-wrapper .btn-arrow .btn-circle:hover, .recent-blog-posts .view-all-link-wrapper .btn-arrow .btn-circle:focus {
          color: #000000 !important;
          background-color: #FFFFFF !important;
          border-color: #FFFFFF !important; }
      .recent-blog-posts .view-all-link-wrapper .btn-arrow:hover .btn-circle, .recent-blog-posts .view-all-link-wrapper .btn-arrow:focus .btn-circle {
        color: #000000 !important; }
  @media (max-width: 991.98px) {
    .recent-blog-posts {
      padding: 25px 0 60px; }
      .recent-blog-posts .card-blog-post-image-float {
        margin-bottom: 45px; }
        .recent-blog-posts .card-blog-post-image-float .content h3 {
          margin-bottom: 0px; } }

.case-study-slider {
  padding: 70px 0 55px;
  margin: 30px 0;
  overflow: hidden; }
  .case-study-slider h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    color: #FAFAFA;
    text-align: center;
    margin-bottom: 0px; }
  .case-study-slider .case-study-slider-tagline {
    font-family: Roboto;
    font-weight: normal;
    font-size: 22px;
    line-height: 50px;
    color: #C4C4C4;
    text-align: center;
    margin-bottom: 60px; }
  .case-study-slider .case-study-slider-wrapper > .slide-prev.btn-white-2,
  .case-study-slider .case-study-slider-wrapper > .slide-next.btn-white-2 {
    width: 46px;
    height: 46px;
    z-index: 100;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 144.5px;
    right: unset;
    left: unset; }
  .case-study-slider .case-study-slider-wrapper > .slide-prev.btn-white-2 {
    left: -23px; }
  .case-study-slider .case-study-slider-wrapper > .slide-next.btn-white-2 {
    right: -23px; }
  .case-study-slider .case-study-slider-wrapper .slick-list {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    overflow: hidden; }
    .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card {
      height: 315px;
      position: relative;
      padding: 0px;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      background-position: center; }
      .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card:hover .case-study-card-overlay {
        visibility: visible; }
      .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay {
        visibility: hidden;
        height: 315px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay .case-study-card-overlay-bg {
          z-index: 1;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.7; }
        .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title {
          text-align: center;
          font-weight: 800;
          font-size: 40px;
          line-height: 42px;
          color: #FFFFFF;
          width: 100%;
          z-index: 10; }
          .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title a {
            color: #FFFFFF; }
            .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title a:hover, .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title a:focus, .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title a:visited {
              color: #FFFFFF; }
        .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay .btn-arrow {
          font-weight: bold;
          font-size: 18px;
          line-height: 19px;
          margin-top: 10px;
          z-index: 10; }
          .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay .btn-arrow .btn-circle {
            position: relative;
            top: unset;
            bottom: unset;
            right: unset;
            width: 21px;
            height: 21px;
            color: #FFFFFF !important;
            border-color: #FFFFFF !important; }
            .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay .btn-arrow .btn-circle:hover, .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay .btn-arrow .btn-circle:focus {
              background-color: #FFFFFF !important;
              border-color: #FFFFFF !important; }
  .case-study-slider .case-study-slider-wrapper .btn-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 1px !important;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    bottom: -60px;
    right: 40px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    .case-study-slider .case-study-slider-wrapper .btn-circle.slick-disabled {
      opacity: .5;
      pointer-events: none; }
  .case-study-slider p {
    max-width: 460px; }
  .case-study-slider .view-all-link-wrapper {
    margin-top: 70px; }
    .case-study-slider .view-all-link-wrapper .btn-arrow {
      font-weight: bold;
      font-size: 20px;
      line-height: 19px;
      margin-top: 10px; }
      .case-study-slider .view-all-link-wrapper .btn-arrow .btn-circle {
        color: #FFFFFF !important;
        border-color: #FFFFFF !important; }
        .case-study-slider .view-all-link-wrapper .btn-arrow .btn-circle:hover, .case-study-slider .view-all-link-wrapper .btn-arrow .btn-circle:focus {
          color: #000000 !important;
          background-color: #FFFFFF !important;
          border-color: #FFFFFF !important; }
      .case-study-slider .view-all-link-wrapper .btn-arrow:hover .btn-circle, .case-study-slider .view-all-link-wrapper .btn-arrow:focus .btn-circle {
        color: #000000 !important; }
  @media (max-width: 991.98px) {
    .case-study-slider {
      margin-top: 0px; }
      .case-study-slider h2 {
        font-weight: 800;
        font-size: 26px;
        line-height: 42px; }
      .case-study-slider .case-study-slider-tagline {
        font-weight: normal;
        font-size: 18px;
        line-height: 50px; } }
  @media (max-width: 1199.98px) {
    .case-study-slider .recent-blog-posts-slider {
      padding-left: 0; } }
  @media (max-width: 767.98px) {
    .case-study-slider {
      padding-bottom: 75px; }
      .case-study-slider .case-study-slider-wrapper > .slide-prev.btn-white-2,
      .case-study-slider .case-study-slider-wrapper > .slide-next.btn-white-2 {
        z-index: 100;
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        top: unset;
        right: unset;
        left: unset;
        bottom: -51px;
        width: 31px;
        height: 31px; }
      .case-study-slider .case-study-slider-wrapper > .slide-prev.btn-white-2 {
        left: 14px; }
      .case-study-slider .case-study-slider-wrapper > .slide-next.btn-white-2 {
        right: 14px; }
      .case-study-slider .case-study-slider-wrapper .slick-list {
        -webkit-border-radius: none;
           -moz-border-radius: none;
                border-radius: none;
        overflow: unset; }
        .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card {
          height: 245px;
          position: relative;
          padding: 0px;
          -webkit-background-size: cover;
             -moz-background-size: cover;
                  background-size: cover;
          background-position: center; }
          .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay {
            visibility: visible;
            position: absolute;
            top: 261px;
            left: 0px;
            height: unset;
            width: 100%; }
            .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay .case-study-card-overlay-bg {
              display: none; }
            .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title {
              margin: 0 60px;
              line-height: 22px; }
              .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title a {
                width: 100%;
                text-align: center;
                font-weight: 800;
                font-size: 22px;
                line-height: 22px;
                color: #FFFFFF; }
                .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title a:hover, .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title a:focus, .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay h4.case-study-card-title a:visited {
                  color: #FFFFFF; }
            .case-study-slider .case-study-slider-wrapper .slick-list .case-study-card .case-study-card-overlay .overlay-detail-link {
              display: none; }
      .case-study-slider .view-all-link-wrapper {
        display: none; } }

section.in-the-press {
  margin: 100px 0; }
  section.in-the-press h2 {
    margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    section.in-the-press {
      margin: 40px 0; }
      section.in-the-press h2 {
        margin-bottom: 30px; } }

.internal-link-carousel {
  margin: 50px 0 40px;
  overflow: hidden; }
  .internal-link-carousel .internal-link-carousel-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    margin-bottom: 25px;
    padding: 0;
    display: none; }
    @media (min-width: 768px) {
      .internal-link-carousel .internal-link-carousel-nav {
        display: block; }
        .internal-link-carousel .internal-link-carousel-nav .slick-track {
          width: 100% !important;
          text-align: center;
          -webkit-transform: none !important;
             -moz-transform: none !important;
              -ms-transform: none !important;
               -o-transform: none !important;
                  transform: none !important; }
          .internal-link-carousel .internal-link-carousel-nav .slick-track .slick-slide {
            float: none;
            display: inline-block; } }
    .internal-link-carousel .internal-link-carousel-nav .nav-item > .nav-link {
      cursor: pointer;
      border: 0;
      background-color: transparent !important;
      font-size: 20px;
      color: #fff;
      padding: 2px 30px;
      margin: 8px 0px;
      position: relative;
      top: 0px;
      outline: none !important;
      letter-spacing: .5px;
      text-align: center;
      -webkit-transition: color .3s, top .3s, visibility .3s;
      -o-transition: color .3s, top .3s, visibility .3s;
      -moz-transition: color .3s, top .3s, visibility .3s;
      transition: color .3s, top .3s, visibility .3s;
      border-left: 1px solid #fff; }
      .internal-link-carousel .internal-link-carousel-nav .nav-item > .nav-link.first-title {
        border-left: none; }
      .internal-link-carousel .internal-link-carousel-nav .nav-item > .nav-link:hover, .internal-link-carousel .internal-link-carousel-nav .nav-item > .nav-link:focus {
        color: #01DDB5; }
      .internal-link-carousel .internal-link-carousel-nav .nav-item > .nav-link.active {
        color: #01DDB5;
        font-weight: 800;
        letter-spacing: 0px; }
    .internal-link-carousel .internal-link-carousel-nav .slick-current .nav-item .nav-link {
      color: #01DDB5;
      font-weight: 800;
      letter-spacing: 0px; }
  .internal-link-carousel .tab-content {
    background-color: #000000;
    max-width: 1040px;
    margin: 0 auto;
    height: 365px; }
    .internal-link-carousel .tab-content .text-content {
      padding-left: 50px; }
      .internal-link-carousel .tab-content .text-content h3 {
        margin-bottom: 12px; }
      .internal-link-carousel .tab-content .text-content .btn-arrow {
        margin-top: 15px; }
    .internal-link-carousel .tab-content .slick-list {
      overflow: visible; }
      .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide {
        height: 365px;
        visibility: hidden; }
        .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current, .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-active {
          visibility: visible; }
        .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide .slide-item {
          padding: 50px 70px 30px;
          height: 365px; }
          .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide .slide-item .slide-item-content {
            margin-top: -50px; }
        .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current {
          display: block; }
          .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current .slide-item-left-content {
            position: relative;
            height: 365px;
            width: 50%; }
            .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current .slide-item-left-content img {
              position: absolute;
              left: -55px;
              height: 365px;
              width: 500px; }
          .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current .slide-item-right-content {
            width: 50%; }
  .internal-link-carousel .internal-link-carousel-slider {
    margin: 0 !important; }
    .internal-link-carousel .internal-link-carousel-slider .card-case-study.content-percent-text > a {
      background: #1D1C1C; }
    .internal-link-carousel .internal-link-carousel-slider .btn-circle {
      color: #FFFFFF !important;
      border-color: #FFFFFF !important; }
  .internal-link-carousel .slick-dots {
    display: none;
    margin-top: 40px;
    position: static; }
    .internal-link-carousel .slick-dots li {
      margin: 0 2px; }
      .internal-link-carousel .slick-dots li button {
        color: #FFFFFF;
        background-color: transparent;
        border: 1px solid #FFFFFF;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 12px;
        height: 12px;
        -webkit-transition: background .3s;
        -o-transition: background .3s;
        -moz-transition: background .3s;
        transition: background .3s; }
        .internal-link-carousel .slick-dots li button:hover, .internal-link-carousel .slick-dots li button:focus {
          background-color: #FFFFFF; }
        .internal-link-carousel .slick-dots li button::before {
          display: none; }
      .internal-link-carousel .slick-dots li.slick-active button {
        background-color: #FFFFFF; }
  @media (min-width: 768px) {
    .internal-link-carousel .slick-arrow {
      display: none !important; } }
  @media (max-width: 991.98px) {
    .internal-link-carousel {
      margin: 40px 0 20px;
      padding-bottom: 90px; }
      .internal-link-carousel .tab-content {
        height: unset;
        margin: 0;
        padding: 0; }
        .internal-link-carousel .tab-content .text-content {
          padding-left: 0px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .internal-link-carousel .tab-content .text-content > * {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
               -moz-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; }
          .internal-link-carousel .tab-content .text-content h3, .internal-link-carousel .tab-content .text-content .title-carousel {
            font-size: 28px;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
               -moz-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
          .internal-link-carousel .tab-content .text-content .desc {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
               -moz-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
        .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide {
          height: auto; }
          .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide .slide-item {
            padding: 0px 15px 40px;
            height: auto; }
            .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide .slide-item .slide-item-content {
              margin-top: 0px; }
          .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current {
            display: block; }
            .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current .slide-item-left-content {
              width: 100%;
              height: 240px;
              overflow: hidden; }
              .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current .slide-item-left-content img {
                position: absolute;
                left: 0px;
                height: 240px;
                width: unset;
                max-width: unset; }
            .internal-link-carousel .tab-content .slick-list .slick-track .slick-slide.slick-current .slide-item-right-content {
              width: 100%;
              padding: 30px 14px 0 24px; }
      .internal-link-carousel .internal-link-carousel-slider .slick-arrow.btn-circle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        border-width: 1px !important;
        width: 40px;
        height: 40px;
        font-size: 20px;
        position: absolute;
        bottom: -80px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        right: 0;
        z-index: 55; }
        .internal-link-carousel .internal-link-carousel-slider .slick-arrow.btn-circle.slide-prev {
          right: 50px; }
        .internal-link-carousel .internal-link-carousel-slider .slick-arrow.btn-circle.slick-disabled {
          opacity: .5;
          pointer-events: none; }
      .internal-link-carousel .internal-link-carousel-slider .slick-dots {
        position: absolute;
        bottom: -70px;
        left: 0;
        text-align: left; } }

.text-card {
  margin: 70px 0;
  padding: 50px 0;
  overflow: hidden; }
  .text-card .text-card-row {
    background-color: #12131A;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 150px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.3);
    position: relative; }
  .text-card .bg-card .top-left {
    position: absolute;
    top: -40px;
    left: -40px; }
    .text-card .bg-card .top-left.circle-top {
      left: -30px; }
    .text-card .bg-card .top-left.rand-top {
      z-index: -1; }
  .text-card .bg-card .bottom-right {
    position: absolute;
    bottom: 30px;
    right: -20px; }
    .text-card .bg-card .bottom-right.circle-bottom {
      right: -55px;
      z-index: -1; }
    .text-card .bg-card .bottom-right.small-bottom {
      right: -40px;
      bottom: 0; }
  @media (max-width: 991.98px) {
    .text-card .text-card-row {
      padding: 50px 75px; } }
  @media (max-width: 767.98px) {
    .text-card {
      padding: 42px 0;
      margin: 20px 0;
      overflow: hidden; }
      .text-card .text-card-row {
        padding: 80px 25px; }
      .text-card .bg-card .bottom-right {
        bottom: -30px; }
        .text-card .bg-card .bottom-right.circle-bottom {
          right: -40px; }
        .text-card .bg-card .bottom-right.small-bottom {
          right: -27px;
          bottom: -40px; } }

.image-blade {
  margin: 120px 0; }
  .image-blade.ftf-light-grey {
    margin: 0;
    padding: 120px 0; }
  .image-blade .text-content {
    max-width: 440px; }
  .image-blade.align-left .text-content {
    margin-left: auto; }
  .image-blade .image img {
    width: 100%; }
  @media (max-width: 767.98px) {
    .image-blade {
      margin: 50px 0; }
      .image-blade .text-content {
        margin-bottom: 20px; } }

.platform-expertise {
  margin: 100px 0; }
  .platform-expertise .platform-expertise-row {
    background-color: #000000;
    padding: 60px 0;
    text-align: center; }
    .platform-expertise .platform-expertise-row h2 {
      margin-bottom: 50px; }
    .platform-expertise .platform-expertise-row .slick-list {
      max-width: 840px;
      margin: 0 auto; }
    .platform-expertise .platform-expertise-row .slide-item {
      padding: 0 15px; }
      .platform-expertise .platform-expertise-row .slide-item .logo {
        position: relative;
        width: 103px;
        height: 103px;
        margin: 0 auto 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .platform-expertise .platform-expertise-row .slide-item .logo img:not(.bg-circle) {
          z-index: 5;
          width: 64px; }
        .platform-expertise .platform-expertise-row .slide-item .logo .bg-circle {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1; }
    .platform-expertise .platform-expertise-row .slick-arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      border-width: 1px !important;
      display: flex;
      border-width: 1px !important;
      position: absolute;
      top: 50px;
      width: 40px;
      height: 40px;
      z-index: 10; }
      .platform-expertise .platform-expertise-row .slick-arrow.slide-prev {
        left: 115px; }
      .platform-expertise .platform-expertise-row .slick-arrow.slide-next {
        right: 115px; }
      .platform-expertise .platform-expertise-row .slick-arrow.slick-disabled {
        opacity: .4;
        pointer-events: none; }
  @media (max-width: 1199.98px) {
    .platform-expertise .platform-expertise-row .slick-arrow.slide-prev {
      left: 30px; }
    .platform-expertise .platform-expertise-row .slick-arrow.slide-next {
      right: 30px; } }
  @media (max-width: 991.98px) {
    .platform-expertise .platform-expertise-row .slide-item {
      padding: 0 30px; }
    .platform-expertise .platform-expertise-row .slick-arrow.slide-prev {
      left: 15px; }
    .platform-expertise .platform-expertise-row .slick-arrow.slide-next {
      right: 15px; } }
  @media (max-width: 767.98px) {
    .platform-expertise {
      margin: 50px 0; }
      .platform-expertise .platform-expertise-row .slide-item {
        padding: 0 55px; } }

.list-text-card {
  margin: 70px 0; }
  .list-text-card .list-text-card-row {
    background-color: #000000;
    padding: 85px 100px; }
    .list-text-card .list-text-card-row h2 {
      font-size: 24px; }
    .list-text-card .list-text-card-row .list-text-card-ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 60px;
         -moz-column-gap: 60px;
              column-gap: 60px;
      font-size: 20px;
      font-weight: bold;
      list-style: none;
      margin: 0;
      padding: 0; }
      .list-text-card .list-text-card-row .list-text-card-ul li {
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid-column;
        margin-bottom: 15px; }
  @media (max-width: 991.98px) {
    .list-text-card .list-text-card-row {
      padding: 55px 50px; }
      .list-text-card .list-text-card-row .list-text-card-ul {
        padding-left: 30px; } }
  @media (max-width: 767.98px) {
    .list-text-card {
      margin: 50px 0; }
      .list-text-card .list-text-card-row {
        padding: 35px 30px; }
        .list-text-card .list-text-card-row .list-text-card-ul {
          -webkit-column-gap: 10px;
             -moz-column-gap: 10px;
                  column-gap: 10px;
          margin-top: 30px;
          padding-left: 0; } }

.internal-link-slider {
  padding: 70px 0;
  margin: 60px 0;
  overflow: hidden; }
  .internal-link-slider > .container {
    position: relative; }
  .internal-link-slider h2 {
    font-size: 24px;
    margin-bottom: 30px; }
  .internal-link-slider .internal-link-slider-row {
    width: 1550px; }
    .internal-link-slider .internal-link-slider-row .btn-circle {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      border-width: 1px !important;
      width: 40px;
      height: 40px;
      font-size: 20px;
      position: absolute;
      bottom: -70px;
      right: 340px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s; }
      .internal-link-slider .internal-link-slider-row .btn-circle.slide-prev {
        right: 400px; }
      .internal-link-slider .internal-link-slider-row .btn-circle.slick-disabled {
        opacity: .5;
        pointer-events: none; }
    .internal-link-slider .internal-link-slider-row .slick-track {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .internal-link-slider .internal-link-slider-row .slick-track .slick-slide {
        height: inherit !important; }
        .internal-link-slider .internal-link-slider-row .slick-track .slick-slide > div {
          height: 100%; }
    .internal-link-slider .internal-link-slider-row .slide-item {
      height: 100%;
      padding-right: 40px; }
  .internal-link-slider .btn-border-white {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 5; }
  @media (max-width: 1199.98px) {
    .internal-link-slider .internal-link-slider-row {
      width: -webkit-calc(100% + 40px);
      width: -moz-calc(100% + 40px);
      width: calc(100% + 40px); }
      .internal-link-slider .internal-link-slider-row .btn-circle {
        right: 40px; }
        .internal-link-slider .internal-link-slider-row .btn-circle.slide-prev {
          right: 100px; } }
  @media (max-width: 991.98px) {
    .internal-link-slider .btn-border-white {
      left: 0;
      position: relative; } }
  @media (max-width: 767.98px) {
    .internal-link-slider {
      margin: 20px 0;
      padding: 20px 0 40px; }
      .internal-link-slider .internal-link-slider-row {
        width: -webkit-calc(100% + 180px);
        width: -moz-calc(100% + 180px);
        width: calc(100% + 180px); }
        .internal-link-slider .internal-link-slider-row .slide-item {
          padding-right: 20px; }
        .internal-link-slider .internal-link-slider-row .btn-circle {
          right: 170px; }
          .internal-link-slider .internal-link-slider-row .btn-circle.slide-prev {
            right: 220px; } }

.internal-slider-scroll {
  left: -500px;
  width: -webkit-calc(100% + 45vw);
  width: -moz-calc(100% + 45vw);
  width: calc(100% + 45vw); }
  .internal-slider-scroll .card-wrapper {
    width: 130%;
    padding-left: 500px; }
    .internal-slider-scroll .card-wrapper .slide-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 400px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 400px;
              flex: 0 0 400px;
      width: 400px !important; }
  @media (min-width: 1200px) {
    .internal-slider-scroll.unScroll + .btn-border-white {
      bottom: -30px; } }
  @media (max-width: 1127px) {
    .internal-slider-scroll {
      width: -webkit-calc(100% + 61vw);
      width: -moz-calc(100% + 61vw);
      width: calc(100% + 61vw); } }
  @media (max-width: 991.98px) {
    .internal-slider-scroll {
      width: 100%;
      left: 0;
      padding: 0; }
      .internal-slider-scroll .card-wrapper {
        padding: 0;
        width: 100%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 -15px;
        width: -webkit-calc(100% + 43px);
        width: -moz-calc(100% + 43px);
        width: calc(100% + 43px); }
        .internal-slider-scroll .card-wrapper .slide-item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 45%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 45%;
                  flex: 0 0 45%;
          width: 45% !important; } }
  @media (max-width: 767.98px) {
    .internal-slider-scroll .card-wrapper {
      margin: 0;
      width: 100%; }
      .internal-slider-scroll .card-wrapper .slide-item {
        width: 100% !important; } }

.case-study-hero {
  background-color: #12131A;
  padding: 60px 0;
  margin-top: 120px;
  position: relative; }
  .case-study-hero .case-study-hero-shapes {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 72px; }
    .case-study-hero .case-study-hero-shapes img {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 250px; }
  .case-study-hero .case-study-hero-content h1 {
    color: #fafafa !important;
    font-size: 34px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 12px; }
  .case-study-hero .case-study-hero-content p {
    font-family: "mr-eaves-xl-sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #E6E6E6; }
  .case-study-hero .row {
    margin: 0 -20px; }
    .case-study-hero .row .col-md-6 {
      padding: 0 20px; }
  .case-study-hero-percent {
    background-color: #1D1C1C;
    padding: 20px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 320px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    border: 2px solid transparent; }
    .case-study-hero-percent p {
      color: #01DDB5;
      font-weight: 800;
      font-size: 150px;
      line-height: 22px;
      margin: 0; }
      .case-study-hero-percent p small {
        font-size: 50%; }
  .case-study-hero-image {
    min-height: 320px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    border: 2px solid transparent; }
    .case-study-hero-image img {
      width: 100%;
      height: 1005;
      -o-object-fit: cover;
         object-fit: cover; }
  .case-study-hero-content h1 {
    color: #fafafa;
    font-size: 34px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 12px; }
  .case-study-hero-content p {
    font-family: "mr-eaves-xl-sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    color: #E6E6E6; }
  .case-study-hero-content .btn-arrow .btn-circle {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important; }
  .case-study-hero-content .cat-name {
    font-family: "mr-eaves-xl-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px; }
    .case-study-hero-content .cat-name.ftf-theme-teal {
      color: #01DDB5; }
    .case-study-hero-content .cat-name.ftf-theme-blue {
      color: #1ac8f2; }
    .case-study-hero-content .cat-name.ftf-theme-pink {
      color: #ea6f5d; }
    .case-study-hero-content .cat-name.ftf-theme-yellow {
      color: #F6C535; }
    .case-study-hero-content .cat-name.ftf-theme-orange {
      color: #f16524; }
    .case-study-hero-content .cat-name.ftf-theme-strategy {
      color: #40C1AA; }
    .case-study-hero-content .cat-name.ftf-theme-full-funnel {
      color: #FFA179; }
    .case-study-hero-content .cat-name.ftf-theme-performance-media {
      color: #AB6FFF; }
    .case-study-hero-content .cat-name.ftf-theme-seo {
      color: #08ACF2; }
    .case-study-hero-content .cat-name.ftf-theme-cro {
      color: #E97269; }
    .case-study-hero-content .cat-name.ftf-theme-analytics {
      color: #F6C535; }
    .case-study-hero-content .cat-name.ftf-theme-organic-social {
      color: #B9EEFF; }
    .case-study-hero-content .cat-name.ftf-theme-media-creative {
      color: #F36524; }
  @media (max-width: 991.98px) {
    .case-study-hero {
      margin-top: 40px; }
      .case-study-hero-percent p {
        font-size: 90px; } }
  @media (max-width: 767.98px) {
    .case-study-hero {
      padding: 50px 0 30px; }
      .case-study-hero-percent {
        min-height: 240px;
        padding: 10px 15px;
        margin-bottom: 20px; }
      .case-study-hero-content h1 {
        font-size: 28px; }
      .case-study-hero-content p {
        font-size: 20px; } }

.case-study-nav {
  background-color: #000000;
  padding: 0 0 30px; }
  .case-study-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .case-study-nav ul li {
      padding: 0 30px 0 0; }
      .case-study-nav ul li a {
        display: inline-block;
        padding: 10px 10px 10px 0;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 22px;
        white-space: nowrap; }
        .case-study-nav ul li a:hover, .case-study-nav ul li a:focus {
          color: #01DDB5; }
  @media (max-width: 991.98px) {
    .case-study-nav ul {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-left: -30px;
      overflow: auto; }
      .case-study-nav ul li a {
        white-space: nowrap; } }

.case-study-single-cta {
  margin: 40px 0; }
  .case-study-single-cta .content-inner {
    background-color: #000000;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 65px;
    text-align: center; }
    .case-study-single-cta .content-inner .btn-border-white {
      margin-top: 15px;
      padding: 5px 24px; }
  @media (max-width: 767.98px) {
    .case-study-single-cta .content-inner {
      padding: 40px 20px; } }

.case-study-single-sidebar-card {
  border-left: 3px solid #01DDB5;
  max-width: 365px;
  padding: 0 0 5px 55px;
  margin-bottom: 30px; }
  .case-study-single-sidebar-card h2, .case-study-single-sidebar-card h3 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 10px; }
    .case-study-single-sidebar-card h2:not(:first-child), .case-study-single-sidebar-card h3:not(:first-child) {
      margin-top: 28px; }
  .case-study-single-sidebar-card p, .case-study-single-sidebar-card ol, .case-study-single-sidebar-card ul {
    font-size: 20px; }
  .case-study-single-sidebar-card p:last-child {
    margin-bottom: 0; }
  .case-study-single-sidebar-card p a {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 10px;
    position: relative; }
    .case-study-single-sidebar-card p a:after {
      content: "\f178";
      width: 22px;
      height: 22px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background-color: transparent;
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      display: inline-block;
      font-family: 'Font Awesome 5 Pro';
      font-weight: 300;
      font-size: 14px;
      text-align: center;
      padding: 1px;
      margin-left: 10px;
      -webkit-transition: background-color .3s, color .3s;
      -o-transition: background-color .3s, color .3s;
      -moz-transition: background-color .3s, color .3s;
      transition: background-color .3s, color .3s; }
    .case-study-single-sidebar-card p a:hover, .case-study-single-sidebar-card p a:focus {
      color: #FFFFFF; }
      .case-study-single-sidebar-card p a:hover:after, .case-study-single-sidebar-card p a:focus:after {
        color: #000000;
        background-color: #FFFFFF; }
  @media (max-width: 767.98px) {
    .case-study-single-sidebar-card h2, .case-study-single-sidebar-card h3 {
      font-size: 24px; }
    .case-study-single-sidebar-card p, .case-study-single-sidebar-card ol, .case-study-single-sidebar-card ul {
      font-size: 16px; } }

.case-study-single-content-card {
  background: #FFFFFF;
  color: #000000;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  padding: 28px;
  margin-bottom: 30px; }
  .case-study-single-content-card a {
    color: #01DDB5; }
    .case-study-single-content-card a:hover, .case-study-single-content-card a:focus {
      color: #90fed5; }
  .case-study-single-content-card h2 {
    margin-bottom: 10px; }
  .case-study-single-content-card h3, .case-study-single-content-card h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px; }
  .case-study-single-content-card h4 {
    font-weight: 500; }
  .case-study-single-content-card p, .case-study-single-content-card ul, .case-study-single-content-card ol {
    font-size: 20px;
    margin-bottom: 1.2rem; }
  @media (max-width: 991.98px) {
    .case-study-single-content-card {
      padding: 20px; }
      .case-study-single-content-card p, .case-study-single-content-card ul, .case-study-single-content-card ol {
        font-size: 18px; } }

.case-study-single-share-next {
  margin: 25px 0; }
  .case-study-single-share-next .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .case-study-single-share-next .social-icons li a {
      display: inline-block;
      color: #000000;
      font-size: 24px;
      margin-right: 12px; }
      .case-study-single-share-next .social-icons li a:hover, .case-study-single-share-next .social-icons li a:focus {
        color: #01DDB5; }
  .case-study-single-share-next .up-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 370px;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .case-study-single-share-next .up-next .up-next-button {
      color: #01DDB5;
      font-size: 16px;
      letter-spacing: 1.7px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 120px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px;
      margin-right: 18px; }
      .case-study-single-share-next .up-next .up-next-button .btn-circle {
        margin-left: 11px;
        width: 40px;
        height: 40px;
        border-width: 1px !important; }
    .case-study-single-share-next .up-next h3 {
      color: #1D1C1C;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.4;
      margin: 0; }
  @media (max-width: 767.98px) {
    .case-study-single-share-next .row .col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .case-study-single-share-next .social-icons {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 10px; } }

.hero.design-case-study-hero {
  margin-bottom: 240px;
  position: relative;
  z-index: 5; }
  .hero.design-case-study-hero .hero-inner {
    margin-bottom: 30px;
    text-align: center; }
    .hero.design-case-study-hero .hero-inner h1 {
      max-width: none;
      text-align: center;
      word-break: break-word; }
  .hero.design-case-study-hero .hero-image {
    left: 0px;
    margin: 0 auto;
    max-width: 100%;
    width: 960px;
    position: static;
    height: auto; }
    .hero.design-case-study-hero .hero-image img {
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      width: 100%; }
  .hero.design-case-study-hero .hero-info {
    background: #1D1C1C;
    -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.53);
       -moz-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.53);
            box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.53);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    margin-bottom: -170px;
    padding: 60px 100px;
    text-align: center; }
    .hero.design-case-study-hero .hero-info .col {
      max-width: 260px; }
    .hero.design-case-study-hero .hero-info h3 {
      color: #01DDB5;
      font-size: 30px;
      margin-bottom: 10px; }
    .hero.design-case-study-hero .hero-info p {
      font-size: 18px;
      margin: 0; }
  @media (max-width: 991.98px) {
    .hero.design-case-study-hero .hero-info {
      padding: 60px 30px; }
      .hero.design-case-study-hero .hero-info h3 {
        font-size: 24px; } }
  @media (max-width: 767.98px) {
    .hero.design-case-study-hero {
      margin-bottom: 130px; }
      .hero.design-case-study-hero .hero-info {
        margin-bottom: -90px;
        margin-top: -30px;
        padding: 30px 20px;
        position: relative;
        z-index: 5; }
        .hero.design-case-study-hero .hero-info .col {
          max-width: 100%; }
          .hero.design-case-study-hero .hero-info .col:not(:last-of-type) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
               -moz-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            margin-bottom: 50px; }
      .hero.design-case-study-hero .hero-image img {
        margin: 0 -30px;
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        max-width: none; } }

.design-case-study-mobile-fonts {
  position: relative;
  overflow: hidden; }
  .design-case-study-mobile-fonts:before {
    background-color: #000000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 43vw; }
  .design-case-study-mobile-fonts .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 40px 0 0;
    position: relative;
    left: -7vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%; }
  .design-case-study-mobile-fonts h2 {
    font-size: 24px;
    margin-top: 120px;
    margin-bottom: 24px; }
  .design-case-study-mobile-fonts .fonts-item {
    padding: 35px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    position: relative;
    left: -40px; }
    .design-case-study-mobile-fonts .fonts-item:before {
      content: "";
      background-color: #000000;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 70vw; }
    .design-case-study-mobile-fonts .fonts-item .item {
      margin-right: 40px;
      position: relative;
      z-index: 5; }
      .design-case-study-mobile-fonts .fonts-item .item img {
        width: 260px; }
  @media (max-width: 767.98px) {
    .design-case-study-mobile-fonts {
      margin: 0 0 30px; }
      .design-case-study-mobile-fonts:before {
        display: none; }
      .design-case-study-mobile-fonts h2 {
        margin-top: 50px; }
      .design-case-study-mobile-fonts .image {
        background-color: #000000;
        padding: 60px 30px 0;
        left: 0px;
        margin: 0 -30px; }
      .design-case-study-mobile-fonts .fonts-item {
        margin-top: 30px;
        padding: 20px 0;
        display: block;
        left: 0; }
        .design-case-study-mobile-fonts .fonts-item::before {
          display: none; }
        .design-case-study-mobile-fonts .fonts-item .item {
          background-color: #000000;
          margin: 0 0 30px;
          padding: 30px; }
          .design-case-study-mobile-fonts .fonts-item .item img {
            width: 100%; } }

.design-case-study-color-palette {
  margin: 90px 0 80px;
  text-align: center; }
  .design-case-study-color-palette.ftf-light-grey {
    margin: 0;
    padding: 90px 0 80px; }
  @media (min-width: 992px) {
    .design-case-study-color-palette .row .col-lg-2 {
      margin: 0 15px; } }
  .design-case-study-color-palette .item {
    position: relative; }
    .design-case-study-color-palette .item .main-color {
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 115px;
      height: 115px;
      margin: 0 auto 16px;
      position: relative; }
      .design-case-study-color-palette .item .main-color .floating-color {
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 47px;
        height: 47px;
        position: absolute;
        right: -5px;
        bottom: -2px;
        mix-blend-mode: screen;
        -webkit-filter: brightness(1.2);
                filter: brightness(1.2); }
    .design-case-study-color-palette .item h3 {
      font-size: 16px;
      margin-bottom: 4px; }
    .design-case-study-color-palette .item p {
      color: #C4C4C4;
      font-size: 18px;
      margin: 0; }
  @media (max-width: 991.98px) {
    .design-case-study-color-palette {
      margin: 70px 0 30px; }
      .design-case-study-color-palette .col-md-6 {
        margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .design-case-study-color-palette {
      margin: 50px 0 10px; } }

.image-full-width {
  margin-bottom: 60px;
  padding: 120px 0 0; }
  .image-full-width .container {
    max-width: 1350px; }
  .image-full-width .image img {
    width: 100%; }

.stacked-images-with-content {
  margin: 90px 0; }
  .stacked-images-with-content img {
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px; }
  .stacked-images-with-content .floating-images {
    position: relative;
    z-index: 10; }
    .stacked-images-with-content .floating-images .back-image {
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px; }
    .stacked-images-with-content .floating-images .front-image {
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      width: 400px;
      position: absolute;
      bottom: -185px;
      right: -40px;
      -webkit-box-shadow: -2px 4px 11px rgba(0, 0, 0, 0.8);
         -moz-box-shadow: -2px 4px 11px rgba(0, 0, 0, 0.8);
              box-shadow: -2px 4px 11px rgba(0, 0, 0, 0.8); }
  .stacked-images-with-content .row-repeater {
    position: relative;
    top: -90px; }
    .stacked-images-with-content .row-repeater:before, .stacked-images-with-content .row-repeater:after {
      content: "";
      width: 100%;
      height: 140px;
      position: absolute;
      right: 0;
      left: 0;
      z-index: 2; }
    .stacked-images-with-content .row-repeater:before {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(16.67%, #1d1c1c), color-stop(80%, rgba(29, 28, 28, 0.44)), to(rgba(29, 28, 28, 0.1)));
      background: -webkit-linear-gradient(top, #1d1c1c 16.67%, rgba(29, 28, 28, 0.44) 80%, rgba(29, 28, 28, 0.1) 100%);
      background: -moz-linear-gradient(top, #1d1c1c 16.67%, rgba(29, 28, 28, 0.44) 80%, rgba(29, 28, 28, 0.1) 100%);
      background: -o-linear-gradient(top, #1d1c1c 16.67%, rgba(29, 28, 28, 0.44) 80%, rgba(29, 28, 28, 0.1) 100%);
      background: linear-gradient(180deg, #1d1c1c 16.67%, rgba(29, 28, 28, 0.44) 80%, rgba(29, 28, 28, 0.1) 100%);
      top: 0; }
    .stacked-images-with-content .row-repeater:after {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(16.67%, #1d1c1c), color-stop(80%, rgba(29, 28, 28, 0.44)), to(rgba(29, 28, 28, 0.1)));
      background: -webkit-linear-gradient(bottom, #1d1c1c 16.67%, rgba(29, 28, 28, 0.44) 80%, rgba(29, 28, 28, 0.1) 100%);
      background: -moz-linear-gradient(bottom, #1d1c1c 16.67%, rgba(29, 28, 28, 0.44) 80%, rgba(29, 28, 28, 0.1) 100%);
      background: -o-linear-gradient(bottom, #1d1c1c 16.67%, rgba(29, 28, 28, 0.44) 80%, rgba(29, 28, 28, 0.1) 100%);
      background: linear-gradient(0deg, #1d1c1c 16.67%, rgba(29, 28, 28, 0.44) 80%, rgba(29, 28, 28, 0.1) 100%);
      bottom: 0; }
  .stacked-images-with-content .text-repeater {
    padding-left: 105px;
    height: 620px;
    overflow-x: visible;
    overflow-y: auto; }
    .stacked-images-with-content .text-repeater::-webkit-scrollbar {
      display: none; }
    .stacked-images-with-content .text-repeater #mCSB_1_scrollbar_vertical {
      opacity: 0;
      visibility: hidden; }
    .stacked-images-with-content .text-repeater .item {
      margin-bottom: 60px; }
      .stacked-images-with-content .text-repeater .item:first-child {
        padding-top: 130px; }
      .stacked-images-with-content .text-repeater .item:last-child {
        padding-bottom: 70px; }
      .stacked-images-with-content .text-repeater .item h2 {
        color: #01DDB5; }
  @media (max-width: 991.98px) {
    .stacked-images-with-content {
      margin-bottom: -100px; }
      .stacked-images-with-content .floating-images {
        margin-right: 40px;
        margin-bottom: 200px; }
      .stacked-images-with-content .row-repeater {
        top: -50px; }
        .stacked-images-with-content .row-repeater:before, .stacked-images-with-content .row-repeater:after {
          left: 0; }
      .stacked-images-with-content .text-repeater {
        padding-left: 0; } }
  @media (max-width: 767.98px) {
    .stacked-images-with-content {
      margin: 40px 0 -100px; }
      .stacked-images-with-content .floating-images {
        margin-right: 0;
        margin-bottom: 0; }
        .stacked-images-with-content .floating-images .front-image {
          width: 70%;
          margin-left: auto;
          position: relative;
          top: -30px;
          right: -10px; } }

.our-principles {
  margin: 100px 0 70px;
  position: relative; }
  .our-principles .text-content {
    max-width: 670px;
    margin: 0 auto 65px;
    text-align: center; }
    .our-principles .text-content p {
      font-size: 26px; }
  .our-principles .our-principles-list {
    position: relative; }
    .our-principles .our-principles-list .container {
      padding: 60px 15px 50px;
      position: relative; }
      .our-principles .our-principles-list .container:before {
        content: "";
        background-color: #000000;
        display: block;
        position: absolute;
        top: 0;
        right: 65%;
        bottom: 0;
        width: 50vw;
        z-index: -1; }
      @media (min-width: 992px) {
        .our-principles .our-principles-list .container {
          max-width: 1025px; } }
      @media (max-width: 991.98px) {
        .our-principles .our-principles-list .container:before {
          right: 50%; } }
      @media (max-width: 767.98px) {
        .our-principles .our-principles-list .container {
          padding: 40px 30px 30px; } }
    .our-principles .our-principles-list .item {
      position: relative;
      padding-left: 165px; }
      .our-principles .our-principles-list .item:not(:last-of-type) {
        margin-bottom: 75px; }
      .our-principles .our-principles-list .item .num {
        color: #01DDB5;
        font-weight: bold;
        font-size: 100px;
        line-height: 60px;
        position: absolute;
        top: 13px;
        left: -4px;
        width: 140px;
        text-align: right; }
      .our-principles .our-principles-list .item h2 {
        margin-bottom: 14px; }
  @media (max-width: 767.98px) {
    .our-principles {
      margin: 40px 0 50px; }
      .our-principles .text-content {
        margin-bottom: 35px; }
        .our-principles .text-content p {
          font-size: 20px; }
      .our-principles .our-principles-list:before {
        width: 50vw; }
      .our-principles .our-principles-list .item {
        padding-left: 0; }
        .our-principles .our-principles-list .item .num {
          font-size: 60px;
          line-height: 50px;
          position: static;
          margin-bottom: 20px;
          display: block;
          width: auto;
          text-align: left; }
        .our-principles .our-principles-list .item:not(:last-of-type) {
          margin-bottom: 45px; } }

.thought-leaders {
  margin: 67px 0 80px; }
  .thought-leaders h2 {
    margin-bottom: 45px;
    text-align: center; }
  .thought-leaders .thought-leaders-row .row {
    margin: 0 -20px; }
    .thought-leaders .thought-leaders-row .row .col-lg-3 {
      padding: 0 20px;
      margin-bottom: 40px; }
  .thought-leaders .thought-leaders-row .item {
    cursor: pointer;
    height: 100%;
    position: relative; }
    .thought-leaders .thought-leaders-row .item .image {
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      overflow: hidden;
      height: 300px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1199.98px) {
        .thought-leaders .thought-leaders-row .item .image {
          height: 270px; } }
      @media (max-width: 767.98px) {
        .thought-leaders .thought-leaders-row .item .image {
          height: 290px; } }
      .thought-leaders .thought-leaders-row .item .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        max-width: 180%;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-transition: -webkit-filter .3s;
        transition: -webkit-filter .3s;
        -o-transition: filter .3s;
        -moz-transition: filter .3s;
        transition: filter .3s;
        transition: filter .3s, -webkit-filter .3s; }
    .thought-leaders .thought-leaders-row .item .item-hover {
      background-color: #000000;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      padding: 25px 20px 5px;
      opacity: 0;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s; }
      .thought-leaders .thought-leaders-row .item .item-hover > * {
        opacity: 0;
        -webkit-transform: translateY(15px);
           -moz-transform: translateY(15px);
            -ms-transform: translateY(15px);
             -o-transform: translateY(15px);
                transform: translateY(15px);
        -webkit-transition: opacity .5s, -webkit-transform .5s;
        transition: opacity .5s, -webkit-transform .5s;
        -o-transition: opacity .5s, -o-transform .5s;
        -moz-transition: transform .5s, opacity .5s, -moz-transform .5s;
        transition: transform .5s, opacity .5s;
        transition: transform .5s, opacity .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s; }
      .thought-leaders .thought-leaders-row .item .item-hover::-webkit-scrollbar {
        display: none; }
      .thought-leaders .thought-leaders-row .item .item-hover h3 {
        margin-bottom: 15px; }
      .thought-leaders .thought-leaders-row .item .item-hover h5 {
        color: #01DDB5;
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 8px; }
      .thought-leaders .thought-leaders-row .item .item-hover p {
        font-size: 16px; }
    .thought-leaders .thought-leaders-row .item:hover .image img, .thought-leaders .thought-leaders-row .item:focus .image img {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    .thought-leaders .thought-leaders-row .item.active .item-hover {
      opacity: 1; }
      .thought-leaders .thought-leaders-row .item.active .item-hover > * {
        opacity: 1;
        -webkit-transform: translateY(0px);
           -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
             -o-transform: translateY(0px);
                transform: translateY(0px); }

.blog-read-next {
  margin: 35px 0; }
  .blog-read-next h2 {
    font-size: 24px;
    color: #12131A;
    margin-bottom: 17px; }
  .blog-read-next .blog-read-next-row {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
    .blog-read-next .blog-read-next-row .item {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid-column; }
    .blog-read-next .blog-read-next-row .item-standard {
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid-column;
      display: inline-block;
      margin-bottom: 24px; }
      .blog-read-next .blog-read-next-row .item-standard > a {
        color: #12131A; }
        .blog-read-next .blog-read-next-row .item-standard > a p.date {
          font-size: 16px;
          margin-bottom: 2px; }
        .blog-read-next .blog-read-next-row .item-standard > a h3 {
          margin: 0; }
        .blog-read-next .blog-read-next-row .item-standard > a:hover, .blog-read-next .blog-read-next-row .item-standard > a:focus {
          color: #01DDB5; }
  @media (max-width: 767.98px) {
    .blog-read-next .blog-read-next-row {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
      .blog-read-next .blog-read-next-row .item {
        margin-bottom: 30px; } }

.faqs {
  margin: 100px 0 120px; }
  @media (min-width: 992px) {
    .faqs .container {
      max-width: 990px; } }
  @media (max-width: 767.98px) {
    .faqs {
      margin: 70px 0 50px; } }
  .faqs h2 {
    text-align: center;
    margin-bottom: 30px; }
  .faqs .faqs-accordion .card {
    border: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }
    .faqs .faqs-accordion .card:not(:last-of-type) {
      border-bottom: 1px solid #4E4E4E; }
    .faqs .faqs-accordion .card .card-header {
      border: 0;
      background-color: transparent;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      padding: 0; }
      .faqs .faqs-accordion .card .card-header > h5 a {
        color: #FFFFFF;
        display: block;
        font-weight: bold;
        padding: 25px 90px 25px 0;
        position: relative;
        outline: none !important; }
        @media (max-width: 767.98px) {
          .faqs .faqs-accordion .card .card-header > h5 a {
            padding: 25px 40px 25px 0; } }
        .faqs .faqs-accordion .card .card-header > h5 a > i {
          font-size: 18px;
          font-weight: 900;
          color: #01DDB5;
          position: absolute;
          right: 0;
          top: 27px;
          -webkit-transition: color .3s;
          -o-transition: color .3s;
          -moz-transition: color .3s;
          transition: color .3s; }
        .faqs .faqs-accordion .card .card-header > h5 a[aria-expanded="true"] > i:before {
          content: "\f056"; }
        .faqs .faqs-accordion .card .card-header > h5 a:hover, .faqs .faqs-accordion .card .card-header > h5 a:focus {
          color: #01DDB5; }
          .faqs .faqs-accordion .card .card-header > h5 a:hover > i, .faqs .faqs-accordion .card .card-header > h5 a:focus > i {
            color: #90fed5; }
    .faqs .faqs-accordion .card .card-body {
      padding: 0 0 20px; }

.related-article {
  margin: 85px 0 100px; }
  .related-article .row-cards {
    margin: 0 -20px; }
    .related-article .row-cards .col-md-6 {
      padding: 0 20px; }
  .related-article .content-left {
    max-width: 460px; }
    .related-article .content-left h2 {
      font-weight: 800;
      font-size: 40px;
      margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .related-article .row-cards {
      margin-top: 50px; } }
  @media (max-width: 767.98px) {
    .related-article {
      margin: 50px 0 30px; }
      .related-article .content-left h2 {
        font-size: 28px; }
      .related-article .row-cards .item {
        margin-bottom: 30px; } }

section.text-content {
  margin: 95px 0 100px; }
  section.text-content p {
    margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    section.text-content .container {
      max-width: 790px; } }
  @media (max-width: 767.98px) {
    section.text-content {
      margin: 70px 0 50px; } }

.hero-about {
  margin-bottom: 60px;
  padding: 120px 0 0; }
  .hero-about .image {
    margin-bottom: 60px; }
    .hero-about .image img {
      width: 100%; }
  .hero-about h1 {
    text-align: center; }
  @media (max-width: 767.98px) {
    .hero-about {
      padding: 90px 0 0; }
      .hero-about .image {
        margin-bottom: 30px; } }

.hero-tool {
  background-color: #12131A;
  padding: 140px 0 30px; }
  .hero-tool .hero-inner h5 {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px; }
  .hero-tool .hero-inner h1 {
    max-width: 500px; }
  .hero-tool .hero-inner p {
    font-size: 26px; }
  .hero-tool .col-hero-inner {
    min-height: 526px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .hero-tool .hero-image {
    position: absolute;
    top: 140px;
    right: 0;
    width: 44vw;
    left: inherit;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 526px; }
    .hero-tool .hero-image img {
      position: relative;
      width: 100%; }
  .hero-tool .hero-stats {
    background-color: #1D1C1C;
    -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.53);
       -moz-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.53);
            box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.53);
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    position: relative;
    top: 120px;
    margin-top: -80px;
    padding: 90px 30px 45px;
    text-align: center;
    z-index: 20; }
    .hero-tool .hero-stats .item {
      max-width: 260px;
      margin: 0 auto; }
      .hero-tool .hero-stats .item p {
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        margin: 0; }
        .hero-tool .hero-stats .item p.percent {
          font-size: 80px;
          line-height: 22px;
          margin-bottom: 25px;
          font-weight: 800; }
          .hero-tool .hero-stats .item p.percent small {
            font-size: 60%; }
  .hero-tool.case-study-single-hero {
    margin-bottom: 150px;
    position: relative; }
    .hero-tool.case-study-single-hero .col-hero-inner {
      min-height: 450px; }
    .hero-tool.case-study-single-hero .hero-image {
      height: 450px;
      width: 49vw; }
      @media (max-width: 1199.98px) {
        .hero-tool.case-study-single-hero .hero-image {
          height: auto;
          width: 44vw; } }
      @media (max-width: 767.98px) {
        .hero-tool.case-study-single-hero .hero-image {
          width: 100%; } }
    .hero-tool.case-study-single-hero:before {
      content: "";
      position: absolute;
      bottom: -150px;
      right: 0;
      left: 0;
      height: 240px;
      width: 100% !important;
      background-color: #000000;
      z-index: -1; }
    .hero-tool.case-study-single-hero.no-image .hero-inner {
      max-width: 800px;
      margin: 0 auto;
      text-align: center; }
      .hero-tool.case-study-single-hero.no-image .hero-inner h1 {
        max-width: 100%; }
      .hero-tool.case-study-single-hero.no-image .hero-inner .hero-author > a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .hero-tool.hero-blog-single {
    padding-bottom: 75px; }
    .hero-tool.hero-blog-single .col-hero-inner {
      min-height: 450px; }
    .hero-tool.hero-blog-single .hero-image {
      height: 450px;
      width: 49vw; }
      @media (max-width: 1199.98px) {
        .hero-tool.hero-blog-single .hero-image {
          height: auto;
          width: 44vw; } }
      @media (max-width: 767.98px) {
        .hero-tool.hero-blog-single .hero-image {
          width: 100%; } }
    .hero-tool.hero-blog-single .hero-inner .hero-category {
      color: #01DDB5; }
    .hero-tool.hero-blog-single .hero-inner h1 {
      max-width: 570px; }
      @media (min-width: 768px) {
        .hero-tool.hero-blog-single .hero-inner h1 {
          font-size: 45px; } }
    .hero-tool.hero-blog-single .hero-inner .hero-author > a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .hero-tool.hero-blog-single .hero-inner .hero-author > a img {
        border: 1px solid #FFFFFF;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 50px;
        height: 50px;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: border .3s;
        -o-transition: border .3s;
        -moz-transition: border .3s;
        transition: border .3s; }
      .hero-tool.hero-blog-single .hero-inner .hero-author > a h5 {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 20px;
        margin: 0 0 0 14px;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        -moz-transition: color .3s;
        transition: color .3s; }
      .hero-tool.hero-blog-single .hero-inner .hero-author > a p.date {
        color: #FFFFFF;
        font-size: 20px;
        margin: 0;
        padding-left: 15px;
        border-left: 1px solid #FFFFFF;
        line-height: 1;
        margin-left: 15px; }
      .hero-tool.hero-blog-single .hero-inner .hero-author > a:hover img, .hero-tool.hero-blog-single .hero-inner .hero-author > a:focus img {
        border-color: #01DDB5; }
      .hero-tool.hero-blog-single .hero-inner .hero-author > a:hover h5, .hero-tool.hero-blog-single .hero-inner .hero-author > a:focus h5 {
        color: #01DDB5; }
    @media (max-width: 767.98px) {
      .hero-tool.hero-blog-single .hero-inner .hero-author {
        margin-bottom: 20px; }
        .hero-tool.hero-blog-single .hero-inner .hero-author > a {
          display: block;
          padding-left: 50px;
          position: relative; }
          .hero-tool.hero-blog-single .hero-inner .hero-author > a img {
            position: absolute;
            left: 0;
            top: 0; }
          .hero-tool.hero-blog-single .hero-inner .hero-author > a p.date {
            border: 0;
            padding: 0;
            font-size: 16px; } }
  .hero-tool.hero-with-subnav {
    position: relative; }
    .hero-tool.hero-with-subnav::before {
      background-color: #000000;
      content: "";
      width: 540px;
      height: 1174px;
      position: absolute;
      top: 0;
      right: 0; }
    .hero-tool.hero-with-subnav .row {
      position: relative; }
      .hero-tool.hero-with-subnav .row .col-lg-6 {
        position: static; }
    .hero-tool.hero-with-subnav .hero-nav-capabilities {
      position: absolute;
      left: 15px;
      bottom: 15px; }
      @media (min-width: 992px) {
        .hero-tool.hero-with-subnav .hero-nav-capabilities .menu-capabilities-subnav-menu-container {
          position: relative;
          top: 40px; } }
      @media (min-width: 1300px) {
        .hero-tool.hero-with-subnav .hero-nav-capabilities .menu-capabilities-subnav-menu-container {
          position: relative;
          top: 75px; } }
      .hero-tool.hero-with-subnav .hero-nav-capabilities ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .hero-tool.hero-with-subnav .hero-nav-capabilities ul li a {
          color: #FFFFFF;
          font-size: 24px;
          line-height: 45px;
          padding: 0;
          position: relative;
          top: 0px;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          -moz-transition: all .3s;
          transition: all .3s; }
          .hero-tool.hero-with-subnav .hero-nav-capabilities ul li a:hover, .hero-tool.hero-with-subnav .hero-nav-capabilities ul li a:focus {
            color: #01DDB5; }
        .hero-tool.hero-with-subnav .hero-nav-capabilities ul li:not(:last-of-type) {
          margin-right: 25px; }
        .hero-tool.hero-with-subnav .hero-nav-capabilities ul li.current-menu-item a {
          color: #01DDB5;
          top: -12px; }
  @media (max-width: 1375px) {
    .hero-tool .hero-image img {
      width: 100%; } }
  @media (max-width: 1199.98px) {
    .hero-tool:before {
      width: 50%; }
    .hero-tool .row .col-hero-inner {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-height: 400px; }
    .hero-tool .hero-image {
      height: auto; } }
  @media (max-width: 991.98px) {
    .hero-tool .row .col-hero-inner {
      padding-right: 44px;
      min-height: auto; }
    .hero-tool .hero-stats .item p.percent {
      font-size: 60px; }
    .hero-tool.hero-with-subnav:before {
      width: 50%;
      height: 1000px; }
    .hero-tool .hero-nav-capabilities {
      display: none; }
    .hero-tool .hero-image img {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .hero-tool {
      padding: 110px 0 30px; }
      .hero-tool.case-study-single-hero {
        margin-bottom: 120px; }
        .hero-tool.case-study-single-hero .hero-stats {
          padding: 30px 15px; }
          .hero-tool.case-study-single-hero .hero-stats .col:not(:last-of-type) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
               -moz-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            margin-bottom: 50px; }
      .hero-tool .row .col-hero-inner {
        padding-right: 15px; }
      .hero-tool .hero-image {
        position: static;
        width: 100%;
        max-width: 540px;
        margin: 20px auto 0;
        padding-left: 30px;
        overflow: visible; }
      .hero-tool .hero-inner p {
        font-size: 22px; } }

.home.page-template .hero.hero-with-subnav .hero-nav-capabilities {
  display: none; }

.text-card-tool .text-card-row {
  background-color: #000000;
  max-width: 698px;
  padding: 60px; }
  .text-card-tool .text-card-row .btn-border-white {
    margin-top: 20px; }

.text-card-tool .bg-card .top-left {
  top: 10px; }
  .text-card-tool .bg-card .top-left.circle-top {
    left: -75px; }
  .text-card-tool .bg-card .top-left.rand-top {
    top: 77px;
    left: -27px; }

.text-card-tool .bg-card .bottom-right.rand-bottom {
  z-index: -1;
  right: -24px;
  bottom: 50px; }

.text-card-tool .bg-card .bottom-right.circle-bottom {
  bottom: 170px;
  right: -45px; }

section.text-cta {
  margin: 120px 0; }
  @media (max-width: 991.98px) {
    section.text-cta {
      margin: 50px 0 35px; } }
  section.text-cta .text-cta-title h3 {
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #FAFAFA; }
    @media (max-width: 991.98px) {
      section.text-cta .text-cta-title h3 {
        font-weight: normal;
        font-size: 30px;
        line-height: 130%; } }
  section.text-cta .text-cta-link {
    font-size: 30px;
    line-height: 45px;
    font-weight: 800;
    text-align: center; }
    @media (max-width: 991.98px) {
      section.text-cta .text-cta-link {
        font-weight: 800;
        font-size: 24px;
        line-height: 45px; } }
    section.text-cta .text-cta-link a, section.text-cta .text-cta-link a:hover, section.text-cta .text-cta-link a:visited, section.text-cta .text-cta-link a:focus {
      color: #01DDA8;
      text-decoration: none;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      section.text-cta .text-cta-link a .btn-circle, section.text-cta .text-cta-link a:hover .btn-circle, section.text-cta .text-cta-link a:visited .btn-circle, section.text-cta .text-cta-link a:focus .btn-circle {
        height: 21px;
        width: 21px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-width: 1px !important;
        margin-left: 10px; }
        section.text-cta .text-cta-link a .btn-circle .fa-long-arrow-right, section.text-cta .text-cta-link a:hover .btn-circle .fa-long-arrow-right, section.text-cta .text-cta-link a:visited .btn-circle .fa-long-arrow-right, section.text-cta .text-cta-link a:focus .btn-circle .fa-long-arrow-right {
          font-size: 16px; }

section.gradient-cta {
  margin: 120px 0; }
  section.gradient-cta .cta-gradient-card {
    background: #01dda8;
    background: -moz-linear-gradient(45deg, #01dda8 0%, #08c8f2 32%, #01dda8 65%, #82d264 100%);
    background: -webkit-linear-gradient(45deg, #01dda8 0%, #08c8f2 32%, #01dda8 65%, #82d264 100%);
    background: -o-linear-gradient(45deg, #01dda8 0%, #08c8f2 32%, #01dda8 65%, #82d264 100%);
    background: linear-gradient(45deg, #01dda8 0%, #08c8f2 32%, #01dda8 65%, #82d264 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#01dda8",endColorstr="#82d264",GradientType=1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 15px;
    max-height: 225px;
    max-width: 100%;
    padding: 40px 80px; }
    section.gradient-cta .cta-gradient-card .col-12 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column wrap;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0px;
      max-height: 225px; }
      section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-title {
        max-width: 360px;
        width: 40%;
        margin-bottom: 25px; }
        section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-title h3 {
          font-weight: 800;
          font-size: 34px;
          line-height: 34px;
          text-align: left;
          margin-bottom: 0px; }
      section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link {
        font-weight: bold;
        font-size: 20px;
        line-height: 19px;
        text-align: left;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        max-width: 360px;
        width: 40%; }
        section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:hover, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:visited, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:focus {
          color: #FFFFFF;
          text-decoration: none;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: left;
          -webkit-align-items: left;
             -moz-box-align: left;
              -ms-flex-align: left;
                  align-items: left; }
          section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a .btn-circle, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:hover .btn-circle, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:visited .btn-circle, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:focus .btn-circle {
            height: 21px;
            width: 21px;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -moz-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-width: 1px !important;
            margin-left: 10px; }
            section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a .btn-circle .fa-long-arrow-right, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:hover .btn-circle .fa-long-arrow-right, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:visited .btn-circle .fa-long-arrow-right, section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link a:focus .btn-circle .fa-long-arrow-right {
              font-size: 16px; }
      section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-text-content {
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        max-width: 580px;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        justify-self: right;
        margin-left: 65px;
        width: 60%; }
  @media (max-width: 991.98px) {
    section.gradient-cta {
      margin: 50px 0 35px; }
      section.gradient-cta .container {
        padding: 0 20px; }
      section.gradient-cta .cta-gradient-card {
        margin: 0px;
        padding: 25px;
        max-height: unset; }
        section.gradient-cta .cta-gradient-card .col-12 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-flow: column nowrap;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-flow: column nowrap;
                  flex-flow: column nowrap;
          -webkit-box-pack: left;
          -webkit-justify-content: left;
             -moz-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left;
          max-height: unset; }
          section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-title,
          section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-text-content,
          section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link {
            width: 100%;
            max-width: unset; }
          section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-text-content {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
               -moz-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            -webkit-align-self: unset;
                -ms-flex-item-align: unset;
                    align-self: unset;
            margin-left: 0px; }
          section.gradient-cta .cta-gradient-card .col-12 .gradient-cta-link {
            margin: 40px 0 10px;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
               -moz-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3; } }

.wheel-slider-inner {
  z-index: 5;
  position: relative;
  margin-top: 35px;
  max-width: 100%;
  width: 100%; }
  @media (max-width: 767.98px) {
    .wheel-slider-inner {
      margin: 30px 0 20px; } }
  .wheel-slider-inner #progress-level-show {
    width: 100%;
    max-width: 510px;
    height: 100%;
    max-height: 510px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 991.98px) {
      .wheel-slider-inner #progress-level-show {
        width: 90%; } }
  .wheel-slider-inner .progress-bar-btn, .wheel-slider-inner .progress-bar-btn:focus {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 5;
    width: 50%;
    height: 50%; }
    .wheel-slider-inner .progress-bar-btn p, .wheel-slider-inner .progress-bar-btn:focus p {
      position: absolute;
      margin: 0;
      color: #ECECEC;
      text-transform: uppercase;
      display: inline-block;
      text-align: center;
      width: 100%;
      max-width: 100%;
      font-size: 25px; }
      @media (max-width: 991.98px) {
        .wheel-slider-inner .progress-bar-btn p, .wheel-slider-inner .progress-bar-btn:focus p {
          font-size: 20px; } }
    .wheel-slider-inner .progress-bar-btn.show p, .wheel-slider-inner .progress-bar-btn:focus.show p {
      color: #FFFFFF;
      font-weight: bold; }
    .wheel-slider-inner .progress-bar-btn.click-1, .wheel-slider-inner .progress-bar-btn:focus.click-1 {
      left: 0;
      top: 0; }
      .wheel-slider-inner .progress-bar-btn.click-1 p, .wheel-slider-inner .progress-bar-btn:focus.click-1 p {
        -webkit-transform: rotate(-50deg);
           -moz-transform: rotate(-50deg);
            -ms-transform: rotate(-50deg);
             -o-transform: rotate(-50deg);
                transform: rotate(-50deg);
        top: 65px;
        left: -53px; }
        @media (max-width: 991.98px) {
          .wheel-slider-inner .progress-bar-btn.click-1 p, .wheel-slider-inner .progress-bar-btn:focus.click-1 p {
            top: 32px;
            left: -36px; } }
    .wheel-slider-inner .progress-bar-btn.click-2, .wheel-slider-inner .progress-bar-btn:focus.click-2 {
      right: 0;
      top: 0; }
      .wheel-slider-inner .progress-bar-btn.click-2 p, .wheel-slider-inner .progress-bar-btn:focus.click-2 p {
        -webkit-transform: rotate(50deg);
           -moz-transform: rotate(50deg);
            -ms-transform: rotate(50deg);
             -o-transform: rotate(50deg);
                transform: rotate(50deg);
        top: 65px;
        right: -53px; }
        @media (max-width: 991.98px) {
          .wheel-slider-inner .progress-bar-btn.click-2 p, .wheel-slider-inner .progress-bar-btn:focus.click-2 p {
            top: 32px;
            right: -36px; } }
    .wheel-slider-inner .progress-bar-btn.click-3, .wheel-slider-inner .progress-bar-btn:focus.click-3 {
      right: 0;
      bottom: 0; }
      .wheel-slider-inner .progress-bar-btn.click-3 p, .wheel-slider-inner .progress-bar-btn:focus.click-3 p {
        -webkit-transform: rotate(130deg);
           -moz-transform: rotate(130deg);
            -ms-transform: rotate(130deg);
             -o-transform: rotate(130deg);
                transform: rotate(130deg);
        bottom: 65px;
        right: -60px; }
        @media (max-width: 991.98px) {
          .wheel-slider-inner .progress-bar-btn.click-3 p, .wheel-slider-inner .progress-bar-btn:focus.click-3 p {
            bottom: 27px;
            right: -32px; } }
    .wheel-slider-inner .progress-bar-btn.click-4, .wheel-slider-inner .progress-bar-btn:focus.click-4 {
      left: 0;
      bottom: 0; }
      .wheel-slider-inner .progress-bar-btn.click-4 p, .wheel-slider-inner .progress-bar-btn:focus.click-4 p {
        -webkit-transform: rotate(-130deg);
           -moz-transform: rotate(-130deg);
            -ms-transform: rotate(-130deg);
             -o-transform: rotate(-130deg);
                transform: rotate(-130deg);
        bottom: 65px;
        left: -60px; }
        @media (max-width: 991.98px) {
          .wheel-slider-inner .progress-bar-btn.click-4 p, .wheel-slider-inner .progress-bar-btn:focus.click-4 p {
            bottom: 27px;
            left: -32px; } }
  .wheel-slider-inner .progress-centered {
    position: relative; }
    .wheel-slider-inner .progress-centered .progress-description {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 5; }
      .wheel-slider-inner .progress-centered .progress-description .progress-description-wrapper {
        max-width: 260px;
        width: 100%;
        margin: 0 auto;
        display: block; }
        .wheel-slider-inner .progress-centered .progress-description .progress-description-wrapper .progress-text-inner {
          display: none; }
          .wheel-slider-inner .progress-centered .progress-description .progress-description-wrapper .progress-text-inner.show {
            display: block; }
          .wheel-slider-inner .progress-centered .progress-description .progress-description-wrapper .progress-text-inner p {
            margin: 0;
            text-align: center; }
            @media (max-width: 991.98px) {
              .wheel-slider-inner .progress-centered .progress-description .progress-description-wrapper .progress-text-inner p {
                font-size: 17px; } }

.wheel-slider-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wheel-slider-middle .wheel-slider-inner {
    margin: 0;
    margin: 0; }

.sidebar-social-share {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 50px; }
  .sidebar-social-share .social-title h4 {
    font-family: "mr-eaves-xl-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 12px; }
  .sidebar-social-share .row .social-link a {
    border: 1px solid #DEDEDE;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    height: 38px;
    width: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sidebar-social-share .row .social-link a:hover i {
      font-size: 18px; }
    .sidebar-social-share .row .social-link a i {
      color: #666;
      top: 0;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .sidebar-social-share .row .social-link a i.fa-twitter {
        color: #1DA1F2; }
      .sidebar-social-share .row .social-link a i.fa-facebook {
        color: #4267B2; }
      .sidebar-social-share .row .social-link a i.fa-linkedin {
        color: #0e76a8; }

.sidebar-read-more {
  margin-top: 60px; }
  .sidebar-read-more h4 {
    font-family: "mr-eaves-xl-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 12px; }
  .sidebar-read-more .row .post-wrapper {
    margin-bottom: 40px; }
    .sidebar-read-more .row .post-wrapper img {
      height: 160px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-border-radius: 6px;
         -moz-border-radius: 6px;
              border-radius: 6px; }
    .sidebar-read-more .row .post-wrapper h5 {
      font-family: "mr-eaves-xl-sans", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 28px;
      color: #12131A;
      margin-top: 24px;
      margin-bottom: 24px; }
    .sidebar-read-more .row .post-wrapper .author-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .sidebar-read-more .row .post-wrapper .author-row img {
        height: 24px;
        width: 24px;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%; }
      .sidebar-read-more .row .post-wrapper .author-row .author-name {
        font-family: "mr-eaves-xl-sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        color: #12131A;
        padding-left: 5px; }
      .sidebar-read-more .row .post-wrapper .author-row .read-time {
        color: #08ACF2;
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        margin-left: auto; }

.post-bottom-cta .container-fluid {
  background-color: #1C1C22;
  position: relative; }
  .post-bottom-cta .container-fluid .row .text-content {
    padding: 80px 0 160px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; }
    @media (max-width: 768px) {
      .post-bottom-cta .container-fluid .row .text-content {
        max-width: 100%; } }
    .post-bottom-cta .container-fluid .row .text-content h2 {
      font-family: "mr-eaves-xl-sans", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 34px;
      line-height: 36px;
      text-align: center;
      color: #FAFAFA; }
    .post-bottom-cta .container-fluid .row .text-content a.cta-link {
      width: 100%;
      display: block;
      font-family: "mr-eaves-xl-sans", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 19px;
      text-align: center;
      background: -webkit-linear-gradient(13.42deg, #01DDA8 -0.92%, #08C8F2 39.04%, #1FE0B3 71%, #FFBF01 135.74%);
      background: -moz-linear-gradient(13.42deg, #01DDA8 -0.92%, #08C8F2 39.04%, #1FE0B3 71%, #FFBF01 135.74%);
      background: -o-linear-gradient(13.42deg, #01DDA8 -0.92%, #08C8F2 39.04%, #1FE0B3 71%, #FFBF01 135.74%);
      background: linear-gradient(76.58deg, #01DDA8 -0.92%, #08C8F2 39.04%, #1FE0B3 71%, #FFBF01 135.74%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .post-bottom-cta .container-fluid .row .text-content a.cta-link:hover {
        background: -webkit-linear-gradient(13.42deg, #FFBF01 12%, #01DDA8 39.04%, #08C8F2 71%, #1FE0B3 135.74%);
        background: -moz-linear-gradient(13.42deg, #FFBF01 12%, #01DDA8 39.04%, #08C8F2 71%, #1FE0B3 135.74%);
        background: -o-linear-gradient(13.42deg, #FFBF01 12%, #01DDA8 39.04%, #08C8F2 71%, #1FE0B3 135.74%);
        background: linear-gradient(76.58deg, #FFBF01 12%, #01DDA8 39.04%, #08C8F2 71%, #1FE0B3 135.74%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text; }
      .post-bottom-cta .container-fluid .row .text-content a.cta-link .far {
        margin-left: 5px; }
  .post-bottom-cta .container-fluid .cta-shapes-left img,
  .post-bottom-cta .container-fluid .cta-shapes-right img {
    height: 100%;
    width: 100;
    -o-object-fit: contain;
       object-fit: contain; }
  .post-bottom-cta .container-fluid .cta-shapes-left {
    position: absolute;
    height: 72px;
    width: auto;
    left: 10%;
    bottom: 0; }
    @media (max-width: 768px) {
      .post-bottom-cta .container-fluid .cta-shapes-left {
        left: unset;
        right: -35px; } }
  .post-bottom-cta .container-fluid .cta-shapes-right {
    position: absolute;
    height: 62px;
    width: auto;
    right: 10%;
    bottom: 0; }
    @media (max-width: 768px) {
      .post-bottom-cta .container-fluid .cta-shapes-right {
        display: none; } }

.results-block {
  padding: 40px 0 80px;
  border-top: 2px solid #E6E6E6; }
  .results-block .container .row h2 {
    font-family: "mr-eaves-xl-sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1D1C1C; }
  .results-block .container .row .hero-stats .item p {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #12131A; }
    .results-block .container .row .hero-stats .item p.percent {
      font-style: normal;
      font-weight: 800;
      font-size: 50px;
      line-height: 22px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px;
      margin-bottom: 10px; }
      .results-block .container .row .hero-stats .item p.percent small {
        font-size: 60%; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-teal {
        color: #01DDB5; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-blue {
        color: #1ac8f2; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-pink {
        color: #ea6f5d; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-yellow {
        color: #F6C535; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-orange {
        color: #f16524; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-strategy {
        color: #40C1AA; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-full-funnel {
        color: #FFA179; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-performance-media {
        color: #AB6FFF; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-seo {
        color: #08ACF2; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-cro {
        color: #E97269; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-analytics {
        color: #F6C535; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-organic-social {
        color: #B9EEFF; }
      .results-block .container .row .hero-stats .item p.percent.ftf-theme-media-creative {
        color: #F36524; }
  .results-block .container .row .results-description {
    margin-top: 24px; }
    .results-block .container .row .results-description > * {
      font-family: "mr-eaves-xl-sans", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #494B4D; }

.travel-expert {
  padding: 70px 0; }
  @media (max-width: 1440px) {
    .travel-expert {
      padding-top: 15px; } }
  .travel-expert .title-row {
    margin-bottom: 46px; }
  .travel-expert .expert-row {
    background: #12131A;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    padding: 24px;
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .travel-expert .expert-row .travel-expert-shapes {
      position: absolute;
      bottom: 0;
      right: 34px;
      height: 46px;
      width: 84px; }
      .travel-expert .expert-row .travel-expert-shapes img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .travel-expert .expert-row .img-box {
      padding-bottom: 1%;
      width: 100%;
      min-height: 245px;
      max-height: 350px;
      margin-right: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .travel-expert .expert-row .img-box .expert-img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      @media (max-width: 991.98px) {
        .travel-expert .expert-row .img-box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .travel-expert .expert-row span {
      color: #FAFAFA; }
      .travel-expert .expert-row span.name, .travel-expert .expert-row span.name > * {
        font-weight: 800;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 991.98px) {
          .travel-expert .expert-row span.name, .travel-expert .expert-row span.name > * {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      .travel-expert .expert-row span.bio, .travel-expert .expert-row span.bio > * {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .travel-expert .expert-row a.expert-email {
      color: #08ACF2;
      font-style: normal;
      font-weight: 800;
      font-size: 18px;
      line-height: 140%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .travel-expert .expert-row a.expert-email i {
        color: #08ACF2;
        font-size: 17px;
        line-height: 22px;
        margin-right: 12px; }

.saas-expert {
  padding: 70px 0; }
  @media (max-width: 1440px) {
    .saas-expert {
      padding-top: 15px; } }
  .saas-expert .title-row {
    margin-bottom: 46px; }
  .saas-expert .expert-row {
    background: #12131A;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    padding: 24px;
    position: relative;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .saas-expert .expert-row .travel-expert-shapes {
      position: absolute;
      bottom: 0;
      right: 34px;
      height: 46px;
      width: 84px; }
      .saas-expert .expert-row .travel-expert-shapes img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .saas-expert .expert-row .img-box {
      padding-bottom: 1%;
      width: 100%;
      min-height: 245px;
      max-height: 350px;
      margin-right: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .saas-expert .expert-row .img-box .expert-img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
      @media (max-width: 991.98px) {
        .saas-expert .expert-row .img-box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .saas-expert .expert-row span {
      color: #FAFAFA; }
      .saas-expert .expert-row span.name, .saas-expert .expert-row span.name > * {
        font-weight: 800;
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 991.98px) {
          .saas-expert .expert-row span.name, .saas-expert .expert-row span.name > * {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      .saas-expert .expert-row span.bio, .saas-expert .expert-row span.bio > * {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
    .saas-expert .expert-row a.expert-email {
      color: #8A91DE;
      font-style: normal;
      font-weight: 800;
      font-size: 18px;
      line-height: 140%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .saas-expert .expert-row a.expert-email i {
        color: #8A91DE;
        font-size: 17px;
        line-height: 22px;
        margin-right: 12px; }

.blue-panels .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 102px 15px; }
  .blue-panels .row > div i {
    font-style: normal;
    font-weight: 900;
    font-size: 29px;
    line-height: 22px;
    margin-bottom: 36px;
    color: #FAFAFA; }
  .blue-panels .row > div h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 16px; }
  .blue-panels .row > div span, .blue-panels .row > div span > * {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%; }

.blue-panels .left-col {
  background-color: #08ACF2; }

.blue-panels .right-col {
  background-color: #02D0FE; }

.purple-panels .row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 102px 15px; }
  .purple-panels .row > div i {
    font-style: normal;
    font-weight: 900;
    font-size: 29px;
    line-height: 22px;
    margin-bottom: 36px;
    color: #FAFAFA; }
  .purple-panels .row > div h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 16px; }
  .purple-panels .row > div span, .purple-panels .row > div span > * {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%; }

.purple-panels .left-col {
  background-color: #8135EC; }

.purple-panels .right-col {
  background-color: #8A91DE; }
