html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
img { display: block }
*, *:before, *:after { box-sizing: border-box;  }
html { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; scroll-behavior: smooth; scroll-padding-top: 15px; -webkit-scroll-behavior: smooth; -webkit-scroll-padding-top: 15px;}


@font-face {
	font-family:'BentonSans';
	src:url("../fonts/BentonSansRegular.woff") format("woff");
	font-weight: 400;
}

@font-face{
	font-family:'BentonSans';
	src:url("../fonts/BentonSansMedium.woff") format("woff");
	font-weight: 500;
}

@font-face{
	font-family:'BentonSans';
	src:url("../fonts/BentonSansBold.woff") format("woff");
	font-weight: 700;
}

@font-face {
	font-family: 'Guardian Egyptian Web';
	src: url('../fonts/GuardianEgyp-Regular-Web.woff') format('woff');
	font-weight:  400;
	font-style:   normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'Guardian Egyptian Web';
	src: url('../fonts/GuardianEgyp-Medium-Web.woff') format('woff');
	font-weight:  500;
	font-style:   normal;
	font-stretch: normal;
}

:root {
	--color-black: #000;
	--color-blue: #006fcf;
	--color-blue-dark: #00175a;
	--color-blue-light: #4f6093;
	--color-gray-300: #333;
	--color-gray-600: #63666A;
	--color-gray-700: #757679;
	--color-white: #fff;
	--color-white-alt: #f7f7f7;
	--color-paper-gray: #F7F8F9;
	--font-primary: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
	--font-secondary: 'Guardian Egyptian Web', 'Helvetica Neue', Helvetica, sans-serif;
	--padding-vertical: 60px;
	--section-bottom: 60px;
}

body {
	background: var(--color-white-alt);
	color: var(--color-gray-300);
	font-family: var(--font-primary);
}

main {
	overflow-x: clip;
}

p {
	font-size: calc(1.6rem * .625);
	line-height: calc(2.6rem * .625);
}

p:not(:last-of-type) {
	margin-bottom: calc(1.8rem * .625);
}

a { 
	color: var(--color-blue); 
	text-decoration: none; 
}

.underline {
	text-decoration: underline;
}

	a:active, a:focus, a:hover { text-decoration: underline; }

.pb-sm { padding-bottom: calc(1.5rem * .625); }

sup {
	display: inline-block;
	font-size: 66%;
	font-weight: 400;
	height: 0;
	line-height: 1;
	position: relative;
	top: -1ex;
	vertical-align: baseline;
}

section {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
	padding-inline: calc(1.5rem * .625)
}

@media (min-width: 1024px) {
	section { width: 90%; padding-inline: 0; }
}

	.sec100 { width: 100%; max-width: 1230px; padding-inline: calc(1.5rem * .625); }
	.sec1400 { max-width: 1400px;  width: 100%; }


.sr-only {
	display: block;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	width: 1px;
}


.desktop-hidden {
	display: flex;
}
@media (min-width: 768px) {
	.desktop-hidden {
		display: none !important;
	}
}

/* Typography */
h3 {
	font-family: var(--font-primary);
	font-size: calc(2.6rem * .625);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	text-wrap: balance;
}

.eyebrow {
	color: var(--color-white);
	font-family: var(--font-primary);
	font-size: calc(1.5rem * .625);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.subhead {
	font-family: var(--font-primary);
	font-size: calc(1.5rem * .625);
	font-style: normal;
	font-weight: 700;
	line-height: calc(1.7rem * .625);
	text-transform: uppercase;
}

.text-big {
	font-family: var(--font-primary);
	font-size: calc(2rem * .625);
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: var(--color-blue-dark);
}


.hideMe { display: none; }
/* .cta-text {
	color: var(--color-blue);
	padding: 15px 1em 15px 0;
	display: inline-block;
	background:url(../img/arrow-blue.svg) no-repeat 100% 54%;
	background-size: 10px;
	font-size: calc(1.6rem * .625);
	text-decoration: none;
	font-weight: 400;
	transition: all .125s ease;
}

	.cta-text:hover {
		padding-right: calc(1em + 5px);
	} */

	.cta-text {
		color: var(--color-blue);
		padding: 15px 1em 15px 0;
		display: inline-block;
		font-size: calc(1.6rem * .625);
		text-decoration: none;
		font-weight: 400;
		position: relative;
		transition: all 0.125s ease;
	}
	
	.cta-text::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		background: url(../img/arrow-blue.svg) no-repeat center;
		background-size: 10px;
		width: 10px;
		height: 10px;
		transition: right 0.125s ease;
	}
	
	.cta-text:hover::after {
		right: -5px; /* Move the arrow without affecting the element size */
	}

@media (min-width: 1024px) {
	h3 {
		font-size: calc(3.5rem * .625);
	}

	.eyebrow {
		font-size: calc(2rem * .625);
		line-height: 140%;
	}
}

.disclaimer {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: calc(1.2rem * .625);
	font-style: normal;
	font-weight: 400;
	line-height: calc(1.7rem * .625);
}
.disclaimer--desktop {
	display: none;
}

.disclaimer--mobile {
	display: block;
}
@media (min-width: 1024px) {	
	.disclaimer--desktop { display: block; }
	.disclaimer--mobile { display: none; }
}

.content-container {
	padding: var(--padding-vertical) 0;
}

.inav-header  [class^="axp-global-header__dls-module__module___"] [class*="axp-global-header__dls-module__navSticky"]  {
	top: -61px !important;
	left: 0 !important;
	position: relative !important;
}
/* font-size is critical because of extraneous BOM Marker &#65279; that gets added when OneNav is included onto .html
doesn't affect .asp pages that have SSI */
.inav-header { height: 60px; font-size: 0; }
	@media all and (max-width: 1123px) { .inav-header { height: 60px; } }
.inav-header:empty { height: 0; }

.nav-container {
	display: flex;
	color: #fff;
}
.nav-links {
    align-items: center;
    align-self: center;
    display: none;
    flex: 1;
    justify-content: space-between;
    margin-right: calc(3.2rem * .625);
    position: relative;
    z-index: 6;
	gap: calc(3.2rem * .625);
}

@media (min-width: 1024px) {
	.nav-links {
		display: flex;
	}

	.explore-link.nav-link-arrow {
		display: none;
	}
}

.nav-link {
	color: inherit;
	font-size: calc(1.4rem * .625);
	font-weight: 500;
	padding-block: calc(0.8rem * .625);
	position: relative;
}

.nav-link:hover {
	text-decoration: none;
}

.nav-link:focus {
	text-decoration: none;
}

@media (min-width: 1024px) {
    .nav-link:focus::after, .nav-link:hover::after, .nav-link.is-active::after, .cn-explore:focus::before, .cn-explore:hover::before {
        background-color: var(--color-white);
        bottom: 0;
        content: '';
        display: block;
        height: 4px;
        position: absolute;
        width: 100%;
		text-decoration: none;
    }
}

.card-navBG {
	background: var(--color-blue-dark);
	position: sticky;
	top: 0;
	z-index: 3;
}

.card-nav {
	display: flex;
	height: 65px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

	.card-nav > a:hover { text-decoration: none;}

.cn-card {
	align-items: center;
	color: var(--color-white);
	display: flex;
	font-size: calc(1.4rem * .625);
	font-weight: 500;
	line-height: 1.3em;
	/* max-width: 50%; */
	text-decoration: none;
	display: flex;
	flex-flow: row;
	gap: calc(1.6rem * .625);
}

@media (max-width: 767px)  {
	.cn-card {
		gap: calc(1rem * .625);
		z-index: 9;
	}
}

.cn-card img {
	width: 29px;
}

.cn-explore {
	align-items: center;
	background-color: rgba(255,255,255,.1);
	background: url(../img/arrow-down-white.svg?v=0) no-repeat calc(100% - 40px) 50%;
	color: var(--color-white);
	display: flex;
	font-size: calc(1.4rem * .625);
	font-weight: 500;
	justify-content: center;
	/* padding: 0 42px 0 20px; */
	text-align: center;
	text-decoration:none;
}

	.cn-explore:focus {
		outline: 5px auto Highlight;
		outline: 5px auto -webkit-focus-ring-color;
	}

	.cn-explore, .nav-close {
		cursor: pointer;
		margin-right: calc(1.5rem * .625);
		background: var(--color-blue-dark);
		color: var(--color-white);
	}
	.cn-explore:focus,
	.cn-explore:hover,
	.nav-close:focus,
	.nav-close:hover {
		text-decoration: none;
	}

@media (min-width: 1024px) {
	.cn-explore, .nav-close {
		background-image: none;
		border: 0;
		padding: 0;
		position: relative;
		width: 65px;
	}

	.cn-explore::after, .nav-close::after {
        content: '';
        background-color: var(--color-white);
        display: inline-block;
        height: 10px;
        margin-left: 8px;
        -webkit-mask: url(../img/icon/icon-down-white.svg?v=0) no-repeat center;
        mask: url(../img/icon/icon-down-white.svg?v=0) no-repeat center;
        width: 15px;
    }

	.nav-close::after {
		transform: rotate(180deg);
	}
}

@media (max-width: 1023px) {
	.cn-explore, .nav-close {
        background-color: var(--color-blue);
        background-image: url(../img/icon/icon-down-white.svg?v=0);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35% 35%;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 3px;
        height: 40px;
        width: 50px;
    }

    .cn-explore span, .nav-close span {
        height: 1px;
        position: absolute;
        overflow: hidden;
        top: -10px;
        width: 1px;
    }
}

.explore-links {
	background: var(--color-white);
	max-width: 400px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: left;
	/* top: 1px; */
	top: 15px;
	transform: translateY(-100%);
	width: 100%;
	display: none;
	z-index: 3;
}

	.explore-close {
		align-items: center;
		/* background: var(--color-blue-dark); */
		color: var(--color-white);
		display: none;
		font-size: calc(1.5rem * .625);
		height: 65px;
		justify-content: flex-end;
		left: 0;
		position: absolute;
		top: 0; 
		width: 100%;
		z-index: 5;
	}

	.explore-link {
		background: var(--color-blue) url(../img/arrow-white.svg) no-repeat calc(100% - 20px) 50%;
		font-size: calc(2rem * .625);
		padding: 0 20px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid rgba(255,255,255,.25);
		height: 50px;
		text-decoration: none;
		color: #fff;
		font-family: 'Guardian Egyptian Web';
	}

		.explore-link.nav-link-arrow:hover { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

	.explore-link-external {
		border-bottom: 1px solid var(--color-blue-light);
		height: 45px;
		background: url(../img/external-link.svg) no-repeat calc(100% - 20px) 50%;
		color: var(--color-gray-300);
		background-size: 18px;
		font-family: 'BentonSans', 'Helvetica Neue', Helvetica, sans-serif;
		font-size: calc(1.4rem * .625);
	}

		.explore-link-external:hover { text-decoration: underline; }

	.nav-close {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: calc(1.4rem * .625);
		font-weight: 500;
	}

	.explore-links-open {
		border-left: 1px solid var(--color-white);
		border-right: 1px solid var(--color-white);
		box-shadow:0 3px 5px rgba(0,0,0,.15);
		opacity: 1;
		display: block;
		pointer-events: auto;
		transform: translateY(50px);
		transition: transform .25s;
	}


/*Section: Hero | .hero-container  */
.hero-container {
	padding-block: calc(3rem * .625);
	padding-inline: calc(1.5rem * .625);
	max-width: 1230px;
	margin-inline: auto;
	position: relative;
	color: var(--color-white);
	overflow-x: clip;
}
	.hero-text {
		display: grid;
		gap: calc(2rem * .625);
		max-width: 812px;
	}

	@media (min-width: 1024px) {
		.hero-container {
			display: flex;
			align-items: center;
		}
		.hero-text {
			gap: calc(4rem * .625);
		}
	}

	.hero-text h1 {
		font-family: var(--font-primary);
		font-size: calc(2.6rem * .625);
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		margin-bottom: calc(1.2rem * .625);
	}

	@media (min-width: 1024px) {
		.hero-text h1 {
			font-size: calc(5rem * .625);
		}
	}

	.hero-ribbon {
		display: block;
		max-width: 325px;
		position: absolute;
		right: -28px;
		bottom: -30px;
	}

	.hero-card-art {
		display: none;
	}

	@media (min-width: 1024px) {
		.hero-ribbon {
			display: none;
		}

		.hero-card-art {
			display: flex;
			position: relative;
			bottom: -74px;
			right: 0;
			max-width: 431px;
		}
	}

/* Component: Page Hero | .page-hero */
.page-hero {
	background: var(--color-blue);
	color: var(--color-white);
	padding-block: calc(2rem * .625);
	padding-inline: calc(1.5rem * .625);
	margin-inline: calc(1.5rem * .625);
	margin-bottom: calc(2rem * .625);
	max-width: 1200px;
	position: relative;
}

	.page-hero__text {
		display: flex;
		flex-flow: column;
		gap: calc(0.5rem * .625);
	}

	.page-hero h1 {
		font-family: var(--font-primary);
		font-size: calc(2.8rem * .625);
		font-style: normal;
		font-weight: 700;
		line-height: 120%;
		text-transform: uppercase;
		text-wrap: initial;
	}

	.page-hero__ribbon {
		position: absolute;
		right: -20px;
		top: -32px;
		max-width: 248px;
	}

@media (min-width: 1024px) {
	.page-hero {
		padding-top: calc(5rem * .625);
		padding-bottom: calc(4rem * .625);
		padding-inline: calc(5rem * .625);
		margin-bottom: calc(8rem * .625);
		margin-inline: auto;
	}

	.page-hero h1 {
		font-size: calc(4rem * .625);
		text-wrap: balance;
	}

	.page-hero__ribbon {
		right: -50px;
		top: -40px;
		width: 100%;
		max-width: 563px;
	}
}

/* Component: Two Column | .c-two-col */
.c-two-col {
	display: grid;
	grid-template-columns: 1fr;
	gap: calc(3rem * .625);
	margin-block: calc(4rem * .625);
	margin-top: calc(2rem * .625);
}

.c-two-col picture img {
	width: 100%;
}

.c-two-col picture {
	max-width: 600px;
	width: 100%;
	margin-inline: auto;
}
.c-two-col__logo-heading  {
	margin-bottom: calc(2rem * .625);
	max-width: 100%;
}
.c-two-col h3 {
	color: var(--color-blue-dark);
	margin-bottom: calc(1.5rem * .625);
	text-wrap: initial;
}

.c-two-col hr {
	border-color: #D9D9D6;
	background: #D9D9D6;
	height: 1px;
	border: 0;
	margin-block: calc(2.5rem * .625);
}

.c-two-col .text-big {
	font-family: var(--font-primary);
	font-size: calc(2rem * .625);
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: var(--color-blue-dark);
	margin-bottom: calc(2rem * .625);
}

.c-two-col__text .desktop-row {
	display: flex;
	flex-flow: row;
	gap: calc(2rem * .625);
}

.c-two-col__text .desktop-row .qr-code {
	display: none;
	margin-bottom: auto;
	max-width: 100%;
}

.c-two-col__text .qr-p {
	display: none;
}

@media (min-width: 768px) {
	.c-two-col__text .qr-p {
		display: block;
	}
}

.c-two-col__table {
	margin-top: calc(3rem * .625);
}

.c-two-col__table .row {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: calc(3rem * .625);
	margin-bottom: calc(3.2rem * .625);
}

.c-two-col__table .row:last-of-type {
	margin-bottom: 0;
}

.c-two-col__table .row-label {
	font-size: calc(1.4rem * .625);
	font-style: normal;
	font-weight: 700;
	line-height: calc(2.3rem * .625);
	text-transform: uppercase;
	color: var(--color-blue-dark);
	border-bottom: 1px solid #D9D9D6;
	height: min-content;
}

.c-two-col__table p {
	font-size: calc(1.4rem * .625);
	line-height: calc(2.3rem * .625);
}

/* 
.c-two-col .link-group {
	width: 100%;
	display: grid;
	grid-template-columns: max-content max-content max-content;
	position: relative;
}

.c-two-col .link-group-divider {
	height: calc(2.4rem * .625);
	width: 1px;
	background: #D9D9D6;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-inline: calc(1.5rem * .625);
}
*/

/* switching to flex per Copilot */
.c-two-col .link-group {
    width: 100%;
    display: flex; /* Change from grid to flex */
    align-items: center; /* Vertically center all children */
}

.c-two-col .link-group-divider {
    height: calc(2.4rem * .625);
    width: 1px;
    background: #D9D9D6;
    margin-inline: calc(1.5rem * .625);
    /* Remove top, position, and transform! */
}

@media (min-width: 767px)  {
	.c-two-col__text .desktop-row .qr-code {
		display: block;
	}
}

@media (min-width: 1024px) {
	.c-two-col {
		grid-template-columns: 1fr 1fr;
		gap: 10%;
		align-items: center;
		margin-block: calc(8rem * .625);
	}
		.c-two-col--reverse .c-two-col__text {
			order: -1;
		}

	.c-two-col__text {
		max-width: 480px;
	}

	.c-two-col__text--fullw {
		max-width: 100%;
	}

	.c-two-col h3 {
		margin-bottom: calc(3rem * .625);
	}

	.c-two-col hr {
		margin-block: calc(4rem * .625);
	}
}

/* Section: Debit Features | .debit-features */
.debit-features {
	padding-block: calc(4rem * .625);
	padding-inline: calc(1.5rem * .625);
	color: var(--color-white);
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: calc(3rem * .625);
	width: 100%;
	max-width: 1230px;
}

.debit-features h3 {
	text-align: center;
}

.debit-features__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: calc(3rem * .625);
}

.debit-features .text-big {
	color: var(--color-white);
}

.debit-features .feat {
	display: flex;
	flex-flow: column;
	padding-inline: calc(1.5rem * .625);
	padding-bottom: calc(3rem * .625);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	gap: calc(2rem * .625);
}

.debit-features .feat:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.debit-features .feat img {
	width: 100%;
	max-width: 55px;
	margin-inline: auto;
}

.debit-features .feat p {
	/* margin-top: auto; */
}

.debit-features .disclaimer {
	text-align: left;
	align-self: flex-start;
}

@media (min-width: 1024px) {
	.debit-features {
		padding-block: calc(8rem * .625);
		gap: calc(4rem * .625);
	}

	.debit-features__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
		margin-inline: -40px;
	}

	.debit-features .feat {
		padding-inline: calc(4rem * .625);
		padding-bottom: initial;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: none;
	}

	.debit-features .feat:last-of-type {
		border-right: 0;
	}

	.debit-features .disclaimer {
		padding-left: 0;
		text-align: center;
		align-self: center;
	}
}
/* Section: Get to Know | .get-to-know */
.get-to-know {
	color: var(--color-white);
	width: 100%;
	max-width: 1230px;
	margin-inline: auto;
	padding-inline: calc(1.5rem * .625);
	padding-bottom: calc(3rem * .625);
}

@media (min-width: 1024px) {
	.get-to-know {
		padding-bottom: calc(4rem * .625);
	}
}

	.get-to-know__text {
		color: inherit;
		padding-top: calc(6rem * .625);
		padding-bottom: calc(3rem * .625);
		text-align: center;
		display: grid;
		gap: calc(1.5rem * .625);
	}

	.get-to-know__text p,
	.get-to-know__fdic p,
	.fdic-disclaimer {
		font-size: calc(1.6rem * .625);
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
		max-width: 700px;
		margin-inline: auto;
		text-wrap: balance;
	}

	.get-to-know__fdic {
		text-align: center;
	}

	@media (min-width: 1024px) {
		.get-to-know__text {
			padding-top: calc(7rem * .625);
			padding-bottom: calc(5rem * .625);
		}

		.get-to-know__text p,
		.get-to-know__fdic p,
		.fdic-disclaimer {
			font-size: calc(2rem * .625);
			line-height: 140%;
		}
	}

	.get-to-know__cards {
		display: flex;
		flex-flow: column;;
		justify-content: center;
		align-items: center;
		gap: calc(1.5rem * .625);
		margin-bottom: calc(1.5rem * .625);
	}

	@media (min-width: 1024px) {
		.get-to-know__cards {
			column-gap: calc(4.5rem * .625);
			align-items: initial;
			row-gap: calc(5rem * .625);
			flex-flow: row wrap;
			margin-bottom: calc(4rem * .625);
		}
	}

	.get-to-know__cards .card {
		position: relative;
		background-color: var(--color-white);
		border-radius: 10px;
		max-width: 345px;
		box-shadow: 0px 4px 4px 4px rgba(30, 30, 30, 0.25);
		transition: all 0.125s ease-in;
		overflow: hidden;
		outline: 4px solid transparent;
		transition: all 0.125s ease-in;
	}
	
	/* .get-to-know__cards .card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px; 
		border: 4px solid transparent; 
		box-sizing: border-box; 
		transition: all 0.125s ease-in; 
		pointer-events: none; 
		z-index: 1;
		transform: translateZ(0); 
		backface-visibility: hidden;
	}
	
	.get-to-know__cards .card:hover::before {
		border-color: var(--color-blue);
		transform: translateZ(0); 
		backface-visibility: hidden;
	} */

	.get-to-know__cards .card:hover {
		text-decoration: none;
		outline: 4px solid var(--color-blue);
		transition: all 0.125s ease-in;
	}
	

	@media (min-width: 1024px) {
		.get-to-know__cards .card {
			flex: 0 0 290px;
			max-width: initial;
		}
	}

	@media (min-width: 1200px) {
		.get-to-know__cards .card {
			flex: 0 0 320px;
		}
	}

	@media (min-width: 1300px) {
		.get-to-know__cards .card {
			flex: 0 0 370px;
		}
	}

	.get-to-know__cards picture img {
		/* Hack to fix bad image cropping (White px on right) */
		/* Overflow hidden on parent will crop the extra .3% */
		width: 100.3%;
		border-radius: 10px 10px 0 0;
	}

		.get-to-know__cards .card__header {
			padding-inline: calc(2rem * .625);
			padding-block: calc(1.5rem * .625);
			display: flex;
			flex-flow: row;
			gap: calc(1rem * .625);
			justify-content: space-between;
			align-items: center;
			border-bottom: 1px solid var(--GRAY-1, #D9D9D6);
		}

		.get-to-know__cards h4 {
			color: var(--color-blue);
			font-family: var(--font-primary);
			font-size: calc(1.8rem * .625);
			font-style: normal;
			font-weight: 500;
			line-height: calc(2.15rem * .625);
		}

		@media (min-width: 1024px) {
			.get-to-know__cards h4 {
				font-size: calc(2rem * .625);
				line-height: calc(2.15rem * .625);
			}
		}

		.card__header .arrow {
			display: flex;
			align-items: center;
			justify-content: center;
			background: var(--color-blue);
			border-radius: 100%;
			width: calc(2.5rem * .625);
			height: calc(2.5rem * .625);
			aspect-ratio: 1;
		}

		.get-to-know__cards .card__desc {
			padding-inline: calc(2rem * .625);
			padding-top: calc(1rem * .625);
			padding-bottom: calc(1.5rem * .625);
			color: var(--color-gray-300);
		}

		.get-to-know .disclaimer {
			text-align: center;
		}

/* Section: Don't do checking without it | .ddcwi */
.ddcwi {
	max-width: 800px;
	padding-block: calc(4rem * .625);
	padding-inline: calc(1.5rem * .625);
	margin-inline: auto;
	color: var(--color-blue-dark);
	display: flex;
	align-items: center;
	text-align: center;
	flex-flow: column;
}

.ddcwi h3 {
	margin-bottom: calc(1.2rem * .625);
}

.ddcwi p {
	color: var(--color-gray-300);
}

.ddcwi img {
	margin-bottom: calc(1.2rem * .625);
	width: 100%;
	max-width: 212px;
}

@media (min-width: 1024px) {
	.ddcwi {
		padding-block: calc(5rem * .625);
	}

	.ddcwi img {
		margin-bottom: calc(2rem * .625);
		max-width: 328px;
	}
}

/* Section: Stay connected | .stay-connected */
.stay-connected {
	max-width: 1200px;
	padding-top: calc(4rem * .625);
	padding-inline: calc(2rem * .625);
	color: var(--color-white);
	display: grid;
	gap: calc(4rem * .625);
}

.stay-connected h3 {
	margin-bottom: calc(1.2rem * .625);
}

.stay-connected .btn {
	border: 1px solid var(--color-blue);
	text-transform: uppercase;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
}

.stay-connected img {
	width: 100%;
	max-width: 405px;
	margin-inline: auto;
}

.stay-connected__eyebrow {
	font-family: var(--font-primary);
	font-size: calc(1.5rem * .625);
	font-style: normal;
	font-weight: 700;
	line-height: calc(1.7rem * .625);
	text-transform: uppercase;
	margin-bottom: calc(2rem * .625);
}

@media (min-width: 1024px) {
	.stay-connected {
		padding-top: 0;
		padding-left: 8%;
		grid-template-columns: 74fr 26fr;
	}

	.stay-connected__text {
		align-self: center;
		padding-top: calc(5rem * .625);
		padding-bottom: calc(6rem * .625);
	}

	.stay-connected__eyebrow {
		margin-bottom: calc(1rem * .625);
	}

	.stay-connected img {
		margin-top: -36px;
		max-width: initial;
		width: 405px;
	}

	.stay-connected .btn {
		width: auto;
	}

}

/* Section: Points Snapshot | .points-snapshot */
.points-snapshot {
	margin-bottom: 0;
}
	.points-snapshot__container {
		background: var(--color-paper-gray);
		max-width: 1230px;
		padding-block: calc(3rem * .625);
		padding-inline: calc(3rem * .625);
		display: flex;
		flex-flow: column;
		align-items: center;
		text-align: center;
	}

	.points-snapshot .icon {
		width: 100%;
		max-width: 55px;
	}

	.points-snapshot .text-big {
		margin-top: calc(2.4rem * .625);
		margin-bottom: calc(0.8rem * .625);
	}

	.points-snapshot .cta-text {
		margin-top: calc(1.5rem * .625);
	}

	@media (min-width: 1024px) {
		.points-snapshot {
			margin-bottom: calc(5.2rem * .625);
		}
	}


/* Section: Account Options | .account-options */
.account-options {
	margin-top: calc(2rem * .625);
}

	.account-options__container {
		display: grid;
		grid-template-columns: 1fr;
		gap: calc(1.5rem * .625);
	}

	.account-options__option {
		display: flex;
		flex-flow: column;
		align-items: center;
		background: var(--color-white);
		border-radius: 5px;
		border: 3px solid var(--color-blue-dark);
		padding-top: calc(4rem * .625);
		padding-bottom: calc(1.8rem * .625);
		padding-inline: calc(3rem * .625);
		position: relative;
		text-align: center;
		color: var(--color-blue-dark);
		max-width: 600px;
		margin-inline: auto;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
		transition: box-shadow 0.125s ease-out;
	}

	.account-options__option::after {
		content: '';
		height: calc(1.6rem * .625);
		width: 100%;
		background-image: url(../img/ws-pattern-blue.jpg?v=0);
		background-position: 70.3% 13%; 
		background-repeat: repeat;
		position: absolute;
		left: 0;
		bottom: 0;
		border-top: 3px solid var(--color-blue-dark);
	}

	.account-options__option img {
		margin-bottom: calc(2.4rem * .625);
	}

	.account-options__option .text-big {
		margin-bottom: calc(0.8rem * .625);
	}

	.account-options__option .cta-text {
		margin-top: auto;
	}
	.account-options__option:has(.cta-text:hover) {
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
		transition: box-shadow 0.125s ease-in;
	}


@media (min-width: 1024px) {
	.account-options {
		margin-top: calc(8rem * .625);
	}

	.account-options__container {
		grid-template-columns: 1fr 1fr 1fr;
		gap: calc(2.4rem * .625);
	}
}

/* Component: Don't live life without it | .dllwi */
.dllwi {
	background: var(--color-blue-dark);

}

.dllwi-top {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding-block: calc(3rem * .625);
	padding-inline: calc(2rem * .625);
}

.dllwi-links {
	display: flex;
	flex-flow: column;
	padding-block: calc(0.8rem * .625);
	padding-inline: calc(2rem * .625);
	margin-inline: auto;
}

	.dllwi-links a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: calc(0.8rem * .625);
		color: var(--color-white);
		text-align: right;
		font-family: var(--font-primary);
		font-size: calc(1.5rem * .625);
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
		padding-block: calc(0.8rem * .625);
		border-bottom: 0.5px solid rgba(255, 255, 255, 0.35);
	}

	.dllwi-links a:last-of-type {
		border-bottom: none;
	}

@media (min-width: 992px) {
	.dllwi-top {
		padding-block: calc(7.4rem * .625);
	}

	.dllwi-links {
		max-width: none;
		flex-flow: row;
		gap: calc(8rem * .625);
		justify-content: center;
		padding-block: calc(1.4rem * .625);
	}

	.dllwi-links a {
		border-bottom: none;
		position: relative;
	}

	.dllwi-links a:not(:last-child)::after {
		content: '';
		height: 25px;
		width: 1px;
		background: var(--color-white);
		position: absolute;
		top: 50%;
		right: -40px;
		transform: translateY(-50%);
	}

	.dllwi-links a:focus-visible {
		outline: none;
		text-decoration: underline;
	}
}

/* Component: FAQ Banner | .faq-banner */
.faq-banner {
	padding-inline: calc(1.5rem * .625);
	max-width: 1230px;
	margin-inline: auto;
	margin-top: calc(4rem * .625);
}

	.faq-banner__banner {
		background-image: url(../img/ws-pattern-blue.jpg?v=0);
		background-repeat: repeat;
		padding: calc(2rem * .625);
	}

	.faq-banner__banner .inner {
		background: var(--color-blue);
		border: 1px solid var(--color-blue-dark);
		color: var(--color-white);
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		padding: calc(2rem * .625);
	}

	.faq-banner__banner .heading {
		font-family: var(--font-primary);
		font-size: calc(1.8rem * .625);
		font-style: normal;
		font-weight: 700;
		line-height: calc(2.4rem * .625);
	}

	.faq-banner__banner a {
		color: var(--color-white);
		font-family: var(--font-primary);
		font-size: calc(1.6rem * .625);
		font-style: normal;
		font-weight: 400;
		line-height: calc(2.6rem * .625);
		display: flex;
		flex-flow: row;
		align-items: center;
		gap: calc(0.9rem * .625);
	}

	.faq-banner .fdic-disclaimer {
		text-align: center;
		padding-block: calc(2rem * .625);
	}

	.debit-features .feat a {
		color: var(--color-white);
		text-decoration: underline;
	}

	.debit-features .feat a:hover {
		color: var(--color-blue);
	}

@media (min-width: 1024px) {

	.faq-banner {
		margin-top: calc(4.8rem * .625);
	}

	.faq-banner__banner .inner {
		flex-flow: row;
		gap: calc(1.2rem * .625);
	}

	.faq-banner__banner .heading {
		font-size: calc(2..4rem * .625);
	}

	.faq-banner__banner a {
		font-size: calc(1.8rem * .625);
		line-height: calc(2.8rem * .625);
	}

	.faq-banner .disclaimer {
		padding-block: calc(3rem * .625);
	}	
}


.footer-dll {
	max-width: 248px;
	width: 100%;
}

@media (min-width: 992px) {
	.footer-dll {
		max-width: 350px;
	}
}

.terms {
	margin: 0 auto;
	max-width: none;
    width: 100%;
}

	.terms > p {
		font-size: calc(1.3rem * .625); 
		margin-bottom: 1em;
	}

	.terms-link {
		align-items: center;
		color: var(--color-blue-dark);
		display: flex;
		font-size: calc(1.4rem * .625);
		font-weight: 500;
		text-decoration: none;
		padding-block: calc(1.6rem * .625);
		padding-left: calc(2rem * .625);
		max-width: 1200px;
		width: 90%;
		margin-inline: auto;
		position: relative;
	}

	.terms-link::before {
		background-color: var(--color-blue-dark);
		-webkit-mask: url(../img/icon-arrow-blue.svg?v=0) no-repeat center;
		mask: url(../img/arrow-blue.svg?v=0) no-repeat center;
		bottom: 0;
		content: '';
		display: block;
		height: 20px;
		left: 0;
		margin: auto;
		position: absolute;
		top: 0;
		transition: all .125s ease;
		width: 15px;
	}

	.terms-link.is-active::before {
		transform: rotate(90deg);
	}

	.terms li {
		font-family: Helvetica, Arial, sans-serif;
		font-size: calc(1.3rem * .625);
		line-height: 1.3em;
		margin: 0 0 1em 1em;
	}

		.terms li p { font-size: calc(1.3rem * .625); margin-bottom: 1em; line-height: 1.4em;}
		.terms li p:has(> strong:only-child) { margin-bottom: 0; }
		
	.terms-content {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.all-terms {
		margin-block: calc(4rem * .625);
	}

	.fineprint { font-family: Helvetica, Arial, sans-serif; font-size: calc(1.1rem * .625); line-height: 1.3em; margin-top: 1.5em; }
	.fineprint + .fineprint { margin-top: .75em; }

.white-bg {
	background: var(--color-white);
}

.white-alt-bg {
	background: var(--color-white-alt);
}

.blue-bg {
	background: var(--color-blue);
}

.dark-blue-bg {
	background: var(--color-blue-dark);
}

.gray-600-bg {
	background: var(--color-gray-600);
}

.paper-gray-bg {
	background: var(--color-paper-gray);
}

.ws-pattern-gray-bg {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 450px), url(../img/ws-pattern-gray.svg?v=0); 
	background-repeat: repeat, repeat;
	background-position: top left, top left;
	background-size: cover, auto;
}

.ws-pattern-gray-bg.pad-top {
	padding-top: calc(3.8rem * .625);
}

@media (min-width: 1024px) {
	.ws-pattern-gray-bg.pad-top {
		padding-top: calc(6rem * .625);
	}
}

.shadow-bg { 
	background-color: var(--color-white);
	background-image: url("../img/world_service_tile_footer.svg");
	background-repeat: repeat;
	background-size: 15%;
	margin: 80px 0 60px;
	position: relative;
}
  
	.shadow-bg .blue-bg {
		-webkit-box-shadow: 0 0 8px rgb(0 0 0 / 20%);
		background: var(--color-blue);
		border-radius: 2px;
		border: 2px solid var(--color-white);
		box-shadow: 0 0 8px rgb(0 0 0 / 20%);
		color: var(--color-white);
		margin: 0 auto;
		max-width: 93.5%;
		min-height: 200px;
		padding: 4px 10px 10px 10px;
		position: relative;
		z-index: 2;
	}
  
		.shadow-bg .blue-bg .inner-border {
			background-image: -webkit-gradient(linear, left top, left bottom, from(#006FCF), to(#006FCF)), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF)), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF)), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF)), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF)), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
			background-image: linear-gradient(#006FCF, #006FCF), linear-gradient(#FFF, #FFF), linear-gradient(#FFF, #FFF), linear-gradient(#FFF, #FFF), linear-gradient(#FFF, #FFF), linear-gradient(#FFF, #FFF);
			background-repeat: no-repeat;
			background-position: 50% 0px, 2px 2px, calc(100% - 3px) 2px, calc(100% - 2px) 2px, 2px calc(100% - 2px), 2px 2px;
			background-size: calc(100% - 5px) 2px, calc(50% - 32px) 1px, calc(50% - 34px) 1px, 1px calc(100% - 4px), calc(100% - 4px) 1px, 1px calc(100% - 4px);
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 4;
		}
  
		.shadow-bg .blue-bg .half-circle {
			background-color: var(--color-blue);
			border-bottom: 0;
			border-top-left-radius: 40px;
			border-top-right-radius: 40px;
			border: 1px solid var(--color-white);
			height: 30px;
			margin: -4px auto 0 auto;
			position: relative;
			transform: rotate(180deg);
			width: 60px;
			z-index: 3;
		}
  
		.shadow-bg .blue-bg .icon-circle {
			align-items: center;
			justify-content: center;
			background: var(--color-white);
			border-radius: 30px;
			display: flex;
			height: 56px;
			margin: -59px auto 0 auto;
			position: relative;
			width: 56px;
			z-index: 5;
		}
  
			.shadow-bg .blue-bg .icon-circle svg {
				height: 75% !important;
				width: 75% !important;
			}
  
				.shadow-bg .blue-bg .icon-circle svg {
					transform: scale(0.6);
				}
  
		.shadow-bg .blue-bg h2 {
			font-size: calc(2.5rem * .625);
			font-weight: 500;
			line-height: 29px;
			margin: 15px 0 25px;
			text-align: center;
		}
  
		.shadow-bg .blue-bg .half-circle-contet {
			align-items: center;
			border-top: 1px solid rgba(255, 255, 255, 0.4);
			display: flex;
			justify-content: space-between;
			margin: 0 auto;
			max-width: 700px;
			padding: 20px;
			position: relative;
			width: 100%;
			z-index: 5;
		}
  
			.shadow-bg .blue-bg .half-circle-contet p {
				font-size: calc(1.4rem * .625);
				font-weight: 300;
				line-height: 22px;
				max-width: 390px;
				width: 100%;
			}
  
			.shadow-bg .blue-bg .half-circle-contet a {
				color: var(--color-white);
				font-size: calc(1.4rem * .625);
				font-weight: 500;
				line-height: 22px;
			}
  
		.shadow-bg .icon-circle-shadow {
			border-radius: 30px;
			box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
			content: '';
			height: 56px;
			left: 0;
			margin: auto;
			position: absolute;
			right: 0;
			top: -26px;
			width: 56px;
			z-index: 1;
		}

.btn {
	align-items: center;
	display: inline-block;
	background: #006FCF;
	border: 1px solid #fff;
	border-radius: 3px;
	font-weight: 500;
	padding: 1.25em 2.5em;
	color: #fff;
	text-decoration: none;
	font-size: calc(1.4rem * .625);
	margin: 24px 0;
	transition: all .125s;
}


.display-flex { 
	display: flex; 
}

.no-margin {
	margin: 0 !important;
}

.nowrap {
	white-space: nowrap;
}

.link-arrow-sm {
	position: relative;
	display: inline-block;
	min-height: 44px;
}
  
	.link-arrow-sm::after {
		content: '';
		background-image: url("../img/arrow-blue.svg");
		background-size: cover;
		position: absolute;
		margin: auto;
		width: 6px;
		height: 11px;
		top: 0px;
		bottom: 20px;
		right: -10px;
		-webkit-transition: 0.5s all ease-in-out;
		transition: 0.5s all ease-in-out;
	}
  
		.link-arrow-sm:hover::after {
			transform: translate(6px, 0px);
			transition: 0.3s all ease-in-out;
		}
  
		.link-arrow-sm.link-arrow-sm-alt::after {
			background-image: url("../img/arrow-white.svg");
			top: 6px;
			margin: initial;
			height: 10px;
		}

.show-mobile { 
	display: none; 
}

@media (max-width: 1480px) {
	.header-container .header-content h1 span { font-size: calc(6rem * .625); }
}

@media all and (max-width: 1240px) {
	.card-nav, .explore-close {	padding-left: 20px; }
	.hf-text { margin-left: 20px;}

	.offer-banner { grid-template-columns: 60% 40%; }
		.offer-headline { margin-right: 25%; }

	.offer-container .offer-headline { margin: 10px; }
}

@media (max-width: 1023px) {
	.header-container { padding: 40px 50px 70px; }
		.header-container .header-content h1 span { font-size: calc(5rem * .625); }
		.header-container .header-media .header-media-logo { width: 80%; }

	.offer-banner { display: block; }
		.offer-ribbon { height: 70px; }
		.offer-content { bottom: -5px; max-width: 65px; right: -70px; }
	
	.offer-container .offer-ribbon { height: 60px; }	
		.offer-container .offer-content { right: -60px;  }

	.fb-text { margin: 0 0 0 30px; }
}

@media all and (max-width: 850px) {
	.three-cols { flex-direction: column; }
		.three-cols .col { width: 100%; }

}


@media (min-width: 768px) {
	.gray-box-sm { background-color: var(--color-white); }
		.gray-box-sm.qr-code-container { padding: 25px 35px 7px; }
}

@media all and (max-width: 768px) {
	.card-nav, .explore-close {	padding-left: 15px; }	
	.hf-text { margin-left: 13px;}
}

@media (max-width: 767px) {
	.section-full-mobile { width: 100%; }
	.explore-link-external.show-mobile { display: flex; }
	.header-container { flex-direction: column; height: auto; padding: 40px 20px 70px; }
		.header-container::after { height: 190px; } 
		.header-container .header-content { margin-right: 0; width: 100%; }
			.header-container .header-content h1 { font-size: calc(2rem * .625); }
			.header-container .header-content h1 span { font-size: calc(3rem * .625); line-height: 1.2; }
		.header-container .header-media { margin-bottom: 60px; width: 80%; }
	.offer-ribbon { height: 60px; margin-right: 75px; }
			.offer-headline { line-height: 1.2; }
			/* .offer-content { bottom: 0; } */
			.offer-content span.nowrap { white-space: wrap; }
			.offer-cta .btn { margin-bottom: 0; }
	
	.offer-container .offer-ribbon { height: 50px; }		
	
	.membership-home-container { flex-direction: column !important; padding: 60px 0; }
		.mhb-reverse { padding-top: 0; }
		.membership-home-image { width: 100%; margin-bottom: 30px; }
			.membership-home-image img { max-height: 250px; position: relative; }
		.membership-home-content { width: 100%; }
	
	.head-flourish .hf-head { font-size: calc(3rem * .625); max-width: 310px; }
	.head-flourish .hf-text { margin-bottom: 0; }
	.head-flourish .global-animated-flourish { width: 100%; }

	.offer-container { flex-direction: column; }
		.offer-text, .offer-graphic { width: 100%; }
		.offer-text { padding: 35px 20px; }
			.offer-text h2 { font-size: calc(2.2rem * .625); }
		.offer-graphic { margin: 0; }
	
	.content-columns { padding: 60px 0; }
		.content-columns .slab { align-items: center; flex-direction: column-reverse; }
			.content-columns .slab > div { max-width: 475px; width: 100%; }
				.content-columns .slab > div img { width: 100vw; }
		.content-columns .slab.slab-reverse { align-items: center; flex-direction: column-reverse; }
		.content-columns .slab .gray-box-container { padding: 0; }
		.content-columns .slab.slab-gap-md { margin-bottom: 50px; }
	
	.gray-box-sm { border-top-left-radius: 5px; border-top-right-radius: 5px; margin-top: -71px; max-width: 100%; padding: 25px 20px 20px; }
		.gray-box-sm h2 { background-color: rgba(79, 79, 79, 0.8); border-top-right-radius: 5px; border-top-left-radius: 5px; font-size: calc(2rem * .625); left: initial; margin: 0 -20px; padding: 25px 20px 20px; right: initial; width: calc(100% + 40px); }
		.gray-box-sm.qr-code-container .qr-code { flex-direction: column; } 
			.gray-box-sm.qr-code-container .qr-code .qr-code-image { display: none; }
			.gray-box-sm.qr-code-container .link-arrow-sm::after { left: 115px; margin: auto 0; }
	.gray-box-sm-mobile { margin-top: -96px; }
	.gray-box-sm .container { flex-direction: column; justify-content: center; }
		.gray-box-sm .container > div { align-items: flex-start; display: flex; margin-right: auto; }
			.gray-box-sm .container > div img { margin: 0; width: 35px; }
			.gray-box-sm .container > div div { padding-left: 20px; }
	
	.cards section .three-cols { padding: 0 0 30px; }
	
	.standard-title { margin-bottom: 30px; padding: 0 0 30px; }
		.standard-title p { font-size: calc(1.6rem * .625); line-height: 20px; }
		.standard-title.standard-title-wide { padding: 30px 0 0px; }
	
	.terms { padding: 30px 0; }
	
	.shadow-bg .blue-bg { max-width: 100%; }
		.shadow-bg .blue-bg h2 { font-size: calc(2rem * .625); line-height: 24px; }
		.shadow-bg .blue-bg .half-circle-contet { flex-direction: column; text-align: center; }
			.shadow-bg .blue-bg .half-circle-contet p { margin-bottom: 20px; }
	
	.hide-mobile { display: none; }
	.show-mobile { display: block; }
}

@media all and (max-width: 500px) {
	.explore-links { max-width: 100%; }
	
		.bc-head { width: 100%; }
	
	.hf-text { margin-bottom: 20px; }
	.hf-head { max-width: 270px; font-size: calc(3rem * .625); }
	.hf-subhead { font-size: calc(1.2rem * .625); }
}

@media (prefers-reduced-motion) {
	.link-arrow-sm:hover::after, .link-arrow-sm::after { transition: all 0s;}
}