.custom-html--sitecore section#redesign-main {
    margin-top: 0px;
  }
  .custom-html--sitecore #block-header #header-topnav {
    box-shadow: 0 4px 12px -6px #c4c4c4;
  }
  .custom-html--sitecore .content-module {
    margin-bottom: 0rem;
  }
  .custom-html--sitecore .section-container {
    width: 100%;
    position: relative;
  }
  .custom-html--sitecore .scroll-down {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    text-align: center;
    opacity: 0;
    transition: opacity 0.7s ease;
  }
  .custom-html--sitecore .scroll-down.isactive {
    opacity: 1;
    /**Progress Nav Bar**/
  }
  .custom-html--sitecore .progress-nav-bar {
    position: fixed;
    top: 70px;
    z-index: 15;
    width: 100%;
    height: 8px;
    background-color: #F2F2F2;
    transition: height 0.3s ease;
  }
  .custom-html--sitecore .progress-nav-bar-roller {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 8px;
    width: 0%;
    transition: height 0.3s ease;
  }
  .custom-html--sitecore .progress-nav-bar.isactive {
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar:hover {
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-html--sitecore .nav-bar-menu {
    width: 12%;
    text-align: left;
    font-size: 1.28rem;
    line-height: 1.6rem;
    float: left;
    opacity: 0;
    color: #fff;
    height: 5.7rem;
    transition: all 0.3s ease;
    color: transparent;
    position: relative;
    padding: 0.3% 0.5%;
  }
  .custom-html--sitecore .nav-bar-menu.greybg {
    background-color: #F2F2F2;
  }
  .custom-html--sitecore .nav-bar-menu-0 {
    width: 5%;
    text-align: center;
    padding: 1.5em;
  }
  .custom-html--sitecore .nav-bar-menu-0 svg {
    transition: transform 0.6s ease;
    transform: rotate(0deg);
  }
  .custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
    transform: rotate(-90deg);
  }
  .custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
    transition-delay: 0.1s;
    opacity: 1;
    color: #111;
    /* .progress-nav-bar:hover .nav-bar-menu{ */
    /* transition-delay: 0.1s; */
    /* opacity: 1; */
    /* color: #111; */
    /* } */
  }
  .custom-html--sitecore .nav-bar-menu .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #c3c3c3;
    z-index: -1;
  }
  .custom-html--sitecore .nav-bar-menu.run:after {
    transition: width 3s ease;
    width: 5%;
    z-index: -1;
    /*.progress-nav-bar:hover .nav-bar-menu{
     opacity: 1;
     transition-delay: 0.3s;
     }*/
    /* .nav-bar-menu:hover{ */
    /* background-color: #5200FF; */
    /* color: white; */
    /* transition-delay: 0.2s; */
    /* opacity: 1; */
    /* } */
  }
  @media screen and (max-width: 1200px) {
    .custom-html--sitecore .progress-nav-bar .progress-nav-bar-roller {
      background-color: #c4c4c4;
    }
  }
  @media screen and (max-width: 1024px) {
    /** This is animation **/
    .custom-html--sitecore .progress-nav-bar {
      top: 50px;
    }
    .custom-html--sitecore .progress-nav-bar.isactive {
      height: 40px;
    }
    .custom-html--sitecore .progress-nav-bar.isactive .nav-bar-menu {
      line-height: 16px;
    }
    .custom-html--sitecore .progress-nav-bar-menu {
      display: none;
    }
    .custom-html--sitecore #block-header #header-topnav .nav-submenu.panel {
      height: auto;
      width: auto;
    }
    .custom-html--sitecore .progress-nav-bar:hover {
      height: 8px;
    }
    .custom-html--sitecore .progress-nav-bar:hover .progress-nav-bar-roller {
      height: 8px;
    }
  }
  .custom-html--sitecore .animate_title {
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 3.84rem;
    line-height: 4rem;
  }
  .custom-html--sitecore .animate_title span:nth-child(1) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in, top 0.4s ease;*/
  }
  .custom-html--sitecore .animate_title span:nth-child(2) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in 0.2s, top 0.4s ease 0.2s;*/
  }
  .custom-html--sitecore .animate_title span:nth-child(3) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in 0.4s, top 0.4s ease 0.4s;*/
  }
  .custom-html--sitecore .animate_title span:nth-child(4) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
  }
  .custom-html--sitecore .animate_title span:nth-child(5) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
  }
  .custom-html--sitecore .animate_title.isactive span:nth-child(1), .custom-html--sitecore .animate_title.isactive span:nth-child(2), .custom-html--sitecore .animate_title.isactive span:nth-child(3), .custom-html--sitecore .animate_title.isactive span:nth-child(4), .custom-html--sitecore .animate_title.isactive span:nth-child(5) {
    opacity: 1;
  }
  .custom-html--sitecore .animate_title.isactive {
    opacity: 1;
  }
  .custom-html--sitecore .animate_title.isactive span {
    top: 0px;
  }
  @media screen and (max-width: 820px) {
    /** IE **/
    .custom-html--sitecore .animate_title {
      font-size: 2.4rem !important;
      line-height: 2.4rem;
    }
  }
  .custom-html--sitecore .IE .section-container-2, .custom-html--sitecore .IE .section-container-3, .custom-html--sitecore .IE .section-container-4, .custom-html--sitecore .IE .section-container-5, .custom-html--sitecore .IE .section-container-6, .custom-html--sitecore .IE .section-container-9 {
    height: auto !important;
  }
  .custom-html--sitecore .IE .section-container-2 .panel, .custom-html--sitecore .IE .section-container-3 .panel, .custom-html--sitecore .IE .section-container-4 .panel, .custom-html--sitecore .IE .section-container-9 .panel {
    position: relative !important;
    /** Section 1**/
  }
  .custom-html--sitecore .section-container-1 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-1 .vid-1 {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /** Section 1 **/
  }
  .custom-html--sitecore .section-container.section-container-1 {
    height: 100vh;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-1 .animate-container {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.7s ease;
  }
  .custom-html--sitecore .section-container-1 .content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    min-width: 70em;
  }
  .custom-html--sitecore .section-container-1 .animate-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .section-container-1 .animate-container {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .custom-html--sitecore .section-container-1 .animate-container.isactive {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-1 .animate-container.ac-3.isactive {
    transition: opacity 1s ease-out;
  }
  .custom-html--sitecore .section-container-1 .animate-container.ac-3 .content-text {
    transform: translate(-50%, -50%) scale(2);
    transition: transform 1s ease-out;
  }
  .custom-html--sitecore .section-container-1 .animate-container.ac-3.isactive .content-text {
    transform: translate(-50%, -50%) scale(1);
  }
  .custom-html--sitecore .scroll-down.iswhite {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px;
    max-width: 120px;
    cursor: pointer;
    animation: pulseScroll 2s infinite;
  }
  .custom-html--sitecore .scroll-down.isblack {
    color: #111;
    background: rgba(1, 1, 1, 0.3);
    border: 1px solid #111;
    border-radius: 50%;
    padding: 4px;
    max-width: 120px;
    cursor: pointer;
    animation: pulseScrollDark 2s infinite;
  }
  .custom-html--sitecore .scroll-down .scroll-container {
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0);
    border: 0px solid #fff;
    border-radius: 50%;
  }
  .custom-html--sitecore .scroll-down .scroll-container svg.scroll-svg {
    height: 30px;
  }
  @keyframes pulseScroll {
    0% {
      -webkit-transform: translateX(-50%) scale(1.05);
      transform: translateX(-50%) scale(1.05);
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }
    70% {
      -webkit-transform: translateX(-50%) scale(1.1);
      transform: translateX(-50%) scale(1.1);
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-transform: translateX(-50%) scale(1.05);
      transform: translateX(-50%) scale(1.05);
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes pulseScrollDark {
    0% {
      -webkit-transform: translateX(-50%) scale(1.05);
      transform: translateX(-50%) scale(1.05);
      -webkit-box-shadow: 0 0 0 0 rgba(1, 1, 1, 0.6);
      box-shadow: 0 0 0 0 rgba(1, 1, 1, 0.6);
    }
    70% {
      -webkit-transform: translateX(-50%) scale(1.1);
      transform: translateX(-50%) scale(1.1);
      -webkit-box-shadow: 0 0 0 10px rgba(1, 1, 1, 0);
      box-shadow: 0 0 0 10px rgba(1, 1, 1, 0);
    }
    100% {
      -webkit-transform: translateX(-50%) scale(1.05);
      transform: translateX(-50%) scale(1.05);
      -webkit-box-shadow: 0 0 0 0 rgba(1, 1, 1, 0);
      box-shadow: 0 0 0 0 rgba(1, 1, 1, 0);
    }
  }
  .custom-html--sitecore .q-left, .custom-html--sitecore .q-right {
    overflow: hidden;
  }
  .custom-html--sitecore .q-left .purple-line, .custom-html--sitecore .q-right .purple-line {
    width: 1%;
    transition: width 0.3s ease-out;
    margin: 0px;
  }
  .custom-html--sitecore .q-left.isactive .purple-line, .custom-html--sitecore .q-right.isactive .purple-line {
    width: 100%;
  }
  .custom-html--sitecore .q-left .q-card, .custom-html--sitecore .q-right .q-card {
    position: relative;
    top: -300px;
    left: 0%;
    transition: top 1s ease-in 0.2s;
  }
  .custom-html--sitecore .q-left.isactive .q-card, .custom-html--sitecore .q-right.isactive .q-card {
    top: 15px;
  }
  .custom-html--sitecore .section-container-1 {
    display: block;
  }
  .custom-html--sitecore .section-container-1-mobile {
    display: none;
  }
  @media screen and (max-width: 1024px) {
    .custom-html--sitecore .ui-container {
      overflow: hidden;
    }
    .custom-html--sitecore .scrollmagic-pin-spacer {
      display: none;
    }
    .custom-html--sitecore .section-container-1 {
      display: none;
    }
    .custom-html--sitecore .section-container-1-mobile {
      display: block;
      height: 90vh;
    }
    .custom-html--sitecore .section-container-1-mobile .content-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    .custom-html--sitecore .row.row-new {
      padding: 0px 50px;
    }
  }
  @media screen and (max-width: 768px) {
    .custom-html--sitecore .card-content {
      min-height: 15em !important;
    }
    .custom-html--sitecore .card-module {
      margin-top: 2em !important;
    }
    .custom-html--sitecore .card-module.cm-1b {
      margin-top: 1em !important;
      margin-left: unset !important;
    }
    .custom-html--sitecore .card-module.cm-1c {
      margin-top: 1em !important;
      margin-left: unset !important;
    }
    .custom-html--sitecore p.card-p-number {
      font-size: 2.5em !important;
    }
    .custom-html--sitecore .section-container-4 .submarquee-container.submarquee-container-2 {
      position: relative;
      min-height: 300px;
      overflow: hidden;
    }
    .custom-html--sitecore .section-container-4 video.vid-submarquee {
      position: absolute;
      width: 200% !important;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
    }
    .custom-html--sitecore #block-section-4 .scrollmagic-pin-spacer, .custom-html--sitecore #block-section-5 .scrollmagic-pin-spacer, .custom-html--sitecore #block-section-6 .scrollmagic-pin-spacer {
      padding: unset !important;
      min-height: unset !important;
    }
    .custom-html--sitecore #block-section-4 .section-container-9, .custom-html--sitecore #block-section-5 .section-container-11, .custom-html--sitecore #block-section-6 .section-container-13 {
      height: 30vh !important;
    }
    .custom-html--sitecore .q-right, .custom-html--sitecore .q-left {
      margin-left: unset !important;
    }
  }
  @media screen and (max-width: 540px) {
    /** Section 2**/
    .custom-html--sitecore .row.row-new {
      padding: 0px 10px;
    }
    .custom-html--sitecore .section-headline.section-1 {
      font-size: 25px !important;
    }
  }
  .custom-html--sitecore .section-container-4a .graph-holder, .custom-html--sitecore .section-container-7 .graph-holder {
    box-shadow: 0px 0px 8px #cecece;
    margin-bottom: 80px;
    padding: 40px 20px 40px 20px;
  }
  .custom-html--sitecore .graph-holder {
    padding-bottom: 4em;
  }
  .custom-html--sitecore .text-align-left {
    text-align: left;
  }
  .custom-html--sitecore .text-align-center {
    text-align: center;
    /** Section 3 **/
  }
  .custom-html--sitecore .row.row-new.section-container-3 {
    margin-bottom: 100px !important;
  }
  .custom-html--sitecore .section-container.section-container-3 {
    height: 100vh;
    overflow: hidden;
  }
  .custom-html--sitecore .graph-container img {
    width: 100%;
  }
  .custom-html--sitecore .graph-container.graph-container-1 img.graph1 {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .custom-html--sitecore .graph-container.graph-container-1 img.graph2, .custom-html--sitecore .graph-container.graph-container-1 img.graph3, .custom-html--sitecore .graph-container.graph-container-1 img.graph4 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: height 0.7s ease, opacity 0.7s ease;
  }
  .custom-html--sitecore .graph-container.graph-container-1 img.graph2 {
    height: 5%;
  }
  .custom-html--sitecore .graph-container.graph-container-1.isactive img.graph2 {
    opacity: 1;
    height: 90%;
  }
  .custom-html--sitecore .graph-container.graph-container-1.isactive img.graph3 {
    opacity: 1;
    transition-delay: 0.7s;
  }
  .custom-html--sitecore .graph-container.graph-container-1.isactive img.graph4 {
    opacity: 1;
    transition-delay: 1.4s;
    /** Section 4 **/
  }
  .custom-html--sitecore .section-container-4 video.vid-submarquee {
    width: 100%;
  }
  .custom-html--sitecore .section-container-4 .content-text {
    position: absolute;
    top: 50%;
    left: 17%;
    transform: translateY(-50%);
    width: 35%;
  }
  .custom-html--sitecore .section-container-4 .content-text h2 {
    position: relative;
    top: 100px;
    opacity: 0.2;
    transition: all 0.7s ease-in;
  }
  .custom-html--sitecore .section-container-4.isactive .content-text h2 {
    top: 0px;
    opacity: 1;
  }
  .custom-html--sitecore .white {
    color: #ffffff;
  }
  .custom-html--sitecore .section-container-4 .vertical-align-container {
    height: 100vh;
  }
  .custom-html--sitecore .section-container-4 .vertical-align-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-html--sitecore .section-container-4 .label-title {
    display: none;
    width: 100%;
  }
  .custom-html--sitecore .section-container-4 .label-title.isactive {
    display: block;
  }
  .custom-html--sitecore .section-container-4 .para {
    opacity: 0;
    transition: opacity 0.4s ease 0.2s;
  }
  .custom-html--sitecore .section-container-4 .para.isactive {
    opacity: 1;
    z-index: 1;
  }
  .custom-html--sitecore .graph-container.graph-container-2 img.graph1 {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .custom-html--sitecore .graph-container.graph-container-2 img.graph2, .custom-html--sitecore .graph-container.graph-container-2 img.graph3, .custom-html--sitecore .graph-container.graph-container-2 img.graph4 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: height 0.7s ease, opacity 0.7s ease;
  }
  .custom-html--sitecore .graph-container.graph-container-2.isactive img.graph2 {
    opacity: 1;
  }
  .custom-html--sitecore .graph-container.graph-container-2.isactive img.graph3 {
    opacity: 1;
    transition-delay: 0.7s;
  }
  .custom-html--sitecore .graph-container.graph-container-2.isactive img.graph4 {
    opacity: 1;
    transition-delay: 1.4s;
  }
  .custom-html--sitecore .row.row-new.section-container-4a {
    margin-bottom: 100px !important;
  }
  .custom-html--sitecore .section-container-4a .graph-holder p.light {
    font-size: 1.6rem;
    margin-bottom: 1.28rem;
    /** Section 5 **/
  }
  .custom-html--sitecore .section-container.section-container-5 {
    height: 100vh;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-5 .panel-1 .img-1, .custom-html--sitecore .section-container-1 .panel-2 .img-2 {
    position: absolute;
  }
  .custom-html--sitecore .section-container-5 .panel-1 .img-1 {
    top: 50%;
    left: 50%;
    transform: translate(-49%, -49%);
  }
  .custom-html--sitecore .section-container-5 .panel-2 .vid-1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .section-container-5 .panel-2 .vid-1.playing {
    width: 980px !important;
    transition: width 0.6s ease;
    /** Section 6 **/
  }
  .custom-html--sitecore .gradient-holder {
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .custom-html--sitecore .gradient-holder, .custom-html--sitecore .gradient-holder .p-header, .custom-html--sitecore .gradient-holder h3.light {
    color: #530A7F !important;
    transition: color 1s ease-out;
  }
  .custom-html--sitecore .gradient-holder .p-header {
    font-size: 7.2rem;
  }
  .custom-html--sitecore .gradient-holder.isactive, .custom-html--sitecore .gradient-holder.isactive .p-header, .custom-html--sitecore .gradient-holder.isactive h3.light {
    color: #ffffff !important;
  }
  .custom-html--sitecore .gradient-holder img.gradient-holder-bg {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    bottom: 0;
    transition: opacity 1s ease-out;
  }
  .custom-html--sitecore .gradient-holder.isactive img.gradient-holder-bg {
    opacity: 1;
  }
  .custom-html--sitecore .gradient-holder .scroll-down {
    background-color: #010101;
    transition: background 0.7s ease;
  }
  .custom-html--sitecore .gradient-holder.isactive .scroll-down {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .custom-html--sitecore .gradient-holder .scroll-down .scroll-container {
    background-color: rgba(255, 255, 255, 0);
  }
  .custom-html--sitecore .svg-ani-container {
    width: 100%;
    /* margin: 15vh 0vh 10vh 0vh; */
    overflow: hidden;
  }
  .custom-html--sitecore .svg-ani-container video.vid-leap {
    width: 100%;
    position: relative;
    width: 140%;
    left: -20%;
  }
  .custom-html--sitecore svg.svg-ani {
    position: absolute;
  }
  .custom-html--sitecore svg.svg-ani.svg-1 {
    position: relative;
    max-height: 183px;
  }
  .custom-html--sitecore svg.svg-ani.svg-2 {
    max-height: 180px;
    right: -56%;
    top: 30%;
    transition: transform 1s ease-in, top 0.7s ease-out;
  }
  .custom-html--sitecore svg.svg-ani.svg-3 {
    max-height: 27px;
    left: -10%;
  }
  .custom-html--sitecore svg.svg-ani.svg-4 {
    max-height: 27px;
    left: -11%;
  }
  .custom-html--sitecore .svg-ani-container.isactive svg.svg-ani.svg-2 {
    max-height: 180px;
    right: -56%;
    top: 25%;
    transform: rotate(180deg);
    transition-delay: 0.5s;
  }
  .custom-html--sitecore .svg-scroll-down {
    opacity: 0;
    transition: opacity 1s ease-in;
    position: relative;
    height: 100%;
  }
  .custom-html--sitecore .svg-scroll-down.iswhite svg, .custom-html--sitecore .svg-scroll-down.isblack  svg {
    position: absolute;
    width: 40px;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
  }
  .custom-html--sitecore .svg-scroll-down.isactive {
    opacity: 1;
  }
  .custom-html--sitecore .gradient-holder .svg-ani-container video.vid-leap {
    opacity: 0;
    transition: opacity 1s ease;
  }
  .custom-html--sitecore .gradient-holder.isactive .svg-ani-container video.vid-leap {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-6 .svg-scroll-down.iswhite svg, .custom-html--sitecore .section-container-9 .svg-scroll-down.iswhite svg, .custom-html--sitecore .section-container-11 .svg-scroll-down.iswhite svg, .custom-html--sitecore .section-container-13 .svg-scroll-down.iswhite svg {
    bottom: 60px;
  }
  .custom-html--sitecore h2.sec-intro.purple {
    padding-top: 50px;
    /** Section 7 **/
  }
  .custom-html--sitecore .row.row-new.section-container-7 {
    margin-bottom: 100px !important;
  }
  .custom-html--sitecore .graph-container.graph-container-3 img.graph1 {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .custom-html--sitecore .graph-container.graph-container-3 img.graph2, .custom-html--sitecore .graph-container.graph-container-3 img.graph3, .custom-html--sitecore .graph-container.graph-container-3 img.graph4 {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: height 0.7s ease, opacity 0.7s ease;
  }
  .custom-html--sitecore .graph-container.graph-container-3.isactive img.graph2 {
    opacity: 1;
  }
  .custom-html--sitecore .graph-container.graph-container-3.isactive img.graph3 {
    opacity: 1;
    transition-delay: 0.7s;
  }
  .custom-html--sitecore .graph-container.graph-container-3.isactive img.graph4 {
    opacity: 1;
    transition-delay: 1.4s;
    /** Section 9 **/
  }
  .custom-html--sitecore .section-container-9 {
    height: 90vh;
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-9 .animate-container {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 1s ease-out;
  }
  .custom-html--sitecore .section-container-9 .animate-container.ac-1.isactive {
    width: 100%;
  }
  .custom-html--sitecore .section-container-9 .animate-container.ac-1 img, .custom-html--sitecore .section-container-9 .animate-container.ac-1 video {
    width: 100%;
    /** Section 11 **/
  }
  .custom-html--sitecore .section-container-11 {
    height: 90vh;
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-11 .animate-container {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 1s ease-out;
  }
  .custom-html--sitecore .section-container-11 .animate-container.ac-1.isactive {
    width: 100%;
  }
  .custom-html--sitecore .section-container-11 .animate-container.ac-1 img, .custom-html--sitecore .section-container-11 .animate-container.ac-1 video {
    width: 100%;
    /** Section 13 **/
  }
  .custom-html--sitecore .section-container-13 {
    height: 90vh;
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-13 .animate-container {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: width 1s ease-out;
  }
  .custom-html--sitecore .section-container-13 .animate-container.ac-1.isactive {
    width: 100%;
  }
  .custom-html--sitecore .section-container-13 .animate-container.ac-1 img, .custom-html--sitecore .section-container-13 .animate-container.ac-1 video {
    width: 100%;
    /** Section 15 **/
  }
  .custom-html--sitecore .section-container-15 {
    height: 100vh;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-15 .panel-1 {
    z-index: 1;
  }
  .custom-html--sitecore .section-container-15 .panel-1 .img-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .section-container-15 .panel-1 .curtain-border {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 980px;
    height: 100%;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-15 .panel-1 .white-border-1, .custom-html--sitecore .section-container-3 .panel-1 .white-border-2 {
    height: 100%;
    position: absolute;
    background: #fff;
  }
  .custom-html--sitecore .section-container-15 .panel-1 .white-border-1 {
    top: 0%;
    left: 0%;
  }
  .custom-html--sitecore .section-container-15 .panel-1 .white-border-2 {
    top: 0%;
    right: 0%;
  }
  @media screen and (max-width: 1024px) {
    /** Section 16 **/
    .custom-html--sitecore .section-container-15 {
      height: auto !important;
    }
    .custom-html--sitecore .section-container-15 .panel-2 {
      height: auto !important;
      position: relative;
    }
    .custom-html--sitecore .section-container-15 .panel-1 {
      height: auto !important;
      position: relative;
    }
    .custom-html--sitecore .section-container-15 .panel-1 .vid-1 {
      width: auto !important;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .custom-html--sitecore .section-container.section-container-16 {
    position: relative;
    width: 100%;
    height: 102vh;
    overflow: hidden;
    background: #FFFFFF;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.7s ease-out;
  }
  .custom-html--sitecore .section-container.section-container-16.isactive {
    opacity: 1;
    z-index: 2;
  }
  .custom-html--sitecore .section-container-16 .content-text {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    text-align: left;
    width: 40%;
    max-width: 70.25em;
  }
  .custom-html--sitecore .section-container-16 video.img-marquee-2 {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .section-container-16 img.img-marquee-2 {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  @media screen and (max-width: 768px) {
    .custom-html--sitecore .section-container.section-container-16 {
      height: 152vh;
    }
  }
  .custom-html--sitecore .section-container-16 .ac-1, .custom-html--sitecore .section-container-16 .ac-2, .custom-html--sitecore .section-container-16 .ac-3 {
    opacity: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0);
  }
  .custom-html--sitecore .section-container-16 .ac-1.isactive, .custom-html--sitecore .section-container-16 .ac-2.isactive, .custom-html--sitecore .section-container-16 .ac-3.isactive {
    z-index: 1;
    opacity: 1;
  }
  .custom-html--sitecore .section-container-16 .ac-3 .img-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.5%, -48.3%);
  }
  .custom-html--sitecore .section-container-16 p.white.light, .custom-html--sitecore .section-container-16 p {
    font-size: 1.92rem;
    /** Section 17 **/
  }
  .custom-html--sitecore .section-container-17 .panel-1 .img-1, .custom-html--sitecore .section-container-17 .panel-2 .img-2 {
    position: absolute;
  }
  .custom-html--sitecore .section-container-17 .panel-1 .img-1 {
    top: 50%;
    left: 50%;
    transform: translate(-49%, -50%);
  }
  .custom-html--sitecore .section-container-17 .panel-2 .vid-1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .section-container-17 .panel-2 .vid-1.playing {
    width: 980px !important;
    transition: width 0.6s ease;
  }
  .custom-html--sitecore .section-container-17 .panel-2 .description, .custom-html--sitecore .section-container-17 .panel-3 .description {
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .custom-html--sitecore .section-container-17 .panel-2.isactive .description, .custom-html--sitecore .section-container-17 .panel-3.isactive .description {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-17 .panel-3 {
    background: white;
    padding: 20%;
  }
  .custom-html--sitecore .section-container-17 .panel-3 .description {
    text-align: center;
  }
  .custom-html--sitecore .content-text-gte .title-gte {
    /**background: rgb(93,0,129);
     background: linear-gradient(90deg, rgba(93,0,129,1) 0%, rgba(194,37,255,1) 58%);
     padding: 5px 20px;
     color: #fff;
     width: 90%;
     font-weight: bold;**/
    font-family: "Graphik SemiBold", "Arial", Sans-Serif;
    font-size: 2.88rem !important;
    line-height: 1 !important;
    color: black;
  }
  .custom-html--sitecore img.img-arrow-down {
    height: 25px;
    width: auto;
  }
  .custom-html--sitecore .cta-scroll {
    color: #ffffff;
    position: absolute;
    cursor: pointer;
    width: auto;
    padding: 10px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  .custom-html--sitecore .cta-scroll.position-1 {
    bottom: 37%;
    right: 50%;
  }
  .custom-html--sitecore .cta-scroll.position-2 {
    bottom: 10%;
    right: 10%;
  }
  .custom-html--sitecore #marqueeCarousel .cta-scroll.position-1 {
    bottom: -5em;
    display: inline-block;
    position: relative;
    right: 0;
  }
  .custom-html--sitecore .cta-scroll.isactive, .custom-html--sitecore .item.active .cta-scroll {
    opacity: 1 !important;
  }
  .custom-html--sitecore .cta-scroll .cta-scroll-box {
    position: absolute;
    transform: translateX(-50%);
    top: 7px;
    left: 50%;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .cta-scroll.isactive .cta-scroll-box, .custom-html--sitecore .item.active .cta-scroll .cta-scroll-box {
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition-delay: 0.2s;
  }
  .custom-html--sitecore .cta-scroll .cta-scroll-arrow {
    position: absolute;
    transform: rotate(90deg);
    left: 1px;
    top: -10px;
    opacity: 0;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .cta-scroll.isactive .cta-scroll-arrow, .custom-html--sitecore .item.active .cta-scroll .cta-scroll-arrow {
    position: absolute;
    transform: rotate(90deg);
    left: 1px;
    top: 5px;
    opacity: 1;
    transition-delay: 0.6s;
  }
  .custom-html--sitecore .cta-scroll.isactive .cta-scroll:hover .cta-scroll-arrow {
    left: 10px;
  }
  .custom-html--sitecore .cta-scroll .img-arrow-right {
    width: 23px;
  }
  .custom-html--sitecore .cta-scroll .cta-scroll-label {
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100%;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
  }
  .custom-html--sitecore .cta-scroll.isactive .cta-scroll-label, .custom-html--sitecore .item.active .cta-scroll .cta-scroll-label {
    opacity: 1;
  }
  .custom-html--sitecore .cta-scroll .cta-scroll-arrow.goDown {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: goDown;
    animation-name: goDown;
  }
  .custom-html--sitecore .svg-scroll-down.isblack.goDown, .custom-html--sitecore .svg-scroll-down.iswhite.goDown {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: goDown;
    animation-name: goDown;
  }
  .custom-html--sitecore .svg-scroll-down.isblack.goDown2, .custom-html--sitecore .svg-scroll-down.iswhite.goDown2 {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: goDown;
    animation-name: goDown;
  }
  @-webkit-keyframes goDown2 {
    0%, 100% {
      -webkit-bottom: 15%;
    }
    10% {
      -webkit-bottom: 10%;
    }
    20% {
      -webkit-bottom: 15%;
    }
  }
  @keyframes goDown2 {
    0%, 100% {
      bottom: 15%;
    }
    10% {
      bottom: 10%;
    }
    20% {
      bottom: 15%;
    }
  }
  @-webkit-keyframes goDown {
    0%, 100% {
      -webkit-bottom: 30px;
    }
    10% {
      -webkit-bottom: 15px;
    }
    20% {
      -webkit-bottom: 30px;
    }
  }
  @keyframes goDown {
    0%, 100% {
      bottom: 30px;
    }
    10% {
      bottom: 15px;
    }
    20% {
      bottom: 30px;
    }
  }
  .custom-html--sitecore article.bx-table-container {
    height: 40vh;
    transition: height 0.4s ease;
  }
  .custom-html--sitecore article.bx-table-container.isactive {
    height: 120vh;
  }
  .custom-html--sitecore .bx-table-0-1 {
    cursor: pointer;
  }
  .custom-html--sitecore .bx-table-1-1-dd {
    position: absolute;
    display: inline;
    opacity: 0;
    top: 25px;
    box-shadow: 2px 2px 2px #cecece;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    transition: all 0.4s ease;
    background: #fff;
  }
  .custom-html--sitecore .bx-table-1-1-dd.isactive {
    top: 35px;
    opacity: 1;
    z-index: 1;
  }
  .custom-html--sitecore .bx-table-1-1-dd .col-sm-12.col-xs-12 {
    padding: 20px;
    font-size: 1.62rem !important;
    line-height: 1.3 !important;
    cursor: pointer;
  }
  .custom-html--sitecore .bx-table-0-1 svg {
    transform: rotate(-90deg);
    position: absolute;
    right: 20px;
    top: 40%;
    transition: transform 0.4s ease;
  }
  .custom-html--sitecore .bx-table-0-1.isactive svg {
    transform: rotate(0deg);
  }
  .custom-html--sitecore .bx-table {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin: 5px 0px !important;
  }
  .custom-html--sitecore .shadow-background {
    box-shadow: 0px 0px 8px #cecece;
  }
  .custom-html--sitecore .bx-table-details {
    padding: 0px !important;
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.62rem !important;
    line-height: 1.3 !important;
    opacity: 0;
    transition: all 0.4s ease;
    margin: 5px 0px !important;
    display: none;
  }
  .custom-html--sitecore .bx-table-details .col-xs-6 {
    padding: 5px 10px;
  }
  .custom-html--sitecore .bx-table-details.isactive {
    opacity: 1;
    display: block;
    /* .year-multi-a span.counter{ */
    /* opacity: 0; */
    /* transition: opacity 0.4s ease; */
    /* } */
    /* .year-multi-a span.counter.isactive{ */
    /* opacity: 1; */
    /* } */
  }
  .custom-html--sitecore .bx-table-mobile {
    overflow-x: auto;
    height: 100vh;
    width: 100%;
  }
  .custom-html--sitecore .bx-table-scroller {
    text-align: center;
  }
  .custom-html--sitecore img.bx-table-img-mobile {
    height: 100%;
    /** Swicth section **/
  }
  .custom-html--sitecore p.switch-description {
    display: none;
  }
  .custom-html--sitecore p.switch-description.isactive {
    display: block;
  }
  .custom-html--sitecore .purple-bullets ul {
    list-style-type: none;
    margin-left: 0px;
  }
  .custom-html--sitecore .purple-bullets ul li::before {
    content: "\2022" !important;
    color: #A41CBD !important;
    font-weight: bold;
    font-size: 1.5em;
    padding-right: 20px;
    vertical-align: bottom;
    display: flex;
    position: absolute;
    left: 0px;
    /**Social media**/
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee.isActive {
    z-index: 3;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon {
    padding-bottom: 10px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
    height: 100%;
    width: 100%;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
    fill: #C3C3C3;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    color: #fff;
  }
  .custom-html--sitecore .share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
    fill: #fff;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section.isActive {
    z-index: 3;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon {
    padding-bottom: 10px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
  }
  .custom-html--sitecore .share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    color: #fff;
    /** Learn More **/
  }
  .custom-html--sitecore .tv-quickaccess {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 105px;
    height: 105px;
  }
  @media screen and (max-width: 1023px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
      top: 150%;
    }
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 105px;
    height: 105px;
    min-height: 105px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item:hover {
    background-color: #A100FF;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.shide {
    top: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads {
    top: 0;
    z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads i.close-download {
    font-size: 17px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #A100FF !important;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 17px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 105px;
    z-index: 4;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 210px;
    z-index: 3;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 309px;
    z-index: 2;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-info {
    top: 410px;
    z-index: 1;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 5px;
    padding-top: 18px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item a span, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    font-size: 9px;
    line-height: 16px;
    padding: 5px 0;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    display: block;
  }
  .custom-html--sitecore .tv-quickaccess-mobile {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: -150%;
    display: block;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    width: 40px;
    height: 40px;
  }
  .custom-html--sitecore .tv-quickaccess-mobile.isActive {
    bottom: 3%;
    right: 3%;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item {
    cursor: pointer;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-family: "Graphik Medium", "Arial Black", sans-serif;
    font-size: 8px;
    line-height: 9px;
    border: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .btn-download {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item:hover {
    background-color: #A100FF;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.shide {
    bottom: 0 !important;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads {
    bottom: 0;
    z-index: 5;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive a, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive a span {
    color: #A100FF !important;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive:hover a, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.downloads.isActive:hover a span {
    color: #fff !important;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.downloads.isActive i.close-download {
    font-size: 24px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.full-report {
    bottom: 41px;
    z-index: 4;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.short-report {
    bottom: 82px;
    z-index: 3;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-share {
    bottom: 123px;
    z-index: 2;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item.slide-info {
    bottom: 124px;
    z-index: 1;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 8px;
    line-height: 9px;
    color: #fff;
    display: block;
    padding: 12px;
  }
  .custom-html--sitecore .tv-quickaccess-mobile .tv-quickaccess__item a span, .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item div.btn-download span {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    clear: both;
    display: block;
    color: #fff;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    padding: 5px 0;
    /* Learn More - Additional Tweak Resize */
  }
  .custom-html--sitecore .tv-quickaccess.isActive {
    top: 25%;
  }
  .custom-html--sitecore .tv-quickaccess {
    width: 70px;
    height: 85px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item {
    width: 70px;
    height: 70px;
    min-height: 70px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.full-report {
    top: 70px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.short-report {
    top: 139px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share {
    top: 206px;
  }
  .custom-html--sitecore .tv-quickaccess .tv-quickaccess__item.slide-share.slide-info1 {
    top: 206px;
  }
  .custom-html--sitecore .tv-quickaccess__item img {
    height: 20px;
    /* END of Additional Tweak - Resize */
    /*General*/
  }
  @media screen and (min-width: 1500px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
      display: block;
    }
    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
      display: none;
    }
  }
  @media screen and (max-width: 1499px) {
    .custom-html--sitecore .tv-quickaccess.isActive {
      display: none;
    }
    .custom-html--sitecore .tv-quickaccess-mobile.isActive {
      display: block;
    }
    .custom-html--sitecore .section-container-1-mobile img.img-marquee {
      width: 100%;
    }
  }
  .custom-html--sitecore .section-container-1 .ac-3 p {
    font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
    font-size: 3.2rem !important;
    font-weight: normal !important;
    line-height: 1;
    margin-top: 3.2rem;
  }
  .custom-html--sitecore .author-social .ion-social-twitter, .custom-html--sitecore .author-social .ion-social-linkedin {
    float: left;
    font-size: 1.81rem !important;
    border: 0.12em solid #004dff;
    width: 1.9em;
    height: 1.85em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0.2em;
    margin-right: 0.8rem;
  }
  .custom-html--sitecore img.circle-author.top-padding.lazy {
    width: 100%;
  }
  .custom-html--sitecore .author-holder .col-sm-8 {
    left: 1em;
  }
  .custom-html--sitecore .follow-me {
    float: left;
    top: 50%;
    margin-right: 1em;
  }
  .custom-html--sitecore .follow-me p {
    font-size: 0.7em;
    padding-top: 50%;
    transform: translateY(-50%);
  }
  .custom-html--sitecore .side-authors-section .follow-me p {
    font-size: 1.6rem;
  }
  .custom-html--sitecore a .author-title, .custom-html--sitecore a .resource-title {
    text-decoration: underline;
  }
  .custom-html--sitecore p.resource-title:hover {
    color: #004dff;
    transition: ease 0.6s;
  }
  .custom-html--sitecore .in-brief li {
    padding-left: 1.6rem;
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    padding-bottom: 2em;
    font-size: 1.6rem;
  }
  .custom-html--sitecore ul.overview-bullets {
    margin-left: 0;
  }
  .custom-html--sitecore ol li {
    font-family: "Graphik Light", "Arial", sans-serif;
  }
  .custom-html--sitecore p.light.purple.q-card {
    font-family: "Graphik Regular", "Arial", Sans-Serif;
    font-size: 1.5em;
    line-height: 1.3;
  }
  .custom-html--sitecore .video-player-youtube {
    width: 100% !important;
    height: 325px !important;
  }
  .custom-html--sitecore .subsection {
    margin-top: 3em;
  }
  .custom-html--sitecore .graph-holder .p-bold {
    font-size: 1.5em;
  }
  .custom-html--sitecore label.source {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 0.7em;
    float: left;
    display: block;
    position: absolute;
    font-family: "Graphik Light", "Arial", Sans-Serif;
    color: black;
    left: 5%;
    /*section-cards*/
  }
  .custom-html--sitecore .card-module {
    padding: 0;
    margin-top: 6em;
    background-color: white;
  }
  .custom-html--sitecore .section-container-14 .card-module {
    border-top: 4px solid #932BF5;
  }
  .custom-html--sitecore .card-content {
    box-shadow: 0px 0px 8px #cecece;
    padding: 1.5625em;
    min-height: 29em;
  }
  .custom-html--sitecore .section-container-14 .card-content {
    min-height: 40em;
  }
  .custom-html--sitecore .card-title {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    color: #A100FF;
    font-size: 1.75em !important;
    margin-bottom: 0.8em;
    font-weight: normal;
  }
  .custom-html--sitecore .card-content-b {
    /*position: absolute;*/
    bottom: 1.525em;
    padding-right: 2.8125em;
  }
  .custom-html--sitecore .card-module.cm-1b {
    margin-top: 3em;
    margin-left: -1em;
    background-color: white;
  }
  .custom-html--sitecore .card-module.cm-1c {
    margin-top: 0;
    margin-left: -1em;
    /* z-index: 9; */
    background-color: white;
  }
  .custom-html--sitecore .ia-cards__card-2 {
    margin-top: -6em;
  }
  .custom-html--sitecore .card-module.cm-2b {
    margin-top: 3em;
  }
  .custom-html--sitecore .card-p-medium {
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    font-size: 1.3em !important;
    margin-bottom: 0.7em !important;
    line-height: 1em;
    color: #932BF5;
  }
  .custom-html--sitecore .section-container-10, .custom-html--sitecore .section-container-12, .custom-html--sitecore .section-container-14 {
    padding-bottom: 4em !important;
  }
  .custom-html--sitecore .section-container-14 .card-p-medium {
    color: #111;
  }
  .custom-html--sitecore .card-content-a p.light strong {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.3em !important;
    font-weight: 100;
    line-height: 1.4em;
  }
  .custom-html--sitecore p.card-p-number {
    font-size: 4.5em;
    color: #932BF5;
    font-family: "Graphik Light", "Arial", Sans-Serif;
    margin-bottom: 0;
  }
  .custom-html--sitecore .card-content-a .light {
    line-height: 1.2em;
    font-size: 1.125em !important;
  }
  .custom-html--sitecore .card-content-b .light {
    line-height: 1.2em;
    font-size: 1.125em !important;
    margin-bottom: 0 !important;
  }
  .custom-html--sitecore .ia-cards__card.isactive, .custom-html--sitecore .ia-cards__card-2.isactive {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in, top 1.2s ease;
    -o-transition: opacity 0.3s ease-in, top 1.2s ease;
    transition: opacity 0.3s ease-in, top 1.2s ease;
    top: 0px;
  }
  .custom-html--sitecore .ia-cards__card, .custom-html--sitecore .ia-cards__card-2 {
    top: 25px;
    opacity: 0;
  }
  .custom-html--sitecore .ia-cards__card.card-2.isactive {
    transition-delay: 0.2s;
    z-index: 3;
  }
  .custom-html--sitecore .ia-cards__card.card-3.isactive {
    transition-delay: 0.4s;
    z-index: 9;
  }
  .custom-html--sitecore .ia-cards__card-2.card-2.isactive {
    transition-delay: 0.2s;
  }
  .custom-html--sitecore div#block-section-7 {
    background: #F5F5F5;
    /*Section 4*/
  }
  .custom-html--sitecore h3.subhead-video {
    font-size: 2em;
    /**.gradient-holder {
     background-image: url(_acnmedia/Thought-Leadership-Assets/Images/future-systems-2021/Accenture-FS-2021-Gradient);
     background-size: cover;
     color: white;
     }**/
  }
  .custom-html--sitecore .section-6-a h2.p-bold, .custom-html--sitecore .section-6-a h3, .custom-html--sitecore .p-header {
    color: white;
  }
  .custom-html--sitecore .section-6-a {
    margin-top: 9em;
  }
  .custom-html--sitecore .section-6-a p.p-bold {
    font-size: 2.08rem;
    line-height: 3.2rem;
  }
  .custom-html--sitecore .section-6-a span.p-bold {
    font-size: 2.08rem;
    line-height: 3.2rem;
  }
  .custom-html--sitecore .section-6-a span.light {
    font-size: 2.08rem;
    line-height: 3.2rem;
  }
  .custom-html--sitecore p.sub-intro {
    font-size: 1.8em;
    font-family: "Graphik Light", "Arial", Sans-Serif;
  }
  .custom-html--sitecore .section-6-a h3.light {
    font-size: 68px;
    margin-bottom: 0px;
  }
  .custom-html--sitecore .leap-svg {
    padding: 20% 0 25%;
  }
  .custom-html--sitecore h3.light.p-number {
    color: #A647FF;
    font-size: 3em;
  }
  .custom-html--sitecore .top-space {
    padding-top: 4em;
  }
  .custom-html--sitecore .side-authors-section {
    margin-top: 4em;
  }
  @media (min-width: 1000px) {
    .custom-html--sitecore .row-new {
      max-width: 61.25em !important;
    }
    .custom-html--sitecore h2.mobile-headline.white {
      display: none;
    }
  }
  .custom-html--sitecore .nav-bar-menu {
    line-height: 1.6rem;
    width: auto;
    text-align: left;
    font-size: 1.28rem;
    float: left;
    height: 5.7rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.3% 1.5%;
  }
  .custom-html--sitecore .nav-bar-menu-0 {
    width: 5%;
    text-align: center;
    padding: 1.5em;
  }
  .custom-html--sitecore .nav-bar-menu span {
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
  }
  .custom-html--sitecore .section-1-a {
    margin-top: 10px;
    /*.section-1-a p.p-bold.purple {
     margin-top: 3em;
     }
     .author-holder {
     margin-top: 3em;
     }*/
  }
  .custom-html--sitecore .section-headline.section-1 {
    font-size: 54px;
  }
  .custom-html--sitecore .section-headline {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-weight: normal;
  }
  .custom-html--sitecore .authors-a {
    font-family: "Graphik Semibold", "Arial Black", Sans-Serif;
    font-size: 21px;
  }
  .custom-html--sitecore .h3-authors {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-size: 16px;
  }
  .custom-html--sitecore .author-title, .custom-html--sitecore .resource-title {
    font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
  }
  .custom-html--sitecore .author-social a.ion-social-linkedin:hover, .custom-html--sitecore .author-social a.ion-social-twitter:hover {
    background: #004dff;
    color: #fff;
    transition: ease 0.8s;
  }
  .custom-html--sitecore .author-social a.ion-social-linkedin, .custom-html--sitecore .author-social a.ion-social-twitter {
    transition: ease 0.8s;
  }
  .custom-html--sitecore .side-resource-section {
    transform: translateY(60px);
  }
  .custom-html--sitecore .side-resource-section .resource-title {
    font-family: "Graphik Medium", "Arial Black", Sans-Serif !important;
    font-size: 12px;
    line-height: 1.2;
    text-decoration: none;
    margin-bottom: 0;
    transition: ease 0.6s;
  }
  .custom-html--sitecore .section-headline.section-1 {
    margin-bottom: 1em;
  }
  .custom-html--sitecore .subheader-3 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "Graphik Medium", "Arial Black", Sans-Serif;
    font-weight: normal;
    font-size: 35px;
    /*Footer*/
  }
  .custom-html--sitecore .cta-more.footer {
    color: #004DFF;
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    padding: 10px;
    display: inline-block;
  }
  .custom-html--sitecore .cta-more.footer .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .custom-html--sitecore .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 4px;
  }
  .custom-html--sitecore .section-container-3 .cta-more.isactive .cta-more-box {
    top: 3px;
  }
  .custom-html--sitecore .cta-more.footer.isactive .cta-more-box {
    left: 0;
    top: 6px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50px;
  }
  .custom-html--sitecore .cta-more.footer.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 12px;
  }
  .custom-html--sitecore .cta-more.footer .img-arrow-right {
    width: 38px;
    position: absolute;
  }
  .custom-html--sitecore .cta-more.footer.isactive .cta-more-label {
    margin-left: 65px;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 32px !important;
    line-height: 1.25;
    color: #fff;
  }
  .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
    cursor: pointer;
    border-radius: 25px 25px 25px 25px;
  }
  .custom-html--sitecore #block-header #header-topnav .primary-nav .nav-content .nav-submenu {
    height: auto;
  }
  @media only screen and (min-width: 1000px) {
    .custom-html--sitecore .cta-more.footer.isactive:hover .cta-more-box {
      width: 103%;
    }
  }
  .custom-html--sitecore .Subscribe-Eyebrow p {
    font-size: 22px;
    color: white;
  }
  .custom-html--sitecore #block-new-footer {
    background-color: black;
  }
  .custom-html--sitecore #footer-block .row:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.06em solid #ccc;
    /* border-width: 0.1rem; */
    border-top: 0;
    margin: 0 0.9375em;
  }
  .custom-html--sitecore .row.footer-links-container:before {
    border: none !important;
  }
  @media screen and (min-width: 768px) {
    /*Ipad nav*/
    .custom-html--sitecore #block-new-footer .content-module {
      padding-left: 0;
    }
    .custom-html--sitecore #block-new-footer .row {
      padding: 0;
      max-width: 120rem;
      margin: 0 auto;
      padding-left: 1.07em;
    }
    .custom-html--sitecore #block-new-footer .row .block-content {
      padding: 3.01rem 0 0 !important;
    }
  }
  @media only screen and (max-width: 1199px) and (min-width: 768px) {
    /*ipad*/
    .custom-html--sitecore .progress-nav-bar.isactive {
      height: 8px;
    }
    .custom-html--sitecore .progress-nav-bar {
      top: 50px;
    }
    .custom-html--sitecore .progress-nav-bar-menu {
      display: none;
    }
    .custom-html--sitecore .progress-nav-bar.isactive .progress-nav-bar-roller {
      height: 8px;
    }
  }
  @media only screen and (max-width: 999px) and (min-width: 768px) {
    /*mobile and ipad*/
    .custom-html--sitecore .q-left {
      padding: 0;
    }
    .custom-html--sitecore .section-6-a {
      margin-top: 0;
    }
    .custom-html--sitecore .q-right {
      padding-top: 3em !important;
    }
    .custom-html--sitecore .section-container-16 .content-text {
      width: 50%;
    }
    .custom-html--sitecore .section-container-17 .img-container.trigger {
      height: 250px !important;
    }
    .custom-html--sitecore .content-text-gte.isactive .img-container {
      height: 250px !important;
    }
  }
  @media only screen and (max-width: 999px) {
    /*mobile only*/
    .custom-html--sitecore .submarquee-mobile-ipad {
      position: absolute;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%) !important;
      text-align: center;
    }
    .custom-html--sitecore img.mobile-graph {
      width: 100%;
    }
    .custom-html--sitecore .animate-container.ac-1 {
      width: 100% !important;
    }
    .custom-html--sitecore .row.row-new.section-container-4a {
      margin-bottom: 0 !important;
    }
    .custom-html--sitecore p.card-p-number {
      line-height: 1;
    }
    .custom-html--sitecore p.sub-intro {
      line-height: 1.1;
    }
    .custom-html--sitecore .row.row-new.section-container-7 {
      margin-bottom: 1em !IMPORTANT;
    }
    .custom-html--sitecore .top-space {
      padding-top: 0em;
    }
    .custom-html--sitecore #block-section-4 .animate-container.ac-1 .content-text {
      position: absolute;
    }
    .custom-html--sitecore .section-container-10, .custom-html--sitecore .section-container-12, .custom-html--sitecore .section-container-14 {
      padding-bottom: 2em !important;
    }
    .custom-html--sitecore p.sub-intro {
      font-size: 1.5em;
    }
    .custom-html--sitecore .section-container-16 .animate-container.ac-3.isactive {
      display: none;
    }
    .custom-html--sitecore .section-container-16 .animate-container.ac-1 .img-marquee-2 {
      width: auto !important;
      height: 100%;
    }
    .custom-html--sitecore .scrollmagic-pin-spacer {
      padding: 0 !important;
    }
    .custom-html--sitecore .section-container-16 .ac-2 {
      opacity: 1;
    }
    .custom-html--sitecore h2.purple {
      font-size: 3.2rem;
    }
  }
  @media only screen and (max-width: 767px) {
    /* Nico - 4/13/2021 - CSS */
    .custom-html--sitecore .row.row-new {
      padding: 0 5%;
    }
    .custom-html--sitecore .section-container-6 .svg-scroll-down.iswhite, .custom-html--sitecore .section-container-9 .svg-scroll-down.iswhite, .custom-html--sitecore .section-container-11 .svg-scroll-down.iswhite, .custom-html--sitecore .section-container-13 .svg-scroll-down.iswhite {
      bottom: 45px;
    }
    .custom-html--sitecore .section-container-4 .content-text {
      width: 70%;
    }
    .custom-html--sitecore .card-content p, .custom-html--sitecore .card-p-number {
      padding-left: 0 !important;
    }
    .custom-html--sitecore .section-6-a {
      margin-top: 0;
    }
    .custom-html--sitecore .gradient-holder .p-header {
      font-size: 5.6rem;
    }
    .custom-html--sitecore .no-mobile {
      display: none;
    }
    .custom-html--sitecore .gradient-holder img.gradient-holder-bg {
      height: 100%;
    }
    .custom-html--sitecore .section-container-16 .content-text {
      width: 90%;
      /* font-size: 0.1em; */
      left: 0;
      padding: 0 5%;
    }
    .custom-html--sitecore .section-container-16 .content-text h2 {
      padding: 0 !important;
    }
    .custom-html--sitecore .section-container-16 p.white.light, .custom-html--sitecore .section-container-16 p {
      font-size: 1.6rem;
    }
    .custom-html--sitecore .section-container-17 .img-container {
      margin-top: 0 !important;
    }
    .custom-html--sitecore .content-text-gte {
      padding-top: 20px;
    }
  }
  .custom-html--sitecore .purple {
    color: #932BF5;
  }
  .custom-html--sitecore .p-bold {
    font-family: "Graphik Normal", "Arial Black", Sans-Serif !important;
  }
  .custom-html--sitecore .p-bolder {
    font-family: "Graphik Bold", "Arial Black", Sans-Serif !important;
    font-size: 2.56rem;
    line-height: 2.56rem;
  }
  .custom-html--sitecore .light {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    /* purple line on quote */
  }
  .custom-html--sitecore .purple-line {
    border-top: 4px solid #A100FF;
    border-bottom: 0px;
    /* text alignment center */
  }
  .custom-html--sitecore .sf-ctext {
    text-align: center;
    /* small font size */
  }
  .custom-html--sitecore .sm-text {
    font-size: x-small !important;
  }
  .custom-html--sitecore .lg-text {
    font-size: 3em;
    /* quote spacing */
  }
  .custom-html--sitecore .q-left {
    padding: 0 15px;
    margin-right: 65px;
  }
  .custom-html--sitecore .q-right {
    padding: 0 15px;
    margin-left: 65px;
    /** Section 6b **/
  }
  .custom-html--sitecore .section-container-6b {
    height: 70vh;
    background: #fff;
    overflow: hidden;
  }
  .custom-html--sitecore .section-container-6b .sub-header-container {
    portrait: relative;
    height: 12.8rem;
  }
  .custom-html--sitecore .section-container-6b .awards-box-container {
    position: relative;
    width: 100%;
    height: 30em;
  }
  .custom-html--sitecore .section-container-6b .awards-box {
    position: absolute;
    width: 30%;
    padding: 2%;
    border: 1px solid #004DFF;
    /*transition: all 0.4s ease;*/
    overflow: hidden;
    opacity: 0;
  }
  .custom-html--sitecore .section-container-6b .awards-box label {
    cursor: auto;
    /* .section-container-6b .awards-box.isactive:hover{ */
    /* border: 1px solid #004DFF; */
    /* background:  #004DFF; */
    /* color: #ffffff; */
    /* } */
  }
  .custom-html--sitecore .section-container-6b .awards-box.awards-box-1 {
    top: 5%;
    left: 0%;
    width: 33.33%;
    height: 5em;
  }
  .custom-html--sitecore .section-container-6b .awards-box.awards-box-1.isactive {
    top: 5%;
    left: 0%;
    opacity: 1;
    width: 33.33%;
    height: 17em;
    /*transition-delay: 0.4s;*/
  }
  .custom-html--sitecore .section-container-6b .awards-box.awards-box-2 {
    top: 0%;
    left: 50%;
    width: 33.4%;
    height: 5em;
    transform: translateX(-50%);
  }
  .custom-html--sitecore .section-container-6b .awards-box.awards-box-2.isactive {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    width: 33.4%;
    height: 17em;
    /*transition-delay: 0.5s;*/
  }
  .custom-html--sitecore .section-container-6b .awards-box.awards-box-3 {
    top: 10%;
    right: 0%;
    width: 33.33%;
    height: 5em;
  }
  .custom-html--sitecore .section-container-6b .awards-box.awards-box-3.isactive {
    top: 10%;
    right: 0%;
    opacity: 1;
    width: 33.33%;
    height: 17em;
    /*transition-delay: 0.6s;*/
    /* .awards-box.isactive .cta-btn{ */
    /* transform: translate(-50%,-50%); */
    /* top: 50% !important; */
    /* left: 50% !important; */
    /* width: 200% !important; */
    /* height: 200% !important; */
    /* opacity: 0.9; */
    /* border-radius: 50% !important; */
    /* } */
  }
  .custom-html--sitecore .awards-box .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 0%;
    left: 0%;
    border-radius: 10%;
    background: #004DFF;
    transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
    color: #FFF;
    border-radius: 50%;
    opacity: 0;
    line-height: 1.6rem;
  }
  .custom-html--sitecore .awards-box .cta-btn {
    opacity: 0;
  }
  .custom-html--sitecore .awards-box:hover .cta-btn {
    /* top: 70%; */
    /* left: 70%; */
    opacity: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .custom-html--sitecore .awards-box .cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: Graphik semibold;
  }
  @media screen and (max-width: 480px) {
    /*MOTT CARDS*/
    .custom-html--sitecore .section-container-6b {
      height: auto !important;
    }
    .custom-html--sitecore .section-container-6b .panel {
      position: relative !important;
      height: auto !important;
    }
    .custom-html--sitecore .section-container-6b .awards-box-container {
      height: auto !important;
    }
    .custom-html--sitecore .section-container-6b .awards-box {
      position: relative;
      width: 90% !important;
      margin-left: 5%;
      transform: none !important;
      top: auto !important;
    }
    .custom-html--sitecore .section-container-6b .awards-box.awards-box-2.isactive {
      left: 0% !important;
    }
  }
  .custom-html--sitecore .section-container-17 .img-container.imgc-1.trigger {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .custom-html--sitecore .section-container-17 .img-container.trigger {
    padding-top: 0px;
    height: 330px;
    /*.section-container-17 .img-container, .section-container-17 .img-container a {
     cursor: none !important;
     }*/
  }
  .custom-html--sitecore .section-container-17 .img-container {
    width: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.7s ease;
  }
  .custom-html--sitecore .section-container-17 .img-container img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.6s ease;
    opacity: 1;
  }
  .custom-html--sitecore .section-container-17 .text-content {
    padding-right: 17%;
  }
  .custom-html--sitecore .section-container-17 .text-content.isactive p {
    padding-top: 0px;
    opacity: 1;
  }
  .custom-html--sitecore .section-container-17 .text-content p:nth-child(1) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.2s;
  }
  .custom-html--sitecore p.categoryTitle {
    font-family: "Graphik Semibold", "Arial", Sans-Serif !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    margin-bottom: 1.6rem;
    margin-top: 2.4rem;
  }
  .custom-html--sitecore .section-container-17 .text-content.isactive .cardTitle {
    padding-top: 0px;
    opacity: 1;
  }
  .custom-html--sitecore .section-container-17 .text-content .cardTitle {
    padding-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0.1s;
    -o-transition: all 0.6s ease-out 0.1s;
    transition: all 0.6s ease-out 0.1s;
  }
  .custom-html--sitecore .cardTitle {
    font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
    font-size: 2.88rem;
    line-height: 0.9;
    font-weight: normal !important;
    margin-bottom: 1.92rem;
    margin-top: 2.4rem;
  }
  .custom-html--sitecore .section-container-17 .text-content.isactive p.cardDescription {
    padding-top: 0px;
    opacity: 1;
  }
  .custom-html--sitecore .section-container-17 .text-content p.cardDescription {
    padding-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0.1s;
    -o-transition: all 0.6s ease-out 0.1s;
    transition: all 0.6s ease-out 0.1s;
  }
  .custom-html--sitecore .section-container-17 .img-container.imgc-2.trigger {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .custom-html--sitecore .img-container.imgc-17.trigger {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .custom-html--sitecore .section-container-17 .img-container.imgc-2 {
    margin-top: 70px;
  }
  .custom-html--sitecore .section-container-17 .img-container.trigger {
    padding-top: 0px;
    height: 330px;
  }
  .custom-html--sitecore .section-container-17 .img-container.imgc-3.trigger {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .custom-html--sitecore .img-container.imgc-17.trigger {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .custom-html--sitecore .section-container-17 .img-container.imgc-3 {
    margin-top: 140px;
  }
  .custom-html--sitecore .section-container-17 .img-container.trigger {
    padding-top: 0px;
    height: 330px;
    /*.section-container-17 .img-container, .section-container-3 .img-container a {
     cursor: none !important;
     }*/
  }
  .custom-html--sitecore .section-container-17 .img-container {
    width: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.7s ease;
    /*GTE*/
  }
  .custom-html--sitecore .title-gte.ucase-text {
    text-transform: uppercase;
    font-size: 0.7em;
  }
  .custom-html--sitecore .gte-video {
    margin: 4em 0;
  }
  .custom-html--sitecore .gte-holder {
    margin-top: 3em;
  }
  .custom-html--sitecore .content-text-gte .img-container {
    position: relative;
    overflow: hidden;
    height: 0px;
  }
  .custom-html--sitecore .content-text-gte.isactive .img-container {
    height: 315px;
  }
  .custom-html--sitecore .content-gte-1.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.1s;
    -o-transition: height 0.8s ease-out 0.1s;
    transition: height 0.8s ease-out 0.1s;
  }
  .custom-html--sitecore .content-gte-2.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.2s;
    -o-transition: height 0.8s ease-out 0.2s;
    transition: height 0.8s ease-out 0.2s;
  }
  .custom-html--sitecore .content-gte-3.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.3s;
    -o-transition: height 0.8s ease-out 0.3s;
    transition: height 0.8s ease-out 0.3s;
  }
  .custom-html--sitecore .content-gte-4.isactive .img-container {
    -webkit-transition: height 0.8s ease-out 0.4s;
    -o-transition: height 0.8s ease-out 0.4s;
    transition: height 0.8s ease-out 0.4s;
  }
  .custom-html--sitecore img.gte-imgs {
    width: 100%;
  }
  .custom-html--sitecore .content-gte-2 {
    padding-top: 4%;
  }
  .custom-html--sitecore .content-gte-3 {
    padding-top: 70px;
  }
  .custom-html--sitecore .content-gte-4 {
    padding-top: 140px;
  }
  .custom-html--sitecore .section-container-7a .content-text-gte p.min, .custom-html--sitecore .section-container-7 .content-text-gte p.title {
    opacity: 0;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
  .custom-html--sitecore .section-container-7a .content-text-gte.isactive p.min, .custom-html--sitecore .section-container-7a .content-text-gte.isactive p.title {
    opacity: 1;
  }
  .custom-html--sitecore .section-container-7a .content-text-gte.isactive p.min {
    color: #0158FF;
    margin-bottom: 10px;
    /* END of GTE */
    /** Authors **/
  }
  .custom-html--sitecore .auth-img {
    width: 100%;
    border-radius: 50%;
    padding: 0 10%;
  }
  .custom-html--sitecore h3.author-name {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 1.2em;
    font-weight: normal;
  }
  .custom-html--sitecore p.author-title {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    line-height: 1.3;
    font-size: 0.85em;
    padding-right: 0.3em;
  }
  .custom-html--sitecore .author-social .ion-social-twitter, .custom-html--sitecore .author-social .ion-social-linkedin {
    float: left;
    font-size: 1.81rem !important;
    border: 0.12em solid #004dff;
    width: 1.9em;
    height: 1.85em;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0.2em;
    margin-right: 0.8rem;
  }
  .custom-html--sitecore .author-social a.ion-social-linkedin:hover, .custom-html--sitecore .author-social a.ion-social-twitter:hover {
    background: #004dff;
    color: #fff;
    -webkit-transition: ease 0.8s;
    -o-transition: ease 0.8s;
    transition: ease 0.8s;
  }
  .custom-html--sitecore .author-module {
    margin-top: 2em;
  }
  .custom-html--sitecore hr.first, .custom-html--sitecore hr.second {
    margin-bottom: 3em;
  }
  .custom-html--sitecore .auth-img-1 {
    width: 100%;
    border-radius: 50%;
    padding: 10% 0;
  }
  @media screen and (max-width: 767px) {
    /** End of Authors **/
    /* Leap Content - 1 and 2 */
    .custom-html--sitecore hr.second {
      display: none;
    }
    .custom-html--sitecore .auth-img {
      margin-bottom: 2em;
      width: 50%;
      padding: 0;
    }
  }
  .custom-html--sitecore .leap-content-1 {
    padding-right: 2%;
  }
  .custom-html--sitecore .leap-content-2 {
    padding-left: 2%;
    /* Mobile View Tweaks - Nico - 4/20/21 */
  }
  @media screen and (max-width: 767px) {
    /* End of Mobile View Tweaks */
    .custom-html--sitecore {
      /* get essentials */
    }
    .custom-html--sitecore img.gte-imgs {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    .custom-html--sitecore .content-text-gte {
      margin-top: 3.2rem;
    }
    .custom-html--sitecore .section-6-a span.light {
      font-size: 20px !important;
    }
    .custom-html--sitecore p.min {
      margin-top: 2.4rem;
      /* padding for p,h2,li */
    }
    .custom-html--sitecore .col-xs-12 li {
      padding-right: 15px;
      padding-left: 15px;
      /* Leap module mobile */
    }
    .custom-html--sitecore .leap-content-2 {
      padding-left: 0;
      /* quote card mobile */
    }
    .custom-html--sitecore .q-right, .custom-html--sitecore .q-left {
      padding: 20px;
      margin: 0;
      /* card mobile */
    }
    .custom-html--sitecore p.card-p-number {
      margin: 15% 0;
    }
  }
  