#diclWrapper {
    margin-bottom: 24px;
  }
  @media only screen and (max-width: 991px) {
    #diclWrapper {
      margin-bottom: 16px;
    }
  }
  #diclWrapper .tooltip.fade.in {
    opacity: 0.9 !important;
  }
  #diclWrapper .tooltip-inner {
    border-radius: 0px;
  }
  #diclWrapper .tooltip-inner {
    font-family: "adelle-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    background-color: #f3f2f2;
    color: #000;
    border: 1px solid #000;
  }
  #diclWrapper .article-bg-light {
    background-color: #f8f8f8;
  }
  #diclWrapper .icon-box {
    position: absolute;
    right: 0;
    top: 100px;
    display: flex;
    flex-direction: column;
  }
  #diclWrapper .icon-box a:hover button {
    background-color: transparent;
  }
  #diclWrapper .icon-box .social-share-box {
    position: relative;
    margin-top: 10px;
  }
  #diclWrapper .icon-box .social-share-box .social-box {
    position: absolute;
    z-index: 5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    list-style: none;
    padding: 10px;
    display: block;
    min-width: 150px;
    top: 30px;
    right: 0;
  }
  #diclWrapper .icon-box .social-share-box .social-box .social-list {
    display: flex;
    gap: 10px;
    cursor: pointer;
  }
  #diclWrapper .icon-box .social-share-box .social-box .social-list .dicl-icon {
    width: 35px;
    height: 35px;
  }
  #diclWrapper .icon-box .social-share-box .social-box .social-list .social-text {
    color: var(--dark-gray);
    font-family: var(--adelle-sans-condensed);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
  #diclWrapper .icon-box .social-share-box .social-box.hide-box {
    display: none;
  }
  #diclWrapper .icon-box .social-share-box .social-box li::before {
    display: none !important;
    content: none;
  }
  #diclWrapper .icon-box .dicl-icon {
    display: inline-block;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: 0;
    border: 0;
    cursor: pointer;
  }
  #diclWrapper .icon-box .dicl-icon-dark-green-share {
    background-image: url("https://www2.deloitte.com/content/dam/insights/us/USI-dev/2024/design-library/assets/icons/dark-green/share.svg");
  }
  #diclWrapper .icon-box .dicl-icon-black-facebook {
    background-image: url("https://www2.deloitte.com/content/dam/insights/us/USI-dev/2024/design-library/assets/icons/black/facebook.svg");
  }
  #diclWrapper .icon-box .dicl-icon-black-twitter {
    background-image: url("https://www2.deloitte.com/content/dam/insights/us/USI-dev/2024/design-library/assets/icons/black/twitter.svg");
  }
  #diclWrapper .icon-box .dicl-icon-black-linkedin {
    background-image: url("https://www2.deloitte.com/content/dam/insights/us/USI-dev/2024/design-library/assets/icons/black/linkedin.svg");
  }
  #diclWrapper .icon-box .dicl-icon-btc {
    filter: brightness(0);
    transition: filter 0.3s linear;
    -webkit-transition: filter 0.3s linear;
  }
  #diclWrapper .icon-box a:hover .dicl-icon-btc {
    filter: brightness(100%);
    transition: filter 0.3s linear;
    -webkit-transition: filter 0.3s linear;
  }
  #diclWrapper .icon-box .dicl-icon-dark-green-download {
    background-image: url("https://www2.deloitte.com/content/dam/insights/us/USI-dev/2024/design-library/assets/icons/dark-green/download.svg");
    filter: brightness(0);
    -webkit-transition: filter 0.3s linear;
  }
  #diclWrapper .scroll-section {
    position: relative;
  }
  #diclWrapper .scroll-section .scroll-wrapper {
    height: 100vh;
    max-height: 1920px;
    width: 100%;
  }
  #diclWrapper .scroll-section .point {
    align-items: center;
  }
  #diclWrapper .scroll-section .point article {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    height: calc(100vh - 60px);
    max-height: 1920px;
    z-index: 1;
    padding-left: 74px;
  }
  #diclWrapper .scroll-section .point article .point-text-row {
    max-width: 80%;
  }
  @media only screen and (max-width: 991px) {
    #diclWrapper .scroll-section .point article .point-text-row {
      max-width: 100%;
    }
  }
  #diclWrapper .scroll-section .point article .point-text-row h4 {
    color: #000;
    font-family: "linotype-sabon", sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 129%;
    margin-bottom: 20px;
  }
  #diclWrapper .scroll-section .point article .point-text-row h3 {
    color: var(--Soft-Black, #1f1f1f);
    font-family: adelle-sans-condensed, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px;
    margin-bottom: 10px;
  }
  #diclWrapper .scroll-section .point article .point-text-row h3 span {
    font: inherit;
  }
  #diclWrapper .scroll-section .point article .point-text-row.has-before {
    position: relative;
    padding-left: 50px;
  }
  #diclWrapper .scroll-section .point article .point-text-row.has-before h3::before {
    content: attr(data-count);
    position: absolute;
    left: 10px;
  }
  #diclWrapper .scroll-section .point article .point-text-row p {
    color: var(--Soft-Black, #1f1f1f);
    font-family: adelle-sans, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 129%;
  }
  #diclWrapper .scroll-section .point.row {
    width: 100%;
  }
  #diclWrapper .scroll-section .point .img-container {
    margin-top: 50px;
    max-width: 50%;
  }
  #diclWrapper .scroll-section .point .task {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  #diclWrapper .scroll-section .point .task .task-radio::before {
    content: " ";
    background-image: url("../assets/radio.svg");
    background-position: center center;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #diclWrapper .scroll-section .point .task .task-radio.task-active::before {
    background-image: url("../assets/radio-checked.svg");
  }
  #diclWrapper .scroll-section .point .task .task-label {
    font-family: adelle-sans, sans-serif;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 129% !important;
    margin-bottom: 0;
  }
  #diclWrapper .scroll-section .point .c-blue {
    color: var(--Blue-tasks, #232c65) !important;
  }
  #diclWrapper .scroll-section .point .c-teal {
    color: var(--Teal-tasks, #60b8b5) !important;
  }
  #diclWrapper .scroll-section .point .c-purple {
    color: var(--Purple-tasks, #9e4f9c) !important;
  }
  #diclWrapper .scroll-section .interactive-footer {
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  #diclWrapper .indicators {
    left: 0;
    top: 100px;
    margin: 0;
    height: 80vh;
    width: 18px;
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 2;
  }
  #diclWrapper .indicators .indicator {
    width: 18px;
    height: 18px;
    background-color: #ccc;
    border-radius: 50%;
    margin-bottom: 20px !important;
  }
  #diclWrapper .interactive-swiper {
    padding: 10px 16px;
  }
  #diclWrapper .interactive-swiper .int6-intro {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #diclWrapper .interactive-swiper .int6-intro .int-header {
    margin-bottom: 20px;
  }
  #diclWrapper .interactive-swiper .int6-intro .int-header .icon-box {
    margin-bottom: 15px;
  }
  #diclWrapper .interactive-swiper .int6-intro .int-body {
    margin-bottom: 15px;
  }
  #diclWrapper .interactive-swiper .int6-intro .int-body .int-text-row .start-int-slide {
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--Soft-Black, #1f1f1f);
    font-family: adelle-sans-condensed, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 95.455% */
    margin-top: 20px;
  }
  #diclWrapper .interactive-swiper .int6-intro .int-body .int-text-row .start-int-slide span img {
    width: 40px;
    transform: rotate(-90deg);
  }
  #diclWrapper .interactive-swiper .int-header {
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #diclWrapper #gen-ai-interactive-2 .interactive-swiper .int-header {
    margin-bottom: 35px;
  }
  #diclWrapper .interactive-swiper .int-header .rewind-slide,
  #diclWrapper .interactive-swiper .int-header .reset-slide {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #diclWrapper .interactive-swiper .int-header .icon-box {
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
    margin-right: 16px;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    top: 0;
    display: inline-flex;
  }
  #diclWrapper .interactive-swiper .int-header span {
    color: #000;
    font-family: adelle-sans, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 129%; /* 28.38px */
  }
  #diclWrapper .interactive-swiper .int-body {
    margin-bottom: 15px;
  }
  #diclWrapper .interactive-swiper .int-body .int-text-row h4 {
    color: #000;
    font-family: "linotype-sabon", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 129%;
    margin-bottom: 20px;
  }
  #diclWrapper .interactive-swiper .int-body .int-text-row h4.mt-40 {
    margin-top: 40px;
  }
  #diclWrapper .interactive-swiper .int-body .int-text-row h3 {
    color: var(--Soft-Black, #1f1f1f);
    font-family: adelle-sans-condensed, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px;
    margin-bottom: 5px;
  }
  #diclWrapper .interactive-swiper .int-body .int-text-row h3 span {
    font: inherit;
  }
  #diclWrapper .interactive-swiper .int-body .int-text-row p {
    color: var(--Soft-Black, #1f1f1f);
    font-family: adelle-sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  #diclWrapper .interactive-swiper .int-body .int-text-row p.mb-40 {
    margin-bottom: 40px;
  }
  #diclWrapper .interactive-swiper .int-body .int-text-row.has-before {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  #diclWrapper .interactive-swiper .int-body .int-text-row.has-before h3::before {
    content: attr(data-count);
    position: absolute;
    left: 10px;
  }
  #diclWrapper .interactive-swiper .int-body .img-container {
    text-align: center;
  }
  #diclWrapper .interactive-swiper .int-body .img-container img {
    width: 340px;
  }
  #diclWrapper .interactive-swiper .int-body .c-blue {
    color: var(--Blue-tasks, #232c65) !important;
  }
  #diclWrapper .interactive-swiper .int-body .c-teal {
    color: var(--Teal-tasks, #60b8b5) !important;
  }
  #diclWrapper .interactive-swiper .int-body .c-purple {
    color: var(--Purple-tasks, #9e4f9c) !important;
  }
  #diclWrapper .interactive-swiper .int-footer {
    display: flex;
    gap: 12px;
    height: 28px;
    margin-top: 20px;
  }
  #diclWrapper .interactive-swiper .int-footer span {
    color: #000;
    font-family: adelle-sans-condensed, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 129%;
    pointer-events: none;
  }
  #diclWrapper .swiper-wrapper {
    margin-bottom: 30px;
    align-items: flex-end;
  }
  #diclWrapper #gen-ai-interactive-2 .swiper-wrapper {
    margin-bottom: 30px;
    align-items: flex-start;
  }
  #diclWrapper .swiper-button-next,
  #diclWrapper .swiper-button-prev {
    top: unset;
    bottom: 7px;
    height: auto;
  }
  #diclWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #26890d;
    border-color: #25890d;
  }
  #diclWrapper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border: 1px solid #ccc;
  }
  #diclWrapper .swiper-button-prev,
  #diclWrapper .swiper-container-rtl .swiper-button-next {
    left: 30%;
  }
  #diclWrapper .swiper-button-next,
  #diclWrapper .swiper-container-rtl .swiper-button-prev {
    right: 30%;
  }
  #diclWrapper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  #diclWrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  #diclWrapper .swiper-button-prev:after,
  #diclWrapper .swiper-button-next:after {
    display: none;
  }
  #diclWrapper .swiper-button-next.swiper-button-disabled, #diclWrapper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  #diclWrapper #gen-ai-interactive-2 .swiper-button-prev,
  #diclWrapper #gen-ai-interactive-2 .swiper-container-rtl .swiper-button-next {
    left: 30%;
  }
  #diclWrapper #gen-ai-interactive-2 .swiper-button-next,
  #diclWrapper #gen-ai-interactive-2 .swiper-container-rtl .swiper-button-prev {
    right: 30%;
  }
  #diclWrapper #gen-ai-interactive-2 .mb-265 {
    margin-bottom: 220px;
  }
  #diclWrapper .pulse-effect {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    filter: brightness(0);
  }
  .interactive-footer h4{
    color: var(--Soft-Black, #1f1f1f);
    font-family: adelle-sans-condensed, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 129%; /* 18.06px */
    margin-bottom: 20px;
  }
  #diclWrapper a:hover .pulse-effect {
    filter: brightness(1);
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-moz-keyframes pulse {
    0% {
      -moz-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -moz-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -moz-transform: scale(1);
      transform: scale(1);
    }
  }/*# sourceMappingURL=style.css.map */