.body-padding-top-scroll {
    padding-top: 0 !important;
}
section {
    padding-block: 6.875rem !important;
}
.help-title {
    text-align: center;
    font-weight: 700;
    font-size: 3.4375rem;
}
.help-subtitle {
    text-align: center;
    text-wrap: balance;
    font-weight: 500;
    font-size: 1.5625rem;
    margin: 0;
    padding-top: 2rem;
    line-height: 34px;
}
.text-dark-gray {
    color: rgba(37, 39, 51, 1);
}
.text-cobalt-blue {
    color: rgba(37, 50, 146, 1);
}
.help-hero-card-redesign {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    padding: 2rem;
    text-decoration: none;
    transition: .2s;
    border-radius: 12px;
}
.bg-dark-blue {
    background-color: rgba(18, 17, 57, 1);
}
.bg-light-gray {
    background-color: rgba(247, 248, 252, 1);
}
.border-white {
    border: 2px solid #FFF; 
}
.border-dark-blue {
    border: 2px solid rgba(37, 50, 146, 1);
}
.help-knowledge-arrow-redesign {
    align-self: flex-end;
    padding: .75rem;
    border-radius: 99px;
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border: 2px solid white;
}
.help-knowledge-button-redesign {
    min-width: 409px;
    display: flex;
    justify-content: space-between;
    padding: 22px 25px;
    background: transparent;
    text-decoration: none;
    border-radius: 100px;
    transition: .3s;
    margin-top: 2rem;
    max-width: fit-content;
    z-index: 2;
    position: relative;
}
.help-knowledge-button-redesign span {
    line-height: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    text-wrap: balance;
}
.help-knowledge-button-redesign img {
    width: 22px;
}
.help-blog-card-redesign {
    background-color: #FFF;
    border-radius: .75rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    transition: .2s;
    text-decoration: none;
}
.help-resources-item-description-redesign {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.help-resources-item-description-redesign p {
    margin: 0;
    font-size: 1.25rem;
    text-wrap: pretty;
    text-align: justify;
}
.help-knowledge-slider-container,
.help-knowledge-header {
    z-index: 2;
    position: relative;
}
.help-eresidency-table,
.help-eresidency-card {
    box-shadow: none !important;
    border: 2px solid rgba(37, 50, 146, 1) !important;
}
.help-partners-card {
    box-shadow: none !important;
}
/* Background image Wave */
/* Default: larger than 1799px */
.help-knowledge-bg-wave {
    position: relative;
    align-items: center;
    justify-content: center;
    padding-block: 32px;
    overflow: hidden;
    z-index: 1;
}
.help-knowledge-button-redesign:hover {
    background-color: white;
    color: #0a58ca !important;
}
.e-consulting-hero-button img {
    width: 22px !important;
}
.blog-items {
    display: flex;
    gap: 0.875rem;
}
.help-blog-button-mobile {
    display: none;
}
.about2025-hero .overlay-container {
    background-image: url(../img/about-us-hero.webp);
    position: relative;
    background-size: cover;
    background-position: 60% 38%;
    background-repeat: no-repeat;
    min-height: 420px;
    display: flex
;
    align-items: flex-end;
    justify-content: center;
    border-radius: 12px;
}
@media (min-width: 1800px) {
  .help-knowledge-bg-wave::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, -11% 224%;
        background-size: cover, 116% auto;
        inset: -16%;
        transform: rotate(-9deg) scaleX(-1); 
    }
  .help-resources-bg-wave {
        background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 16% 204%;
        background-size: cover, 109% auto;
  }
}


/* 1700px to 1799px */
@media (min-width: 1700px) and (max-width: 1799px) {
  .help-knowledge-bg-wave::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, -11% 177%;
        background-size: cover, 116% auto;
        inset: -16%;
        transform: rotate(-9deg) scaleX(-1);
    }
    .help-resources-bg-wave {
        background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 23% 172%;
        background-size: cover, 110% auto;
    }
}

/* 1600px to 1699px */
@media (min-width: 1600px) and (max-width: 1699px) {
  .help-knowledge-bg-wave::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, -11% 150%;
        background-size: cover, 114% auto;
        inset: -16%;
        transform: rotate(-9deg) scaleX(-1);
    }
    .help-resources-bg-wave {
        background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 5% 152%;
        background-size: cover, 110% auto;
    }
}

/* 1500px to 1599px */
@media (min-width: 1500px) and (max-width: 1599px) {
  .help-knowledge-bg-wave::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, -11% 135%;
        background-size: cover, 114% auto;
        inset: -16%;
        transform: rotate(-9deg) scaleX(-1);
    }
    .help-resources-bg-wave {
        background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 5% 145%;
        background-size: cover, 110% auto;
    }
}

/* 1400px to 1499px */
@media (min-width: 1300px) and (max-width: 1499px) {
  .help-knowledge-bg-wave::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, -11% 123%;
        background-size: cover, 114% auto;
        inset: -16%;
        transform: rotate(-9deg) scaleX(-1);
    }
    .help-resources-bg-wave {
        background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 5% 135%;
        background-size: cover, 110% auto;
    }
}
/* 1300px to 1399px */
@media (min-width: 1300px) and (max-width: 1399px) {
  .help-knowledge-bg-wave::before {
        background-position: center center, -37% 112%;
        background-size: cover, 114% auto;
        inset: -16%;
        transform: rotate(-9deg) scaleX(-1);
    }
    .help-resources-bg-wave {
        background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 5% 130%;
        background-size: cover, 110% auto;
    }
}

/* 1200px to 1299px */
@media (min-width: 1200px) and (max-width: 1299px) {
  .help-knowledge-bg-wave::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, -37% 100%;
        background-size: cover, 114% auto;
        inset: -16%;
        transform: rotate(-9deg) scaleX(-1);
    }
    .help-resources-bg-wave {
        background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 5% 125%;
        background-size: cover, 110% auto;
    }
}

/* 992px to 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .help-knowledge-bg-wave::before {
        content: "";
        position: absolute;
        background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-2.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, -37% 95%;
        background-size: cover, 114% auto;
        inset: -16%;
        transform: rotate(-9deg) scaleX(-1);
    }
    .help-resources-bg-wave {
        background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/wave-1.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center center, 5% 120%;
        background-size: cover, 110% auto;
    }
}

@media (max-width: 992px) {
  section {
    padding-block: 3.125rem !important;
  }
  .help-eresidency,
  .help-partners,
  .help-support,
  .help-resources,
  .help-blog,
  .help-knowledge,
  .help-hero {
    padding-right: 2.188rem !important;
    padding-left: 2.188rem !important;
  }
  .help-eresidency .container,
  .help-partners .container,
  .help-support .container,
  .help-resources .container,
  .help-blog .container,
  .help-knowledge .container,
  .help-hero .container {
    padding: 0;
  }
  .blog-items {
      gap: 0.625rem;
  }
  .help-blog-description {
    text-align: left !important;
  }
  .help-eresidency-cards,
  .help-support-items,
  .help-resources-items {
    padding-top: 2rem !important;
  }
  .help-knowledge-button-redesign {
    margin-top: 0;
  }
  .help-support-items,
  .help-resources-items {
    gap: 2.5rem !important;
  }
  .help-resources-item-button, .help-support-item-button,
  .help-resources-item-content-col {
    padding-bottom: 1.5rem !important;  
  }
  .help-support-item-image-col {
    padding-top: 0 !important;  
  }
  .help-eresidency-table-description {
    padding-top: 0 !important;  
  }
  .help-knowledge-footnote-mobile .help-knowledge-button-redesign {
    margin-top: 2rem;
  }
  .help-blog-button-mobile {
    display: block;
    margin-top: 2.5rem;
  }
  .help-blog-button {
    display: none;
  }
  .help-support-item-button {
      display: flex;
      justify-content: center;
  }
  .help-partners {
    background-color: #121139 !important;
  }
  .help-partners-tagline, .help-partners-title, .help-partners-description {
    color: white !important;
  }
}

/* 500px */
@media (max-width: 500px) {
  .help-knowledge-button-redesign {
    min-width: 297px;
    padding: 13px 25px;
  }
  .help-knowledge-button-redesign span {
    font-size: 14px;
  }
  .help-subtitle {
      font-size: 20px;
  }
  .help-knowledge-footnote-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .help-resources-item-description-redesign p {
    font-size: 16px;
    text-align: center;
  }
  .help-button-mobile {
    display: flex;
    justify-content: center;
  }
  .text-description-mobile {
    font-size: 16px !important;
    text-align: center !important; 
  }
  .help-resources-item-image, .help-support-item-image {
    height: 220px !important;
    object-fit: fill !important;  
  }
}