@charset "UTF-8";
/*
Theme Name: Appscore
Theme URI: https://www.appscore.com.au/
Author: Appscore
Description: Custom template for Appscore site. Please do not edit the .css files directly, use Sass for easier maintenance.
Version: 1.0
Text Domain: appscore
*/
/***********************/
/* ANIMATION           */
/***********************/
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 30px rgba(237, 22, 82, 0); } }
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 30px rgba(237, 22, 82, 0); } }
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 30px rgba(237, 22, 82, 0); } }
@keyframes pulse {
  to {
    box-shadow: 0 0 0 30px rgba(237, 22, 82, 0); } }
.pulse-btn {
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.7); }

.pulse-btn:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none; }

body {
  overflow-x: hidden;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  color: #313032;
  -webkit-font-smoothing: antialiased; }

.ac-link {
  color: #EA005C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap; }
  .ac-link:hover {
    color: #EA005C; }
  .ac-link.arrow-left::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .5em;
    vertical-align: .1em;
    border-left: 0;
    border-right: 6px solid #EA005C;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; }
  .ac-link.arrow-right::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: .1em;
    border-left: 6px solid #EA005C;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; }
  .ac-link.arrow-down::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .5em;
    vertical-align: .1em;
    border-top: 6px solid #EA005C;
    border-bottom: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }

.ac-btn {
  padding: 12px 24px;
  background-color: #EA005C;
  color: #FFFFFF;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  border-radius: 4px;
  text-align: center;
  text-transform: uppercase; }
  .ac-btn:hover {
    color: #FFFFFF;
    background-color: #b70048;
    text-decoration: none; }
  .ac-btn:hover, .ac-btn:focus {
    box-shadow: none; }
  .ac-btn.full-width {
    width: 100%; }
  .ac-btn.ac-btn-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
    .ac-btn.ac-btn-shadow:hover, .ac-btn.ac-btn-shadow:focus {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
  .ac-btn.ac-btn-red {
    background-color: #EA005C;
    color: #FFFFFF; }
    .ac-btn.ac-btn-red:hover {
      background-color: #d10052; }
  .ac-btn.ac-btn-white {
    background-color: #FFFFFF;
    color: #EA005C; }
    .ac-btn.ac-btn-white:hover {
      background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .ac-btn.ac-btn-large {
      padding: 20px 40px;
      font-size: 24px;
      letter-spacing: 4px;
      line-height: 1; } }
  @media (min-width: 1200px) {
    .ac-btn {
      padding: 12px 32px; } }

.section-white .ac-form input.form-control,
.section-white .ac-form textarea.form-control,
.section-white .ac-form select.form-control,
.section-light .ac-form input.form-control,
.section-light .ac-form textarea.form-control,
.section-light .ac-form select.form-control {
  border-bottom-color: #313032;
  color: #313032; }
  .section-white .ac-form input.form-control::placeholder,
  .section-white .ac-form textarea.form-control::placeholder,
  .section-white .ac-form select.form-control::placeholder,
  .section-light .ac-form input.form-control::placeholder,
  .section-light .ac-form textarea.form-control::placeholder,
  .section-light .ac-form select.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #313032; }
  .section-white .ac-form input.form-control:-ms-input-placeholder,
  .section-white .ac-form textarea.form-control:-ms-input-placeholder,
  .section-white .ac-form select.form-control:-ms-input-placeholder,
  .section-light .ac-form input.form-control:-ms-input-placeholder,
  .section-light .ac-form textarea.form-control:-ms-input-placeholder,
  .section-light .ac-form select.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #313032; }
  .section-white .ac-form input.form-control::-ms-input-placeholder,
  .section-white .ac-form textarea.form-control::-ms-input-placeholder,
  .section-white .ac-form select.form-control::-ms-input-placeholder,
  .section-light .ac-form input.form-control::-ms-input-placeholder,
  .section-light .ac-form textarea.form-control::-ms-input-placeholder,
  .section-light .ac-form select.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #313032; }

.ac-form input.form-control,
.ac-form textarea.form-control,
.ac-form select.form-control {
  padding: 12px 0;
  border-width: 0 0 1px 0;
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  border-radius: 0;
  color: #FFFFFF;
  background: transparent;
  font-size: 16px;
  line-height: 1.5; }
  .ac-form input.form-control::placeholder,
  .ac-form textarea.form-control::placeholder,
  .ac-form select.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFFFFF;
    opacity: 1;
    /* Firefox */ }
  .ac-form input.form-control:-ms-input-placeholder,
  .ac-form textarea.form-control:-ms-input-placeholder,
  .ac-form select.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFFFFF; }
  .ac-form input.form-control::-ms-input-placeholder,
  .ac-form textarea.form-control::-ms-input-placeholder,
  .ac-form select.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFFFFF; }
.ac-form .input-group {
  flex-direction: column; }
  .ac-form .input-group .select-container.form-control {
    border: 0;
    position: relative;
    width: auto;
    padding: 0;
    z-index: 2; }
    .ac-form .input-group .select-container.form-control::after {
      position: absolute;
      top: 18px;
      right: 16px;
      z-index: 3;
      pointer-events: none;
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-top: 9px solid #313032;
      border-right: 6px solid transparent;
      border-bottom: 0;
      border-left: 6px solid transparent; }
    .ac-form .input-group .select-container.form-control select.form-control {
      width: 100%;
      color: #313032;
      font-size: 20px;
      line-height: 1.2;
      border: 0; }
  .ac-form .input-group input.form-control,
  .ac-form .input-group select.form-control {
    width: auto;
    height: 100%;
    padding: 12px 16px;
    box-shadow: none; }
    .ac-form .input-group input.form-control:hover, .ac-form .input-group input.form-control:focus,
    .ac-form .input-group select.form-control:hover,
    .ac-form .input-group select.form-control:focus {
      box-shadow: none; }
  .ac-form .input-group .select-container.form-control,
  .ac-form .input-group input.form-control {
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 8px; }
  .ac-form .input-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 48px;
    cursor: pointer;
    box-shadow: 0;
    max-width: 100%; }
    .ac-form .input-group select.form-control::-ms-expand {
      display: none; }
  .ac-form .input-group .input-group-btn .ac-btn {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    padding: 12px 32px; }
  .ac-form .input-group ul.parsley-errors-list {
    position: absolute;
    bottom: -25px; }
@media (min-width: 768px) {
  .ac-form .input-group {
    flex-direction: row;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
    .ac-form .input-group .select-container.form-control::after {
      top: 26px; }
    .ac-form .input-group input.form-control,
    .ac-form .input-group select.form-control {
      padding: 20px 16px; }
    .ac-form .input-group .select-container.form-control,
    .ac-form .input-group input.form-control {
      border-radius: 4px 0 0 4px;
      box-shadow: none;
      margin-bottom: 0; }
      .ac-form .input-group .select-container.form-control select.form-control,
      .ac-form .input-group input.form-control select.form-control {
        box-shadow: none; }
    .ac-form .input-group .input-group-btn .ac-btn {
      width: auto;
      border-radius: 0 4px 4px 0;
      box-shadow: none; } }

.form-control:focus {
  border: inherit;
  box-shadow: inherit; }

.form-step {
  display: none; }
  .form-step.form-step-1 {
    display: block; }
  @media (min-width: 768px) {
    .form-step.md-bg {
      background: #18407E;
      margin: -32px 0;
      padding: 32px;
      border-radius: 8px;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.35); } }

.form-thankyou {
  display: none; }

ul.parsley-errors-list {
  list-style-type: none;
  margin: 0;
  padding: 4px 0 0;
  font-size: 14px; }

.banner-form {
  max-width: 650px;
  width: 100%; }
  .banner-form:not(.old-style) .ac-form input.form-control,
  .banner-form:not(.old-style) .ac-form textarea.form-control {
    padding: 20px 16px;
    color: #313032;
    background: #FFFFFF;
    border-radius: 4px;
    border-bottom: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
    .banner-form:not(.old-style) .ac-form input.form-control::placeholder,
    .banner-form:not(.old-style) .ac-form textarea.form-control::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #313032; }
    .banner-form:not(.old-style) .ac-form input.form-control:-ms-input-placeholder,
    .banner-form:not(.old-style) .ac-form textarea.form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #313032; }
    .banner-form:not(.old-style) .ac-form input.form-control::-ms-input-placeholder,
    .banner-form:not(.old-style) .ac-form textarea.form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #313032; }
  .banner-form .ac-form input.form-control,
  .banner-form .ac-form textarea.form-control {
    font-size: 16px;
    line-height: 1.5; }
  .banner-form .ac-btn {
    padding: 12px 10px; }
  @media (min-width: 768px) {
    .banner-form:not(.old-style) .form-step .col-md-6:nth-of-type(odd) {
      padding-right: 7.5px; }
    .banner-form:not(.old-style) .form-step .col-md-6:nth-of-type(even) {
      padding-left: 7.5px; }
    .banner-form .ac-form input.form-control,
    .banner-form .ac-form textarea.form-control {
      font-size: 20px;
      line-height: 1.2; } }
  @media (min-width: 1200px) {
    .banner-form .ac-btn {
      padding: 12px 32px; } }

.floating-form-corner {
  display: none; }
  @media (min-width: 768px) {
    .floating-form-corner {
      display: block; }
      .floating-form-corner.mfp-hide {
        display: block !important; } }

.floating-form {
  position: fixed;
  z-index: 100;
  bottom: 24px;
  right: 24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #EA005C;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out; }
  .floating-form.active {
    height: 400px;
    width: 400px;
    border-radius: 16px; }
  .floating-form.adjust-height, .floating-form.adjust-height.active {
    min-height: 400px;
    height: auto; }
  .floating-form .float-label {
    padding: 24px 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center; }
  .floating-form .float-container {
    display: none;
    position: relative; }
    .floating-form .float-container .float-close,
    .floating-form .float-container .float-close-popup {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 1;
      padding: 16px;
      height: 52px;
      line-height: 20px; }
    .floating-form .float-container .float-close-popup {
      display: none;
      color: #FFFFFF; }
  .floating-form .ac-form-cont {
    padding: 32px; }
    .floating-form .ac-form-cont h3 {
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 20px; }
      .floating-form .ac-form-cont h3.size-small {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0; }
    .floating-form .ac-form-cont p {
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.5;
      text-align: center; }
    .floating-form .ac-form-cont .ac-form {
      display: flex;
      align-items: center;
      min-height: 336px; }
      .floating-form .ac-form-cont .ac-form .form-step, .floating-form .ac-form-cont .ac-form .form-thankyou {
        flex: 0 0 100%; }
  .floating-form .button-cont {
    text-align: center; }
    .floating-form .button-cont .ac-btn {
      min-width: 225px;
      border-radius: 4px; }

.mfp-content .floating-form {
  display: block;
  position: static;
  margin: 0 auto;
  min-height: 400px;
  height: auto;
  max-width: 400px;
  width: 100%;
  border-radius: 16px; }
  .mfp-content .floating-form .float-label {
    display: none; }
  .mfp-content .floating-form .float-container {
    display: block !important; }
    .mfp-content .floating-form .float-container .float-close {
      display: none; }
    .mfp-content .floating-form .float-container .float-close-popup {
      display: block; }

.mfp-bg {
  background-color: rgba(24, 64, 126, 0.95) !important; }

#wpadminbar {
  position: fixed !important; }

.admin-bar .navbar-header.fixed-top,
.admin-bar .navbar-header .navbar-collapse,
.admin-bar .navbar-header .navbar-collapse .menu-back {
  top: 46px; }
  @media (min-width: 783px) {
    .admin-bar .navbar-header.fixed-top,
    .admin-bar .navbar-header .navbar-collapse,
    .admin-bar .navbar-header .navbar-collapse .menu-back {
      top: 32px; } }

@media (min-width: 375px) {
  .container.container-narrow {
    padding-left: 32px;
    padding-right: 32px; } }
@media (min-width: 768px) {
  .container.container-narrow {
    padding-left: 15px;
    padding-right: 15px; } }

nav.navbar {
  background-color: transparent;
  transition: background 0.3s ease-in-out; }
  nav.navbar .sticky-nav {
    position: relative;
    z-index: 110; }
  nav.navbar .navbar-brand {
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem; }
    nav.navbar .navbar-brand img {
      width: 160px;
      display: block; }
  nav.navbar .navbar-toggler {
    color: #FFFFFF;
    cursor: pointer;
    height: 40px;
    padding: .25rem; }
    nav.navbar .navbar-toggler:focus {
      outline: 0; }
    nav.navbar .navbar-toggler .hamburger .line {
      width: 32px;
      height: 4px;
      border-radius: 2px;
      background-color: #FFFFFF;
      display: block;
      margin: 0 auto 6px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    nav.navbar .navbar-toggler .hamburger.is-active .line:nth-child(2) {
      opacity: 0; }
    nav.navbar .navbar-toggler .hamburger.is-active .line:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
      -o-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg); }
    nav.navbar .navbar-toggler .hamburger.is-active .line:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
      -o-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg); }
  nav.navbar .navbar-phone {
    color: #FFFFFF;
    cursor: pointer;
    height: 40px;
    padding: .25rem; }
    nav.navbar .navbar-phone a {
      color: #FFFFFF; }
      nav.navbar .navbar-phone a:hover {
        text-decoration: none; }
  nav.navbar .navbar-collapse {
    padding: 8px 16px;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #18407E;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.15); }
    nav.navbar .navbar-collapse.collapse {
      display: block;
      transition: left 0.15s cubic-bezier(0, 0, 0.35, 1); }
    nav.navbar .navbar-collapse.collapsing {
      height: 100vh !important;
      left: -50%;
      transition: left 0.15s cubic-bezier(0.3, 0.1, 0, 0); }
    nav.navbar .navbar-collapse.collapse.show {
      height: 100vh !important;
      left: 0;
      transition: left 0.15s cubic-bezier(0, 0, 0.35, 1); }
      nav.navbar .navbar-collapse.collapse.show .menu-back {
        display: block; }
    nav.navbar .navbar-collapse .menu-back {
      display: none;
      position: fixed;
      width: calc(100% - 32px);
      height: 92px;
      top: 0;
      background-image: linear-gradient(to bottom, #18407E 0%, #18407E 50%, rgba(24, 64, 126, 0.85) 60%, rgba(24, 64, 126, 0) 100%);
      z-index: 105; }
  nav.navbar .menu {
    padding: 72px 16px 24px; }
    nav.navbar .menu a {
      color: #FFFFFF; }
      nav.navbar .menu a:hover {
        color: #FFFFFF;
        text-decoration: none; }
    nav.navbar .menu .navbar-nav {
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 1.33;
      text-align: left; }
      nav.navbar .menu .navbar-nav .nav-item {
        margin-bottom: 24px;
        position: relative; }
        nav.navbar .menu .navbar-nav .nav-item:last-child {
          margin-bottom: 0px; }
        nav.navbar .menu .navbar-nav .nav-item .nav-link {
          color: #FFFFFF;
          cursor: pointer; }
      nav.navbar .menu .navbar-nav .dropdown-toggle::before {
        display: none;
        margin-right: .5em; }
      nav.navbar .menu .navbar-nav .dropdown-toggle::after {
        margin-left: .5em; }
      nav.navbar .menu .navbar-nav .dropdown-toggle::before, nav.navbar .menu .navbar-nav .dropdown-toggle::after {
        content: "";
        width: 0;
        height: 0;
        vertical-align: .1em;
        border-top: 6px solid;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-left: 4px solid transparent; }
      nav.navbar .menu .navbar-nav .dropdown-menu {
        overflow: hidden;
        background-color: transparent;
        border: none;
        margin-top: 0;
        padding: 0;
        display: block;
        height: 0; }
        nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item {
          font-size: 16px;
          color: #FFFFFF;
          text-align: left;
          padding: 12px 0;
          opacity: 0; }
          nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item:focus, nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item:hover {
            background-color: transparent; }
          nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item:last-child {
            padding-bottom: 0; }
          nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item .service-icon {
            display: none; }
          nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item .service-info .service-info-head {
            display: block; }
          nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item .service-info .service-info-desc {
            display: none; }
    nav.navbar .menu .nav-header-phone {
      min-width: 168px;
      padding: 12px 24px;
      border-radius: 4px;
      background-color: #EA005C;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
      color: #FFFFFF;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 2px;
      line-height: 1.2;
      text-align: center;
      font-family: "futura-pt", sans-serif;
      display: inline-block;
      text-transform: uppercase; }
      nav.navbar .menu .nav-header-phone:hover {
        background-color: #d10052; }
    nav.navbar .menu ul.nav-extra-menu {
      border-top: 2px solid #FFFFFF;
      color: #FFFFFF;
      font-family: "Merriweather", serif;
      font-size: 14px;
      line-height: 1.71;
      margin: 0;
      padding: 32px 0 0;
      display: flex;
      flex-wrap: wrap;
      list-style-type: none; }
      nav.navbar .menu ul.nav-extra-menu li {
        flex: 0 0 50%;
        margin: 0 0 24px;
        padding: 0; }
  @media (min-width: 992px) {
    nav.navbar {
      padding: 32px 0; }
      nav.navbar .navbar-brand img {
        width: 100%; }
      nav.navbar .navbar-phone {
        display: none; }
      nav.navbar .navbar-collapse {
        position: static;
        top: 0;
        left: 0;
        background-color: transparent;
        width: auto;
        height: auto;
        z-index: 2;
        overflow: visible;
        box-shadow: none;
        flex-direction: column;
        align-items: flex-end;
        padding: 0; }
        nav.navbar .navbar-collapse.collapse {
          height: auto !important;
          transition: none; }
        nav.navbar .navbar-collapse.collapsing, nav.navbar .navbar-collapse.collapse.show {
          height: auto !important;
          transition: none; }
          nav.navbar .navbar-collapse.collapsing .menu-back, nav.navbar .navbar-collapse.collapse.show .menu-back {
            display: none; }
        nav.navbar .navbar-collapse .menu-back {
          display: none; }
      nav.navbar .menu {
        padding: 0; }
        nav.navbar .menu .navbar-nav {
          font-size: 16px;
          line-height: 1.5;
          text-align: left; }
          nav.navbar .menu .navbar-nav .nav-item {
            margin: 0 10px;
            padding: 8px 0; }
            nav.navbar .menu .navbar-nav .nav-item:first-child {
              margin-left: 0; }
            nav.navbar .menu .navbar-nav .nav-item:last-child {
              margin-right: 0; }
            nav.navbar .menu .navbar-nav .nav-item .nav-link {
              padding-right: .25rem;
              padding-left: .25rem; }
          nav.navbar .menu .navbar-nav .dropdown:hover > .dropdown-menu {
            max-height: 242px;
            opacity: 1;
            visibility: visible;
            transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out; }
          nav.navbar .menu .navbar-nav .dropdown-menu {
            width: 480px;
            left: -176px;
            background-color: #FFFFFF;
            border-radius: 4px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
            color: #313032;
            display: block;
            height: auto !important;
            max-height: 0;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out 0.2s; }
            nav.navbar .menu .navbar-nav .dropdown-menu.show {
              max-height: 242px;
              opacity: 1;
              visibility: visible;
              transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, max-height 0s ease-in-out; }
            nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-cont {
              display: flex;
              flex-wrap: wrap;
              padding: 12px 16px; }
            nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item {
              font-size: 16px;
              color: #313032;
              text-align: left;
              display: flex;
              flex: 0 0 50%;
              align-items: center;
              padding: 12px 16px;
              opacity: 1 !important;
              visibility: visible !important; }
              nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item:last-child {
                padding-bottom: inherit; }
              nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item .service-icon {
                flex: 0 0 44px;
                display: block;
                width: 44px;
                padding-right: 12px;
                color: #EA005C;
                text-align: center; }
                nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item .service-icon img {
                  max-width: 32px;
                  max-height: 32px; }
              nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item .service-info {
                flex: 1 1 50%;
                color: #313032; }
                nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item .service-info .service-info-head {
                  display: block;
                  font-size: 16px;
                  font-family: "futura-pt-bold", "futura-pt", sans-serif;
                  font-weight: bold;
                  line-height: 1.5; }
                nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item .service-info .service-info-desc {
                  display: block;
                  font-family: "Merriweather", serif;
                  font-size: 12px;
                  line-height: 1.2; }
        nav.navbar .menu .nav-header-phone {
          display: block;
          padding: 8px; } }
  @media (min-width: 1200px) {
    nav.navbar .menu .navbar-nav .nav-item {
      margin: 0 12px; }
      nav.navbar .menu .navbar-nav .nav-item .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    nav.navbar .menu .navbar-nav .dropdown:hover > .dropdown-menu {
      max-height: 172px; }
    nav.navbar .menu .navbar-nav .dropdown-menu {
      width: 720px;
      left: -256px; }
      nav.navbar .menu .navbar-nav .dropdown-menu.show {
        max-height: 172px; }
      nav.navbar .menu .navbar-nav .dropdown-menu .dropdown-item {
        flex: 0 0 33%; } }

.navbar-header.min-header {
  background-color: rgba(24, 64, 126, 0.9);
  background-image: none !important;
  border-bottom: none; }

.pad-header {
  background-image: url("assets/img/standard-bg@2x.jpg");
  background-color: #18407E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  height: 62px; }
  @media (min-width: 992px) {
    .pad-header {
      height: 123px; } }
  @media (min-width: 1200px) {
    .pad-header {
      background-position: 50% 50%; } }

section.banner {
  padding-top: 62px;
  color: #FFFFFF;
  background-image: url("assets/img/standard-bg@2x.jpg");
  background-color: #18407E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  transition: height 0.3s ease-in-out; }
  section.banner.banner-compact > .container {
    padding-top: 0px;
    padding-bottom: 32px; }
    section.banner.banner-compact > .container h1, section.banner.banner-compact > .container h2 {
      margin-top: 12px;
      margin-bottom: 0; }
  section.banner.banner-mini > .container {
    padding-top: 32px;
    padding-bottom: 32px; }
  section.banner > .container {
    padding-top: 48px;
    padding-bottom: 72px; }
  section.banner h1, section.banner h2 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px; }
    section.banner h1.extra-gap, section.banner h2.extra-gap {
      margin-bottom: 36px; }
  section.banner h4 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 8px; }
  section.banner p {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5); }
  section.banner a {
    color: #FFFFFF; }
  section.banner .banner-btn .ac-btn {
    padding: 12px 32px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.2; }
  @media (min-width: 768px) {
    section.banner h1, section.banner h2 {
      font-size: 56px;
      line-height: 1.14; }
      section.banner h1.size-small, section.banner h2.size-small {
        font-size: 40px;
        line-height: 1.2; }
    section.banner .banner-btn .ac-btn {
      padding: 20px 40px;
      font-size: 24px;
      letter-spacing: 4px;
      line-height: 1; } }
  @media (min-width: 992px) {
    section.banner {
      padding-top: 123px; }
      section.banner.banner-compact > .container {
        padding-top: 0px;
        padding-bottom: 40px; }
        section.banner.banner-compact > .container h1, section.banner.banner-compact > .container h2 {
          margin-top: 0; }
      section.banner.banner-mini > .container {
        padding-top: 32px;
        padding-bottom: 64px; }
      section.banner > .container {
        padding-top: 96px;
        padding-bottom: 96px; } }
  @media (min-width: 1200px) {
    section.banner {
      background-position: 50% 50%; } }

section.work-banner {
  background-position: 75% 0%; }
  section.work-banner h1, section.work-banner h2 {
    text-shadow: none; }
    section.work-banner h1 span, section.work-banner h2 span {
      display: block;
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5; }
  @media (min-width: 1200px) {
    section.work-banner {
      background-position: 75% 33.33%; } }

section.banner-home {
  background-color: #260f57;
  background-image: url("assets/img/homepage-banner-768@2x.jpg");
  background-position: 50% 0%;
  background-size: 768px 624px; }
  section.banner-home > .container {
    padding-top: 248px;
    padding-bottom: 72px; }
  section.banner-home h1, section.banner-home h2, section.banner-home h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 40px; }
  section.banner-home .banner-btn .ac-btn {
    padding: 12px 16px;
    font-size: 16px; }
  section.banner-home .banner-form {
    text-align: left; }
    section.banner-home .banner-form h1, section.banner-home .banner-form h2, section.banner-home .banner-form h3 {
      margin-bottom: 16px; }
    section.banner-home .banner-form .banner-btn {
      text-align: center; }
    section.banner-home .banner-form .md-bg {
      margin-bottom: -32px; }
  section.banner-home .banner-awards {
    margin-top: 38px;
    text-align: center; }
  @media (min-width: 375px) {
    section.banner-home .banner-btn .ac-btn {
      font-size: 20px; } }
  @media (min-width: 768px) {
    section.banner-home {
      background-color: #050239;
      background-image: url("assets/img/homepage-banner_center@2x.jpg");
      background-position: 50% 0;
      background-size: 2000px 890px; }
      section.banner-home > .container {
        padding-top: 380px;
        padding-bottom: 88px; }
      section.banner-home h1, section.banner-home h2, section.banner-home h3 {
        margin-bottom: 40px; }
      section.banner-home .banner-text h1, section.banner-home .banner-text h2 {
        max-width: 560px;
        font-size: 32px;
        line-height: 1.2;
        margin: 0 auto 32px; }
      section.banner-home .banner-btn .ac-btn {
        padding: 20px 40px;
        font-size: 24px; }
      section.banner-home .banner-form {
        margin: 0 auto; }
        section.banner-home .banner-form .md-bg {
          background: none;
          margin: 0;
          padding: 0;
          border-radius: 0;
          box-shadow: none; } }
  @media (min-width: 992px) {
    section.banner-home > .container {
      padding-top: 340px; } }
  @media (min-width: 1200px) {
    section.banner-home {
      background-color: #050021;
      background-image: url("assets/img/homepage-banner@2x.jpg?v=1.0");
      background-size: 2000px 630px; }
      section.banner-home > .container {
        padding-top: 64px; }
      section.banner-home h1, section.banner-home h2, section.banner-home h3 {
        text-align: left; }
      section.banner-home .banner-text h1, section.banner-home .banner-text h2 {
        font-size: 42px;
        line-height: 1.2;
        margin: 0 0 32px; }
      section.banner-home .banner-form {
        margin: 0; }
        section.banner-home .banner-form .form-step.form-step-1 {
          max-width: 520px; }
      section.banner-home .banner-awards {
        max-width: 520px; } }

section.banner-404 {
  background-image: url("assets/img/404-bg@2x.jpg");
  background-position: 75% 0%; }
  section.banner-404 .banner-text {
    max-width: 640px; }
  @media (min-width: 1200px) {
    section.banner-404 {
      background-position: 75% 15%; } }

section.banner-about-us {
  background-image: url("assets/img/about-banner@2x.jpg"); }

section.banner-careers {
  background-image: url("assets/img/careers-banner@2x.jpg");
  background-position: 65% 0%; }

section.banner-blog .banner-form {
  margin-top: 16px;
  max-width: 635px; }

section.banner-contact {
  background-image: url("assets/img/contact-bg@2x.jpg"); }
  section.banner-contact h1, section.banner-contact h2 {
    max-width: 560px; }
  section.banner-contact .banner-thank-you h1, section.banner-contact .banner-thank-you h2 {
    max-width: 780px; }
  section.banner-contact .contact-form-col {
    position: relative; }
    section.banner-contact .contact-form-col .contact-form {
      padding-top: 16px;
      margin-bottom: -176px; }
      section.banner-contact .contact-form-col .contact-form p {
        text-shadow: none; }
      section.banner-contact .contact-form-col .contact-form .ac-form {
        padding: 24px 24px 32px;
        border-radius: 4px;
        background-color: #EA005C;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 768px) {
    section.banner-contact .contact-form-col .contact-form {
      padding-top: 0;
      margin-bottom: 0;
      position: absolute;
      width: calc(100% - 30px);
      top: -45px;
      z-index: 2; }
      section.banner-contact .contact-form-col .contact-form .ac-form {
        min-height: 480px; } }

section.banner-reviews h1, section.banner-reviews h2 {
  max-width: 440px;
  margin: 0; }
section.banner-reviews .overall-review .overall-review-text {
  margin-bottom: 32px; }
section.banner-reviews .overall-review .overall-review-stars {
  text-align: center;
  margin-bottom: 32px; }
  section.banner-reviews .overall-review .overall-review-stars .overall-review-data {
    margin-bottom: 32px; }
    section.banner-reviews .overall-review .overall-review-stars .overall-review-data .overall-stats {
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.5; }
      section.banner-reviews .overall-review .overall-review-stars .overall-review-data .overall-stats strong {
        font-weight: normal; }
@media (min-width: 768px) {
  section.banner-reviews .overall-review {
    display: flex;
    align-items: center; }
    section.banner-reviews .overall-review .overall-review-text {
      flex: 1 1 50%;
      margin-right: 24px;
      margin-bottom: 0; }
    section.banner-reviews .overall-review .overall-review-stars {
      flex: 0 0 216px;
      text-align: left; } }
@media (min-width: 992px) {
  section.banner-reviews .overall-review {
    align-items: center; }
    section.banner-reviews .overall-review .overall-review-stars {
      flex: 0 0 436px;
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      section.banner-reviews .overall-review .overall-review-stars .overall-review-data {
        margin-right: 24px;
        margin-bottom: 0; }
      section.banner-reviews .overall-review .overall-review-stars .overall-review-btn {
        flex: 0 0 240px;
        text-align: right; } }

section.banner-strategy-session .banner-text {
  max-width: 640px;
  margin: 0 auto; }

section.banner-services {
  background-image: none; }
  section.banner-services::before {
    content: "";
    display: block;
    height: 170px;
    background-color: #18407E;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%; }
  section.banner-services > .container {
    position: relative;
    padding-bottom: 48px; }
  section.banner-services .banner-text h1, section.banner-services .banner-text h2 {
    max-width: 610px;
    margin: 0 0 32px; }
  section.banner-services .banner-btn .ac-btn {
    padding: 12px 16px;
    font-size: 16px; }
  section.banner-services .banner-desc {
    display: none;
    padding: 8px 16px;
    background-color: #18407E;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 15px;
    text-transform: uppercase; }
  @media (min-width: 375px) {
    section.banner-services .banner-btn .ac-btn {
      font-size: 20px; } }
  @media (max-width: 767px) {
    section.banner-services {
      padding-top: 0; }
      section.banner-services > .container {
        padding-top: 40px; } }
  @media (min-width: 768px) {
    section.banner-services::before {
      display: none; }
    section.banner-services > .container {
      min-height: 406px; }
    section.banner-services .banner-btn .ac-btn {
      padding: 20px 40px;
      font-size: 24px; }
    section.banner-services .banner-desc {
      display: block; } }
  @media (min-width: 992px) {
    section.banner-services > .container {
      min-height: 502px;
      padding-bottom: 96px; } }

section.banner-services.banner-strategy::before {
  background-image: url("assets/img/strategy-banner@2x.jpg"); }
section.banner-services.banner-strategy .banner-text h1, section.banner-services.banner-strategy .banner-text h2 {
  max-width: 670px; }
@media (min-width: 768px) {
  section.banner-services.banner-strategy {
    background-image: url("assets/img/strategy-banner@2x.jpg"); } }

section.banner-services.banner-innovation::before {
  background-image: url("assets/img/innovation-banner@2x.jpg"); }
@media (min-width: 768px) {
  section.banner-services.banner-innovation {
    background-image: url("assets/img/innovation-banner@2x.jpg");
    background-position-x: 60%; } }

section.banner-services.banner-digital-marketing::before {
  background-image: url("assets/img/digital-marketing-banner@2x.jpg"); }
@media (min-width: 768px) {
  section.banner-services.banner-digital-marketing {
    background-image: url("assets/img/digital-marketing-banner@2x.jpg");
    background-position-x: 45%; } }

section.banner-services.banner-app-development::before {
  background-image: url("assets/img/app-development-banner@2x.jpg"); }
section.banner-services.banner-app-development .banner-text h1, section.banner-services.banner-app-development .banner-text h2 {
  max-width: 480px; }
@media (min-width: 768px) {
  section.banner-services.banner-app-development {
    background-image: url("assets/img/app-development-banner@2x.jpg"); } }

section.banner-services.banner-web-development::before {
  background-image: url("assets/img/web-development-banner@2x.jpg"); }
@media (min-width: 768px) {
  section.banner-services.banner-web-development {
    background-image: url("assets/img/web-development-banner@2x.jpg");
    background-position-x: 70%; } }

section.banner-services.banner-experience-design::before {
  background-image: url("assets/img/experience-design-banner@2x.jpg"); }
@media (min-width: 768px) {
  section.banner-services.banner-experience-design {
    background-image: url("assets/img/experience-design-banner@2x.jpg");
    background-position-x: 80%; } }

.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap; }

.fp-btn.fp-btn-orange {
  color: #FFFFFF;
  background-color: #FF5254; }

@media (min-width: 768px) {
  .quote-form.quote-form-big .input-group .input-group-btn .fp-btn {
    width: auto;
    border-radius: 0 4px 4px 0;
    box-shadow: none; } }
footer {
  background-color: #18407E;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
  font-size: 14px;
  line-height: 1.71; }
  footer h4 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 16px; }
  footer a {
    color: #FFFFFF; }
    footer a:hover {
      color: #FFFFFF; }
  footer ul.footer-nav {
    margin: 0 0 8px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none; }
    footer ul.footer-nav li {
      flex: 0 0 50%;
      margin: 0 0 12px;
      padding: 0; }
  footer .footer-main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    footer .footer-main .footer-logo {
      flex: 1 1 auto;
      order: 1; }
    footer .footer-main .footer-contact {
      flex: 1 1 auto;
      order: 2; }
    footer .footer-main .footer-sitemap {
      flex: 1 1 auto;
      order: 4; }
    footer .footer-main .footer-social {
      flex: 1 1 auto;
      order: 3; }
  footer .footer-main {
    padding-top: 65px; }
    footer .footer-main .footer-logo {
      margin-bottom: 36px;
      order: 1; }
    footer .footer-main .footer-contact {
      margin-bottom: 32px;
      order: 2; }
      footer .footer-main .footer-contact .footer-contact-info {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 20px; }
        footer .footer-main .footer-contact .footer-contact-info:last-child {
          margin-bottom: 0; }
        footer .footer-main .footer-contact .footer-contact-info label {
          display: block;
          flex: 0 0 38px;
          padding-right: 14px; }
        footer .footer-main .footer-contact .footer-contact-info span {
          display: block;
          flex: 1 1 100%; }
    footer .footer-main .footer-sitemap {
      margin-bottom: 12px;
      order: 4; }
    footer .footer-main .footer-social {
      margin-bottom: 32px;
      order: 3; }
      footer .footer-main .footer-social ul.footer-social-icons {
        padding: 0;
        margin: 0;
        display: block;
        list-style-type: none;
        text-align: center; }
        footer .footer-main .footer-social ul.footer-social-icons li {
          display: inline-block;
          vertical-align: middle;
          margin: 0 15px;
          font-size: 24px; }
          footer .footer-main .footer-social ul.footer-social-icons li:first-child {
            margin-left: 0; }
          footer .footer-main .footer-social ul.footer-social-icons li:last-child {
            margin-right: 0; }
  footer .footer-form {
    padding-top: 16px;
    padding-bottom: 40px; }
    footer .footer-form .ac-form {
      padding: 24px 24px 32px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.2);
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
  footer .footer-copy {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #FFFFFF;
    font-size: 12px;
    line-height: 2;
    text-align: center; }
    footer .footer-copy img {
      width: 52px;
      padding-top: 2px; }
    footer .footer-copy ul.footer-nav {
      justify-content: center; }
      footer .footer-copy ul.footer-nav li {
        flex: 0 0 auto;
        margin: 0 16px; }
        footer .footer-copy ul.footer-nav li:first-child {
          margin-left: 0; }
        footer .footer-copy ul.footer-nav li:last-child {
          margin-right: 0; }
    footer .footer-copy .footer-copytext {
      order: 2;
      padding-top: 4px;
      padding-bottom: 4px; }
    footer .footer-copy .footer-terms {
      order: 1;
      padding-top: 4px;
      padding-bottom: 4px; }
  @media (min-width: 375px) {
    footer .footer-main .footer-social ul.footer-social-icons li {
      margin: 0 20px; } }
  @media (min-width: 768px) {
    footer .footer-main {
      display: block;
      padding-top: 80px;
      padding-bottom: 48px;
      max-height: 800px; }
      footer .footer-main .footer-sitemap {
        margin-bottom: 24px; }
      footer .footer-main .footer-social {
        margin-bottom: 0px; }
        footer .footer-main .footer-social ul.footer-social-icons {
          text-align: left; }
    footer .footer-form {
      padding-top: 72px;
      padding-bottom: 48px; }
    footer .footer-copy {
      margin: 0;
      text-align: right; }
      footer .footer-copy ul.footer-nav {
        justify-content: flex-end; }
      footer .footer-copy .footer-copytext {
        order: 1; }
      footer .footer-copy .footer-terms {
        order: 2; } }
  @media (min-width: 992px) {
    footer .footer-main .footer-form .ac-form {
      padding-left: 32px;
      padding-right: 32px; } }

*:focus {
  outline: none !important; }

iframe {
  display: block; }

.mfp-bg {
  background: #000;
  opacity: .95; }

@media (min-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 80%; } }
h2, h3 {
  font-family: "futura-pt-bold", "futura-pt", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2; }

p {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.5; }

a {
  color: #EA005C; }
  a:hover {
    color: #EA005C; }

#office-map {
  height: 520px; }

.text-content ul, .text-content ol {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1.5rem;
  margin-bottom: 2rem; }
  .text-content ul > li, .text-content ol > li {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem; }

.read-more-boundary div.read-more,
.read-more-boundary span.read-more {
  display: none; }
.read-more-boundary .read-more-trigger {
  cursor: pointer; }
.read-more-boundary span.read-more-trigger::before {
  content: "\00a0";
  display: inline-block; }
@media (min-width: 768px) {
  .read-more-boundary div.read-more {
    display: block; }
  .read-more-boundary span.read-more {
    display: inline; }
  .read-more-boundary .read-more-trigger {
    display: none; } }

.rating-stars {
  display: inline-block;
  position: relative;
  height: 28px; }
  .rating-stars .star-rating {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: visible; }
    .rating-stars .star-rating svg {
      fill: #F8E71C; }
  .rating-stars .star-base svg {
    fill: rgba(0, 0, 0, 0.05); }
  .rating-stars .star-rating svg,
  .rating-stars .star-base svg {
    width: 120px;
    height: 28px; }
  .rating-stars.overall-stars {
    height: 40px; }
    .rating-stars.overall-stars .star-rating svg,
    .rating-stars.overall-stars .star-base svg {
      width: 172px;
      height: 40px; }
  @media (min-width: 768px) {
    .rating-stars {
      height: 40px; }
      .rating-stars .star-rating svg,
      .rating-stars .star-base svg {
        width: 172px;
        height: 40px; } }

.service-list {
  padding-top: 32px; }
  .service-list .col-6:nth-child(2n + 1) {
    padding-right: 4px; }
  .service-list .col-6:nth-child(2n) {
    padding-left: 4px; }
  .service-list a.service-box {
    display: block;
    color: #313032; }
    .service-list a.service-box:hover {
      text-decoration: none; }
  .service-list .service-box {
    display: block;
    width: 100%;
    height: calc(100% - 8px);
    min-height: 160px;
    padding: 16px 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #FBFAFC;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    transition: box-shadow 0.15s ease-in-out; }
    .service-list .service-box .service-icon {
      display: block;
      line-height: 72px;
      height: 72px;
      margin-bottom: 12px; }
    .service-list .service-box .service-name {
      display: block;
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5; }
    .service-list .service-box:hover {
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25); }
  @media (min-width: 375px) {
    .service-list .service-box {
      max-width: 160px;
      padding: 16px 14px; } }
  @media (min-width: 768px) {
    .service-list {
      justify-content: center; }
      .service-list .col-6:nth-child(2n + 1) {
        padding-right: 15px; }
      .service-list .col-6:nth-child(2n) {
        padding-left: 15px; }
      .service-list .service-box {
        height: calc(100% - 32px);
        margin-bottom: 32px; } }

.work-stats {
  margin-top: 20px; }
  .work-stats > .col-12 {
    position: relative; }
    .work-stats > .col-12::after {
      content: "";
      display: block;
      background-color: #EA005C;
      width: 2px;
      height: calc(100% - 16px);
      position: absolute;
      top: 0;
      left: 135px; }
  .work-stats .stats-item .stats-desc {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .work-stats .stats-item .stats-desc .stats-number {
      flex: 0 0 135px;
      width: 135px;
      font-size: 40px;
      font-weight: 600;
      line-height: 1.2;
      text-align: right;
      padding-right: 32px; }
    .work-stats .stats-item .stats-desc .stats-text {
      flex: 1 1 50%;
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.25; }
  @media (min-width: 992px) {
    .work-stats {
      text-align: center;
      margin-top: 40px; }
      .work-stats > .col-12 {
        display: block; }
        .work-stats > .col-12::after {
          height: 100%;
          left: auto;
          top: 0;
          right: 0; }
        .work-stats > .col-12:last-child::after {
          display: none; }
      .work-stats .stats-item .stats-desc {
        display: block;
        margin-bottom: 0; }
        .work-stats .stats-item .stats-desc .stats-number {
          width: auto;
          text-align: center;
          padding-right: 0; } }

.work-hudsons-coffee .work-stats > .col-12::after {
  left: 180px; }
.work-hudsons-coffee .work-stats .stats-item .stats-desc .stats-number {
  flex: 0 0 180px;
  width: 180px; }

.faqs-cont .faq-item {
  padding-left: 48px;
  padding-bottom: 16px;
  position: relative; }
  .faqs-cont .faq-item::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #EFF1F4;
    position: absolute;
    top: 20px;
    left: 11px;
    z-index: 1; }
  .faqs-cont .faq-item:last-child::before {
    display: none; }
  .faqs-cont .faq-item::after {
    content: "";
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background-color: #313032;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 2; }
  .faqs-cont .faq-item.open::after {
    background-color: #EA005C; }
  .faqs-cont .faq-item.open h4 {
    color: #EA005C; }
  .faqs-cont .faq-item.open .faq-question::after {
    display: none; }
  .faqs-cont .faq-item h4 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-top: 4px; }
    .faqs-cont .faq-item h4 span {
      display: inline-block; }
  .faqs-cont .faq-item .faq-question {
    padding-bottom: 8px;
    cursor: pointer; }
    .faqs-cont .faq-item .faq-question::before, .faqs-cont .faq-item .faq-question::after {
      content: "";
      height: 24px;
      width: 24px;
      background-color: #FFFFFF;
      background-clip: content-box;
      position: absolute;
      top: 4px;
      left: 0px;
      z-index: 3; }
    .faqs-cont .faq-item .faq-question::before {
      padding: 11px 3px; }
    .faqs-cont .faq-item .faq-question::after {
      padding: 3px 11px; }
  .faqs-cont .faq-item .faq-answer {
    display: none; }
@media (min-width: 768px) {
  .faqs-cont .faq-item {
    padding-left: 60px;
    padding-bottom: 32px; }
    .faqs-cont .faq-item h4 {
      font-size: 24px;
      line-height: 1.33;
      padding-top: 0; } }

.horizontal-slider .slick-dots {
  bottom: -32px; }
  .horizontal-slider .slick-dots li {
    width: 16px;
    height: 16px;
    padding: 0 24px;
    margin: 0;
    vertical-align: top; }
    .horizontal-slider .slick-dots li:last-child button::after {
      display: none; }
    .horizontal-slider .slick-dots li.slick-active button {
      width: 16px;
      height: 16px; }
      .horizontal-slider .slick-dots li.slick-active button::before {
        width: 16px;
        height: 16px;
        top: 0;
        left: calc(50% - 8px);
        background-color: #EA005C; }
    .horizontal-slider .slick-dots li button {
      padding: 0;
      width: 8px;
      height: 8px; }
      .horizontal-slider .slick-dots li button::before {
        content: "";
        border-radius: 50%;
        width: 8px;
        height: 8px;
        top: 4px;
        left: calc(50% - 4px);
        opacity: 1;
        background-color: #313032;
        z-index: 2; }
      .horizontal-slider .slick-dots li button::after {
        content: "";
        height: 2px;
        width: 100%;
        background-color: #EFF1F4;
        z-index: 1;
        position: absolute;
        top: 7px;
        left: 50%; }

.scroll-focus > div,
.scroll-focus > div::after {
  transition: all 0.5s ease-in-out; }

section.section-light {
  background-color: #FBFAFC; }

section.section-white {
  background-color: #FFFFFF; }

section.section-red {
  background-color: #DC0258;
  color: #FFFFFF; }

section.section-blue {
  background-color: #18407E;
  color: #FFFFFF; }
  section.section-blue a {
    color: #FFFFFF; }
    section.section-blue a:hover {
      color: #FFFFFF; }

section.section-border-top {
  border: 1px solid #EFF1F4; }

section.strategy-session {
  padding: 48px 0 64px; }
  section.strategy-session h1, section.strategy-session h2 {
    font-size: 40px;
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    max-width: 640px;
    width: 100%;
    margin: 0 auto 32px; }
  @media (min-width: 768px) {
    section.strategy-session {
      padding: 72px 0; }
      section.strategy-session h1, section.strategy-session h2 {
        margin: 0 auto 64px; } }

section.office-background img {
  margin: 0 auto;
  width: 100%; }

section.careers {
  padding: 40px 0 48px; }
  section.careers h1, section.careers h2 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 36px; }
  section.careers .vacancy-box {
    padding: 24px;
    margin-bottom: 32px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17);
    height: calc(100% - 32px);
    position: relative; }
    section.careers .vacancy-box h3 {
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.33;
      margin-bottom: 20px; }
      section.careers .vacancy-box h3:after {
        content: "";
        display: block;
        margin: 20px 0;
        height: 2px;
        width: 80px;
        background-color: #EA005C; }
      section.careers .vacancy-box h3 a {
        color: #313032; }
    section.careers .vacancy-box .vacancy-box-details {
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.5; }
    section.careers .vacancy-box .vacancy-box-nav {
      display: flex;
      width: 100%;
      padding-top: 40px; }
      section.careers .vacancy-box .vacancy-box-nav .vacancy-link {
        flex: 1 1 50%; }
        section.careers .vacancy-box .vacancy-box-nav .vacancy-link:last-child {
          text-align: right; }
      section.careers .vacancy-box .vacancy-box-nav .application_details {
        clear: both;
        border: 1px solid #eee;
        background-color: #FFFFFF;
        padding: .75em 1em;
        margin: 1em 0;
        line-height: 1.5em;
        display: block;
        position: absolute;
        right: 0;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        z-index: 2;
        width: 80%; }
        section.careers .vacancy-box .vacancy-box-nav .application_details p {
          margin: 0 0 .75em; }
        section.careers .vacancy-box .vacancy-box-nav .application_details::before {
          content: "";
          position: absolute;
          margin: -10px 0 0 0;
          top: 0;
          left: 60%;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #eee; }
        section.careers .vacancy-box .vacancy-box-nav .application_details::after {
          content: "";
          position: absolute;
          margin: -9px 0 0 1px;
          left: 60%;
          top: 0;
          width: 0;
          height: 0;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          border-bottom: 9px solid #FFFFFF; }
  @media (min-width: 768px) {
    section.careers {
      padding: 80px 0 88px; }
      section.careers .vacancy-box {
        padding: 40px 32px 92px; }
        section.careers .vacancy-box .vacancy-box-nav {
          position: absolute;
          bottom: 0;
          left: 0;
          padding: 40px 32px; } }

section.reviews {
  padding: 40px 0; }
  section.reviews .cust-review {
    margin-left: 8px;
    padding-left: 32px;
    padding-bottom: 24px;
    position: relative; }
    section.reviews .cust-review::before {
      content: "";
      width: 2px;
      height: 100%;
      background-color: #EFF1F4;
      position: absolute;
      top: 20px;
      left: 3px; }
    section.reviews .cust-review:last-child::before {
      display: none; }
    section.reviews .cust-review::after {
      content: "";
      border-radius: 50%;
      width: 8px;
      height: 8px;
      background-color: #313032;
      position: absolute;
      top: 12px;
      left: 0; }
    section.reviews .cust-review.focus::after {
      width: 16px;
      height: 16px;
      background-color: #F8E71C;
      top: 8px;
      left: -4px; }
    section.reviews .cust-review h4 {
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 8px; }
    section.reviews .cust-review .rev-date {
      white-space: nowrap; }
    section.reviews .cust-review .rev-comment {
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.5; }
  @media (min-width: 768px) {
    section.reviews {
      padding: 96px 0; }
      section.reviews .cust-review {
        margin-left: 32px;
        padding-left: 48px;
        padding-bottom: 56px; }
        section.reviews .cust-review::after {
          top: 20px; }
        section.reviews .cust-review.focus::after {
          top: 16px; }
        section.reviews .cust-review h4 {
          font-size: 24px;
          line-height: 1.33; } }

section.how-we-do-it {
  padding: 56px 0 72px; }
  section.how-we-do-it h2, section.how-we-do-it h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px; }
  section.how-we-do-it .button-cont {
    margin-top: 24px;
    text-align: center; }
  section.how-we-do-it .process-slider {
    margin-top: 40px;
    text-align: center; }
    section.how-we-do-it .process-slider .process-cont {
      margin: 0 0 88px; }
      section.how-we-do-it .process-slider .process-cont h4 {
        font-family: "futura-pt-bold", "futura-pt", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.33;
        margin-bottom: 8px; }
      section.how-we-do-it .process-slider .process-cont .process-icon {
        width: 64px;
        height: 64px;
        line-height: 64px;
        margin: 0 auto 12px; }
        section.how-we-do-it .process-slider .process-cont .process-icon img {
          margin: 0 auto; }
        section.how-we-do-it .process-slider .process-cont .process-icon .sub {
          display: none; }
  section.how-we-do-it .process-tree .process-cont {
    margin: 0 0 0 8px; }
    section.how-we-do-it .process-tree .process-cont .process-item {
      padding-left: 32px;
      padding-bottom: 80px;
      display: flex;
      position: relative; }
      section.how-we-do-it .process-tree .process-cont .process-item::before {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #EFF1F4;
        position: absolute;
        top: 20px;
        left: 3px; }
      section.how-we-do-it .process-tree .process-cont .process-item:last-child::before {
        display: none; }
      section.how-we-do-it .process-tree .process-cont .process-item::after {
        content: "";
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #313032;
        position: absolute;
        top: 12px;
        left: 0; }
      section.how-we-do-it .process-tree .process-cont .process-item.focus::after {
        width: 16px;
        height: 16px;
        background-color: #EA005C;
        top: 8px;
        left: -4px; }
      section.how-we-do-it .process-tree .process-cont .process-item.focus h4 {
        color: #EA005C; }
        section.how-we-do-it .process-tree .process-cont .process-item.focus h4::after {
          width: 210px; }
      section.how-we-do-it .process-tree .process-cont .process-item.focus .process-icon .def {
        display: none; }
      section.how-we-do-it .process-tree .process-cont .process-item.focus .process-icon .sub {
        display: block; }
      section.how-we-do-it .process-tree .process-cont .process-item h4 {
        font-family: "futura-pt-bold", "futura-pt", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.33;
        margin-bottom: 8px;
        position: relative; }
        section.how-we-do-it .process-tree .process-cont .process-item h4 span {
          padding-right: 16px;
          display: inline-block;
          background-color: #FFFFFF;
          position: relative;
          z-index: 2; }
        section.how-we-do-it .process-tree .process-cont .process-item h4::after {
          content: "";
          display: inline-block;
          background-color: #EA005C;
          height: 2px;
          width: 0;
          position: absolute;
          top: 1rem;
          left: 0;
          z-index: 1;
          transition: all 0.5s ease-in-out; }
      section.how-we-do-it .process-tree .process-cont .process-item .process-icon {
        flex: 0 0 80px;
        width: 64px;
        text-align: center; }
        section.how-we-do-it .process-tree .process-cont .process-item .process-icon .def {
          display: block; }
        section.how-we-do-it .process-tree .process-cont .process-item .process-icon .sub {
          display: none; }
      section.how-we-do-it .process-tree .process-cont .process-item .process-info {
        flex: 1 1 50%; }
  @media (min-width: 768px) {
    section.how-we-do-it {
      padding: 108px 0 56px; }
      section.how-we-do-it .button-cont {
        text-align: left; } }

section.our-story {
  padding: 56px 0 64px; }
  section.our-story h2, section.our-story h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 32px; }
  section.our-story .story-cont {
    margin: 0 0 0 8px; }
    section.our-story .story-cont .story-item {
      padding-left: 32px;
      position: relative; }
      section.our-story .story-cont .story-item::before {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #EFF1F4;
        position: absolute;
        top: 20px;
        left: 3px; }
      section.our-story .story-cont .story-item:last-child::before {
        display: none; }
      section.our-story .story-cont .story-item::after {
        content: "";
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #313032;
        position: absolute;
        top: 12px;
        left: 0; }
      section.our-story .story-cont .story-item.focus::after {
        width: 16px;
        height: 16px;
        background-color: #EA005C;
        top: 8px;
        left: -4px; }
      section.our-story .story-cont .story-item.focus h4 {
        color: #EA005C; }
        section.our-story .story-cont .story-item.focus h4 span {
          padding-right: 16px;
          background-color: #FFFFFF;
          position: relative;
          z-index: 2; }
        section.our-story .story-cont .story-item.focus h4::after {
          width: 240px; }
      section.our-story .story-cont .story-item h4 {
        font-family: "futura-pt-bold", "futura-pt", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.33;
        margin-bottom: 8px;
        position: relative; }
        section.our-story .story-cont .story-item h4 span {
          display: inline-block;
          padding-right: 16px;
          background-color: #FFFFFF;
          position: relative;
          z-index: 2; }
        section.our-story .story-cont .story-item h4::after {
          content: "";
          display: inline-block;
          background-color: #EA005C;
          height: 2px;
          width: 0;
          position: absolute;
          top: 1rem;
          left: 0;
          z-index: 1;
          transition: all 0.5s ease-in-out; }
      section.our-story .story-cont .story-item .story-link {
        margin-bottom: 24px; }
  @media (min-width: 375px) {
    section.our-story .story-cont .story-item.focus h4::after {
      width: 270px; } }
  @media (min-width: 768px) {
    section.our-story {
      padding: 104px 0 120px; }
      section.our-story h2, section.our-story h3 {
        margin-bottom: 72px; }
      section.our-story .story-cont {
        margin: 0 -15px; }
        section.our-story .story-cont .story-item {
          padding-left: 48px; }
          section.our-story .story-cont .story-item .story-link {
            margin-bottom: 1rem; }
          section.our-story .story-cont .story-item:nth-child(2n + 1) {
            margin-left: 50%; }
            section.our-story .story-cont .story-item:nth-child(2n + 1)::before {
              left: -1px; }
            section.our-story .story-cont .story-item:nth-child(2n + 1)::after {
              left: -4px; }
            section.our-story .story-cont .story-item:nth-child(2n + 1).focus::after {
              left: -8px; }
          section.our-story .story-cont .story-item:nth-child(2n) {
            text-align: right;
            padding-right: 48px;
            padding-left: 15px; }
            section.our-story .story-cont .story-item:nth-child(2n)::before {
              left: auto;
              right: -1px; }
            section.our-story .story-cont .story-item:nth-child(2n)::after {
              left: auto;
              right: -4px; }
            section.our-story .story-cont .story-item:nth-child(2n).focus::after {
              left: auto;
              right: -8px; }
            section.our-story .story-cont .story-item:nth-child(2n) h4 span {
              padding-right: 0;
              padding-left: 16px; }
            section.our-story .story-cont .story-item:nth-child(2n) h4::after {
              left: auto;
              right: 0; } }

section.faqs {
  padding: 56px 0 48px; }
  section.faqs h2, section.faqs h3 {
    text-align: center;
    margin-bottom: 40px; }
  @media (min-width: 768px) {
    section.faqs {
      padding: 112px 0 96px; }
      section.faqs h2, section.faqs h3 {
        margin-bottom: 80px; } }

section.our-team {
  padding: 56px 0 64px; }
  section.our-team h2, section.our-team h3 {
    text-align: center;
    margin-bottom: 32px; }
  section.our-team .team-cont {
    padding: 16px 45px;
    position: relative; }
    section.our-team .team-cont::before {
      content: "";
      width: 100%;
      height: 216px;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #EA005C; }
    section.our-team .team-cont .slick-arrow-prev,
    section.our-team .team-cont .slick-arrow-next {
      position: absolute;
      top: 16px;
      display: block;
      cursor: pointer;
      color: #FFFFFF;
      z-index: 2; }
    section.our-team .team-cont .slick-arrow-prev {
      left: -34px; }
    section.our-team .team-cont .slick-arrow-next {
      right: -34px; }
  section.our-team .team-slider .team-member .team-info {
    max-width: 224px;
    width: 100%;
    margin: 0 auto; }
    section.our-team .team-slider .team-member .team-info .picture {
      margin-bottom: 8px; }
    section.our-team .team-slider .team-member .team-info .name {
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5; }
    section.our-team .team-slider .team-member .team-info .title {
      font-family: "Merriweather", serif;
      font-size: 13px;
      line-height: 1.8; }
  @media (min-width: 576px) {
    section.our-team .team-cont {
      padding: 16px 64px; }
      section.our-team .team-cont .slick-arrow-prev {
        left: -44px; }
      section.our-team .team-cont .slick-arrow-next {
        right: -44px; } }
  @media (min-width: 768px) {
    section.our-team {
      padding: 104px 0 120px; }
      section.our-team h2, section.our-team h3 {
        margin-bottom: 40px; } }

section.trusted-by {
  padding: 64px 0 72px; }
  section.trusted-by h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    margin-bottom: 24px; }
  section.trusted-by img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges; }

section.partners-awards {
  padding: 32px 0 8px; }
  section.partners-awards h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 24px; }
  section.partners-awards img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges; }
  @media (min-width: 768px) {
    section.partners-awards {
      padding: 48px 0 24px; }
      section.partners-awards h3 {
        text-align: center; } }

section.featured-in {
  padding: 64px 0 72px; }
  section.featured-in h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    text-align: center; }
  section.featured-in img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges; }
  section.featured-in .feature-cont .title {
    margin-bottom: 24px; }
  @media (min-width: 768px) {
    section.featured-in .feature-cont {
      display: flex;
      align-items: center; }
      section.featured-in .feature-cont .title {
        flex: 0 0 128px;
        margin-right: 32px;
        margin-bottom: 0; }
      section.featured-in .feature-cont .image {
        flex: 1 1 50%;
        border-left: 2px solid #EA005C;
        padding-left: 30px; } }

section.our-vision {
  padding: 72px 0 88px; }
  section.our-vision h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    text-align: center; }
  section.our-vision .vision {
    margin: 0 15px; }
    section.our-vision .vision p {
      max-width: 650px;
      width: 100%;
      margin: 0 auto;
      font-family: "Merriweather", serif;
      font-style: italic;
      text-align: center;
      font-size: 24px;
      line-height: 1.33;
      position: relative; }
      section.our-vision .vision p::before, section.our-vision .vision p::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: url("assets/img/quote.svg") no-repeat top center/24px auto;
        position: absolute;
        top: -16px;
        opacity: 0.35; }
      section.our-vision .vision p::before {
        left: -24px; }
      section.our-vision .vision p::after {
        transform: rotate(180deg);
        right: -24px; }
  @media (min-width: 768px) {
    section.our-vision {
      padding: 96px 0 96px; }
      section.our-vision h3 {
        margin-bottom: 0;
        text-align: left; }
      section.our-vision .vision {
        margin: 0; }
        section.our-vision .vision p {
          max-width: 400px; }
          section.our-vision .vision p::before, section.our-vision .vision p::after {
            width: 32px;
            height: 32px;
            background-size: 32px auto; }
          section.our-vision .vision p::before {
            left: -40px; }
          section.our-vision .vision p::after {
            transform: rotate(180deg);
            right: -40px; } }
  @media (min-width: 992px) {
    section.our-vision .vision p {
      max-width: 535px; } }
  @media (min-width: 1200px) {
    section.our-vision .vision p {
      max-width: 650px; }
      section.our-vision .vision p::before {
        left: -48px; }
      section.our-vision .vision p::after {
        right: -48px; } }

section.about-intro {
  padding: 48px 0 64px;
  overflow: hidden; }
  section.about-intro .about-intro-pics {
    position: relative;
    width: 312px;
    height: 290px;
    margin: 0 auto 40px; }
    section.about-intro .about-intro-pics .pic-item {
      position: absolute;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
      section.about-intro .about-intro-pics .pic-item img {
        width: 100%;
        height: auto; }
    section.about-intro .about-intro-pics .pic-ani {
      z-index: 3;
      top: 0;
      left: calc(50% - 116px);
      width: 232px;
      background-color: #FBFAFC; }
      section.about-intro .about-intro-pics .pic-ani video {
        display: block;
        width: 100%;
        height: auto; }
    section.about-intro .about-intro-pics .pic-bg {
      z-index: 1;
      background-color: #EA005C;
      height: 213px;
      width: 321px;
      top: 40px;
      left: calc(50% - 160px); }
  @media (min-width: 768px) {
    section.about-intro {
      padding: 104px 0 128px; }
      section.about-intro .about-intro-pics {
        width: 480px;
        height: 440px;
        margin: 0 0 0 auto; }
        section.about-intro .about-intro-pics .pic-ani {
          width: 352px;
          left: calc(50% - 176px); }
        section.about-intro .about-intro-pics .pic-bg {
          height: 328px;
          width: 480px;
          top: 55px;
          left: calc(50% - 240px); } }

section.why-we-differ {
  padding: 48px 0;
  overflow: hidden; }
  section.why-we-differ h2, section.why-we-differ h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px; }
  section.why-we-differ .home-about-stats {
    margin-top: 40px; }
    section.why-we-differ .home-about-stats > .col-12 {
      position: relative; }
      section.why-we-differ .home-about-stats > .col-12::after {
        content: "";
        display: block;
        background-color: #FFFFFF;
        width: 2px;
        height: calc(100% - 24px);
        position: absolute;
        top: 0;
        left: 114px; }
    section.why-we-differ .home-about-stats .stats-item {
      display: flex;
      max-height: 64px;
      margin-bottom: 24px; }
      section.why-we-differ .home-about-stats .stats-item .stats-icon {
        flex: 0 0 88px;
        display: block;
        line-height: 56px;
        width: 88px;
        height: 56px;
        text-align: center;
        margin-right: 24px; }
      section.why-we-differ .home-about-stats .stats-item .stats-desc {
        flex: 1 1 50%;
        display: block; }
        section.why-we-differ .home-about-stats .stats-item .stats-desc .stats-number {
          font-size: 32px;
          font-weight: 500;
          line-height: 1.25; }
        section.why-we-differ .home-about-stats .stats-item .stats-desc .stats-text {
          font-family: "Merriweather", serif;
          font-size: 16px;
          line-height: 1.25; }
  section.why-we-differ .home-about-pics {
    position: relative;
    width: 304px;
    height: 236px;
    margin: 0 auto 24px; }
    section.why-we-differ .home-about-pics .pic-item {
      position: absolute;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
      section.why-we-differ .home-about-pics .pic-item img {
        width: 100%;
        height: auto; }
    section.why-we-differ .home-about-pics .pic-md {
      z-index: 3;
      top: 0;
      left: 0;
      width: 157px; }
    section.why-we-differ .home-about-pics .pic-team {
      z-index: 2;
      width: 267px;
      top: 56px;
      left: 37px; }
    section.why-we-differ .home-about-pics .pic-bg {
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.2);
      height: 189px;
      width: 221px;
      top: 22px;
      left: 28px; }
  @media (min-width: 375px) {
    section.why-we-differ .home-about-stats > .col-12::after {
      left: 130px; }
    section.why-we-differ .home-about-stats .stats-item {
      max-height: 64px; }
      section.why-we-differ .home-about-stats .stats-item .stats-icon {
        flex: 0 0 100px;
        width: 100px;
        margin-right: 40px; } }
  @media (min-width: 768px) {
    section.why-we-differ {
      padding: 120px 0; }
      section.why-we-differ .home-about-stats {
        text-align: center;
        margin-top: 48px; }
        section.why-we-differ .home-about-stats > .col-12 {
          display: block; }
          section.why-we-differ .home-about-stats > .col-12::after {
            height: calc(100% - 32px);
            top: 16px;
            left: auto;
            right: 0; }
          section.why-we-differ .home-about-stats > .col-12:last-child::after {
            display: none; }
        section.why-we-differ .home-about-stats .stats-item {
          display: block;
          max-height: 100%;
          margin-bottom: 0; }
          section.why-we-differ .home-about-stats .stats-item .stats-icon {
            width: auto;
            margin-right: 0;
            margin-bottom: 8px; }
          section.why-we-differ .home-about-stats .stats-item .stats-desc {
            width: auto;
            max-width: 96px;
            margin: 0 auto; }
      section.why-we-differ .home-about-pics {
        width: 528px;
        height: 408px; }
        section.why-we-differ .home-about-pics .pic-md {
          width: 272px; }
        section.why-we-differ .home-about-pics .pic-team {
          width: 464px;
          top: 96px;
          left: 64px; }
        section.why-we-differ .home-about-pics .pic-bg {
          height: 328px;
          width: 384px;
          top: 40px;
          left: 48px; } }

section.meet-the-team {
  padding: 48px 0;
  overflow: hidden; }
  section.meet-the-team h2, section.meet-the-team h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px; }
  section.meet-the-team .button-cont {
    margin-top: 32px; }
  section.meet-the-team .home-team-pics {
    position: relative;
    width: 287px;
    height: 223px;
    margin: 0 auto 32px; }
    section.meet-the-team .home-team-pics .pic-item {
      position: absolute;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
      section.meet-the-team .home-team-pics .pic-item img {
        width: 100%;
        height: auto; }
    section.meet-the-team .home-team-pics .pic-person {
      z-index: 4;
      top: 0;
      left: 32px;
      width: 105px; }
    section.meet-the-team .home-team-pics .pic-group {
      z-index: 3;
      width: 137px;
      top: 9px;
      left: 151px; }
    section.meet-the-team .home-team-pics .pic-team {
      z-index: 2;
      width: 267px;
      top: 68px;
      left: 0; }
    section.meet-the-team .home-team-pics .pic-bg {
      z-index: 1;
      background-color: #EA005C;
      height: 169px;
      width: 264px;
      top: 36px;
      left: 9px; }
  @media (min-width: 768px) {
    section.meet-the-team {
      padding: 120px 0; }
      section.meet-the-team .home-team-pics {
        width: 504px;
        height: 392px;
        margin: 0 0 0 auto; }
        section.meet-the-team .home-team-pics .pic-person {
          width: 184px;
          left: 56px; }
        section.meet-the-team .home-team-pics .pic-group {
          width: 240px;
          top: 16px;
          left: 264px; }
        section.meet-the-team .home-team-pics .pic-team {
          width: 468px;
          top: 120px;
          left: 0; }
        section.meet-the-team .home-team-pics .pic-bg {
          height: 296px;
          width: 464px;
          top: 64px;
          left: 16px; } }

section.our-work {
  padding: 56px 0 72px;
  overflow: hidden; }
  section.our-work h2 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 36px; }
  section.our-work h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 22px; }
  section.our-work .work-item {
    margin-top: 80px; }
    section.our-work .work-item:first-of-type {
      margin-top: 0; }
    section.our-work .work-item.flex-row-reverse .work-image img {
      right: auto;
      left: 0; }
    section.our-work .work-item .work-image {
      margin-bottom: 24px;
      min-height: 286px;
      position: relative; }
      section.our-work .work-item .work-image img {
        width: auto;
        height: 286px;
        position: absolute;
        right: 0; }
  section.our-work .button-cont {
    margin-top: 24px; }
    section.our-work .button-cont .ac-btn {
      display: block;
      margin-bottom: 24px; }
      section.our-work .button-cont .ac-btn:last-child {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    section.our-work {
      padding: 96px 0 160px; }
      section.our-work h2 {
        margin-bottom: 72px; }
      section.our-work h3 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px; }
      section.our-work .work-item {
        margin-top: 96px; }
        section.our-work .work-item.flex-row-reverse .work-image img {
          left: 16px; }
        section.our-work .work-item .work-image {
          margin-bottom: 0;
          min-height: 572px; }
          section.our-work .work-item .work-image img {
            height: 572px;
            right: 16px; }
      section.our-work .work-details {
        margin-top: -32px; }
      section.our-work .button-cont .ac-btn {
        display: inline-block;
        margin-right: 24px; }
        section.our-work .button-cont .ac-btn:last-child {
          margin-bottom: 24px;
          margin-right: 0; } }
  @media (min-width: 992px) {
    section.our-work .button-cont {
      margin-top: 40px; } }

section.book-consultation {
  padding: 56px 0 72px;
  transition: height 0.3s ease-in-out; }
  section.book-consultation h2, section.book-consultation h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    max-width: 312px;
    margin: 0 auto 20px; }
    section.book-consultation h2.size-small, section.book-consultation h3.size-small {
      font-size: 32px;
      line-height: 1.2; }
  section.book-consultation p {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 1rem; }
  section.book-consultation .banner-form {
    text-align: left;
    margin-top: 32px; }
    section.book-consultation .banner-form .banner-btn {
      text-align: center; }
      section.book-consultation .banner-form .banner-btn .ac-btn {
        font-size: 16px;
        padding: 12px 16px; }
  @media (min-width: 375px) {
    section.book-consultation .banner-form .banner-btn .ac-btn {
      font-size: 20px; } }
  @media (min-width: 768px) {
    section.book-consultation {
      padding: 88px 0 96px; }
      section.book-consultation h2, section.book-consultation h3 {
        max-width: none;
        margin-bottom: 28px; }
      section.book-consultation .banner-form {
        margin: 40px auto 0; }
        section.book-consultation .banner-form .md-bg {
          background: none;
          margin: -32px 0;
          padding: 32px;
          border-radius: 0;
          box-shadow: none; }
        section.book-consultation .banner-form .banner-btn .ac-btn {
          padding: 20px 40px;
          font-size: 24px;
          line-height: 1;
          letter-spacing: 4px; } }

section.services {
  padding: 72px 0; }
  section.services h2, section.services h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px; }
  section.services p {
    text-align: center;
    max-width: 740px;
    margin: 0 auto; }
  section.services .service-list {
    margin-top: 24px; }
    section.services .service-list .service-col {
      margin-bottom: 8px; }
    section.services .service-list a.service-cont {
      display: block; }
      section.services .service-list a.service-cont:hover {
        text-decoration: none; }
      section.services .service-list a.service-cont span {
        display: block; }
      section.services .service-list a.service-cont span.service-item,
      section.services .service-list a.service-cont span.service-hover {
        padding: 16px;
        border-radius: 4px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17);
        display: flex;
        align-items: center; }
        section.services .service-list a.service-cont span.service-item h4,
        section.services .service-list a.service-cont span.service-hover h4 {
          font-family: "futura-pt-bold", "futura-pt", sans-serif;
          font-size: 20px;
          font-weight: 700;
          line-height: 1.6;
          margin-bottom: 8px; }
        section.services .service-list a.service-cont span.service-item p, section.services .service-list a.service-cont span.service-item ul,
        section.services .service-list a.service-cont span.service-hover p,
        section.services .service-list a.service-cont span.service-hover ul {
          display: none;
          font-family: "Merriweather", serif;
          font-size: 16px;
          line-height: 1.5; }
        section.services .service-list a.service-cont span.service-item ul > li,
        section.services .service-list a.service-cont span.service-hover ul > li {
          opacity: 0; }
        section.services .service-list a.service-cont span.service-item .service-icon,
        section.services .service-list a.service-cont span.service-hover .service-icon {
          flex: 0 0 80px;
          margin-right: 16px;
          height: 80px;
          width: 80px;
          background-color: #EA005C;
          border-radius: 50%;
          line-height: 80px;
          text-align: center; }
          section.services .service-list a.service-cont span.service-item .service-icon img,
          section.services .service-list a.service-cont span.service-hover .service-icon img {
            max-width: 40px;
            max-height: 40px; }
      section.services .service-list a.service-cont span.service-item {
        color: #313032; }
      section.services .service-list a.service-cont span.service-hover {
        display: none;
        color: #FFFFFF; }
  @media (min-width: 768px) {
    section.services {
      padding: 80px 0 96px; }
      section.services .service-list {
        margin-top: 72px; }
        section.services .service-list .service-col {
          margin-bottom: 32px; }
        section.services .service-list a.service-cont {
          position: relative;
          height: 100%; }
          section.services .service-list a.service-cont:hover span.service-hover {
            opacity: 1; }
            section.services .service-list a.service-cont:hover span.service-hover h4 {
              opacity: 1; }
          section.services .service-list a.service-cont span.service-item,
          section.services .service-list a.service-cont span.service-hover {
            display: block;
            padding: 56px 24px 72px;
            height: 100%;
            min-height: 448px;
            position: relative;
            text-align: center;
            transition: opacity 0.3s ease-in-out; }
            section.services .service-list a.service-cont span.service-item h4,
            section.services .service-list a.service-cont span.service-hover h4 {
              font-size: 24px;
              line-height: 1.33;
              margin-bottom: 12px; }
            section.services .service-list a.service-cont span.service-item p, section.services .service-list a.service-cont span.service-item ul li,
            section.services .service-list a.service-cont span.service-hover p,
            section.services .service-list a.service-cont span.service-hover ul li {
              text-align: center; }
            section.services .service-list a.service-cont span.service-item p,
            section.services .service-list a.service-cont span.service-hover p {
              display: block; }
            section.services .service-list a.service-cont span.service-item ul,
            section.services .service-list a.service-cont span.service-hover ul {
              display: none;
              list-style-type: none;
              margin: 0;
              padding: 0; }
              section.services .service-list a.service-cont span.service-item ul li,
              section.services .service-list a.service-cont span.service-hover ul li {
                margin-bottom: 12px; }
                section.services .service-list a.service-cont span.service-item ul li:last-child,
                section.services .service-list a.service-cont span.service-hover ul li:last-child {
                  margin-bottom: 0; }
            section.services .service-list a.service-cont span.service-item .service-icon,
            section.services .service-list a.service-cont span.service-hover .service-icon {
              height: 144px;
              width: 144px;
              line-height: 144px;
              margin: 0 auto 56px; }
              section.services .service-list a.service-cont span.service-item .service-icon img,
              section.services .service-list a.service-cont span.service-hover .service-icon img {
                max-width: 80px;
                max-height: 80px; }
            section.services .service-list a.service-cont span.service-item .service-link,
            section.services .service-list a.service-cont span.service-hover .service-link {
              padding: 24px;
              width: calc(100% - 48px);
              position: absolute;
              bottom: 0; }
          section.services .service-list a.service-cont span.service-hover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            padding-top: 40px;
            background-color: #EA005C;
            color: #FFFFFF; }
            section.services .service-list a.service-cont span.service-hover h4 {
              opacity: 0;
              transition: opacity 0.3s ease-in-out;
              transition-delay: 0.2s; }
            section.services .service-list a.service-cont span.service-hover .service-icon, section.services .service-list a.service-cont span.service-hover p {
              display: none; }
            section.services .service-list a.service-cont span.service-hover ul {
              display: block; }
            section.services .service-list a.service-cont span.service-hover .service-link .ac-link {
              color: #FFFFFF; }
              section.services .service-list a.service-cont span.service-hover .service-link .ac-link.arrow-right::after {
                border-left-color: #FFFFFF; } }

section.text-quote {
  padding: 72px 0 64px;
  text-align: center; }
  section.text-quote h3 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.33;
    max-width: 640px;
    width: 100%;
    padding: 0 32px;
    margin: 0 auto 16px;
    position: relative; }
    section.text-quote h3::before, section.text-quote h3::after {
      content: "";
      display: block;
      width: 32px;
      height: 32px;
      background: url("assets/img/quote.svg") no-repeat top center/32px auto;
      position: absolute;
      top: -4px; }
    section.text-quote h3::before {
      left: -8px; }
    section.text-quote h3::after {
      transform: rotate(180deg);
      right: -8px; }
  section.text-quote .name {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  @media (min-width: 768px) {
    section.text-quote {
      padding: 120px 0; }
      section.text-quote h3 {
        padding: 0;
        margin-bottom: 24px; }
        section.text-quote h3::before {
          left: -40px; }
        section.text-quote h3::after {
          transform: rotate(180deg);
          right: -40px; } }
  @media (min-width: 992px) {
    section.text-quote h3 {
      max-width: 740px; } }
  @media (min-width: 1200px) {
    section.text-quote h3::before {
      left: -48px; }
    section.text-quote h3::after {
      right: -48px; } }

section.video-review {
  background-position: 50% 50%;
  background-size: cover; }
  section.video-review > .container {
    position: relative; }
  section.video-review.bg-goodcompany .client-video::before, section.video-review.bg-goodcompany2 .client-video::before {
    background-position: 33% 50%;
    background-image: url("assets/img/homepage-testimonial@2x.jpg"); }
  section.video-review.video-review-banner .client-video::before {
    height: 265px; }
  section.video-review .client-video {
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2); }
    section.video-review .client-video::before {
      content: "";
      display: block;
      width: 100vw;
      height: 160px;
      background-position: 50% 50%;
      background-size: cover; }
    section.video-review .client-video .pulse-btn {
      display: block;
      height: 80px;
      width: 80px;
      padding: 17px 18px 17px 25px;
      text-align: center;
      border-radius: 50%;
      background-color: #EA005C;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
      position: absolute;
      top: calc(50% - 40px);
      right: 12%; }
  section.video-review .client-details {
    padding: 40px 0 52px; }
    section.video-review .client-details h2, section.video-review .client-details h3 {
      font-family: "Merriweather", serif;
      font-size: 16px;
      font-style: italic;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 10px; }
      section.video-review .client-details h2::before, section.video-review .client-details h3::before {
        content: "“"; }
      section.video-review .client-details h2::after, section.video-review .client-details h3::after {
        content: "”"; }
    section.video-review .client-details .name {
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.33;
      margin-bottom: 8px; }
    section.video-review .client-details .company {
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.5; }
  @media (min-width: 768px) {
    section.video-review {
      padding: 190px 0;
      text-align: right; }
      section.video-review.video-review-banner {
        padding: 210px 0 170px; }
      section.video-review.bg-goodcompany, section.video-review.bg-goodcompany2 {
        background-position: 33% 50%; }
      section.video-review.bg-goodcompany {
        background-image: url("assets/img/homepage-testimonial@2x.jpg"); }
      section.video-review.bg-goodcompany2 {
        background-image: url("assets/img/video-review-banner@2x.jpg"); }
      section.video-review .client-video {
        width: auto;
        position: static; }
        section.video-review .client-video::before {
          display: none; }
        section.video-review .client-video .pulse-btn {
          top: calc(50% - 40px);
          left: calc(25% - 40px); }
      section.video-review .client-details {
        padding: 0;
        margin-left: auto;
        margin-right: 16px;
        max-width: 400px; }
        section.video-review .client-details h2, section.video-review .client-details h3 {
          color: #FFFFFF;
          font-size: 24px;
          font-weight: 300;
          line-height: 1.33;
          text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          margin-bottom: 16px;
          position: relative; }
          section.video-review .client-details h2::before, section.video-review .client-details h2::after, section.video-review .client-details h3::before, section.video-review .client-details h3::after {
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            background: url("assets/img/quote.svg") no-repeat top center/32px auto;
            position: absolute;
            top: -4px; }
          section.video-review .client-details h2::before, section.video-review .client-details h3::before {
            left: -44px; }
          section.video-review .client-details h2::after, section.video-review .client-details h3::after {
            transform: rotate(180deg);
            right: -44px; }
        section.video-review .client-details .name {
          color: #FFFFFF;
          text-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
        section.video-review .client-details .company {
          color: #FFFFFF; } }
  @media (min-width: 992px) {
    section.video-review .client-video .pulse-btn {
      left: calc(33% - 40px); } }
  @media (min-width: 1200px) {
    section.video-review .client-details {
      margin-right: 0; }
      section.video-review .client-details h2::before, section.video-review .client-details h3::before {
        left: -48px; }
      section.video-review .client-details h2::after, section.video-review .client-details h3::after {
        right: -48px; }
    section.video-review .client-video .pulse-btn {
      left: calc(50% - 40px); } }

section.video-transcript {
  padding: 0 0 48px; }
  @media (min-width: 768px) {
    section.video-transcript {
      padding: 88px 0; }
      section.video-transcript h1, section.video-transcript h2 {
        margin-bottom: 20px; } }

section.contact-us {
  padding: 48px 0 32px; }
  section.contact-us.extra-pad {
    padding-top: 136px; }
  section.contact-us .contact-cont {
    padding: 16px 0 32px;
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.5; }
    section.contact-us .contact-cont .contact-info {
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 20px; }
      section.contact-us .contact-cont .contact-info:last-child {
        margin-bottom: 0; }
      section.contact-us .contact-cont .contact-info label {
        display: block;
        flex: 0 0 38px;
        padding-right: 14px; }
      section.contact-us .contact-cont .contact-info span {
        display: block;
        flex: 1 1 100%; }
      section.contact-us .contact-cont .contact-info a {
        color: #313032; }
  section.contact-us .hours-cont {
    padding: 16px 0 8px;
    border-bottom: 2px solid #EA005C; }
  section.contact-us .info-cont {
    padding: 24px 0 8px; }
  section.contact-us ul.contact-social-icons {
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: none;
    text-align: center; }
    section.contact-us ul.contact-social-icons li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px;
      font-size: 24px; }
      section.contact-us ul.contact-social-icons li:first-child {
        margin-left: 0; }
      section.contact-us ul.contact-social-icons li:last-child {
        margin-right: 0; }
      section.contact-us ul.contact-social-icons li a {
        color: #EA005C; }
  @media (min-width: 768px) {
    section.contact-us {
      padding: 80px 0; }
      section.contact-us.extra-pad {
        padding-top: 80px; }
      section.contact-us ul.contact-social-icons {
        text-align: left; } }
  @media (min-width: 992px) {
    section.contact-us {
      padding: 140px 0; }
      section.contact-us.extra-pad {
        padding-top: 140px; } }

section.paragraph {
  padding: 48px 0; }
  section.paragraph h2, section.paragraph h3 {
    margin-bottom: 20px; }
  section.paragraph h4 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin: 24px 0 16px; }
    section.paragraph h4:first-child {
      margin-top: 0; }
  section.paragraph img {
    display: block;
    margin: 0 auto 16px; }
  section.paragraph .service-icon img {
    display: inline-block; }
  section.paragraph .highlight-box {
    margin-top: 24px;
    padding: 16px 24px;
    border-radius: 4px;
    background-color: #18407E;
    color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
  section.paragraph .partner-label {
    vertical-align: middle;
    margin-top: 48px;
    margin-bottom: 24px; }
  @media (min-width: 768px) {
    section.paragraph {
      padding: 104px 0 112px; }
      section.paragraph.paragraph-compact {
        padding: 80px 0 96px; }
      section.paragraph img {
        margin-bottom: 0; }
      section.paragraph .highlight-box {
        padding: 24px 32px;
        margin-top: 0; }
        section.paragraph .highlight-box.gap-desktop {
          margin-top: 64px; }
        section.paragraph .highlight-box a {
          color: #FFFFFF; }
          section.paragraph .highlight-box a:hover {
            color: #FFFFFF; }
      section.paragraph .partner-label img {
        display: inline-block;
        margin: 0 16px; } }
  @media (min-width: 992px) {
    section.paragraph .partner-label img {
      margin: 0 32px; } }

section.our-process {
  padding: 48px 0; }
  section.our-process .intro {
    text-align: center; }
    section.our-process .intro h2, section.our-process .intro h3 {
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px; }
    section.our-process .intro p {
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.5; }
  section.our-process .our-process-slider .our-process-tabs {
    margin: 48px 0 56px; }
    section.our-process .our-process-slider .our-process-tabs .tab-item {
      cursor: pointer;
      text-align: center;
      margin-bottom: 16px; }
      section.our-process .our-process-slider .our-process-tabs .tab-item .tab-icon {
        margin: 0 auto 12px;
        width: 64px;
        height: 64px;
        line-height: 64px; }
        section.our-process .our-process-slider .our-process-tabs .tab-item .tab-icon img {
          margin: 0 auto; }
        section.our-process .our-process-slider .our-process-tabs .tab-item .tab-icon .sub {
          display: none; }
      section.our-process .our-process-slider .our-process-tabs .tab-item .tab-text {
        margin: 0 auto;
        font-family: "futura-pt-bold", "futura-pt", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.33; }
  section.our-process .our-process-tree .our-process-tabs {
    margin-top: 56px;
    display: flex; }
    section.our-process .our-process-tree .our-process-tabs .tab-item {
      cursor: pointer;
      flex: 0 0 20%;
      text-align: center;
      position: relative;
      margin-bottom: 80px; }
      section.our-process .our-process-tree .our-process-tabs .tab-item::before {
        content: "";
        height: 2px;
        width: 100%;
        background-color: #EFF1F4;
        position: absolute;
        bottom: -33px;
        left: 50%; }
      section.our-process .our-process-tree .our-process-tabs .tab-item:last-child::before {
        display: none; }
      section.our-process .our-process-tree .our-process-tabs .tab-item::after {
        content: "";
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #313032;
        position: absolute;
        bottom: -36px;
        left: calc(50% - 4px); }
      section.our-process .our-process-tree .our-process-tabs .tab-item.focus::after {
        width: 16px;
        height: 16px;
        background-color: #EA005C;
        bottom: -40px;
        left: calc(50% - 8px); }
      section.our-process .our-process-tree .our-process-tabs .tab-item.focus .tab-icon .def {
        display: none; }
      section.our-process .our-process-tree .our-process-tabs .tab-item.focus .tab-icon .sub {
        display: block; }
      section.our-process .our-process-tree .our-process-tabs .tab-item.focus .tab-text {
        color: #EA005C; }
      section.our-process .our-process-tree .our-process-tabs .tab-item .tab-icon {
        margin: 0 auto 12px;
        width: 64px;
        height: 64px;
        line-height: 64px; }
        section.our-process .our-process-tree .our-process-tabs .tab-item .tab-icon img {
          margin: 0 auto; }
        section.our-process .our-process-tree .our-process-tabs .tab-item .tab-icon .def {
          display: block; }
        section.our-process .our-process-tree .our-process-tabs .tab-item .tab-icon .sub {
          display: none; }
      section.our-process .our-process-tree .our-process-tabs .tab-item .tab-text {
        margin: 0 auto;
        font-family: "futura-pt-bold", "futura-pt", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.33; }
  section.our-process .tab-nav-content {
    text-align: center; }
    section.our-process .tab-nav-content .tab-content {
      display: none;
      margin: 0 auto;
      max-width: 720px; }
      section.our-process .tab-nav-content .tab-content:first-child {
        display: block; }
  @media (min-width: 768px) {
    section.our-process {
      padding: 88px 0; } }

section.process-text-bg {
  padding: 48px 0;
  background: url("assets/img/deliver-solutions@2x.jpg") no-repeat 50% 50%/cover; }
  section.process-text-bg h2, section.process-text-bg h3 {
    color: #FFFFFF;
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center; }
  @media (min-width: 768px) {
    section.process-text-bg {
      padding: 145px 0; } }

section.ios-apps {
  overflow: hidden; }
  @media (min-width: 768px) {
    section.ios-apps {
      padding: 0; }
      section.ios-apps .row > div:nth-child(1) {
        margin: -64px 0; }
        section.ios-apps .row > div:nth-child(1) img.img-fluid {
          max-width: none; } }

section.android-apps {
  overflow: hidden; }
  @media (min-width: 992px) {
    section.android-apps {
      padding: 0; }
      section.android-apps .row > div:nth-child(1) {
        margin: 0 0 -112px;
        padding-top: 64px; } }

.addtoany_content.addtoany_content_bottom {
  margin-top: 24px;
  padding: 16px 0;
  border-bottom: 2px solid #EA005C; }
  .addtoany_content.addtoany_content_bottom a {
    padding: 0 12px; }
  @media (min-width: 768px) {
    .addtoany_content.addtoany_content_bottom {
      margin-bottom: 32px; } }

.pagination {
  display: block;
  margin: 0;
  padding: 8px 0 0;
  text-align: center; }
  .pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .pagination ul li {
      display: inline-block;
      margin: 0 8px 16px; }
      .pagination ul li a.pagi-arrow, .pagination ul li .pagi-item {
        display: inline-block;
        width: 48px;
        height: 48px;
        vertical-align: middle;
        color: #313032;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 2px;
        line-height: 1.2;
        text-align: center;
        padding: 12px; }
        .pagination ul li a.pagi-arrow:hover, .pagination ul li a.pagi-arrow:focus, .pagination ul li .pagi-item:hover, .pagination ul li .pagi-item:focus {
          text-decoration: none; }
        .pagination ul li a.pagi-arrow.current, .pagination ul li .pagi-item.current {
          background-color: #EA005C;
          color: #FFFFFF; }
        .pagination ul li a.pagi-arrow .ac-link::before, .pagination ul li a.pagi-arrow .ac-link::after, .pagination ul li .pagi-item .ac-link::before, .pagination ul li .pagi-item .ac-link::after {
          margin: 0;
          font-size: 20px;
          line-height: 1.2; }
        .pagination ul li a.pagi-arrow .ac-link::before, .pagination ul li .pagi-item .ac-link::before {
          border-right-color: #313032; }
        .pagination ul li a.pagi-arrow .ac-link::after, .pagination ul li .pagi-item .ac-link::after {
          border-left-color: #313032; }

.work-box {
  display: block;
  color: #313032;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  height: calc(100% - 32px);
  margin-bottom: 32px;
  transition: box-shadow 0.15s ease-in-out; }
  .work-box:hover {
    color: #313032;
    text-decoration: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.25); }
  .work-box .work-image {
    display: block;
    width: 100%; }
    .work-box .work-image img {
      width: 100%; }
  .work-box .work-info {
    display: block;
    min-height: 112px;
    padding: 16px 24px 24px; }
    .work-box .work-info h4 {
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.33;
      margin-bottom: 16px; }
    .work-box .work-info p {
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 0; }
  @media (min-width: 768px) {
    .work-box .work-info {
      padding: 16px 32px 24px; } }

.blog-content h1, .blog-content h2 {
  font-family: "futura-pt-bold", "futura-pt", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px; }
.blog-content .blog-nav-link {
  margin-bottom: 32px; }
.blog-content.blog-cont .post-desc h1, .blog-content.blog-cont .post-desc h2 {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 8px; }
.blog-content.blog-cont .post-desc .post-thumbnail {
  margin-bottom: 24px; }
  .blog-content.blog-cont .post-desc .post-thumbnail img {
    width: 100%; }
.blog-content.blog-cont .post-desc .post-info {
  margin-bottom: 24px; }
.blog-content .post-content h2 {
  font-family: "futura-pt-bold", "futura-pt", sans-serif;
  font-weight: 700;
  margin-top: 32px;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 8px; }
  .blog-content .post-content h2:first-child {
    margin-top: 0; }
.blog-content .post-content h3 {
  font-family: "futura-pt-bold", "futura-pt", sans-serif;
  font-weight: 700;
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.33;
  margin-bottom: 8px; }
  .blog-content .post-content h3:first-child {
    margin-top: 0; }
.blog-content .post-content h4 {
  font-family: "futura-pt-bold", "futura-pt", sans-serif;
  font-weight: 700;
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px; }
  .blog-content .post-content h4:first-child {
    margin-top: 0; }
.blog-content .post-content p, .blog-content .post-content ul, .blog-content .post-content ol {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.5; }
  .blog-content .post-content p strong, .blog-content .post-content ul strong, .blog-content .post-content ol strong {
    font-weight: 800; }
.blog-content .post-content ul, .blog-content .post-content ol {
  padding-left: 20px; }
  .blog-content .post-content ul li, .blog-content .post-content ol li {
    margin-bottom: 8px; }
.blog-content .post-content ul ul, .blog-content .post-content ul ol, .blog-content .post-content ol ul, .blog-content .post-content ol ol {
  margin-top: 8px; }
.blog-content .post-content img {
  display: block;
  margin-top: 24px;
  max-width: 100%;
  height: auto; }
.blog-content .post-content blockquote {
  margin: 0 0 1.25em;
  padding: 0 1.25em 0 1.875em;
  border-left: 2px solid #ddd; }
.blog-content .post-content .aligncenter {
  margin-left: auto;
  margin-right: auto; }
.blog-content .post-content .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }
.blog-content .post-content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }
.blog-content .post-content .wp-caption {
  border: 1px solid #EFF1F4;
  border-radius: 4px;
  margin-bottom: 1.5em;
  max-width: 100%;
  background-color: #FBFAFC; }
  .blog-content .post-content .wp-caption img[class*='wp-image-'] {
    margin: 1.2% auto 0;
    max-width: 98%; }
  .blog-content .post-content .wp-caption .wp-caption-text {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
    text-align: center; }
.blog-content .application-cont {
  padding-top: 24px; }
  .blog-content .application-cont .application .application_button {
    padding: 12px 24px;
    background-color: #EA005C;
    color: #FFFFFF;
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.2;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin: 0; }
    .blog-content .application-cont .application .application_button:hover {
      color: #FFFFFF;
      background-color: #b70048;
      text-decoration: none; }
    .blog-content .application-cont .application .application_button::after {
      display: none; }
  .blog-content .application-cont .application .application_details {
    padding: .75em 1em; }
@media (min-width: 1200px) {
  .blog-content.blog-cont .post-desc h1, .blog-content.blog-cont .post-desc h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 16px; }
  .blog-content.blog-cont .post-desc .post-content h2 {
    font-size: 32px; }
  .blog-content .post-content h3 {
    font-size: 24px; }
  .blog-content .post-content h4 {
    font-size: 20px; }
  .blog-content .application-cont {
    padding-top: 48px; }
    .blog-content .application-cont .application .application_button {
      padding: 12px 32px; } }

.blog-cont .post-desc .post-info {
  color: #EA005C;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin: 12px 0; }
  .blog-cont .post-desc .post-info .post-avatar {
    flex: 0 0 48px;
    border-radius: 50%;
    overflow: hidden;
    width: 48px;
    height: 48px;
    margin-right: 16px; }
    .blog-cont .post-desc .post-info .post-avatar:empty {
      display: none; }
    .blog-cont .post-desc .post-info .post-avatar img {
      width: 100%;
      height: auto; }
  .blog-cont .post-desc .post-info .post-authordate {
    flex: 1 1 80%;
    text-transform: uppercase; }
@media (min-width: 992px) {
  .blog-cont .post-desc .post-info .post-authordate {
    display: flex; }
    .blog-cont .post-desc .post-info .post-authordate .post-author {
      flex: 1 1 50%;
      margin-right: 8px; }
    .blog-cont .post-desc .post-info .post-authordate .post-date {
      flex: 1 1 50%;
      text-align: right; } }

.blog-navigations {
  padding: 36px 0 0; }
  .blog-navigations .blog-nav-prev,
  .blog-navigations .blog-nav-next {
    text-align: center;
    margin: 12px 0; }
  @media (min-width: 768px) {
    .blog-navigations {
      padding: 72px 0 0; }
      .blog-navigations .blog-nav-prev {
        text-align: left; }
      .blog-navigations .blog-nav-next {
        text-align: right; } }

.blog-recent {
  padding-top: 56px; }
  .blog-recent .blog-nav-link {
    margin-top: 8px; }
  .blog-recent h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33; }
    .blog-recent h3:after {
      content: "";
      display: block;
      margin: 20px 0;
      height: 2px;
      width: 80px;
      background-color: #EA005C; }
  .blog-recent ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .blog-recent ul li {
      font-family: "Merriweather", serif;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 16px; }
      .blog-recent ul li a {
        color: #313032; }

.blog-comments {
  margin-top: 25px;
  padding: 16px 24px 32px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }
  .blog-comments h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 16px; }
  .blog-comments .form-control {
    padding: 12px 0;
    border-width: 0 0 1px 0;
    border-bottom-color: #313032;
    border-bottom-style: solid;
    border-radius: 0;
    color: #313032;
    background: transparent;
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.5; }
    .blog-comments .form-control::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #313032;
      opacity: 1;
      /* Firefox */ }
    .blog-comments .form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #313032; }
    .blog-comments .form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #313032; }
  .blog-comments .comments-area {
    border-top: 2px solid rgba(49, 48, 50, 0.1);
    padding: 0 0 24px; }
    .blog-comments .comments-area .comment-cont {
      display: flex; }
    .blog-comments .comments-area .comment-text {
      flex-grow: 1;
      border-bottom: 2px solid rgba(49, 48, 50, 0.1); }
    .blog-comments .comments-area .comment-heading {
      margin-top: 24px; }
      .blog-comments .comments-area .comment-heading .comment-info {
        color: #EA005C;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 1.5;
        text-transform: uppercase; }
        .blog-comments .comments-area .comment-heading .comment-info .comment-date {
          white-space: nowrap; }
    .blog-comments .comments-area .comment-reply {
      color: #EA005C;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1.5px;
      line-height: 2;
      text-transform: uppercase;
      cursor: pointer;
      text-align: right;
      padding: 0 0 8px; }
    .blog-comments .comments-area .comment-content {
      padding: 8px 0 0;
      font-size: 14px; }
      .blog-comments .comments-area .comment-content a {
        color: #EA005C; }
  .blog-comments .comment-replies .comment-padding {
    width: 24px;
    flex-shrink: 0; }
  .blog-comments .comment-form-area h3 {
    font-size: 16px;
    line-height: 1.5; }
  .blog-comments .comment-box {
    display: none;
    padding-bottom: 20px; }
  .blog-comments .comment-form .button-cont {
    text-align: center; }
    .blog-comments .comment-form .button-cont .ac-btn {
      max-width: 224px;
      width: 100%; }
  @media (min-width: 768px) {
    .blog-comments {
      padding: 24px 32px;
      background-color: #FBFAFC; }
      .blog-comments .comments-area {
        padding: 0 0 32px; }
        .blog-comments .comments-area .comment-heading .comment-info {
          display: flex; }
          .blog-comments .comments-area .comment-heading .comment-info .comment-author,
          .blog-comments .comments-area .comment-heading .comment-info .comment-date {
            flex: 1 1 50%; }
          .blog-comments .comments-area .comment-heading .comment-info .comment-date {
            text-align: right; }
      .blog-comments .comment-replies .comment-padding {
        width: 32px; }
      .blog-comments .comment-box {
        padding-bottom: 40px; }
      .blog-comments .comment-form .button-cont {
        text-align: right; } }

.blog-newsletter {
  padding: 32px;
  background-color: #EA005C;
  color: #FFFFFF; }
  .blog-newsletter h2, .blog-newsletter h3 {
    color: #FFFFFF;
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33; }
  .blog-newsletter p {
    color: #FFFFFF;
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.5; }
  .blog-newsletter .ac-btn {
    width: 100%; }
  .blog-newsletter .ac-form input.form-control,
  .blog-newsletter .ac-form textarea.form-control,
  .blog-newsletter .ac-form select.form-control {
    border-bottom-color: #FFFFFF;
    color: #FFFFFF; }
    .blog-newsletter .ac-form input.form-control::placeholder,
    .blog-newsletter .ac-form textarea.form-control::placeholder,
    .blog-newsletter .ac-form select.form-control::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #FFFFFF; }
    .blog-newsletter .ac-form input.form-control:-ms-input-placeholder,
    .blog-newsletter .ac-form textarea.form-control:-ms-input-placeholder,
    .blog-newsletter .ac-form select.form-control:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #FFFFFF; }
    .blog-newsletter .ac-form input.form-control::-ms-input-placeholder,
    .blog-newsletter .ac-form textarea.form-control::-ms-input-placeholder,
    .blog-newsletter .ac-form select.form-control::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #FFFFFF; }
  @media (min-width: 768px) {
    .blog-newsletter {
      margin-top: 48px;
      margin-left: -48px; } }
  @media (min-width: 992px) {
    .blog-newsletter .ac-btn {
      min-width: 224px; } }

section.split-page .split-content {
  padding: 40px 0; }
section.split-page .bg-side .split-content {
  padding-top: 0; }
@media (min-width: 768px) {
  section.split-page {
    background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #FBFAFC 50%, #FBFAFC 100%); }
    section.split-page .bg-content {
      padding-right: 48px;
      background-color: #FFFFFF; }
    section.split-page .bg-side {
      padding-left: 48px;
      background-color: #FBFAFC; }
      section.split-page .bg-side .split-content {
        padding-top: 64px; }
    section.split-page .split-content {
      padding: 64px 0; } }

section.blog-list {
  padding: 40px 0; }
  section.blog-list h2, section.blog-list h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33; }
    section.blog-list h2 a, section.blog-list h3 a {
      color: #313032; }
  section.blog-list p {
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 1.5; }
  section.blog-list .blog-cont {
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 24px; }
    section.blog-list .blog-cont .post-thumbnail {
      height: 200px;
      overflow: hidden;
      position: relative;
      top: -50%;
      z-index: 2;
      text-align: center; }
      section.blog-list .blog-cont .post-thumbnail a {
        display: inline-block;
        width: 100%; }
        section.blog-list .blog-cont .post-thumbnail a img {
          width: 100%; }
    section.blog-list .blog-cont .post-desc {
      padding: 16px 24px;
      position: relative; }
  @media (min-width: 768px) {
    section.blog-list {
      padding: 64px 0; }
      section.blog-list .blog-cont {
        margin-bottom: 48px; }
        section.blog-list .blog-cont .post-desc {
          padding: 32px 32px 24px; } }
  @media (min-width: 992px) {
    section.blog-list .blog-cont {
      display: flex; }
      section.blog-list .blog-cont .post-thumbnail {
        flex: 0 0 50%;
        height: 310px; }
      section.blog-list .blog-cont .post-desc {
        padding: 40px 32px 72px 40px;
        flex: 0 0 50%; }
        section.blog-list .blog-cont .post-desc .post-link {
          position: absolute;
          bottom: 0;
          left: 0;
          margin: 24px 24px 24px 40px; } }
  @media (min-width: 1200px) {
    section.blog-list .blog-cont .post-thumbnail {
      height: 336px; } }

section.work-overview {
  padding: 48px 0;
  overflow: hidden; }
  section.work-overview h2, section.work-overview h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px; }
  section.work-overview .overview-pics {
    position: relative;
    width: 312px;
    height: 244px;
    margin: 32px auto 0; }
    section.work-overview .overview-pics .pic-item {
      position: absolute;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
      section.work-overview .overview-pics .pic-item.ext-png {
        box-shadow: none; }
      section.work-overview .overview-pics .pic-item img {
        width: 100%;
        height: auto; }
    section.work-overview .overview-pics .pic-1 {
      z-index: 3;
      width: 160px;
      height: auto;
      top: 0;
      left: 0; }
    section.work-overview .overview-pics .pic-2 {
      z-index: 2;
      width: 274px;
      height: auto;
      top: 57px;
      left: 38px; }
    section.work-overview .overview-pics .pic-bg {
      z-index: 1;
      background-color: #18407E;
      width: 227px;
      height: 194px;
      top: 24px;
      left: 28px; }
      section.work-overview .overview-pics .pic-bg.bg-red {
        background-color: #EA005C; }
  @media (min-width: 768px) {
    section.work-overview {
      padding: 90px 0; }
      section.work-overview .overview-pics {
        width: 528px;
        height: 408px;
        margin: 0 0 0 auto; }
        section.work-overview .overview-pics .pic-1 {
          width: 277px; }
        section.work-overview .overview-pics .pic-2 {
          width: 468px;
          top: 96px;
          left: 64px; }
        section.work-overview .overview-pics .pic-bg {
          width: 384px;
          height: 328px;
          top: 40px;
          left: 48px; } }

section.work-features {
  padding: 56px 0 24px; }
  section.work-features h2, section.work-features h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center; }
  section.work-features .feature-cont .title {
    margin-bottom: 24px; }
  section.work-features .feat-cont {
    text-align: center;
    margin-bottom: 48px; }
    section.work-features .feat-cont .feat-icon {
      display: block;
      line-height: 72px;
      height: 72px;
      margin-bottom: 24px; }
    section.work-features .feat-cont .feat-name {
      display: block;
      max-width: 160px;
      height: 100%;
      font-family: "futura-pt-bold", "futura-pt", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5;
      margin: 0 auto; }
  @media (min-width: 768px) {
    section.work-features {
      padding: 56px 0 48px; }
      section.work-features h2, section.work-features h3 {
        text-align: left; }
      section.work-features .feature-cont {
        display: flex;
        align-items: center;
        margin-bottom: 0; }
        section.work-features .feature-cont .title {
          flex: 0 0 180px;
          margin-right: 32px;
          margin-bottom: 0; }
        section.work-features .feature-cont .features {
          flex: 1 1 50%; }
      section.work-features .feat-cont {
        margin-bottom: 16px; } }
  @media (min-width: 992px) {
    section.work-features .feature-cont .title {
      flex: 0 0 200px; } }

section.work-result {
  padding: 56px 0 0; }
  section.work-result h2, section.work-result h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px; }
  section.work-result .work-gallery {
    margin-top: 40px;
    width: 100vw;
    position: relative;
    left: calc(-1 * (100vw - 100%) / 2); }
  section.work-result .slick-arrow-prev,
  section.work-result .slick-arrow-next {
    position: absolute;
    top: calc(50% - 17px);
    display: block;
    cursor: pointer;
    color: #FFFFFF;
    z-index: 2; }
  section.work-result .slick-arrow-prev {
    left: 16px; }
  section.work-result .slick-arrow-next {
    right: 16px; }
  @media (min-width: 768px) {
    section.work-result {
      padding: 104px 0 112px; }
      section.work-result .work-gallery {
        margin-top: 80px; }
      section.work-result .slick-arrow-prev {
        left: 32px; }
      section.work-result .slick-arrow-next {
        right: 32px; }
      section.work-result .work-stats {
        justify-content: center;
        text-align: center;
        margin-top: 40px; }
        section.work-result .work-stats > .col-12 {
          display: block; }
          section.work-result .work-stats > .col-12::after {
            height: 100%;
            left: auto;
            top: 0;
            right: 0; }
          section.work-result .work-stats > .col-12:last-child::after {
            display: none; }
        section.work-result .work-stats .stats-item .stats-desc {
          display: block;
          margin-bottom: 0; }
          section.work-result .work-stats .stats-item .stats-desc .stats-number {
            width: auto;
            text-align: center;
            padding-right: 0; } }
  @media (min-width: 1200px) {
    section.work-result .work-gallery {
      width: 100%;
      left: auto; } }

section.work-challenge {
  padding: 32px 0 0; }
  section.work-challenge h2, section.work-challenge h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 16px; }
  section.work-challenge .solution-cont {
    padding: 16px 24px;
    margin-bottom: -24px;
    border-radius: 4px;
    background-color: #18407E;
    color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
  @media (min-width: 768px) {
    section.work-challenge {
      padding: 48px 0 72px; }
      section.work-challenge .solution-cont {
        padding: 24px 32px 56px;
        margin-bottom: -104px; } }

section.work-process {
  padding: 72px 0 48px; }
  section.work-process h2, section.work-process h3 {
    font-family: "futura-pt-bold", "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 16px; }
  @media (min-width: 768px) {
    section.work-process {
      padding: 136px 0 100px; } }

section.work-more {
  padding: 56px 0 48px; }
  section.work-more h2, section.work-more h3 {
    text-align: center;
    margin-bottom: 36px; }
  @media (min-width: 768px) {
    section.work-more {
      padding: 88px 0 96px; }
      section.work-more h2, section.work-more h3 {
        margin-bottom: 48px; } }

section.work-list {
  padding: 48px 0 72px; }
  @media (min-width: 768px) {
    section.work-list {
      padding: 60px 0 48px; }
      section.work-list .pagination {
        margin-top: 32px; } }

.wbounce-modal.underlay {
  cursor: default;
  background-color: rgba(24, 64, 126, 0.95) !important; }
.wbounce-modal .wbounce-modal-sub {
  border-radius: 16px;
  width: auto;
  background-color: transparent; }
.wbounce-modal .main-modal-container {
  max-width: 360px;
  width: 100%; }
  @media (min-width: 992px) {
    .wbounce-modal .main-modal-container {
      background-position: right center;
      text-align: left;
      background-image: url("assets/img/quiz-image@2x.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: calc(800px + 106px);
      max-width: unset;
      height: 448px;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .wbounce-modal .main-modal-container {
      margin-left: 106px;
      border-radius: 16px; } }
.wbounce-modal .close-button-wrapper {
  height: 0; }
  .wbounce-modal .close-button-wrapper .modal-close {
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: 1;
    left: 90%;
    background-image: url("assets/img/close-icon-white.svg");
    cursor: pointer; }
    @media (min-width: 992px) {
      .wbounce-modal .close-button-wrapper .modal-close {
        background-image: url("assets/img/close-icon-blue.svg");
        left: 83%;
        margin-top: 16px; } }
.wbounce-modal .main-modal-row .image-col img {
  width: 100%; }
.wbounce-modal .main-modal-row .content-col {
  background-color: #EA005C; }
  .wbounce-modal .main-modal-row .content-col h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    text-transform: none;
    margin-top: 20px;
    height: 136px; }
    @media (min-width: 992px) {
      .wbounce-modal .main-modal-row .content-col h3 {
        font-size: 40px;
        line-height: 48px;
        height: 200px;
        margin-top: 40px; } }
  .wbounce-modal .main-modal-row .content-col p {
    color: white;
    font-weight: lighter;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px; }
  @media (min-width: 992px) {
    .wbounce-modal .main-modal-row .content-col {
      margin-left: 27px; } }
@media (min-width: 992px) {
  .wbounce-modal .main-modal-row {
    z-index: -1;
    position: relative;
    width: 750px;
    height: 448px;
    background-color: #EA005C;
    padding: 0 3% 3% 3%;
    border-radius: 16px; } }
.wbounce-modal button {
  width: 225px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .wbounce-modal button {
      transform: translate(55px, -115px); } }
.wbounce-modal .quiz-button-wrapper .bottom-col {
  min-height: 0;
  height: 0; }

/*# sourceMappingURL=style.css.map */
