/** Shopify CDN: Minification failed

Line 451:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:tabslider (INDEX:1) */
#tab-slider {
      max-width: 100%;
      margin: 0 auto;
      padding-top:var(--ptb);
      padding-bottom:var(--ptb);
      overflow: hidden;
      background: var(--themed-background);
      color: var(--themed-foreground);
      overflow: hidden;
      position: relative;
    }
    #tab-slider {
      /* Your existing styles */
      transition: --themed-background 0.5s ease, --themed-foreground 0.5s ease;
    }
  #tab-slider .cta-wrapper {
      margin-top: 50px;
  }

    .component-label {
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 500;
    }

    /* Projects wrapper and carousel */
    .projects-wrapper {
      display: flex;
      margin-bottom: 40px;
      position: relative;
    }

    .project-corosul {
        color: var(--themed-background);
        left: 60%;
        opacity: .4;
        pointer-events: none;
        position: absolute;
        top: 35%;
        transform: translate(-50%, -50%) rotate(30deg);
        width: max(372px, calc(-116.33333px + 40.69444vw));
        transform: translate(-50%, -50%) rotate(30deg);
    }

    .carousel-list {
      display: flex;
      list-style: none;
      transition: transform 0.5s ease;
      width: 100%;
    }
    .carousel-item:nth-child(2) {
        margin-left: 250px;
    }
    .carousel-item:nth-child(3) {
        margin-left: 250px;
    }
    .carousel-item {
      width: 500px;
      flex-shrink: 0;
      transition: transform 0.5s ease;
          transform: translateX(0px) rotate(-30deg);
    }

    .fit-cover {
      display: block;
      width: 100%;
      height: 100%;
    }

    .border-radius {
      border-radius: 0px;
      overflow: hidden;
    }

    .carousel-item img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Project list */

    .project-list {
      list-style: none;
      flex-grow: 1;
      position: relative;
    }
    .project-item {
      margin-bottom: 20px;
    }
    .link-label {
        margin: 0;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.50);
    }

    .link-icon-wrapper {
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .project-title:hover .link-icon-wrapper {
      opacity: 1;
    }

    /* CTA button */
    .cta-wrapper {
      margin-top: 20px;
    }

    .cta-wrapper a {
      display: inline-flex;
      align-items: center;
      background-color: transprant;
      color: #fff;
      padding: 0px 0px;
      border-radius: 0px;
      text-decoration: none;
      transition: background-color 0.3s ease;
      font-size:var(--fs-sm);
      }

    .button-label-text {
      margin: 0 10px;
      font-size:var(--fs-sm);
      text-decoration:underline;
    }
    #tab-slider .project-item {
        margin-bottom: 0;
        border-bottom:0.5px solid #fff;
    }
    #tab-slider .project-list {
        padding: 0;
        margin: 0;
    }
    .project-link{
      margin: 0;
      color: #ffffff80;
      padding:60px 0 40px;
      text-decoration:none;
      display:inline-block;
      opacity:0.6;
    }
    .project-link:hover{
      opacity:1;
    }
    #tab-slider .tabslider-project-title {
      margin-top: 0;
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      color: #fff;
      transition: background-color 0.3s ease;
    }
    .tabslider-project-title::after{
    opacity: 0;
  }
.project-item:hover .tabslider-project-title::after{
    opacity: 1;
  }
    .project-subtitle {
      text-decoration: none;
      padding: 0;
      margin: 0;
      border: none;
      opacity:0;
      transform: translateY(10px);
      transition: opacity 0.4s ease, transform 0.4s ease;
      font-size:18px;
      color:#fff;
      width: 100%;
    }
  .project-subtitle.text-with-arrow:after{
    content:none;
  }
    #tab-slider .project-item:hover h3 {
      color: #fff;
    }
    #tab-slider .project-item:hover .project-subtitle{
      opacity:1;
      transform: translateY(0);
    }

  @media(max-width:1024px){
     .project-subtitle {
       opacity: 1;
     }
    .project-subtitle.text-with-arrow:after{
      content:" ";
    }
  }
/* END_SECTION:tabslider */

/* START_SECTION:tabslider_2 (INDEX:2) */
#tab-slider2 {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    background: var(--themed-background);
    color: var(--themed-foreground);
    overflow: hidden;
    position: relative;
}

#tab-slider2 {
    /* Your existing styles */
    transition: --themed-background 0.5s ease, --themed-foreground 0.5s ease;
}


.component-label {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

/* Projects wrapper and carousel */
.projects-wrapper2 {
    display: flex;
    position: relative;
}

.project-corosul2 {
    color: var(--themed-background);
    left: 0;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: 0;
    width: 100%;
    transform: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: block;
}

.carousel-list2 {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}

.carousel-item2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    height: 100%;
}

.carousel-list2 {
    display: flex;
    list-style: none;
    transition: transform 0.5s ease;
    width: 100%;
    margin: 0px;
}

.carousel-list2 figure {
    margin: 0px;
}

.carousel-item2:nth-child(2) {
    margin-left: 0px;
}

.carousel-item2:nth-child(3) {
    margin-left: 0px;
}

.carousel-item2 {
    width: 100%;
    flex-shrink: 0;
}

.carousel-item2 img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.border-radius {
    border-radius: 0px;
    overflow: hidden;
}

/* Project list */

.project-list2 {
    list-style: none;
    flex-grow: 1;
    position: relative;
}

.project-item2 {
    margin-bottom: 20px;
}

.link-label {
    margin: 0;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.50);
}

.link-icon-wrapper {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-title:hover .link-icon-wrapper {
    opacity: 1;
}

/* CTA button */
.cta-wrapper {
    margin-top: 20px;
}

.cta-wrapper a {
    display: inline-flex;
    align-items: center;
    background-color: transprant;
    color: #fff;
    padding: 0px 0px;
    border-radius: 0px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: var(--fs-sm);
}

.button-label-text {
    margin: 0 10px;
    font-size: var(--fs-sm);
    text-decoration: underline;
}

#tab-slider2 .project-item2 {
    margin-bottom: 0;
    border-bottom: 0.5px solid #fff;
}

#tab-slider2 .project-list2 {
    padding: 0;
    margin: 0;
}

.project-link {
    margin: 0;
    color: #ffffff80;
    padding: 40px 0 40px;
    text-decoration: none;
    display: inline-block;
    opacity: 0.6;
}

.project-link:hover {
    opacity: 1;
}

#tab-slider2 .tabslider-project-title {
    margin-top: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.3s ease;
}

.project-subtitle {
    text-decoration: none;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-size: 18px;
    color: #fff;
}

#tab-slider2 .project-item2:hover h3 {
    color: #fff;
}

#tab-slider2 .project-item2:hover .project-subtitle {
    opacity: 1;
    transform: translateY(0);
    width: 100%;
}

.carousel-list2 {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    /* or large enough to fit all children inline */
}

.carousel-item2 {
    flex: 0 0 100%;
    /* Each item takes full width */
}

.carousel-item2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.carousel-item2.active {
    opacity: 1;
    z-index: 2;
}

/* .project-corosul2 {
        position: relative;
        overflow: hidden;
        height: auto; /* Set this to the height of your tallest image */
}

*/ .carousel-item2 img {
    width: 100%;
    height: auto;
    display: block;
}

.project-list-main {
    display: grid;
    position: relative;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding-top: clamp(3.125rem, 6.25vw + 1.5625rem, 9.375rem);
    padding-bottom: clamp(3.125rem, 6.25vw + 1.5625rem, 9.375rem);
}

.project-item2:hover .tabslider-project-title::after {
    opacity: 1;
}

.left-side h2 {
    color: #fff;
}

@media(max-width:1024px) {
    #tab-slider2 .tabslider-project-title:after {
        opacity: 0;
    }

    .project-list-main {
        grid-template-columns: 1fr;
    }

    .project-subtitle {
        opacity: 1;
        width: 100%;
    }

    .link-icon-wrapper {
        opacity: 0;
    }

    .project-link {
        opacity: 1;
    }
}
/* END_SECTION:tabslider_2 */

/* START_SECTION:audit-tabslider (INDEX:18) */
#audit-tab-slider {
    max-width: 100%;
    margin: 0 auto;
    padding-top: var(--ptb);
    padding-bottom: var(--ptb);
    overflow: hidden;
    background: var(--audit-themed-background);
    color: var(--audit-themed-foreground);
    position: relative;
  }
  #audit-tab-slider {
    transition: --audit-themed-background 0.5s ease, --audit-themed-foreground 0.5s ease;
  }
  #audit-tab-slider .cta-wrapper {
    margin-top: 50px;
  }

  #audit-tab-slider .audit-tabslider__header {
    margin-bottom: 20px;
  }

  #audit-tab-slider .audit-tabslider__heading {
    margin: 0 0 0.5rem;
    font-size: 18px;
    font-weight: 500;
    color: var(--audit-themed-foreground);
  }

  #audit-tab-slider .audit-tabslider__heading p {
    margin: 0 0 0.5em;
  }

  #audit-tab-slider .audit-tabslider__heading p:last-child {
    margin-bottom: 0;
  }

  #audit-tab-slider .audit-tabslider__subtitle {
    margin: 0;
    font-size: 16px;
    color: var(--audit-themed-foreground);
    opacity: 0.85;
  }

  #audit-tab-slider .audit-tabslider__subtitle p {
    margin: 0 0 0.5em;
  }

  #audit-tab-slider .audit-tabslider__subtitle p:last-child {
    margin-bottom: 0;
  }

  /* Projects wrapper and carousel */
  #audit-tab-slider .audit-projects-wrapper {
    display: flex;
    margin-bottom: 40px;
    position: relative;
  }

  #audit-tab-slider .audit-project-corosul {
    color: var(--audit-themed-background);
    left: 60%;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%) rotate(30deg);
    transition: opacity 0.5s ease;
    width: max(372px, calc(-116.33333px + 40.69444vw));
  }

  #audit-tab-slider.has-active-subtitle .audit-project-corosul {
    opacity: 0;
  }

  #audit-tab-slider .audit-carousel-list {
    display: flex;
    list-style: none;
    transition: transform 0.5s ease;
    width: 100%;
  }
  #audit-tab-slider .audit-carousel-item:nth-child(2) {
    margin-left: 250px;
  }
  #audit-tab-slider .audit-carousel-item:nth-child(3) {
    margin-left: 250px;
  }
  #audit-tab-slider .audit-carousel-item:nth-child(4) {
    margin-left: 250px;
  }
  #audit-tab-slider .audit-carousel-item {
    width: 500px;
    flex-shrink: 0;
    transition: transform 0.5s ease;
    transform: translateX(0px) rotate(-30deg);
  }

  #audit-tab-slider .fit-cover {
    display: block;
    width: 100%;
    height: 100%;
  }

  #audit-tab-slider .border-radius {
    border-radius: 0px;
    overflow: hidden;
  }

  #audit-tab-slider .audit-carousel-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Project list */
  #audit-tab-slider .audit-project-list {
    list-style: none;
    flex-grow: 1;
    position: relative;
    padding: 0;
    margin: 0;
  }
  #audit-tab-slider .audit-project-item {
    margin-bottom: 0;
    /* border-bottom: 0.5px solid rgba(255, 255, 255, 0.3); */
    border-bottom: 0.5px solid #0f0f0f;
  }

  #audit-tab-slider .audit-project-link {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    padding: 60px 0 40px;
    text-decoration: none;
    display: inline-block;
    opacity: 1;
    width: 100%;
  }
  #audit-tab-slider .audit-project-link:hover {
    opacity: 1;
  }
  #audit-tab-slider .audit-tabslider-project-title {
    margin-top: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #0f0f0f;
    transition: background-color 0.3s ease;
  }
  #audit-tab-slider .audit-tabslider-project-title::after {
    opacity: 0;
  }
  #audit-tab-slider .audit-project-item:hover .audit-tabslider-project-title::after {
    opacity: 0;
  }
  #audit-tab-slider .audit-project-subtitle {
    text-decoration: none;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    font-size: 18px;
    color: var(--audit-themed-foreground);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #audit-tab-slider .audit-project-subtitle.text-with-arrow:after {
    content: none;
  }

  #audit-tab-slider .audit-subtitle-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  #audit-tab-slider .audit-project-subtitle.is-active .audit-subtitle-arrow {
    transform: rotate(180deg);
  }
  #audit-tab-slider .audit-project-item:hover .audit-project-subtitle,
  #audit-tab-slider .audit-project-subtitle.is-active {
    opacity: 1;
    transform: translateY(0);
  }

  #audit-tab-slider .audit-project-subtitle-details {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    font-size: 16px;
    color: var(--audit-themed-foreground);
    opacity: 0;
    transition: max-height 0.4s ease, margin-top 0.4s ease, opacity 0.4s ease;
  }

  #audit-tab-slider .audit-project-subtitle.is-active + .audit-project-subtitle-details {
    max-height: 100%;
    margin-top: 12px;
    opacity: 0.9;
    display: flex;
    width: 100%;
  }
  .audit-project-subtitle-details__content {
    width: 50%;
  }
  .audit-project-subtitle-details__image {
    width: 50%;
    text-align: left;
  }
  .audit-project-subtitle-details__image figure {
    margin: 0;
  }
  .audit-project-subtitle-details__image picture.fit-cover.border-radius.image {
    text-align: right;
  }

  #audit-tab-slider .audit-project-item.has-subtitle-details .audit-project-subtitle {
    cursor: pointer;
  }

  #audit-tab-slider .audit-project-link-btn {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    color: var(--audit-themed-foreground);
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }

  @media (max-width: 1024px) {
    #audit-tab-slider .audit-project-subtitle {
      opacity: 1;
    }
    #audit-tab-slider .audit-project-subtitle.text-with-arrow:after {
      content: ' ';
    }
    #audit-tab-slider .audit-project-link{
      padding: 40px 0 40px;
    }
  }

  @media (max-width: 767px) {
    #audit-tab-slider .audit-project-subtitle.is-active + .audit-project-subtitle-details{
      flex-direction: column;
    }
    .audit-project-subtitle-details__content {
      width: 100%;
    }
    .audit-project-subtitle-details__image {
      margin-top: 20px;
      width: 100%;
    }
  }
/* END_SECTION:audit-tabslider */

/* START_SECTION:business-roadmap (INDEX:25) */
.business-roadmap-banner {
  color: #0f0f0f;
  text-align: center;
  padding: 50px 0;
  text-transform: capitalize;
}

.business-roadmap-banner h2,
.business-roadmap-banner h3 {
  margin: 0 0 20px 0;
}

.business-roadmap-note {
  font-size: 18px;
}

.business-roadmap-note p {
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .business-roadmap-banner h2,
  .business-roadmap-banner h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
   .business-roadmap-banner {
    padding: 90px 0;
  }

  .business-roadmap-banner h2,
  .business-roadmap-banner h3 {
    margin-bottom: 32px;  
  }

  .business-roadmap-note {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
   .business-roadmap-banner {
    padding: 150px 0;
  }


  .business-roadmap-note {
    font-size: 32px;
  }
}
/* END_SECTION:business-roadmap */

/* START_SECTION:fast-track-retail (INDEX:61) */
.fast-track-retail {
  background-color: #0F0F0F;
  color: white;
  padding: 60px 0;
}

.fast-track-retail-heading {
  margin-bottom: 40px;
}
  
.fast-track-retail-heading p {
  color: #fff !important;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}

.fast-track-retail-heading h2 {
  margin: 0 0 20px 0;
  text-transform: capitalize;
}

.fast-track-retail-card {
  width: 100%;
}

.fast-track-retail-card .ftrc-content p {
  color: #fff;
}

.fast-track-retail-card img {
  width: 100%;
  height: auto;
  display: block;
}

.fast-track-retail-card h3 {
  margin: 20px 0;
}

.fast-track-retail-card h3 p {
  margin: 0;
}

.fast-track-retail-card .ftrc-content > p {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}

.fast-track-retail-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}

@media only screen and (min-width: 640px) {
  .fast-track-retail-content {
    justify-content: space-between;
  }
  
  .fast-track-retail-card {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
  }

  .fast-track-retail-card .ftrc-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  .fast-track-retail-card .ftrc-content > p {
    margin-top: auto;
    min-height: 116px;
  }
}

@media only screen and (min-width: 990px) {
  .fast-track-retail {
    padding: 150px 0;  
  }
  
  .fast-track-retail .allure-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
  }

  .fast-track-retail-heading {
    width: 40%;
    max-width: 555px;
    position: sticky;
    top: 110px;
  }

  .fast-track-retail-heading h2 {
    border-bottom: 30px;
  }

  .fast-track-retail-heading p {
    font-size: 16px;
  }

  .fast-track-retail-content {
    gap: 60px 30px;
  }

  .fast-track-retail-card {
    max-width: 410px;
  }

  .fast-track-retail-card .ftrc-content > p {
    font-size: 16px;
  }

  .fast-track-retail-content {
    width: 60%;
    max-width: 990px;
  }
}


@media only screen and (min-width: 1200px) {
  .fast-track-retail .allure-container {
    gap: 50px;
  }

  .fast-track-retail-content {
      gap: 60px 50px;
  }

  .fast-track-retail-card .ftrc-content > p {
    min-height: 162px;
  }

  .fast-track-retail-card {
      width: calc(50% - 25px);
  }
}

@media only screen and (min-width: 1440px) {
  .fast-track-retail-card .ftrc-content > p {
    min-height: 130px;
  }

  .fast-track-retail-content {
    gap: 80px 50px;
  }
}
/* END_SECTION:fast-track-retail */

/* START_SECTION:multi-phase-journey (INDEX:98) */
.multi-phase-banner {
  background-color: #0f0f0f;
  color: #fff;
  text-align: left;
  padding: 50px 0;
  text-transform: capitalize;
}

.multi-phase-banner h2,
.multi-phase-banner h3 {
  margin: 0 0 30px 0;
}

.multi-phase-note {
  font-size: 18px;
}

.multi-phase-note p {
  margin: 0;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .multi-phase-banner h2,
  .multi-phase-banner h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
   .multi-phase-banner {
    padding: 90px 0;
  }

  .multi-phase-banner h2,
  .multi-phase-banner h3 {
    margin-bottom: 40px;  
  }

  .multi-phase-note {
    font-size: 22px;
  }
}

@media screen and (min-width: 1200px) {
   .multi-phase-banner {
    padding: 150px 0;
  }

  .multi-phase-banner h2,
  .multi-phase-banner h3 {
    margin-bottom: 50px;  
  }

  .multi-phase-note {
    font-size: 28px;
  }
}
/* END_SECTION:multi-phase-journey */

/* START_SECTION:strategic-pillars (INDEX:120) */
.strategic-pillars {
  background: #0f0f0f;
  color: #fff;
  padding: 50px 0;
}

.pillars-title {
  margin: 0 0 10px 0;
  font-weight: 700;
}

.pillars-subtitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.pillars-top {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.pillars-grid {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}
  
.pillar {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pillar .pillar-image {
  margin-bottom: 25px;
}
  
.pillar-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
  
.pillar h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.pillar h3 span {
  font-weight: 300;
}
  
.pillar h4 {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.pillar .pillar-description {
  margin-top: 0;
}
   
.pillar p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
  
.pillar .result-title {
  margin: 20px 0 0 0;
}

.pillar .result-description {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .pillars-grid .pillar {
    width: calc(50% - 10px);
  }

  .strategic-pillars {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 990px) {
  .pillars-top {
    margin-bottom: 50px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pillars-title {
    margin: 0;
  }
  
  .pillars-subtitle {
    max-width: 420px;
  }

  .pillars-grid {
    gap: 55px 28px;  
  }
  
  .pillars-grid .pillar {
    width: calc(50% - 14px);
  }
}

@media only screen and (min-width: 1200px) {
 .strategic-pillars {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pillars-subtitle {
    font-size: 18px;
  }

  .pillar .pillar-image {
    margin-bottom: 45px;
  }

  .pillar h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .pillar h4,
  .pillar p {
    font-size: 18px;
  }

  .pillar .result-title {
    margin-top: 40px;
  }
}
/* END_SECTION:strategic-pillars */

/* START_SECTION:trust-the-process (INDEX:122) */
.trust-process-wrapper {
  background: #0f0f0f;
  color: #fff;
  padding: 50px 0;
  overflow: hidden;
}

.trust-process-heading {
  margin-bottom: 30px;
}

.trust-process-heading h2 {
  margin: 0 0 30px 0;
}

a.trust-process-link-anchor.read-more {
  color: #fff;
  text-decoration: none;  
}

.trust-slider {
  margin: 0 -10px;
}  

.trust-slider .slick-slide {
  padding: 0 10px;
}
.trust-slide {
  padding: 20px;
  border-radius: 12px;
}
.trust-slide img {
  width: 100%;
}

.trust-slide h4 {
  margin: 24px 0 12px 0;
}

.trust-slide h4 a {
  color: #fff;
  text-decoration: none;
}

.trust-slide p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 767px) {
  .trust-slider .slick-list {
    padding-right: 60px;
  }

  .trust-slider {
    margin: 0 -15px 0 -10px;
  }

  .trust-slide h4 {
    font-size: 20px;
    margin-top: 20px;
  }

  .trust-slider .slick-prev {
    left: auto;
    right: 45px;
  }

  .trust-slider .slick-arrow {
    width: 30px;
    height: 30px;
    top: -50px;
    transform: translate(0, 0);
  }

  .trust-slider .slick-next {
    right: 10px;
  }

  .trust-slider .slick-prev:before, 
  .trust-slider .slick-next:before {
    opacity: 1;
    font-size: 30px
  }

  .trust-slider .slick-next:before {
    content: "\2190";
    display: inline-block;
    transform: rotate(180deg);
    margin-top: 9px;
  }
}

@media (min-width: 768px) {
  .trust-process-wrapper {
    padding: 80px 0;
  }

  .trust-slide p {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .trust-process-wrapper {
    padding: 150px 0;
  }

  .trust-process-heading h2 {
    margin-bottom: 45px;
  }

  .trust-process-heading {
    margin-bottom: 40px;
  }

  .trust-slider .slick-slide {
    padding: 0 14px;
  }

  .trust-slider {
    margin: 0 -14px;
  }
}
/* END_SECTION:trust-the-process */