.custom-html--sitecore {
    /* prevent x-axis overflow with modals */
    /* fix in the jumping video on loading */
    /* //.mobile-video{
   // display: none;
  //} */
    /* MOUSE ICON  */
    /* share icons */
    /* intro */
    /* Progress Navigation */
    /* Find Purpose */
    /*  */
    /*.panel-2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
  }*/
    /* A-Z Mobile section */
    /*  */
    /* footer */
  }
  .custom-html--sitecore #body-id > .content-wrapper {
    overflow-x: hidden;
  }
  .custom-html--sitecore #block-custom-marquee .row,
  .custom-html--sitecore #block-a-to-z .row,
  .custom-html--sitecore #block-section-mobile-az .row {
    max-width: unset !important;
    padding: 0 !important;
  }
  .custom-html--sitecore #block-custom-marquee .block-content,
  .custom-html--sitecore #block-a-to-z .block-content,
  .custom-html--sitecore #block-section-mobile-az .block-content {
    padding: 0 !important;
  }
  .custom-html--sitecore #block-custom-marquee .col-sm-12,
  .custom-html--sitecore #block-a-to-z .col-sm-12,
  .custom-html--sitecore #block-section-mobile-az .col-sm-12 {
    padding: 0 !important;
  }
  .custom-html--sitecore #block-custom-marquee img,
  .custom-html--sitecore #block-a-to-z img,
  .custom-html--sitecore #block-section-mobile-az img {
    max-width: 100%;
  }
  .custom-html--sitecore #block-custom-marquee video {
    width: 100%;
    margin-top: 55px;
  }
  .custom-html--sitecore #block-custom-marquee .richtext {
    max-height: calc(0.41*100vw);
  }
  .custom-html--sitecore img.mobile-banner-image {
    display: none;
  }
  @media screen and (max-width: 1200px) {
    .custom-html--sitecore #block-custom-marquee video {
      margin-top: 10px;
    }
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore {
      /* //.mobile-video{
     // display: block;
     // width: 100% !important;
    //} */
    }
    .custom-html--sitecore img.mobile-banner-image {
      width: 100%;
      display: block;
    }
    .custom-html--sitecore .desktop-video {
      display: none;
    }
  }
  .custom-html--sitecore .mouse-container {
    position: absolute;
    width: 100%;
    bottom: 7px;
    text-align: center;
    padding-bottom: 1%;
    padding-top: 30px;
    background: linear-gradient(0deg, #00000085, transparent);
  }
  .custom-html--sitecore .mouse-icon {
    margin: 0 auto;
    opacity: 1;
  }
  .custom-html--sitecore .mouse-icon--wrapper svg path {
    transform: translateY(10px);
    animation: 2.2s slide-scroll ease-in-out infinite;
  }
  @keyframes slide-scroll {
    0% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(2px);
    }
  }
  .custom-html--sitecore .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;
  }
  .custom-html--sitecore #tr-intro-text-container {
    text-align: center;
    position: relative;
    opacity: 0;
    top: 30px;
    transition: opacity 0.6s ease-in, top 1s ease;
    max-width: 850px;
    margin: auto;
  }
  .custom-html--sitecore #tr-intro-text-container.isActive {
    opacity: 1;
    top: 0px;
    margin-top: 90px;
  }
  @media (min-width: 768px) {
    .custom-html--sitecore #tr-intro-text-container.isActive {
      margin-top: 0px;
    }
  }
  .custom-html--sitecore #tr-intro-text-container .tr-subheader {
    font-size: 28px;
    font-family: 'Graphik Light';
    line-height: 1.2;
    margin-top: 20px;
    font-weight: 100;
  }
  .custom-html--sitecore #tr-intro-text-container .tr-ultrabold {
    font-family: "Graphik Semibold", sans-serif;
    font-size: inherit;
    font-weight: 600;
  }
  .custom-html--sitecore #tr-intro-text-container .tr-plain {
    font-family: "Graphik Light", sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 30px;
  }
  .custom-html--sitecore #tr-intro-text-container .tr-margin-bottom {
    margin-bottom: 0px;
  }
  @media screen and (max-width: 550px) {
    .custom-html--sitecore #tr-intro-text-container {
      opacity: 1;
    }
  }
  .custom-html--sitecore .progress-nav-bar {
    text-align: center;
    color: white;
    line-height: 1.6em;
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 10;
    width: 100%;
    background-color: #F2F2F2;
    transition: height 0.3s ease;
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar-roller {
    text-align: center;
    color: white;
    line-height: 1.6em;
    cursor: pointer;
    background-color: transparent;
    width: 0%;
    transition: height 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 5.7rem;
  }
  .custom-html--sitecore .progress-nav-bar-menu {
    text-align: center;
    color: white;
    line-height: 1.6em;
    position: absolute;
    left: 0;
    width: 100%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-html--sitecore .progress-nav-bar .nav-bar-menu {
    line-height: 1.6em;
    cursor: pointer;
    height: 5.7rem;
    transition: all 0.3s ease;
    width: auto;
    text-align: left;
    font-size: 1.28rem;
    float: left;
    position: relative;
    padding: 1.38em 1.77em;
    outline: none !important;
    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-0 svg {
    transition: 0.2s ease-in-out all;
  }
  .custom-html--sitecore .nav-bar-menu-0.rotatesvg svg {
    transform: rotate(-90deg);
  }
  @media screen and (max-width: 1200px) {
    .custom-html--sitecore .progress-nav-bar {
      top: 50px;
    }
    .custom-html--sitecore .progress-nav-bar .progress-nav-bar-roller {
      background-color: #c4c4c4;
      height: 8px;
    }
    .custom-html--sitecore .progress-nav-bar-menu {
      display: none;
    }
    .custom-html--sitecore .progress-nav-bar.isactive {
      height: 8px;
    }
  }
  .custom-html--sitecore #block-section-findpurpose {
    color: white;
    height: 80vh;
    min-height: 600px;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Graphik Regular';
  }
  .custom-html--sitecore #block-section-findpurpose .row {
    height: 80vh;
    min-height: 600px;
    display: flex;
    position: relative;
    align-items: center;
    margin: auto;
  }
  .custom-html--sitecore .find-purpose-wrapper p {
    font-size: 22px;
    font-family: 'Graphik Light';
    line-height: 1.4;
  }
  .custom-html--sitecore .find-purpose-wrapper h3 {
    font-size: 40px;
    font-family: 'Graphik Semibold';
    margin-top: 0;
    color: white;
  }
  .custom-html--sitecore .find-purpose-wrapper h4 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 30px;
    color: white;
    font-family: 'Graphik Light';
  }
  .custom-html--sitecore .cta-more {
    color: #fff;
    position: relative;
    width: auto;
    padding: 10px;
    z-index: 10;
    transition: opacity 0.6s ease;
    display: inline-block;
  }
  .custom-html--sitecore .cta-more-box {
    color: #fff;
    position: absolute;
    transition: all 0.4s ease;
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition-delay: 0.2s;
  }
  .custom-html--sitecore .cta-more-arrow {
    color: #fff;
    transition: all 0.4s ease;
    position: absolute;
    left: 22px;
    height: 15px;
    top: 8px;
    opacity: 1 !important;
    transition-delay: 0.6s;
  }
  .custom-html--sitecore .cta-more-arrow svg {
    width: 24px;
  }
  .custom-html--sitecore .cta-more-label {
    color: #fff;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-weight: 500;
    font-size: 19px !important;
    line-height: 1.25;
    margin-left: 50px;
    transition: opacity 0.7s ease 0.8s;
    text-align: left;
    opacity: 1 !important;
  }
  .custom-html--sitecore .cta-more:hover .cta-more-box {
    width: 105%;
  }
  .custom-html--sitecore .panel {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
  }
  .custom-html--sitecore .panel-1 {
    z-index: 4;
  }
  .custom-html--sitecore .panel-2 {
    z-index: 3;
  }
  .custom-html--sitecore .panel-2 video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
  }
  .custom-html--sitecore #a-to-z {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .custom-html--sitecore .tr-mask-content,
  .custom-html--sitecore .tr-text-content {
    height: inherit;
    width: 100%;
    margin: 0 auto;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    width: 85%;
    max-width: 1150px;
  }
  .custom-html--sitecore .tr-text-content {
    display: flex;
    align-items: center;
  }
  .custom-html--sitecore .tr-mask-content::before,
  .custom-html--sitecore .tr-mask-content::after,
  .custom-html--sitecore .tr-text-content::before,
  .custom-html--sitecore .tr-text-content::after {
    content: " ";
    display: table;
  }
  .custom-html--sitecore .tr-mask-content::after,
  .custom-html--sitecore .tr-text-content::after {
    clear: both;
  }
  .custom-html--sitecore .join-us {
    position: relative;
    bottom: -60%;
  }
  .custom-html--sitecore .animate-mask-title {
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
    font-size: 5.27rem;
    line-height: 1;
  }
  .custom-html--sitecore .panel-1 .title-1 {
    bottom: 23%;
    margin-bottom: 3.2rem;
  }
  .custom-html--sitecore .panel-1 .title-1 span {
    text-shadow: 0 0 50px #fffffff0;
  }
  .custom-html--sitecore .panel-1 .title-2 {
    bottom: 15%;
    font-family: "Graphik Light", "Arial", Sans-Serif;
    font-size: 2rem;
    line-height: 1.5vw;
  }
  .custom-html--sitecore .join-us .animate-mask-title {
    position: relative;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    font-size: 5.27rem;
    line-height: 5.28rem;
    display: block;
    line-height: 1;
    margin-bottom: 2.4rem;
  }
  .custom-html--sitecore .panel-1 .animate-mask-title span:nth-child(1) {
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
  }
  .custom-html--sitecore .panel-2 .animate-text-title {
    position: relative;
    text-align: left;
    top: 40px;
    left: 0;
    color: white;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 50%;
    bottom: 0;
    max-width: 445px;
  }
  .custom-html--sitecore .panel-2 .animate-text-title span:nth-child(1),
  .custom-html--sitecore .panel-2 .animate-text-title span:nth-child(3),
  .custom-html--sitecore .panel-2 .animate-text-title span:nth-child(5),
  .custom-html--sitecore .panel-2 .animate-text-title span:nth-child(7) {
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
    opacity: 0;
    margin-bottom: 0;
  }
  .custom-html--sitecore .panel-2 .animate-text-title a {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
  }
  .custom-html--sitecore .panel-2 .tr-header {
    font-size: 35px;
    font-family: "Graphik Regular", sans-serif;
  }
  .custom-html--sitecore .tr-text-content span {
    font-size: 24px;
    font-family: 'Graphik Light';
    line-height: 1.4;
    display: block;
  }
  .custom-html--sitecore .tr-text-content span:not(.tr-header) {
    /* max-width: 380px; */
  }
  .custom-html--sitecore .tr-text-content .tr-header {
    font-size: 36px;
    font-family: 'Graphik Medium';
    margin-top: 0;
    color: white;
    line-height: 1.1;
  }
  .custom-html--sitecore .tr-text-content .tr-subheader {
    font-size: 34px;
    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 30px;
    color: white;
    font-family: 'Graphik Regular';
    line-height: 1.1;
  }
  .custom-html--sitecore #block-section-mobile-az {
    background-image: url('../images/Accenture-Careers-Background-mobile-2022.jpg');
    background-position: 30%;
    background-size: cover;
    display: none;
    max-height: 100%;
    min-height: 500px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .custom-html--sitecore #block-section-mobile-az .tr-text-content {
    padding-bottom: 2em;
    padding-top: 4em;
    position: relative;
    z-index: 2;
  }
  .custom-html--sitecore .panel-3 .title-1 {
    position: relative;
    text-align: left;
    top: 0;
    left: 0;
    color: white;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 60%;
    bottom: 0;
    max-width: 475px;
  }
  .custom-html--sitecore .panel-3 .tr-header {
    font-size: 32px;
    font-family: "Graphik Regular", sans-serif;
  }
  .custom-html--sitecore #block-section-mobile-az .cta-more-label {
    white-space: nowrap;
  }
  @media screen and (max-width: 575px) {
    .custom-html--sitecore #block-section-mobile-az {
      background-position: 40%;
    }
  }
  @media screen and (max-width: 440px) {
    .custom-html--sitecore .panel-3 .title-1 {
      width: 70%;
    }
  }
  @media screen and (max-width: 355px) {
    .custom-html--sitecore .panel-3 .title-1 {
      width: 85%;
    }
  }
  .custom-html--sitecore .join-us span {
    font-size: 34px;
    text-align: center;
    line-height: 1.1;
    max-width: 570px;
    display: block;
    margin: auto;
  }
  .custom-html--sitecore .join-us a,
  .custom-html--sitecore .tags-col a,
  .custom-html--sitecore .modal-footer-link a {
    color: #004dff;
  }
  .custom-html--sitecore .join-us a .cta-more,
  .custom-html--sitecore .tags-col a .cta-more,
  .custom-html--sitecore .modal-footer-link a .cta-more {
    color: #004DFF;
  }
  .custom-html--sitecore .join-us a .cta-more-box,
  .custom-html--sitecore .tags-col a .cta-more-box,
  .custom-html--sitecore .modal-footer-link a .cta-more-box {
    color: #004DFF;
    border: 1px solid #004DFF;
  }
  .custom-html--sitecore .join-us a .cta-more-arrow,
  .custom-html--sitecore .tags-col a .cta-more-arrow,
  .custom-html--sitecore .modal-footer-link a .cta-more-arrow {
    color: #004DFF;
  }
  .custom-html--sitecore .join-us a .cta-more-label,
  .custom-html--sitecore .tags-col a .cta-more-label,
  .custom-html--sitecore .modal-footer-link a .cta-more-label {
    color: #004DFF;
    line-height: 1;
  }
  .custom-html--sitecore .pa-0 {
    padding: 0 !important;
  }
  .custom-html--sitecore .pa-3 {
    padding: 30px;
  }
  .custom-html--sitecore .pb-0 {
    padding-bottom: 0;
  }
  @media screen and (max-width: 992px) {
    .custom-html--sitecore #block-section-mobile-az {
      display: block !important;
    }
    .custom-html--sitecore .mobile-footer-cta-row {
      background-image: url('/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/page-assets/atoz/images/Accenture-lady-with-balck-hair-in-pink-jumper.png');
      background-position: 100%;
      background-size: cover;
      overflow-x: hidden;
      overflow-y: hidden;
    }
    .custom-html--sitecore .mobile-lockup-row .tr-header {
      color: #000;
      padding-top: 80px;
    }
    .custom-html--sitecore .mobile-lockup-row .tr-header.header-cta {
      padding-top: 25px;
    }
    .custom-html--sitecore .mobile-lockup-row {
      text-align: center;
    }
    .custom-html--sitecore .mobile-lockup-row .cta-more-label {
      color: #0041F0;
    }
    .custom-html--sitecore .mobile-lockup-row .cta-more-box {
      color: #0041F0;
      border: 1px solid #0041F0;
    }
    .custom-html--sitecore .mobile-lockup-row .cta-more-arrow {
      color: #0041F0;
    }
    .custom-html--sitecore .mobile-lockup-row .img-arrow-right path {
      fill: #0041F0;
    }
    .custom-html--sitecore .a-z-masked-image {
      margin: 0 5%;
      width: 90%;
    }
  }
  @media screen and (max-width: 767px) {
    .custom-html--sitecore .tr-text-content .tr-header {
      font-size: 22px;
    }
    .custom-html--sitecore .tr-text-content span {
      font-size: 18px;
    }
    .custom-html--sitecore .tr-text-content .tr-subheader {
      font-size: 22px;
      margin-bottom: 0;
    }
    .custom-html--sitecore .panel-2 .animate-text-title {
      width: 60%;
    }
    .custom-html--sitecore .join-us span {
      font-size: 26px;
    }
    .custom-html--sitecore #tr-intro-text-container .tr-subheader {
      font-size: 18px;
    }
    .custom-html--sitecore #block-sectiononecolumn-introtext #tr-intro-text-container a {
      display: none;
    }
    .custom-html--sitecore #tr-intro-text-container .tr-plain {
      font-size: 24px;
      margin-bottom: 0;
    }
    .custom-html--sitecore #tr-intro-text-container .tr-margin-bottom {
      margin-bottom: 0px;
    }
    .custom-html--sitecore #block-meet-our-people .row {
      padding-top: 0;
    }
  }
  .custom-html--sitecore #block-section-subscribe-footer {
    display: none;
  }
  
