.custom-html--sitecore {
    /*#block-purple-trend {
      padding-top: 5%;
      color: #fff !important;
      position: relative;
      padding-bottom: 40px;
      width: 1200px;
  }*/
    /*Accordion*/
  }
  .custom-html--sitecore div#hero-carousel {
    position: relative;
    overflow: hidden;
    /*background: rgba(63, 0, 104, 1);*/
    background: #00bef9;
    /*background: linear-gradient(87deg, rgba(66,0,112,1) 56%, rgba(66,0,112,1) 91%);*/
  }
  @media screen and (max-width: 1599px) {
    .custom-html--sitecore video.marquee-vid {
      right: 0% !important;
    }
  }
  .custom-html--sitecore .carousel-inner {
    position: inherit;
    z-index: 1;
    padding: 4em 0;
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore img.img-2 {
      transform: scale(1);
      opacity: 1;
      bottom: 0;
    }
    .custom-html--sitecore img.img-3 {
      opacity: 1;
      left: 0;
      bottom: 0;
    }
    .custom-html--sitecore .marquee-vid {
      display: none;
    }
    .custom-html--sitecore div#hero-carousel {
      background: url();
      background-size: cover;
      background-position: bottom;
    }
  }
  .custom-html--sitecore video.marquee-vid {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 0;
    height: 100%;
    width: 60%;
  }
  @media screen and (max-width: 1599px) {
    .custom-html--sitecore video.marquee-vid {
      right: 0% !important;
    }
  }
  .custom-html--sitecore .small-headline {
    font-size: 2.64rem;
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
  }
  .custom-html--sitecore .data-card-text {
    font-size: 2.56rem;
    line-height: 2.88rem;
    font-family: Graphik bold !important;
  }
  .custom-html--sitecore .viz-card.vertical-wide-card .viz-content {
    padding-top: 0.7em;
    margin-top: 1.5em;
  }
  .custom-html--sitecore .quote-content {
    padding: 5%;
    background: #fff;
    font-family: "Graphik bold", Arial, Sans-Serif !important;
    font-size: 2.72rem !important;
    line-height: 2.72rem;
    position: relative;
    z-index: 1;
  }
  .custom-html--sitecore .purple-quote {
    font-size: 6.4rem;
    font-family: Arial, Sans-Serif !important;
    font-weight: 800;
    color: #a100ff;
  }
  .custom-html--sitecore .block-purple-quote p,
  .custom-html--sitecore .block-purple-quote-right p {
    padding: 5%;
    background: #fff;
    font-family: "Graphik SemiBold", Arial, Sans-Serif;
    font-size: 2.4rem;
    line-height: 2.56rem;
    position: relative;
    z-index: 1;
  }
  .custom-html--sitecore .block-purple-quote-no-box p {
    padding: 5%;
    background: #fff;
  }
  .custom-html--sitecore .block-purple-quote:after {
    content: '';
    background: url(/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/tech-vision-2020/Accenture-tech-vision-2020-purple-pattern.png);
    width: 50%;
    height: 91%;
    position: absolute;
    top: 20%;
    right: -8%;
    z-index: -1;
  }
  .custom-html--sitecore #block-purple-section {
    background: #460073 !important;
    color: #fff !important;
  }
  .custom-html--sitecore #block-grey-section {
    background: url(/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/afs-techvision-2020/Accenture-AFS-Techvision2020-Trend2-image1.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top right;
  }
  .custom-html--sitecore .white {
    color: #fff;
  }
  .custom-html--sitecore .blue {
    color: #008EFF;
  }
  .custom-html--sitecore #block-blue-section {
    background-color: #008EFF !important;
  }
  .custom-html--sitecore .blue-acc-number {
    color: #00BAFF;
    margin-right: 10px;
    font-size: 22px;
  }
  .custom-html--sitecore .acc-title-text {
    font-size: 22px;
  }
  .custom-html--sitecore #accordion .panel {
    border: 0px;
    border-bottom: 1px solid #ddd;
  }
  .custom-html--sitecore #accordion .panel .panel-heading {
    background-color: #f2f2f2;
    position: relative;
  }
  .custom-html--sitecore #accordion .panel .panel-heading.isActive {
    border-left: 3px solid #A100FF;
  }
  .custom-html--sitecore #accordion .panel .panel-collapse {
    background-color: #fff;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title {
    font-size: 1.76rem;
    line-height: 1.76rem;
    padding: 3%;
    border-left: 3px solid #00BAFF;
    cursor: pointer;
    margin-bottom: 0px;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed {
    border-left: 3px solid #fff;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title .acc.fas {
    transform: rotate(-180deg);
    transition: transform 0.5s ease;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title.collapsed .acc.fas {
    transform: rotate(0deg);
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title a.acc.purple {
    font-family: "Graphik SemiBold", "Arial", sans-serif;
    color: #A100FF !important;
  }
  .custom-html--sitecore #accordion .panel .panel-body {
    position: relative;
  }
  .custom-html--sitecore .panel-body:before {
    content: " ";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(78, 78, 78, 0.4) 100%);
  }
  .custom-html--sitecore i.acc.fas.fa-chevron-down {
    position: absolute;
    top: 35%;
    right: 3%;
    font-size: 1.92rem;
  }
  .custom-html--sitecore .panel.panel-default a h4 {
    font-family: "Graphik Bold", "Arial", sans-serif !important;
    text-decoration: none !important;
    color: #111;
  }
  .custom-html--sitecore .panel.panel-default a:hover h4 {
    font-family: "Graphik Bold", "Arial", sans-serif !important;
    text-decoration: none !important;
    color: #111;
  }
  .custom-html--sitecore #accordion .panel .panel-heading .panel-title p.acc.purple {
    font-family: "Graphik Bold", "Arial", sans-serif !important;
    font-size: 18px;
    margin-bottom: 0 !important;
  }
  .custom-html--sitecore ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
  }
  .custom-html--sitecore ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
  }
  .custom-html--sitecore ol > li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore #accordion .panel .panel-heading .panel-title p.acc.purple {
      font-size: 15px !important;
      width: 80%;
    }
    .custom-html--sitecore .small-headline {
      color: black;
    }
  }
  .custom-html--sitecore .panel-body {
    padding: 40px 30px 40px 30px;
  }
  .custom-html--sitecore p.big-text {
    font-family: "Graphik Bold", "Arial", Sans-Serif;
    font-size: 4.8rem;
    margin-bottom: 0px;
  }
  .custom-html--sitecore .panel-body:before {
    content: " ";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(78, 78, 78, 0.4) 100%);
  }
  .custom-html--sitecore i.acc.fas.fa-chevron-down {
    position: absolute;
    top: 35%;
    right: 3%;
    font-size: 1.92rem;
  }
  .custom-html--sitecore .block-purple-quote {
    margin-bottom: 4em;
  }
  @media screen and (min-width: 1024px) {
    .custom-html--sitecore .long-title-number {
      position: absolute;
    }
    .custom-html--sitecore .long-title {
      position: relative;
      left: 2em;
    }
  }
  .custom-html--sitecore #block-section-blue {
    background-color: #008EFF;
  }
  .custom-html--sitecore #block-section-blue p {
    color: white;
  }
  @media screen and (min-width: 1000px) {
    .custom-html--sitecore #multipage-nav .nav-articles {
      border-bottom: none !important;
    }
  }
  @media screen and (min-width: 768px) {
    .custom-html--sitecore .hero-item-featureoverview {
      padding-bottom: 2em !important;
    }
  }
  
