/* page header section - Insights */
.page-header-in-the-know {
    /*background-image: url(../images/newsletter/page-header-insights-bg.webp);*/
    /*background-position: right bottom;*/
    /*background-repeat: no-repeat;*/
}
.page-header-in-the-know .intro-component-content {
    gap: 0;
}
.page-header-in-the-know .section-title {
    display: flex;
    flex-direction: column;
}
.page-header-bread-aligned-img .debit-hero-img {
    margin-top: -60px;
}
.page-header-overlapping-img {
    margin-bottom: calc(-1 * var(--sectionSpace));
    z-index: -1;
}
.page-header-in-the-know > .container + .container {
    position: relative;
}
.inside-payment-hero-lottie {
    position: absolute;
    right: calc(-8rem);
    top: -16.4rem;
    z-index: -1;
}
.debit-hero-wrap {
    margin-bottom: -76px;
}
@media (max-width: 1601px) {
    .page-header-overlapping-img {
        margin-bottom: 0;
    }
    .inside-payment-hero-lottie {
        top: auto;
        bottom: -20rem;
        right: -17rem;
    }
    .page-header-overlapping-img {
        margin-bottom: calc(-1 * var(--sectionSpace));
        padding-bottom: var(--sectionInnerSpace);
    }
    .page-header-bread-aligned-img .debit-hero-img {
        margin-top: -60px;
    }
}
@media (max-width: 1200px) {
    .inside-payment-hero-lottie {
        right: -30rem;
    }
    .inside-payment-hero-lottie {
        width: 700px;
    }
    .page-header-bread-aligned-img .debit-hero-img {
        margin-top: -36px;
    }
}
@media (max-width: 767px) {
    #inside-payment-hero-lottie, #inside-payment-lottie {
        display: none;
    }
    .page-header-bread-aligned-img .debit-hero-img {
        margin-top: 0;
    }
}
/* end page header section - Insights */


/*--- inside payment section*/
.inside-payment-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}
.inside-payment-inner > div {
    flex: 1 1 50%;
}
.inside-payment-left {
    max-width: 50%;
}
.inside-payment-wrap .section-header {
    max-width: 40.5%;
}

.inside-payment-section {
    padding-block: var(--sectionInnerSpace);
    background:
            url('../images/newsletter/triangle-bg.svg') no-repeat
            var(--blue);
    background-position: 0%;
    background-size: cover;
    z-index: 0;
    /* Optionally, set background-size and background-repeat similarly */
}
.inside-payment-right {
    text-align: right;
    margin-top: -260px;
}



.inside-card-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
    min-height: 172px;
    object-fit: cover;
    border-radius: 1rem;
}
.inside-card-img {
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.60);
    overflow: hidden;
}
.inside-card {
    display: flex;
    gap: 2rem;
}
.inside-card:hover h6 {
  text-decoration: underline;
}
.inside-card-left {
    max-width: 16.75rem;
}
.inside-card-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 26rem;
}
.inside-card-link a {
    color: var(--white);
}
.inside-card-date span {
    border-radius: 100px;
    border: 1px solid var(--i2c-brand-100);
    padding-inline: 20px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--i2c-brand-100);
}
.inside-card-title h6 {
  color: var(--white);
}
.inside-card-link span:hover, .inside-card-link span:focus {
  color: var(--white);
}
.inside-payment-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.inside-right-inner {
    /*display: inline-block;*/
}
.inside-below-iframe-txt {
    margin-top: 2rem;
}

.inside-payment-wrap {
    position: relative;
}
.inside-payment-lottie {
    position: absolute;
    right: 71px;
    z-index: -1;
    bottom: calc(var(--sectionInnerSpace) * -1);
}

.inside-card-link a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.inside-card-link a i {
    font-size: 1rem;
    margin-top: 3px;
}
.inside-card-link a span {
    line-height: 1rem;
}
.inside-card-link a.btn.btn-link-white:where(:hover, :focus) {
    color: var(--i2c-brand-100);
}
/*--- end inside payment section*/

/* pardot form */
.pardot-form-wrapper iframe {
    min-height: 680px;
    display:block;
}

.pardot-form-wrapper {
    padding: 5rem;
    border-radius: 1.5rem;
    border: 1px solid #C7E2FF;
    width: 100%;
    background-color: var(--white);
}

@media (max-width: 1200px) {
    .pardot-form-wrapper {
      padding: 2rem;
    }
}
/* #pardot form */


@media (max-width: 1601px) {
    .inside-right-inner img, .inside-right-inner iframe {
        max-width: 100%;
    }
    .inside-payment-wrap .section-header {
        width: calc(50% - 2.5rem);
    }
    .inside-card-left {
        max-width: 268px;
        min-width: 268px;
    }
    .inside-card-right {
        max-width: 21rem;
    }
    .inside-payment-lottie img {
        max-width: 100%;
    }
    .inside-payment-lottie {
        right: -46px;
        max-width: 700px;
    }

    .pardot-form-wrapper iframe {
        min-height: 1100px;
    }
    .pardot-form-wrapper{
        padding: 48px;
    }
}
@media (max-width: 1200px) {
    .inside-card-left,
    .inside-card-right {
        max-width: calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }

    .inside-payment-right {
        margin-top: 0;
    }
    .inside-card {
        gap: 1.5rem;
    }
    .inside-payment-wrap .section-header {
        max-width: 100%;
        width: 100%;
    }
    .inside-payment-lottie {
        max-width: 600px;
    }
    .inside-card-img img {
        min-height: 138px;
    }
    .pardot-form-wrapper {
        padding: 32px;
    }
}
@media (max-width: 992px) {
    .inside-payment-inner {
        flex-direction: column;
    }
    .inside-payment-left {
        gap: 24px;
    }
    .inside-payment-inner {
        gap: 48px;
    }
    .inside-card-left {
        max-width: 238px;
        min-width: 238px;
    }
    .inside-card-right {
        max-width: inherit;
        flex-grow: 1;
    }
    .inside-payment-lottie {
        max-width: 390px;
        right: 70px;
    }
    .inside-payment-inner > div {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
    .pardot-form-wrapper iframe {
        min-height: 860px;
    }
}
@media (max-width: 767px) {
    .inside-card-left {
        max-width: none;
    }
    .inside-card {
        flex-direction: column;
    }
    .pardot-form-wrapper iframe {
        min-height: 1100px;
    }
    .inside-payment-wrap .section-header {
        gap: 24px;
        margin-bottom: 40px;
    }
    .inside-card-img img {
        min-height: 210px;
    }
    .inside-payment-left {
        gap: 48px;
    }
    .pardot-form-wrapper {
        padding: 24px;
    }
}

/* ========================== Churbus Free code for header */
.debit-hero-wrap {
    margin-bottom: -76px;
}
.newsletters-hero-section {
    padding-top: var(--sectionInnerSpace);
    margin-bottom: calc(-1 * var(--sectionSpace));
    overflow: hidden;
}
.newsletters-hero-grid {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: -66px;
}
.newsletters-hero-grid > div {
    flex-grow: 1;
    max-width: calc(50% - 16px);
}
.newsletters-hero-right {
    text-align: center;
    margin-top: -6px;
}
.newsletters-hero-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
	padding-right: 20px;
}
.newsletters-hero-left .breadcrumb {
    margin-bottom: -22px;
}
.newsletters-hero-left .section-title {
    flex-direction: column;
}
.newsletters-hero-right img {
    width: 550px;
    max-width: 100%;
}
.newsletters-hero-left .intro-component-content {
    gap: 1.5rem;
}
.newsletters-hero-left .intro-component-content p {
    margin: 0;
}
.newsletters-hero-section .container{
    position: relative;
}
.cta-band.cta-band-light .container-sm {
	max-width: calc(var(--containerSmallWidth) + (var(--gutterWidth) * 4));
}
@media (max-width: 1600px) {
    .newsletters-hero-grid{
        margin-bottom: -84px;
    }
	.newsletters-hero-left {
		padding-right: 0;
		gap: 32px;
	}    
    .cta-band.cta-band-light .container-sm {
        max-width: 1020px;
    }
}
@media (max-width: 1199px) {
    .newsletters-hero-grid {
        gap: 24px;
        margin-bottom: -64px;
    }
    .newsletters-hero-grid > div {
        flex-grow: 1;
        max-width: calc(50% - 12px);
    }
    .newsletters-hero-left {
        padding-right: 0;
        gap: 24px;
    }
    .newsletters-hero-left .breadcrumb {
        margin-bottom: -6px;
    }
    .cta-band.cta-band-light .container-sm {
        max-width: 860px;
    }
}
@media (max-width: 991px) {
    .newsletters-hero-grid {
        margin-bottom: 0;
    }
    .newsletters-hero-right {
        text-align: center;
        margin-top: 0;
        position: relative;
    }
    .newsletters-hero-right a,
    .newsletters-hero-right img  {
        position: relative;
        z-index: 2;
    }
    .newsletters-hero-right::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 70px);
        height: 200px;
        background-color: #E5F3FF;
        border-radius: 16px;
        transform: translateY(-19px);
        z-index: 1;
    }
    .newsletters-hero-right::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 90px);
        height: 200px;
        background-color: #C7E2FF;
        border-radius: 16px;
        transform: translateY(-6px);
    }
    .newsletters-hero-section {
        padding-bottom: var(--sectionInnerSpace);
    }
    .cta-band.cta-band-light .container-sm {
        max-width: 660px;
    }
}    
@media (max-width: 767px) {
    .newsletters-hero-grid {
        margin-bottom: -10%;
        flex-direction: column;
        gap: 48px;
    }
    .newsletters-hero-grid > div {
        flex-grow: 1;
        max-width: 100%;
    }
    .newsletters-hero-right::before,
    .newsletters-hero-right::after {
        display: none;
    }
    .newsletters-hero-section{
        padding-bottom: 0;
    }
}

/* ========================== Chuss Free code */