html {
	scroll-behavior: smooth;
}

.info-img {
	vertical-align: super;
}
.welath-img {
	vertical-align: sub !important;
}

/****** Grid system ********/

.flex-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex-container {
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1rem;
	margin-left: -1rem;
}


.flex-col-33 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.flex-col-25 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.flex-col-40 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}

.flex-col-50 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.flex-col-60 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}

.flex-col-100 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.flex-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.flex-col-50,
.flex-col-60,
.flex-col-40,
.flex-col-33,
.flex-col-25,
.flex-col-100,
.flex-col {
	min-height: 1px;
	padding-right: 1rem;
	padding-left: 1rem;
}

p:last-child {
	margin-bottom: 0px;
}

/****** Grid end ********/

/****** Shared layout ********/
button:focus {
	outline: 0px !important;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important;
}

.for-mobile {
	display: none;
}

.background-light {
	background-color: #e0e4e0;
	color: #2D3A3A;
}

.background-dark {
	background-color: #2D3A3A;
	color: #fff;
}

.background-dark * {
	color: #fff;
}

.btn {
	min-width: 6.25rem;
	height: auto;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0.6rem 0.9rem 0.3rem 0.9rem;
	border-radius: .25rem;
	border: 1px solid #2d3a3a;
	outline: none !important;
	white-space: normal;
}

.btn_primary {
	background-color: #2d3a3a;
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-weight: normal !important;
	padding: 1.125rem 1.563rem 0.75rem 1.563rem;
}

.btn_primary:hover,
.btn_primary:focus {
	background-color: transparent !important;
	color: #2d3a3a !important;
}

.btn_secondary {
	background-color: transparent;
	color: #2d3a3a;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-weight: normal !important;
	padding: 1.125rem 1.563rem 0.75rem 1.563rem;
}

.btn_secondary:hover,
.btn_secondary:focus {
	background-color: #2d3a3a;
	color: #fff;
}

.btn_tertiary {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-weight: normal !important;
	padding: 1.125rem 1.563rem 0.75rem 1.563rem;
}

.btn_tertiary:hover {
	background-color: #fff;
	color: #2d3a3a;
}

.btn_blue {
	background-color: transparent;
	color: #347A87;
	border-color: #347A87;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-weight: normal !important;
	padding: 1.125rem 1.563rem 0.75rem 1.563rem;
	margin-top: 0.938rem;
}

.btn_blue:hover {
	background-color: #347A87;
	color: #fff;
}

.stick-header-btn {
	padding: 0.938rem 1.25rem 0.625rem 1.25rem;
	font-size: 1rem;
	line-height: 1rem;
}

.text-center .btn {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.text-left .btn {
	margin-left: 0px;
	margin-right: 1.25rem;
}

.text-right .btn {
	margin-left: 1.25rem;
	margin-right: 0px;
}

/****** Start your saving section ********/

.start-your-savings-section {
	background-color: #e0e4e0;
}

.start-your-savings-section .left-start .title p {
	color: #2d3a3a;
	font-size: 2.688rem;
	font-weight: 400;
	margin: 0 0;
	letter-spacing: 0.027rem;
	line-height: 2.5rem;
	text-align: center;
}

.start-your-savings-section .left-start .title {
	max-width: 480px;
	width: 100%;
}

.start-your-savings-section .right-start .content {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

.start-your-savings-section .right-start .content {
	max-width: 480px;
	width: 100%;
	padding: 7rem 0;
}

.start-your-savings-section .right-start .content button.learn-more {
	background-color: #2d3a3a;
	border: 1px solid #2d3a3a;
}

.start-your-savings-section .right-start .content p {
	color: #2d3a3a;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.027rem;
	line-height: 1.7rem;
}


/*********** Saving account now ****************/

.program-now-section .left-program-now {
	background-color: #79a2a4;
}

.program-now-section .left-program-now .content {
	font-size: 2.688rem;
	line-height: 3.125rem;
	text-align: center;
	max-width: 480px;
	width: 100%;
	padding: 17rem 0;
}

.program-now-section .left-program-now .content p:nth-child(1) {
	color: #2d3a3a;
}

.program-now-section .left-program-now .content p:nth-child(2) {
	color: #2e3a3a;
	font-size: 1.125rem;
	line-height: 1.25rem;
}

.program-now-section .left-program-now .content button.btn_icon span {
	padding-left: 0;
}

.program-now-section .right-program-now {
	background: url(../img/banner_6.png) no-repeat;
	background-size: cover;
}

img {
	vertical-align: bottom;
}

/********** How it works **************/

.howitworks-section .flex-container {
	justify-content: center;
	align-items: center;
	display: flex;
}

.howitworks-section .how-it-works {
	margin-top: 7.313rem;
	margin-bottom: 5.438rem;
	text-align: center;
}

.howitworks-section .how-it-works h2 {
	font-size: 2.625rem;
	margin: 0px;
}

.howitworks-section .hitw_left_01 p:nth-child(2) {
	font-weight: 400;
	font-size: 1.938rem;
	line-height: 2.25rem;
	letter-spacing: 0.01em;
}

.howitworks-section .hitw_left_01 p:nth-child(3) {
	color: #a5aba9;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	letter-spacing: 0.04em;
}

.howitworks-section .hitw_left_01 p:nth-child(4) {
	color: #a5aba9;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.125rem;
	margin-right: 15%;
}

.howitworks-section .hitw_right_02 img {
	float: right;
	margin-left: 35px;
}

.howitworks-section .hitw_right_02 p {
	text-align: right;
}

.howitworks-section .hitw_right_02 p:nth-child(2) {
	color: #e0e4e0;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 1.0.75rem;
}

.howitworks-section .hitw_right_02 p:nth-child(3) {
	color: #fff;
	font-size: 31px;
	font-weight: 400;
	white-space: nowrap;
}

.howitworks-section .hitw_right_02 p:nth-child(4) {
	color: #a5aba9;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.125rem;
}

.hitw_left_arrow .desktop {
	width: 75%;
}

.howitworks-section .hitw_right_arrow,
.howitworks-section .hitw_left_arrow {
	text-align: center;
	margin: 2rem 0;
}

.hitw_right_arrow img {
	width: 75%;
	margin-top: -1.25rem;
}

.hitw_btn {
	text-align: center;
	margin-top: 4.375rem;
	margin-bottom: 6.25rem;
}

.howitworks-section .learn-more:hover {
	background-color: #fff;
	color: #2d3a3a;
}

.hitw_btn p {
	color: #e0e4e0;
	font-size: 0.75rem;
	font-family: FoundersGroteskMono-Regular;
	font-weight: 400;
	margin-top: 1.875rem !important;
}

.howitworks-section .mobile,
.btn_icon.mobile {
	display: none;
}

.hitw_left_01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-col p:nth-child(1) {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.07rem;
	font-family: FoundersGroteskMono-Regular;
}

.content-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
}

.img-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.img-col img {
	width: 81%;
	height: auto;
}

.mobile-arrow {
	display: none;
}

.right-direction {
	direction: rtl;
	text-align: right;
}

.btn_icon img.lock_balck,
.btn_icon:hover img.lock {
	display: none;
}

.btn_icon:hover img.lock_balck {
	display: inline-block;
}

.btn_icon img {
	position: relative;
	top: -1px;
	left: -4px;
	width: 1.188rem;
}

.btn_icon:hover {
	background-color: transparent;
	color: #2d3a3a !important;
}

.btn_icon span {
	padding-left: 0.938rem;
}


/*********** testimonial ********/

.testimonial-section {
	background-color: #ffffff;
	text-align: center;
	padding: 7rem 0px 6.25rem;
}

.testimonial-section .left-testimonial .content p {
	color: #2d3a3a;
	font-weight: 400;
	letter-spacing: 0.43px;
	font-size: 0.75rem;
	margin-bottom: 0px;
}

.testimonial-section .content h3 {
	font-size: 1.4rem;
	line-height: 1.875rem;
	color: #2d3a3a;
	width: 70%;
	margin: auto;
}

/******************** New design ******************/

h1 {
	font-size: 4.5rem;
	line-height: 4.5rem;
	font-family: 'FoundersGrotesk-Medium';
}

h2 {
	font-size: 3.875rem;
	line-height: 4.25rem;
	margin: 0 0 1.25rem 0px;
	font-family: 'FoundersGrotesk-Medium';
}

.section {
	padding: 110px 0px;
	position: relative;
}

.banner-section {
	background-color: #e0e4e0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 60px 0 70px 0px;
}

.banner-section h1.version-2 {
	font-size: 5rem;
	line-height: 5rem;
	margin: 0 0 1.563rem 0px;
}

.banner-section h1 {
	font-size: 3.375rem;
	line-height: 3.75rem;
}

.banner-section h1 span {
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.563rem;
}

.banner-section .content p {
	font-weight: 300;
	font-size: 1.375rem;
	line-height: 2rem;
	color: #2D3A3A;
}

.banner-section .btn {
	margin-right: 0.938rem;
	margin-top: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.125rem;
	font-weight: normal !important;
	padding: 1.125rem 1.563rem 0.625rem 1.563rem;
}

.banner-section.version-2 {
	padding-bottom: 0.938rem;
}

.logoList-section.version-2 {
	padding-top: 280px;
}

.chart-box.version-2 {
	margin-bottom: -200px;
}

.chart-box {
	background-color: #fff;
	padding: 1.25rem 2.5rem 2.188rem 2.5rem;
	border-radius: 0.625rem;
}

.chart-box .bar-info {
	padding: 1.125rem 0px 0.5rem 0px;
	border-bottom: 1px solid #E0E4DF;
}

.chart-2 .bar-info {
	padding-top: 44px;
	padding-bottom: 15px;
}

.chart-box .category {
	margin-bottom: 5px;
}

.chart-box .category span {
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.02em;
	color: #4F4F4F;
	padding: 4px 7px 0 7px;
	background: #EFF1EE;
	border-radius: 60px;
}

.active .skillbar-bar {
	background: linear-gradient(90deg, #73B2B5 0%, #347A87 100%);
}

.chart-box .bar-title {
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #4F4F4F;
}

.chart-box .active .bar-title {
	font-size: 1.325rem;
	line-height: 31px;
	color: #347A87;
}

.bar-area .bar-savings-header { font-weight: 200 !important; } 
.bar-area .bar-title {font-weight: 600;}
.bar-area .bar-title-main {font-size: 28px !important;}
.bar-area .bar-title-top {font-weight: 300;}
.bar-area .bar-savings-header {font-size: 20px !important;}

.skill-bar-percent {
	font-size: 1.375rem;
	line-height: 1.375rem;
	text-align: right;
	color: #697371;
}

.skillbar-wrapper p.returntxt {
	font-size: 15px !important;
	color: #333333 !important;
	text-align: right !important;
}

.chart-2 .skill-bar-percent {
	color: #000;
	font-size: 24px;
	line-height: 29px;
	margin-top: -17px;
}

.chart-2 .skill-bar-percent span.year {
	color: #4F4F4F;
	font-size: 18px;
	line-height: 22px;
	display: block;
}

.chart-box .active .skill-bar-percent {
	font-size: 46px;
	color: #347A87;
	margin-top: -10px;
}

.flex-align-bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.other-content {
	margin-top: 1.875rem;
	font-size: 14px;
	line-height: 17px;
	color: #4F4F4F;
}

.other-content .special.gototerms {
	font-size: 12px;
}

.other-content sup {
	font-size: 12px !important;
	top: -8px !important;
}

.chart-detail {
	text-align: center;
	margin-top: 2.188rem;
}

.btn-chart-detail {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.188rem;
	text-align: center;
	color: #347A87 !important;
	margin-top: 1.875rem;
	margin: auto;
}

.chart-content {
	text-align: left;
	background-color: #fff;
	padding: 3.125rem;
	font-size: 1.125rem;
	line-height: 160%;
	color: #2D3A3A;
	position: relative;
}

.chart-content .close {
	position: absolute;
	right: 1.875rem;
	top: 1.875rem;
	border: 0 !important;
	outline: 0 !important;
	font-size: 2.5rem;
	color: #2D3A3A;
	cursor: pointer;
	font-weight: 100;
	opacity: 1;
	z-index: 999;
}

.chart-content h3 {
	font-size: 2.25rem;
	line-height: 43px;
}

.chart-content p {
	font-size: 1.125rem;
	line-height: 160%;
}

.chart-content p a {
	color: #347A87 !important;
}

.chart-view .chart-input {
	background-color: #fff;
	border-right: 1px solid #EFF1EF;
	padding: 3.75rem 4.063rem;
}

.see-how-it-works img {
	margin-top: -4px;
	margin-right: 0.625rem;
}

.hover-icon {
	display: none;
}

.see-how-it-works:hover .default-icon,
.see-how-it-works:focus .default-icon {
	display: none;
}

.see-how-it-works:hover .hover-icon,
.see-how-it-works:focus .hover-icon {
	display: inline-block !important;
}

.logoList-section {
	background: white;
	padding-bottom: 0;
	padding-top: 80px;
}

.logo-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	width: 100%;
	padding-bottom: 92px;
}

.page-referralprogram .logo-list {
	padding-bottom: 90px;
	border-bottom: 1px solid #e0e4df;
}

.page-referralprogram .reward-section {
	padding: 6.25rem 0 6.25rem 0px
}

.version-2 .logo-list {
	border-bottom: 1px solid #E0E4DF;
}

.logoBox {
	padding: 0 0.938rem;
	text-align: center;
}

.logoBox img {
	max-height: 2.5rem;
}

.saving-items-section {
	background-color: #fff;
}

.saving-items-section .title {
	text-align: center;
}

.saving-items-section .title p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 0.01em;
	color: #2D3A3A;
}

.saving-items-section .saving-items {
	justify-content: center;
}

.saving-items-section .saving-items .item {
	max-width: 283px;
}

.saving-items .item {
	max-width: 330px;
	text-align: center;
	margin: auto;
	margin-top: 70px;
}

.saving-items img {
	max-height: 160px;
}

.saving-items h4 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.813rem;
	margin-top: 35px;
	margin-bottom: 0.938rem;
}

.saving-items p {
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-bottom: 0;
}

.note-content {
	margin-top: 3.125rem;
}

.note-content p {
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 160%;
	text-align: center;
	color: #2D3A3A;
}

.note-content a {
	color: #347A87;
}

.invest-calculate-section {
	padding-bottom: 80px;
	background-color: #EFF1EF;
}

.invest-calculate-section .title {
	text-align: center;
}

.chart-input-form {
	margin-top: 62px;
}

.chart-input-form .form-group {
	margin-bottom: 62px;
}

.invest-calculate-section .chart-view {
	margin-top: 70px;
	margin-bottom: 80px;
}

.note-info {
	font-size: 14px;
	line-height: 1.25rem;
	color: #697371;
	margin-top: 60px;
}

.note-info-disclaimer {
	font-size: 1rem;
	line-height: 1.25rem;
	color: #697371;
	text-align: center;
	padding: 0 1rem 1rem 1rem;
	margin-top: -3.125rem;
}

.note-info-disclaimer-savings {
	font-size: 0.9rem !important;
}

.note-info a {
	color: #697371;
	text-decoration: underline;
}

.earning-compare-section {
	padding: 6.25rem 0px;
	background-color: #fff;
}

.earning-compare-section .title {
	text-align: center;
}

.earning-compare-section h3 {
	margin: 0;
}

.earning-compare-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.earning-compare-section li {
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #2D3A3A;
	margin-top: 1.875rem;
	padding-left: 35px;
}

.earning-compare-section .content {
	margin-top: 85px;
	margin-bottom: 80px;
}

.earning-compare-section .left-content li {
	background: url(../img/icon-x.png) 0 0 no-repeat;
	background-size: 1rem;
}

.earning-compare-section .right-content li {
	background: url(../img/icon-check.png) 0 0 no-repeat;
	background-size: 1.25rem;
}

.earning-compare-section .left-content {
	padding-right: 6.25rem;
}

.earning-compare-section .right-content {
	padding-left: 6.25rem;
	border-left: 1px solid #d2d5d4;
}

.earning-compare-section .item-row {
	border-bottom: 1px solid #E0E4DF;
	padding: 1.563rem 0px 1.25rem 0px;
	display: flex;
	flex-wrap: wrap;
}

.earning-compare-section .compare-items {
	padding: 1.875rem 0 90px 0px;
	max-width: 920px;
	margin: auto;
}

.earning-compare-section .item-row h4 {
	margin: 0;
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 2.125rem;
	display: none;
}

.earning-compare-section .item-row:first-child h4 {
	display: block;
}

.earning-compare-section .item-title {
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #2D3A3A;
	padding-right: 1.875rem;
}

.earning-compare-section .trad-bank {
	flex: 0 0 30%;
	max-width: 30%;
	display: flex;
	justify-content: center;
	color: #697371;
}

.earning-compare-section .with-save {
	flex: 0 0 20%;
	max-width: 20%;
	display: flex;
	justify-content: center;
	color: #347A87;
}

.earning-compare-section .trad-bank img,
.earning-compare-section .with-save img {
	align-self: center;
}

.deposit-safe-section {
	background: #2D3A3A;
}

.deposit-safe-section .title {
	text-align: center;
	margin-bottom: 80px;
}

.deposit-safe-section .title h2 {
	margin-bottom: 1.875rem;
	font-size: 52px;
	line-height: 58px;
	color: #fff;
}

.deposit-safe-section .title p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #fff;
	;
}

.deposit-safe-section .btn-row {
	margin-top: 6.25rem;
}

.center-container {
	max-width: 792px;
	margin: auto;
}

.deposit-item {
	background-color: #fff;
	margin-bottom: 1.875rem;
	padding: 3.125rem 0 3.125rem 3.125rem;
}

.deposit-item .flex-row {
	align-items: center;
}

.deposit-item .img {
	text-align: center;
}

.deposit-item h3 {
	font-weight: 300;
	font-size: 3rem;
	line-height: 3.625rem;
	color: #79A2A4;
	margin-bottom: 0.625rem;
}

.deposit-item p {
	font-size: 1.5rem;
	line-height: 1.813rem;
	color: #2D3A3A;
}

.deposit-item.last-child {
	margin-bottom: 0px;
}

.multiply-earning {
	background-color: #fff;
	padding: 6.25rem 0px;
}

.multiply-earning .title {
	text-align: center;
	margin-bottom: 130px;
}

.multiply-earning h5 {
	font-size: 2.25rem;
	line-height: 43px;
	margin-bottom: 1.875rem;
}

.multiply-earning .title p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
	/* or 133% */
	text-align: center;
	letter-spacing: 0.01em;
	color: #2D3A3A;
}

.no-button {
	background: #CA633A;
	display: inline-block;
	padding: 0.625rem 0.75rem 4px 0.75rem;
	margin-right: 0.938rem;
	border-radius: 60px;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 0.75rem;
	vertical-align: middle;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.earning-item .flex-row {
	align-items: center;
}

.earning-item {
	margin-bottom: 6.25rem;
}

.earning-item h4 {
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}

.earning-item h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 1.25rem;
}

.earning-item p {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
	max-width: 420px;
}

.earning-item .link {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #347A87;
}

p.note {
	font-size: 14px;
	line-height: 1.25rem;
	color: #697371;
}

.earning-item:nth-child(odd) .content {
	float: right;
}

.earning-item:nth-child(even) .img {
	text-align: right;
}

.earning-item:nth-child(even) .content {
	max-width: 480px;
}

.article-section {
	background-color: #79A2A4;
	color: #fff;
}

.article-section .flex-row {
	align-items: center;
}

.article-section .content {
	max-width: 520px;
	padding-left: 2.5rem;
}

.article-section h2 {
	color: #FFFFFF;
}

.article-section h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	margin-bottom: 3.125rem;
}

.article-section p {
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: 0.01em;
}

.put-saving-section {
	background-color: #EFF1EF;
}

.put-saving-section .flex-row {
	justify-content: center;
}

.put-saving-section .title {
	text-align: center;
	margin-bottom: 80px;
}

.put-saving-section .title p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
}

.saving-feature {
	text-align: center;
	max-width: 300px;
	margin: auto;
	margin-bottom: 80px;
}

.saving-feature h4 {
	margin: 1.375rem 0 1.375rem 0px;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.813rem;
	text-align: center;
}

.saving-feature p {
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin: 0;
}

.saving-feature p .special.gototerms {
	font-size: 12px;
}

.meet-section {
	background-color: #fff;
	text-align: center;
}

.meet-section h2 {
	color: #79A2A4;
	margin-bottom: 60px;
}

.banner-howitworks .title {
	margin-bottom: 3.125rem;
}

.banner-howitworks .background-gray {
	background-color: #e0e4e0;
	padding: 60px 0 0 0px;
}

.banner-howitworks h1 {
	text-align: center;
}

.banner-howitworks h1 span {
	font-size: 1.375rem;
	line-height: 1.625rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.875rem;
	font-family: 'FoundersGrotesk-Regular';
}

.banner-howitworks p {
	font-weight: 300;
	font-size: 1.625rem;
	line-height: 2.25rem;
	text-align: center;
	color: #2D3A3A;
}

.video-howitworks {
	cursor: pointer;
	text-align: center;
	padding: 60px;
	position: relative;
	z-index: 2;
	margin: auto;
	margin-bottom: -45px;
	max-width: 920px;
	min-height: 516px;
	background: #fff url(../img/video-howitworks.png) center center no-repeat;
	box-shadow: 0px 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
	border-radius: 0.625rem;
}

.playvideo-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background: url(../img/icon/play_01.png) center top no-repeat;
	background-size: 80px;
	font-size: 1.375rem;
	line-height: 1.625rem;
	color: #2D3A3A !important;
	text-align: center;
	font-weight: normal !important;
	padding-top: 95px;
}

.background-gray-light {
	background-color: #EFF1EF;
}

.banner-howitworks .background-gray-light {
	padding: 6.25rem 0 0px 0px;
}

.banner-howitworks .btn-row {
	border-bottom: 1px solid #cacecc;
	padding-bottom: 60px;
}

.grow-money-section {
	background-color: #fff;
}

.grow-money-section h2 {
	font-size: 52px;
	line-height: 58px;
	text-align: center;
}

.grow-money-section .title p {
	font-size: 1.875rem;
	line-height: 2.25rem;
	letter-spacing: -0.01em;
	color: #2D3A3A;
}

.grow-money-section .title .content {
	padding: 0px 80px;
	margin-top: 6.25rem;
}

.grow-money-section .left-content {
	border-right: 1px solid #C4C4C4;
}

.grow-money-section .content-2 {
	text-align: center;
	margin-top: 6.25rem;
	margin-bottom: 3.125rem;
}

.grow-money-section .content-2 h3 {
	margin-top: 2.5rem;
	margin-bottom: 35px;
	font-size: 2.5rem;
	line-height: 3rem;
	text-align: center;
	color: #2D3A3A;
}

.grow-money-section .content-2 p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	text-align: center;
	letter-spacing: 0.01em;
}

.saving-goals-section {
	background-color: #EFF1EF;
}

.saving-goals-section .title {
	text-align: center;
	margin-bottom: 80px;
}

.saving-goals-section .title p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 0.01em;
}

.saving-goals-section .content {
	margin-bottom: 2.5rem;
}

.saving-goals-section h3 {
	margin-bottom: 2.5rem;
}

.saving-goals-section p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	letter-spacing: 0.01em;
}

.link {
	color: #347a87 !important;
	font-weight: normal;
	text-decoration: underline;
}

.btn-icon-pdf {
	background: transparent url(../img/icon-pdf.png) 0.938rem center no-repeat !important;
	color: #2D3A3A !important;
	padding-left: 47px;
}

.saving-goals-section .btn-row {
	margin-top: 2.5rem;
}

.casestudy-section {
	color: #fff;
	text-align: center;
	background-color: #2D3A3A;
}

.casestudy-section h2 {
	color: #fff;
}

.casestudy-section h2 span {
	font-size: 1.375rem;
	line-height: 1.625rem;
	letter-spacing: 0.03em;
	display: block;
	margin-bottom: 1.875rem;
}

.no-return-section {
	background-color: #79A2A4;
	color: #fff;
	padding-bottom: 70px;
}

.no-return-section .title {
	max-width: 450px;
}

.no-return-section .content {
	max-width: 500px;
}

.no-return-section h2 {
	color: #fff;
}

.no-return-section h2 span {
	font-weight: 300;
	margin-bottom: 1.25rem;
	font-size: 1.375rem;
	line-height: 1.625rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: block;
	font-weight: 300;
}

.no-return-section p {
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: 1.875rem;
	letter-spacing: 0.01em;
}

.no-return-section p .special.gototerms {
	font-size: 13px;
}

.no-return-section h2~p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
}

.portfolio-strategy {
	text-align: left;
	padding: 3.125rem;
}

.portfolio-strategy .content {
	padding-right: 0.938rem;
}

.portfolio-strategy p {
	font-size: 1.875rem;
	line-height: 2.25rem;
	letter-spacing: 0.01em;
	color: #2D3A3A;
}

.strategy-chart {
	padding-left: 0.938rem;
}

.strategy-chart h4 {
	font-size: 1.5rem;
	line-height: 1.813rem;
	color: #2D3A3A;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.strategy-chart .disclaimer {
	font-size: 1rem;
	line-height: 1.188rem;
	margin: -1.875rem 0 0.938rem 1.875rem;
}

.return-value {
	display: flex;
	margin: 90px 0px;
}

.return-value .percent {
	padding-right: 1.25rem;
	color: #347A87;
	font-size: 4.25rem;
	line-height: 4.25rem;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.return-value .percent span {
	font-size: 2.5rem;
}

.return-value .percent p {
	font-size: 1rem;
	line-height: 1.188rem;
	color: #2D3A3A;
}

.return-value .percent-2 {
	color: #79A2A4;
}

.return-value .percent-3 {
	color: #A5ABA9;
}

.portfolio-strategy .learnmore {
	font-size: 1rem;
	line-height: 1.188rem;
	color: #2D3A3A;
}

.video-howitworks-2 {
	text-align: center;
	padding: 60px;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
	margin: auto;
	margin-bottom: -280px;
	max-width: 980px;
	background: #fff
		/* f url(../img/savingsquad-video.png) center bottom no-repeat; */
	;
	box-shadow: 0px 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
	border-radius: 0.625rem;
}

.video-howitworks-2 img {
	max-width: 330px;
}

.video-howitworks-2 h3 {
	font-weight: 300;
	margin-bottom: 13px;
	font-size: 2.25rem;
	line-height: 110%;
	text-align: center;
}

.video-howitworks-2 .video-link {
	font-weight: 600;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 1.375rem;
	line-height: 1.625rem;
	color: #347A87;
	background: #fff url(../img/play-sm-icon-2.svg) right center no-repeat;
	padding: 7px 35px 0 0px;
}

.video-howitworks-2 p {
	font-size: 1rem;
	line-height: 1.188rem;
	text-align: center;
	color: #697371;
}

.background-white {
	background-color: #fff;
}

.banner-howitworks .background-white {
	padding: 330px 0 0px 0px;
}

.steps-3 h3 {
	font-family: FoundersGrotesk-Regular;
	font-weight: normal;
	font-size: 4.625rem;
	line-height: 5.563rem;
	text-align: center;
	color: #79A2A4;
	margin-bottom: 0.938rem;
}

.steps-3 h4 {
	margin-top: 0;
}

.returns-section {
	background-color: #fff;
}

.returns-section .title {
	text-align: center;
}

.returns-section .title h2 span {
	display: block;
	font-size: 1.375rem;
	line-height: 1.625rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
	font-family: 'FoundersGrotesk-Regular';
}

.returns-section .title p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 0.01em;
	color: #2D3A3A;
}

.referrals-returns {
	margin: 6.25rem 0 3.125rem 0px;
}

.referrals-returns .img {
	padding-right: 1.875rem;
}

.referrals-returns h4 {
	font-size: 2rem;
	line-height: 2.375rem;
	margin-bottom: 0;
}

.returns-value {
	display: flex;
}

.returns-value .percent {
	color: #79A2A4;
	font-size: 2.625rem;
	line-height: 3.125rem;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 45px 0 2.5rem;
}

.returns-value .percent p {
	font-size: 1rem;
	line-height: 1.188rem;
	color: #2D3A3A;
	margin: 0;
}

.content .returns-value:nth-child(2) {
	border-bottom: 1px solid #E0E4DF;
}

.referrals-returns .other-content {
	font-size: 1rem;
	line-height: 1.188rem;
}

.banner-about {
	padding-top: 60px;
	padding-bottom: 0;
}

.banner-about h1 {
	font-size: 3.375rem;
	line-height: 3.75rem;
	text-align: center;
}

.banner-about h1 span {
	font-size: 1.375rem;
	line-height: 1.625rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.875rem;
	font-family: 'FoundersGrotesk-Regular';
}

.banner-about .title {
	margin-bottom: 70px;
	text-align: center;
}

.banner-about .title p {
	font-weight: 300;
	font-size: 1.625rem;
	line-height: 2.25rem;
}

.team .title {
	margin-bottom: 70px;
	text-align: center;
}

.team .title h1 {
	text-align: center;
	margin-bottom: 30px;
}

.team-members .flex-col-33 {
	margin-bottom: 60px;
}

.team-members .member {
	background-color: #fff;
	text-align: center;
	/* height: 100%; */
}

.banner-about.team .team-members .member {
	height: auto;
}

.team-members .content {
	padding: 1.875rem 1.875rem 1.25rem 1.875rem;
	text-align: left;
}

.team-members .member h3 {
	font-size: 2.25rem;
	line-height: 43px;
	margin-bottom: 5px;
}

.team-members .member h4 {
	font-size: 1.375rem;
	line-height: 1.625rem;
	margin-bottom: 2.5rem;
}

.team-members .member p {
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.ways-3-section {
	background-color: #EFF1EF;
}

.ways-3-section .title {
	text-align: center;
	margin-bottom: 80px;
}

.content-3ways {
	text-align: left;
	margin-bottom: 80px;
}

.content-3ways h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.content-3ways p {
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.directors-section {
	background-color: #EFF1EF;
}

.directors-section .title {
	text-align: center;
	margin-bottom: 60px;
}

.directors-section h2 {
	font-size: 3.375rem;
	line-height: 3.75rem;
	color: #2D3A3A;
}

section.team {
	padding-bottom: 3.125rem;
}

.team-members .bio {
	display: none;
}

.team-members .content.active .bio {
	display: block;
}

.team .team-members .member h3 {
	font-size: 2rem;
	line-height: 2.375rem;
	margin-bottom: 0;
}

.team .team-members .member h4 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 1.25rem;
}

.member .link {
	margin-top: -0.938rem;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.member .link.active {
	margin-top: 0;
}

.hide {
	display: none;
}

.active .hide {
	display: inline-block;
}

.active .show {
	display: none;
}

.form-contact h2 {
	font-size: 2.25rem;
	line-height: 43px;
	color: #2D3A3A;
	margin-bottom: 60px;
}

.goodfaith-section p {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #2D3A3A;
}

sup.ref a {
	text-decoration: none;
}

sup.ref a:hover {
	text-decoration: none;
}

/******** new home *********/
.save-title {
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-bottom: 1.25rem;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #000;
}

.hero-section .save-title {
	font-size: 1.375rem;
	line-height: 1.625rem;
	margin-bottom: 1.563rem;
}

.reward-section .save-title {
	font-size: 1.375rem;
	line-height: 1.625rem;
}

.hero-section {
	padding: 3.125rem 0 78px 0px;
}

.hero-section h1 {
	font-size: 5rem;
	line-height: 93%;
	margin: 0 0 1.563rem 0px;
	color: #000;
}

.home.hero-section h1 {
	max-width: 480px;
}

.hero-section p {
	font-size: 1.375rem;
	line-height: 140%;
	color: #000;
	max-width: 550px;
}

.hero-section p sup {
	font-size: 14px;
}

.hero-section p strong {
	font-weight: 600;
}

.hero-section p.last {
	margin-bottom: 2.188rem;
}

.hero-debit-invest p.last {
	margin-bottom: 25px;
}

.hero-section .img {
	max-width: 516px;
	float: right;
}

.hero-section h1 .yellow-underline {
	border-bottom: 0.625rem solid #ecbb6c;
	line-height: 1.25rem;
}

.referral.hero-section h1 {
	font-size: 4.813rem;
	line-height: 4.813rem;
	margin: 0 0 1.563rem 0px;
}

.see-how {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-align: center;
	color: #347A87;
	padding-top: 0.938rem;
}

.see-how a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-bottom: -1.875rem;
	background: url(../img/icon/round-down-arrow.svg) center center no-repeat;
	background-size: 100%;
	font-size: 0px;
}

.white-wrapper {
	background-color: #fff;
}

.logoList-section h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 3.125rem;
	text-align: center;
	letter-spacing: 0.01em;
	font-family: 'FoundersGrotesk-Medium';
}

.publication-section {
	background: #fff;
	padding-top: 110px;
	padding-bottom: 0;
}


.publication-section h2 {
	font-size: 2.25rem;
	line-height: 2.688rem;
	margin-bottom: 3.125rem;
	text-align: center;
	letter-spacing: 0.01em;
	font-family: 'FoundersGrotesk-Medium';
}

.reward-section {
	padding-top: 3.125rem;
}

.reward-section .title {
	text-align: center;
}

.reward-section .title h2 {
	font-size: 3.25rem;
	line-height: 3.625rem;
	margin: 0px auto 1.563rem auto;
	max-width: 800px;
}

.reward-section h2 strong {
	font-weight: 600;
}

.reward-section .title p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
	letter-spacing: 0.01em;
}

.reward-section h3 {
	font-weight: 500;
	font-size: 1.875rem;
	line-height: 2.25rem;
	margin-bottom: 1.25rem;
}

.check-list {
	list-style: none;
	margin: 0 0 0.938rem 0px;
	padding: 0;
}

.check-list li {
	font-size: 1.375rem;
	line-height: 1.75rem;
	background: url(../img/icon/tickt-org.svg) 0 5px no-repeat;
	background-size: 0.938rem;
	padding: 0rem 0 0 1.375rem;
	margin-top: 20px;
}

.check-list li:first-child {
	margin-top: 0;
}

.investcard-status .check-list {
	margin-top: 25px;
	margin-bottom: 20px;
}

.reward-section .traditional,
.reward-section .img {
	margin-top: 80px;
}

.reward-section .traditional {
	margin-bottom: 55px;
}

.reward-section .content {
	text-align: left;
	max-width: 450px;
}

.btn-link {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #347A87 !important;
	text-decoration: none;
	display: inline-block;
}

.reward-section .img {
	max-width: 421px;
	margin: auto;
	margin-top: 150px;
}

.reward-section .btn-link {
	margin-top: 0.938rem;
}

.investcard-status .content {
	padding-left: 3.125rem;
}

.investcard-status .save-title {
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: 0.03em;
}

.investcard-status h3 {
	font-size: 3rem;
	line-height: 3.25rem;
	margin-bottom: 20px;
	max-width: 510px;
}

.investcard-status p {
	font-size: 1.25rem;
	line-height: 140%;
	max-width: 534px !important;
}

.investcard-status .btn-link {
	margin-top: 1.875rem;
}

.investcard-status .check-list li {
	margin-top: 10px
}

.chart-box {
	border-radius: 0.625rem;
	background: #FFFFFF;
	box-shadow: 0px 6px 2.5rem rgba(0, 0, 0, 0.15);
}

.chart-box .tabs {
	padding: 15px 0 25px 0px;
	font-size: 20px;
	line-height: 24px;
	color: #828282;
}

.chart-box .tabs a {
	font-weight: 600;
	padding: 0 7px;
}

.chart-box .tabs a.active {
	color: #347A87;
}

.chart-box .tabs a:first-child {
	padding-left: 0;
}

.chart-box .tabs-item {
	display: none;
}

.chart-box .tabs-item.show {
	display: block;
}

.marekt-saving-section {
	padding: 70px 0px;
}

.marekt-saving-section .content {
	max-width: 450px;
}

.marekt-saving-section .btn-link {
	margin-top: 0.938rem;
}

.marekt-saving-section h3 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 1.25rem;
}

.referral-rewards-section {
	padding: 70px 0px 130px 0px;
}

.referral-rewards-section .img {
	margin: auto;
}

.referral-rewards-section .content {
	max-width: 450px;
}

.faq-section {
	padding: 120px 0 110px 0px;
	background-color: #EFF1EF;
}

.list-faq {
	margin-top: 50px;
}

.list-faq ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.list-faq li {
	border-bottom: 1px solid #D2D5D4;
}

.list-faq h4 {
	font-weight: 600;
	font-size: 1.375rem;
	margin: 0;
	padding: 1.563rem 3.125rem 1.25rem 0px;
	line-height: 1.625rem;
	cursor: pointer;
	background: url(../img/icon/faq-down-arrow.svg) right center no-repeat;
	transition: all 0.5s ease;
}

.list-faq li.active h4 {
	padding-bottom: 0.75rem;
	background: url(../img/icon/faq-up-arrow2.svg) right center no-repeat;
}

.list-faq .description {
	padding: 0 1.25rem;
	display: none;
}

.list-faq .active .description {
	display: block;
}

.list-faq .description p {
	color: #4f4f4f;
}


.list-faq .description li {
	border: 0;
	list-style-type: disc;
	color: #697371;
}

/******** end *********/

/********* 404 *******/
.notfound-section {
	text-align: center;
	padding-bottom: 170px;
}

.notfound-section h1 {
	font-size: 52px;
	line-height: 62px;
	margin: 1.875rem 0 1.875rem 0px;
}

.skill-bar-percent.with-upto {
	top: -1.813rem
}

.with-upto .upto {
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #697371;
}

.claim-reward {
	text-align: center;
	margin-top: 6.25rem;
}

.claim-reward p {
	font-size: 1.75rem;
	line-height: 2.125rem;
	font-weight: 600;
}

.claim-reward .btn-row {
	margin-top: 1.875rem;
}

.reward-works-section {
	color: #fff;
	background-color: #79A2A4;
	padding: 120px 0 90px;
}

.reward-works-section h3 {
	font-size: 3.875rem;
	line-height: 4.25rem;
	color: #FFFFFF;
}

.reward-works-section .content {
	max-width: 450px;
}

.page-referralprogram .investcard-status {
	padding-top: 120px;
}

.put-saving-section .claim-reward {
	margin-top: 0;
}

/********* home option 3  **********/
.page-home-option-3 .home.hero-section h1 {
	max-width: 600px;
	margin-bottom: 1.25rem;
}

.yellow_underline {
	position: relative;
	z-index: 1;
	font-weight: 600;
}

.yellow_underline:after {
	border-bottom: 0.625rem solid #ecbb6c;
	content: "";
	position: absolute;
	bottom: 1.25rem;
	z-index: -1;
	left: 0;
	width: 100%;
}

.page-home-option-3 .hero-section {
	padding-top: 1.5rem;
	padding-bottom: 3.125rem;
}

.page-home-option-3 .hero-section .flex-row {
	align-items: center;
}

.page-home-option-3 .hero-section .img {
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.page-home-option-3 .hero-section .btn-row {
	margin-bottom: 1.875rem;
}

.saving-tech .box-container {
	max-width: 1080px;
	margin: auto;
}
.inline-data {
	display: inline-flex;
}
.square_brown {
  height: 15px;
  width: 15px;
  background-color: #649b9d ;
  margin-right: 5px;
  margin-top: 2px;
  border-radius: 3px;
}
.square_green {
  height: 15px;
  width: 16px;
  background-color: #223f40;
  margin-right: 5px;
  margin-top: 2px;
  border-radius: 3px;
}

.chartdiv-new {
	margin-bottom: 2em;
}

.graph {
  border: 1px solid #edebeb;
  padding: 0 2em;
  border-radius: 1em;
  box-shadow: -1px 1px 22px 1px rgb(189 180 180 / 42%);
  margin-top: 2em;
}

.graph h4 {
	font-size: 1.8em;
	font-weight: 600;
}

.chartdiv-new .table {
	font-size: 0.9em;
	border-radius: 5px;
}

#chartdata {
	max-height: 400px;
	overflow: auto;
  }
  
  #chartdata table {
	width: 100%;
  }

.saving-tech {
	border-top: 1px solid #E0E4DF;
	padding-top: 110px;
	padding-bottom: 90px;
}

.saving-tech h3 {
	font-size: 3rem;
	line-height: 52px;
	color: #000;
	margin-bottom: 1.875rem;
	font-family: 'FoundersGrotesk-Medium';
}

.saving-tech h4 {
	font-size: 3rem;
	line-height: 52px;
	color: #ca633a;
	font-family: 'FoundersGrotesk-Medium';
}

.saving-tech .left-content {
	max-width: 550px;
}

.saving-tech .left-content p {
	text-transform: uppercase;
	font-size: 1.125rem;
}

.saving-tech .right-content p {
	font-size: 1.25rem;
}


.debit-investCard-section {
	background: #EFF1EE;
	padding: 110px 0px;
}

.debit-investCard-section .marekt-saving-section {
	padding-top: 0;
}

.debit-investCard {
	margin-bottom: 100px;
}

.debit-investCard img {
	max-width: 420px;
}

.debit-investCard .content {
	max-width: 500px;
}


.debit-investCard .content sup {
	font-size: 20px;
	top: -20px;
}

.marekt-saving-account .content {
	max-width: 560px;
	padding-left: 3.125rem;
}

.marekt-saving-account .chart-box {
	max-width: 550px;
}

.small-note {
	font-size: 14px;
	line-height: 17px;
	color: #4F4F4F;
	margin-top: 1.25rem;
}

.debit-investCard-section .btn_secondary {
	color: #347A87;
	border: 1px solid #347A87;
}

.debit-investCard-section .btn_secondary:hover {
	background-color: #347A87;
	color: #fff;
}

.page-home-option-3 .saving-items h4 {
	margin-bottom: 0.938rem;
}

.investment-caluculator .chart-view {
	margin-top: 6.25rem;
	margin-bottom: 60px;
	filter:
		drop-shadow(0px 6px 2.5rem rgba(0, 0, 0, 0.15));
	-webkit-box-shadow: 0px 0px 0.938rem 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 0.938rem 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 0.938rem 0px rgba(0, 0, 0, 0.15);
	border-radius: 0.625rem;
	overflow: hidden;
}

.investment-caluculator .chart-view .chart-input {
	background: #2D3A3A;
}

.investment-caluculator .chart-input h2 {
	color: #fff;
}

.investment-caluculator .chart-input label {
	color: #fff;
	font-weight: normal;
}

.investment-caluculator .chart-input .calc-input {
	color: #fff;
}

.investment-caluculator .chart-input .calc-input:focus {
	background-color: transparent;
}

.investment-caluculator .chart-input .select-styled {
	color: #fff;
}

.investment-caluculator .chart-input .btn_secondary {
	border: 1px solid #fff;
	color: #fff;
}

.investment-caluculator .chart-input .btn_secondary:hover {
	background-color: #fff;
	color: #2D3A3A;
}

.investment-caluculator .chart-output .flex-row {
	padding: 0 35px;
}

.card-account {
	background: #EFF1EE;
	padding: 120px 0px 80px 0px;
}

.card-account .img img {
	max-width: 455px;
}

.card-account h3 {
	font-size: 3.875rem;
	line-height: 100%;
	text-align: center;
	margin-bottom: 1.875rem;
}

.card-account .content-box {
	display: flex;
	padding: 0.625rem 0 0 1.25rem;
	margin-top: 1.25rem;
	background: #FFFFFF;
	box-shadow: 0px 6px 1.875rem rgba(0, 0, 0, 0.05);
	border-radius: 0.625rem;
}

.card-account .content {
	padding: 2.5rem 0 0 0.938rem;
}

.card-account .content-box img {
	max-height: 280px;
	width: auto;
}

.card-account .content-box h4 {
	font-weight: 600;
	font-size: 2.625rem;
	line-height: 105%;
	margin-bottom: 0.938rem;
}

.card-account .content-box a {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.188rem;
	text-align: center;
	cursor: pointer;
	padding: 1rem 1.375rem 0.625rem 1.375rem;
	margin-top: 0;
}

.page-debitinvest .logo-list {
	padding-bottom: 80px;
	border-bottom: 1px solid #f1f1f1;
}

.page-debitinvest .investcard-status {
	padding-top: 80px;
	padding-bottom: 80px;
}

.save-help-you-section {
	background: #EFF1EE;
	text-align: center;
}

.save-help-you-section .btn-row  {
	margin-top: 5rem;
}

.save-help-you-section .howitoworks {
	margin-top: 80px;
	padding: 3.125rem;
	background: #FFFFFF;
	box-shadow: 0px 1px 0.625rem rgba(0, 0, 0, 0.05), 0px 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
	border-radius: 11.1px;
}

.save-help-you-section h4 {
	font-weight: 600;
	font-size: 1.75rem;
	line-height: 34px;
	text-align: center;
}

.save-help-you-section h5 {
	font-weight: 300;
	font-size: 70px;
	line-height: 80px;
	text-align: left;
	color: #CA633A;
}

.save-help-you-section .howitoworks .items {
	display: flex;
}

.save-help-you-section .save-title {
	margin-bottom: 30px;
}

.save-help-you-section .content p {
	font-size: 1.5rem;
	line-height: 2rem;
}

.howitoworks .item {
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.5rem;
	max-width: 230px;
	margin: auto;
	margin-top: 1.875rem;
}

.articleCenter-section {
	background: #79A2A4;
	text-align: center;
	color: #fff;
	padding-bottom: 85px;
}

.articleCenter-section .flex-container {
	max-width: 850px;
}

.articleCenter-section p {
	font-size: 2rem;
	line-height: 2.375rem;
}

.articleCenter-section .btn_tertiary {
	margin-top: 1.563rem;
}

.average-graph-section {
	background: #2D3A3A;
	color: #fff;
}

.average-graph-section .title {
	text-align: center;
	margin-bottom: 3.125rem;
}

.average-graph-section h2 {
	font-size: 62px;
	line-height: 4.25rem;
	color: #fff;
}

.average-graph-section h3 {
	font-size: 2.25rem;
	line-height: 43px;
	color: #fff;
	margin-bottom: 1.563rem;
}

.average-graph-section p {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2rem;
}

.average-graph-section .content {
	max-width: 480px;
}

.average-graph-section .content p {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.average-graph-section .btn_tertiary {
	margin-top: 1.25rem;
}

.invest-future-section {
	background: #EFF1EE;
	padding-bottom: 0;
	display: table;
	width: 100%;
}

.invest-future-section .title {
	text-align: center;
}

.invest-future-section h2 {
	font-size: 3.875rem;
	line-height: 4.25rem;
}

.invest-future-section .img {
	text-align: center;
}

.invest-future-section .img img {
	max-width: 400px;
}

.invest-future-section img {
	max-width: 420px;
	width: 100%;
}

.invest-future-section ul {
	margin-bottom: 1.25rem;
}

.invest-future-section .content {
	margin-bottom: 3.125rem;
}

.invest-future-section .content .btn-row {
	padding-left: 1.25rem;
}

.page-debitinvest .faq-section {
	background-color: #fff;
}

.articleCenter-section-2 {
	background: #EFF1EE;
	text-align: center;
	padding-bottom: 110px;
}

.articleCenter-section-2 h2 {
	margin-bottom: 1.875rem;
}

.page-marketSavings .hero-section {
	text-align: center;
}

.page-marketSavings .hero-section h1 {
	max-width: 100%;
}

.page-marketSavings .hero-section p {
	max-width: 100%;
}

.page-marketSavings .hero-section .btn-row  {
	margin-top: 25px;
	margin-bottom: 38px;
}

.saving-items h4 small {
	display: block;
	font-size: 1rem;
	margin-top: -3px;
}

.page-debitinvest .investcard-status .content {
	padding-left: 0;
}

.choose-portfolio {
	background: #2D3A3A;
	color: #fff;
}

.choose-portfolio .title {
	text-align: center;
	margin-bottom: 60px;
}

.choose-portfolio .save-title {
	color: #fff;
}

.choose-portfolio h2 {
	color: #fff;
}

.choose-portfolio h3 {
	color: #fff;
	margin-bottom: 30px;
}

.choose-portfolio .content {
	margin-bottom: 40px;
}

.choose-portfolio .img {
	max-width: 530px;
}

.choose-portfolio .btn_secondary {
	border: 2px solid #fff;
	color: #fff;
}

.choose-portfolio .btn_secondary:hover {
	color: #2D3A3A;
	background-color: #fff;
}

.choose-portfolio .content p a {
	color: #fff !important;
	font-weight: normal !important;
}

.investments-features {
	background-color: #EFF1EE;
}

.investments-features h2 {
	font-size: 54px;
	line-height: 4.25rem;
}

.investments-features .title {
	text-align: center;
}

.page-aboutus .faq-section {
	background-color: #fff;
}

.page-debitinvest .saving-items .item {
	margin-top: 2.5rem;
}

.cut-img img {
	margin-bottom: -160px;
}

.cut-img-2 img {
	margin-bottom: -145px;
	max-width: 300px;
}

.cashbackchart {
	background-color: #fff;
	border-radius: 0.625rem;
	padding-top: 1.875rem;
}

.cashbackchart h4 {
	color: #000;
	padding-left: 1.75rem;
	font-weight: 600;
	margin-bottom: 0.938rem;
}

.cashbackchart .note-info {
	font-size: 0.75rem;
	line-height: 14px;
	color: #697371;
	text-align: center;
	padding: 0 1.25rem 1.875rem 1.25rem;
	margin: -3.125rem 0 0 0px;
}

#cashbackchartdiv {
	font-size: 0.75rem;
	line-height: 13px;
	color: #2D3A3A;
	letter-spacing: 0.02em;
	margin-left: -10px;
}

#chartdiv {
	width: 100%;
	height: 500px;
	max-width: 100%;
  }
  
  #chartdata {
	max-height: 400px;
	overflow: auto;
  }
  
  #chartdata table {
	width: 100%;
  }

.img img {
	max-width: 100%;
}

.content .btn {
	margin-top: 0.625rem;
}

#navbarNav ul li a.reserve-my-account {
	border: 1px solid #2D3A3A;
	color: #fff;
	background-color: #2D3A3A;
	border-radius: 4px;
	padding: 0.625rem 0.938rem 4px 0.938rem;
	margin-top: -5px;
}

#navbarNav ul li a.reserve-my-account:hover {
	color: #2D3A3A;
	background-color: transparent;
	font-weight: normal;
}

#navbarNav ul li a.login {
	border: 1px solid #2D3A3A;
	color: #2D3A3A;
	background-color: transparent;
	border-radius: 4px;
	padding: 0.625rem 0.938rem 4px 0.938rem;
	margin-top: -5px;
}

#navbarNav ul li a.login:hover {
	color: #fff;
	background-color: #2D3A3A;
	font-weight: normal;
}

.top-banner {
	display: none;
	background: #79A2A4;
	padding: 16px 16px 12px 16px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
	top: 5rem;
	z-index: 1000;
	width: 100%;
	position: fixed;
}

@media (max-width: 1023px) {
	.top-banner {
		top: 3rem; 
	}
}

.coming-soon {
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	top: 65px;
	background: #697371;
	padding: 12px 15px 6px 15px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.5s ease-in-out;
}

.get-app-section h2 {
	margin-bottom: 0.625rem;
}

.app-source a {
	display: inline-block;
	margin-right: 15px;
}

.get-app-section .flex-row {
	align-items: center;
}

.card-account .flex-row {
	margin: 0;
}

.card-account .flex-row .flex-col-50:nth-child(1) img {
	margin-right: -15px;
}

.card-account .flex-row .flex-col-50:nth-child(2) img {
	margin-left: -15px;
}

.card-account .flex-col-50 {
	padding: 0;
}

.marekt-saving-account .flex-row {
	align-items: center;
}

.marekt-saving-account h3 {
	margin-bottom: 20px;
	line-height: 110%;
}

.app-source {
	margin-top: 28px;
}

.info-btn {
	margin-left: 15px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	background: #CA633A;
	border-radius: 60px;
	padding: 7px 10px 1px 10px;
	display: inline-block;
}

.coming-soon-btn {
	margin-bottom: 15px;
}

.flex-inline {
	display: flex;
	align-items: center;
}

.hero-debit-invest {
	text-align: center;
	padding-bottom: 0rem!important;
}

.hero-debit-invest h1 {
	margin-bottom: 13px;
}

.hero-debit-invest p {
	max-width: 100%;
	font-size: 36px;
	line-height: 43px;
}

.hero-debit-invest .img,
.hero-market-saving .img {
	float: none;
	max-width: 100%;
	display: block !important;
}

.hero-debit-invest .img img {
	max-width: 450px;
}

.hero-market-saving .img img {
	max-width: 900px;
}


.inline-photo {
	opacity: 0;
	transform: translateY(4em);
	transition: transform 4s .25s cubic-bezier(0, 1, .3, 1),
		opacity .3s .25s ease-out;
	will-change: transform, opacity;
}

.inline-photo.is-visible {
	opacity: 1;
	transform: translateY(0)
}

.money-safer {
	padding: 120px 0px;
	background-color: #EFF1EE;
}
.money-safer h2 {
  font-size: 62px;
  line-height: 100%;
  text-align: center;
  margin: 0;
}
.money-safer .item {
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1), 0px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 48px 30px;
  margin-top: 60px;
  height: calc(100% - 60px);
}
.money-safer h4 {
  font-size: 36px;
  line-height: 105%;
  font-weight: bold;
  margin: 36px 0 24px 0px;
}


.investment-terms {
	background: #2D3A3A;
  }

  .investment-terms h2 {
	font-size: 62px;
	line-height: 110%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 21px;
  }

  .investment-terms .title p {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
  }


  .investment-terms .item {
	  text-align: center;
	  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.02), 0px 5px 20px rgba(0, 0, 0, 0.08);
	  margin-top: 70px;
  }

  .investment-terms .item .head {
	background: #818989;
	padding: 26px 16px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
  }

  .investment-terms .item-2 .head {
		background: #616B6B;
	}

	.investment-terms .item-3 .head {
		background: #424E4E;
	}
  .investment-terms .item .head h3 {
	font-size: 42px;
	line-height: 50px;
	color: #FFFFFF;
	margin: 0;
  }

  .investment-terms .item .head p {
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
	margin: 0 0 4px 0px;
  }

  .investment-terms .content {
	padding: 36px 16px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
  }

  .investment-terms .content p {
	font-size: 24px;
	line-height: 29px;
	color: #4F4F4F;
	margin: 0;
  }

  .investment-terms .percent {
	  display: flex;
	  justify-content: center;
  }

  .percent .value {
	font-size: 52px;
	line-height: 62px;
	text-transform: uppercase;
	color: #347A87;
  }

  .investment-terms .btn-row {
	  margin-top: 70px;
  }


  .grow-your-saving .chart-detail {
	margin: 30px 0 40px 0px;
  }

  .chart-2 .skillbar-wrapper {
	  display: none;
	  visibility: hidden;
	  opacity: 0;
	  transition: all 0.5s ease-in-out;
  }

  .chart-2 .skillbar-wrapper.show {
	  display: block;
	  visibility: visible;
	  opacity: 1;
  }
/******************** Responsive ******************/

@media (min-width: 768px) {
	.marekt-saving-account .flex-col-50:first-child {
		order: 2;
	}

	.invest-future-section .flex-col-50:first-child {
		order: 2
	}
}

@media (max-width: 1199px) {

	.banner-section h1,
	.banner-section h1.version-2 {
		font-size: 3.75rem;
		line-height: 3.75rem;
	}

	h2,
	.deposit-safe-section .title h2,
	.grow-money-section h2,
	.logoList-section h2,
	.directors-section h2,
	.card-account h3,
	.average-graph-section h2,
	.money-safer h2,
	.investment-terms h2 {
		font-size: 46px;
		line-height: 3.125rem;
	}

	h3 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.note-content p br,
	.saving-items-section h2 br {
		display: none;
	}

	.earning-compare-section .left-content {
		padding-right: 1.875rem;
	}

	.earning-compare-section .right-content {
		padding-left: 3.125rem;
	}

	.earning-compare-section .content {
		margin-top: 2.5rem;
	}

	.chart-box .active .bar-title {
		font-size: 1.375rem;
		line-height: 1.625rem;
	}

	.chart-box .active .skill-bar-percent {
		font-size: 2rem;
		line-height: 2rem;
	}

	.earning-item br,
	.put-saving-section br {
		display: none;
	}

	.referral.hero-section h1 {
		font-size: 3rem;
		line-height: 3rem;
	}

	.reward-section h2 br {
		display: none;
	}

	.page-referralprogram .logoList-section {
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {

	h1,
	.banner-about h1,
	.hero-section h1 {
		font-size: 3.125rem;
		line-height: 3.125rem;
	}

	p br {
		display: none;
	}

	.banner-howitworks h1 span,
	.banner-about h1 span {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	.section {
		padding: 70px 0px;
	}

	.logoList-section {
		padding-bottom: 3.125rem;
	}

	.reward-works-section {
		padding: 70px 0 3.125rem;
	}

	.reward-works-section h3 {
		font-size: 2.9rem;
		line-height: 3rem;
	}

	.banner-section h1,
	.banner-section h1.version-2 {
		font-size: 3.125rem;
		line-height: 3.125rem;
	}

	.banner-section .content p {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	.banner-section.version-2 {
		height: auto;
	}

	.banner-section .flex-col-50 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.logo-list {
		padding-bottom: 0px;
	}

	.chart-box.version-2 {
		margin-bottom: 0;
	}

	.grow-your-saving .chart-group h4 {
		margin-bottom: 10px;
	}

	.chart-group .chart-box .bar-title {
		padding-right: 0;
	}
	.chart-group .tabs a {
		margin-bottom: 20px;
	}

	.marekt-saving-account .chart-box {
		margin-top: 0;
	}

	.logoList-section.version-2 {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.saving-items .item {
		margin-top: 2.5rem;
	}

	.saving-items img {
		max-height: 90px;
	}

	.saving-items h4,
	.saving-feature h4 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		margin-top: 1.563rem;
		margin-bottom: 0.625rem;
	}

	.invest-calculate-section .chart-view {
		margin-top: 2.5rem;
	}

	.deposit-safe-section .title {
		margin-bottom: 2.5rem;
	}

	.deposit-safe-section .btn-row {
		margin-top: 60px;
	}

	.multiply-earning .title,
	.put-saving-section .title {
		margin-bottom: 60px;
	}

	.earning-item h4 {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.earning-item h3 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.earning-item p {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	p.note {
		font-size: 13px;
		line-height: 1rem;
	}

	.earning-item .link {
		font-size: 1rem;
	}

	.multiply-earning h5 {
		font-size: 1.875rem;
		line-height: 2.188rem;
	}

	.earning-item {
		margin-bottom: 70px;
	}

	.article-section .content {
		padding-left: 0;
		max-width: 100%;
	}

	.article-section h2 {
		font-size: 2.5rem;
		line-height: 2.813rem;
		margin-bottom: 5px;
	}

	.article-section h4 {
		font-size: 1.25rem;
		line-height: 1.5rem;
		margin-bottom: 1.875rem;
	}

	.saving-feature,
	.meet-section h2 {
		margin-bottom: 2.5rem;
	}

	.multiply-earning h5 {
		font-size: 1.5rem;
		line-height: 1.625rem;
		margin-bottom: 0.938rem;
	}

	.banner-section.version-2 {
		padding-bottom: 70px;
	}

	.grow-money-section .title .content {
		padding: 0px 1.875rem;
		margin-top: 1.875rem;
	}

	.grow-money-section .content-2 {
		margin-top: 3.125rem;
	}

	.saving-goals-section h3 {
		margin-bottom: 0.625rem;
		font-size: 1.875rem;
		line-height: 33px;
	}

	.saving-goals-section p {
		font-size: 1rem;
		line-height: 1.375rem;
	}

	.saving-goals-section .content {
		margin-bottom: 1.25rem;
	}

	.saving-goals-section .btn-row {
		margin-top: 0;
		padding-bottom: 1.875rem;
	}

	.saving-goals-section .flex-row {
		align-items: flex-start;
		margin-bottom: 2.5rem;
	}

	.portfolio-strategy {
		margin-bottom: 3.125rem;
		margin-top: 0px;
	}

	.portfolio-strategy .flex-col-50 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.return-value {
		margin: 3.125rem 0px;
	}

	.no-return-section h2 span {
		font-size: 1.125rem;
		line-height: 1.25rem;
	}

	.no-return-section p {
		font-size: 1rem;
		line-height: 1.375rem;
	}

	.logoBox img {
		max-height: 1.875rem;
	}

	.logoList-section h2 {
		margin-bottom: 1.875rem;
	}

	.strategy-chart {
		padding-left: 0;
		margin-top: 3.125rem;
	}

	.team-members .content {
		padding: 1.25rem;
	}

	.team-members .member h3,
	.team .team-members .member h3,
	.content-3ways h3 {
		font-size: 1.625rem;
		line-height: 1.875rem;
	}

	.team-members .member h4,
	.team .team-members .member h4 {
		font-size: 1.125rem;
		line-height: 1.375rem;
		margin-bottom: 1.25rem;
	}

	.team-members .member p {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.ways-3-section .title {
		margin-bottom: 2.5rem;
	}

	.content-3ways h3 {
		margin: 0.938rem 0px;
	}

	.team-members .flex-col-33 {
		margin-bottom: 1.875rem;
	}

	.video-howitworks-2 {
		padding: 2.5rem 1.25rem 0px 1.25rem;
	}

	.video-howitworks-2 h3 {
		font-size: 1.625rem;
	}

	.video-howitworks-2 .video-link {
		font-size: 1.25rem;
	}

	.returns-value .percent {
		font-size: 1.875rem;
	}

	.returns-value .percent p {
		font-size: 14px;
	}

	.referrals-returns h4 {
		font-size: 1.375rem;
	}

	.returns-value .percent {
		padding: 0.938rem 0px;
	}

	.referrals-returns {
		margin-top: 3.125rem;
	}

	.video-howitworks-2 img {
		height: 300px;
	}

	.version-2 .logo-list {
		padding-bottom: 3.125rem;
	}

	.investment-terms .item {
		margin-top: 24px;
	}

	.earning-compare-section .trad-bank,
	.earning-compare-section .with-save {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}

	.yellow_underline:after {
		border-bottom-width: 5px;
		bottom: 0.625rem;
	}

	.page-home-option-3 .hero-section .img {
		height: 100%;
		display: block;
		margin-bottom: 0.938rem;
	}

	.save-help-you-section .howitoworks {
		padding: 1.875rem;
	}

	.save-help-you-section h5 {
		font-size: 2.5rem;
		line-height: 44px;
	}

	.page-debitinvest .logoList-section {
		padding-bottom: 0px;
	}

	.page-debitinvest .investcard-status .content {
		padding-right: 0px;
	}

	.articleCenter-section br {
		display: none;
	}

	.page-marketSavings .hero-section br {
		display: none;
	}

	.saving-tech h3,
	.saving-tech h4 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.saving-tech {
		padding-top: 90px;
	}

	.debit-investCard h3 br {
		display: none;
	}

	.marekt-saving-account .content {
		padding-left: 0;
	}

	.invest-future-section .content .btn-row {
		padding-left: 0px;
		padding-bottom: 1.25rem;
		text-align: center;
	}

	.invest-future-section ul {
		margin-bottom: 5px;
	}

	.invest-future-section {
		padding-bottom: 0 !important;
	}

	.invest-future-section .img {
		margin-bottom: 0;
	}

	.card-account .content-box h4 {
		font-size: 1.5rem;
	}

	.card-account .content-box .img {
		margin-bottom: 0px !important;
	}

	.card-account .content-box img {
		max-height: 200px;
	}

	.card-account .content {
		padding-left: 0.625rem;
	}
	.investment-terms .item .head p {
		font-size: 16px;
	}
	.investment-terms .item .head h3 {
		font-size: 36px;
		line-height: 43px;
	}
	.percent .value {
		font-size: 40px;
		line-height: 48px;
	}
	.investment-terms .content p {
		font-size: 16px;
		line-height: 19px;
	}
	.investment-terms .content,
	.investment-terms .item .head {
		padding: 22px;
	}
	.investment-terms .item .head {
		padding-bottom: 10px;
	}
}

@media (max-width: 767px) {

	.flex-col-40,
	.flex-col-50,
	.flex-col-60,
	.flex-col-33,
	.flex-col-25,
	.flex-col-100 {
		position: relative;
		width: 100%;
		webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.btn_secondary,
	.btn_primary {
		margin-top: 0.625rem;
	}

	.section {
		padding: 3.75rem 0px 3.75rem 0px;
	}

	/***** new design ****/
	.for-desktop {
		display: none;
	}

	.for-mobile {
		display: block;
	}

	h1,
	.banner-about h1 {
		font-size: 2.375rem;
		line-height: 2.5rem;
	}

	.hero-section h1,
	.referral.hero-section h1 {
		font-size: 2.875rem;
		line-height: 2.875rem;
	}

	.save-title {
		font-size: 1rem;
		line-height: 1.188rem;
		margin-bottom: 0.625rem;
		color: #000;
	}

	.reward-section .save-title {
		font-size: 1rem;
		line-height: 1.188rem;
	}

	.investcard-status .save-title {
		font-size: 0.875rem;
		line-height: 1.063rem;
	}

	.investcard-status p,
	.check-list li,
	.marekt-saving-section p,
	.referral-rewards-section p,
	.reward-section p {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.check-list li sup a {
		font-size: 14px;
	}
	
	.chart-group  .bar-chart {
		display: none;
	}

	.hero-section p.last {
		margin-bottom: 0.8rem;
	}

	.reward-section {
		border-top: 1px solid #E0E4DF;
		padding-top: 60px;
	}

	.marekt-saving-section h3 {
		font-size: 1.75rem;
		line-height: 2.125rem;
		margin-bottom: 0.938rem;
	}

	.banner-howitworks h1 span,
	.casestudy-section h2 span,
	.returns-section .title h2 span {
		font-size: 14px;
		line-height: 1.375rem;
		margin-bottom: 0.938rem;
	}

	h2,
	.grow-money-section h2,
	.logoList-section h2,
	.directors-section h2,
	.saving-tech h3,
	.saving-tech h4,
	.card-account h3,
	.average-graph-section h2,
	.invest-future-section h2,
	.investments-features h2,
	.money-safer h2,
	.investment-terms h2 {
		font-size: 34px;
		line-height: 2.375rem;
	}

	.reward-section .title h2 {
		font-size: 2.5rem;
		line-height: 2.75rem;
	}

	.reward-section h3 {
		font-size: 1.5rem;
		line-height: 1.813rem;
	}

	h2 br,
	p br,
	.banner-about h1 br,
	.page-marketSavings .hero-section h1 br {
		display: none;
	}

	h3 {
		font-size: 1.75rem;
		line-height: 2rem;
	}

	.money-safer h4 {
		font-size: 28px;
		line-height: 105%;
		margin: 24px 0 10px 0px;
	}

	.money-safer h4 br {
		display: none;
	}

	.money-safer img {
		max-width: 72px;
	}

	.money-safer .item {
		padding: 24px;
		margin-top: 16px;
		height: auto;
	}

	div.img {
		margin-bottom: 1.875rem;
	}

	div.title {
		margin-bottom: 1.875rem !important;
	}

	.banner-section {
		padding-top: 1.875rem;
		padding-bottom: 3.125rem;
	}

	.banner-section h1 span,
	.earning-item h4 {
		font-size: 14px;
		margin-bottom: 0.938rem;
	}

	.banner-section h1,
	.banner-section h1.version-2 {
		font-size: 2.375rem;
		line-height: 2.5rem;
	}

	.banner-section h1 br {
		display: none;
	}

	.banner-section .btn-row {
		padding: 0;
	}

	.chart-box {
		padding: 1.25rem;
	}

	.chart-content {
		padding: 1.875rem;
	}
	
	.chart-2 .skill-bar-percent {
		margin-top: 0;
		text-align: left;
	}

	.chart-group .bar-area .bar-title-main {
		font-size: 17px !important;
	}

	.chart-2 .bar-info {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.chart-group .skill-bar-percent {
		padding-top: 10px;
	}

	.chart-2 .skill-bar-percent span.year {
		padding-bottom: 10px;
	}

	.cashbackchart {
		margin-top: 1.25rem;
	}

	.note-content,
	.note-info {
		margin-top: 2.5rem;
	}

	.invest-calculate-section .chart-view {
		margin-bottom: 2.5rem;
	}

	.earning-compare-section .content {
		margin-bottom: 2.5rem;
		margin-top: 0;
		height: auto;
	}

	.earning-compare-section .right-content {
		border: 0;
		padding-left: 0;
	}

	.earning-compare-section li {
		font-size: 1rem;
		line-height: 1.25rem;
		margin-top: 1.25rem;
	}

	.deposit-safe-section .title h2 {
		font-size: 34px;
		line-height: 2.375rem;
	}

	.deposit-item {
		padding: 1.25rem;
	}

	.deposit-item h3 {
		font-size: 2.375rem;
		line-height: 2.375rem;
	}

	.deposit-item p {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.deposit-safe-section .btn-row {
		margin-top: 2.5rem;
	}

	.earning-item .img {
		text-align: left !important;
		margin-bottom: 1.875rem;
	}

	.check-list {
		margin-bottom: 5px;
	}

	.earning-item {
		margin-bottom: 2.5rem;
	}

	.article-section {
		padding-bottom: 1.875rem;
	}

	.article-section h2 {
		font-size: 1.875rem;
		line-height: 2rem;
	}

	.article-section p {
		font-size: 1rem;
		line-height: 1.125rem;
	}

	.saving-feature h4 {
		margin-top: 0px;
	}

	.version-2 .logo-list {
		padding-bottom: 1.875rem;
	}

	.earning-item .img {
		text-align: center !important;
	}

	.earning-item img {
		max-width: 360px;
		width: 100%;
	}

	.earning-item:nth-child(2n+1) .content,
	.earning-item:nth-child(2n) .content,
	.earning-item p {
		max-width: 100%;
		float: none;
	}

	.banner-section .btn {
		margin-right: 0.625rem;
	}

	.video-howitworks {
		margin-bottom: -6.25rem;
		padding: 1.25rem;
		min-height: 360px;
		background-size: 100%;
	}

	.banner-howitworks .background-gray {
		padding-top: 2.5rem;
		padding-bottom: 3.125rem;
	}

	.playvideo-icon {
		background-size: 3.125rem;
		padding-top: 60px;
		font-size: 1.125rem;
	}

	.banner-howitworks .background-gray-light {
		padding-top: 80px;
	}

	.grow-money-section .title .content {
		padding: 0px;
		margin-top: 1.875rem;
	}

	.portfolio-strategy {
		padding: 1.25rem;
	}

	.grow-money-section .content-2 h3 {
		font-size: 1.75rem;
		line-height: 1.875rem;
		margin: 1.25rem 0px;
	}

	.grow-money-section .content-2 p {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	.grow-money-section .content-2 img {
		max-width: 60px;
	}

	.portfolio-strategy p {
		font-size: 1.25rem;
		line-height: 1.625rem;
	}

	.return-value {
		flex-direction: column;
	}

	.return-value .percent {
		font-size: 2.375rem;
		line-height: 2.375rem;
	}

	.no-return-section {
		padding-bottom: 0.938rem;
	}

	.logo-list {
		flex-direction: column;
	}

	.logoBox {
		width: 100%;
		margin-bottom: 1.875rem;
	}

	.logoList-section {
		padding-bottom: 1.875rem;
	}

	.content-3ways {
		margin-bottom: 1.875rem;
	}

	.member .link {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.banner-howitworks .background-white {
		padding-top: 80px;
	}

	.video-howitworks-2 {
		margin-bottom: -6.25rem;
	}

	.steps-3 h3 {
		font-size: 34px;
		line-height: 3.125rem;
		margin-bottom: 0px;
	}

	.referrals-returns {
		margin-bottom: 0.938rem;
	}

	.referrals-returns .img {
		padding-right: 0;
		margin-bottom: 0;
	}

	.form-contact h2 {
		font-size: 1.375rem;
		line-height: 1.75rem;
		margin-bottom: 2.5rem;
	}

	.earning-compare-section .right-content {
		border: 0;
	}

	.grow-money-section .left-content {
		border: 0;
	}

	.grow-money-section .title .content {
		margin-top: 0.625rem;
	}

	.btn-link {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	#squadvideomodal #video {
		height: 250px;
	}

	.earning-compare-section .item-row {
		padding: 0.938rem 0 0.938rem 0px;
	}

	.earning-compare-section .item-title {
		flex: 0 0 100%;
		max-width: 100%;
		max-width: 100%;
		padding: 0 0 0.938rem 0px;
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	.earning-compare-section .trad-bank,
	.earning-compare-section .with-save {
		flex: 0 0 50%;
		max-width: 50%;
		flex-direction: column;
		justify-content: flex-start;
	}

	.compare-items .item-row:first-child {
		display: none;
	}

	.compare-items .item-row:nth-child(2) {
		border-top: 1px solid #E0E4DF;
	}

	.earning-compare-section .item-row h4 {
		display: block;
		min-height: 45px;
		font-weight: 600;
		font-size: 1rem;
		line-height: 1.188rem;
	}

	.earning-compare-section .trad-bank img,
	.earning-compare-section .with-save img {
		max-height: 13px;
		align-self: flex-start;
	}

	.earning-compare-section .compare-items {
		padding: 0px 0 1.875rem 0px;
	}

	.chart-box {
		margin-top: 0px;
		margin-bottom: 2.5rem;
	}

	.investcard-status .content {
		padding-left: 0;
	}

	.marekt-saving-section {
		padding-bottom: 0;
	}

	.marekt-saving-section .content {
		margin-bottom: 1.875rem;
	}

	.referral-rewards-section .content {
		padding-top: 1.875rem;
	}

	.referral-rewards-section {
		padding-bottom: 60px;
	}

	.banner-section .for-mobile {
		max-width: 266px;
		margin: auto;
	}

	.banner-section .for-mobile .btn {
		margin: 1.25rem 0 0 0px;
		width: 100%;
	}

	.banner-section .for-mobile .other-content {
		text-align: center;
		margin-top: 1.875rem;
	}

	.banner-section.version-2 {
		padding-bottom: 2.5rem;
	}

	.notfound-section h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}

	.hero-section {
		padding-top: 1.875rem;
		padding-bottom: 2.5rem;
	}

	.hero-section .img {
		margin: auto;
		margin-top: 0.625rem;
		float: none;
	}

	.hero-section h1 .yellow-underline {
		border-bottom-width: 5px;
	}

	.hero-section h1 {
		margin-top: 0;
	}

	.hero-section p {
		font-size: 1.25rem;
		line-height: 1.75rem;
		font-weight: 300;
	}

	.hero-section .btn-row {
		text-align: center;
		padding-top: 1.25rem;
	}

	.page-marketSavings .hero-section .btn {
		width: 205px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-debitinvest .hero-section .btn {
		width: 205px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
	}

	.page-debitinvest .hero-section .btn-row {
		padding: 0 !important;
		margin-top: 20px !important;
		margin-bottom: 25px !important;
	}

	.reward-section .traditional {
		margin-top: 1.875rem;
		margin-bottom: 2.5rem;
	}

	.reward-section .img {
		margin-top: 2.5rem;
	}

	.referral-rewards-section .img {
		margin-top: 2.5rem;
	}

	.investcard-status h3 {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}

	.marekt-saving-section {
		padding-top: 2.5rem;
	}

	.meet-section h2 {
		margin-bottom: 1.875rem;
	}

	.list-faq {
		margin-top: 1.25rem;
	}

	.list-faq h4 {
		font-size: 1.125rem;
		line-height: 1.375rem;
		font-weight: 600;
	}

	.list-faq p {
		font-size: 1.125rem;
		line-height: 1.375rem;
		color: #697371;
	}

	.page-referralprogram .logo-list {
		padding-bottom: 1.875rem;
		border: 0;
	}

	.page-referralprogram .reward-section {
		padding-top: 60px;
	}

	.claim-reward {
		margin-top: 3.125rem;
	}

	.page-referralprogram .investcard-status {
		padding-top: 60px
	}

	.referral.hero-section h1 br {
		display: none;
	}

	.reward-works-section {
		padding: 60px 0 45px;
	}

	.reward-works-section h3 {
		font-size: 2.5rem;
		line-height: 44px;
		margin-bottom: 1.25rem;
	}

	/********* home option 3  **********/
	.saving-tech,
	.debit-investCard-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.debit-investCard .content {
		padding-bottom: 1.25rem;
	}

	.debit-investCard {
		margin-bottom: 80px;
	}

	.debit-investCard img {
		max-width: 100%;
	}

	.marekt-saving-account .content {
		padding-left: 0;
		max-width: 100%;
	}

	.investment-caluculator .chart-view {
		margin-top: 2.5rem;
		margin-bottom: 1.875rem;
	}

	.investment-caluculator .chart-output .flex-row {
		padding: 0;
	}

	.marekt-saving-account .chart-box {
		max-width: 100%;
		margin-bottom: 1.875rem;
		padding-top: 10px;
	}

	.card-account {
		padding: 60px 0px 30px 0px;
	}

	.card-account .content-box {
		padding: 1.25rem 1.25rem 0 1.25rem
	}

	.card-account h3 {
		margin-bottom: 0.625rem;
	}

	.card-account h3 br {
		display: none;
	}

	.hero-section .save-title {
		font-size: 1rem;
		line-height: 1.188rem;
		margin-bottom: 1.25rem;
		color: #000;
	}

	.page-home-option-3 .hero-section .btn-row {
		margin-bottom: 0
	}

	.page-home-option-3 .for-mobile {
		text-align: center;
	}

	.page-home-option-3 .hero-section .btn-row {
		padding-top: 0;
	}

	.page-home-option-3.page-debitinvest .hero-section .btn-row {
		padding-top: 1.25rem;
	}

	.yellow_underline:after {
		display: none;
	}

	.card-account .content-box h4 {
		margin-bottom: 0.938rem;
	}

	.card-account .content-box a {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	.page-debitinvest .logo-list {
		padding-bottom: 2.5rem;
	}

	.page-debitinvest .investcard-status {
		padding-top: 60px;
		padding-bottom: 3.125rem;
	}

	.page-marketSavings .investcard-status {
		padding-bottom:0;
	}
	.page-marketSavings #targetsection .pb-5 {
		padding-bottom: 60px !important;
	}
	.page-marketSavings .saving-items-section .mt-5 {
		margin-top: 30px !important;
	}

	.save-help-you-section .howitoworks {
		margin-top: 2.5rem;
	}

	.articleCenter-section .btn_tertiary {
		margin-top: 0.938rem
	}

	.average-graph-section h3 {
		font-size: 1.625rem;
		line-height: 33px;
	}

	.debitcard-chart-graph {
		margin-top: 1.875rem;
	}

	.invest-future-section .content {
		margin-bottom: 0;
	}

	.page-marketSavings .hero-section .btn-row {
		margin-top:  -10px !important;
	}

	.howitoworks .item {
		max-width: 100%;
	}

	.howitoworks .item:last-child p {
		margin-bottom: 0;
	}

	.articleCenter-section-2 h2 {
		margin-bottom: 0.938rem;
	}

	.investments-features .title,
	.investments-features .title h2 {
		margin-bottom: 0 !important;
	}

	.save-help-you-section .btn-row  {
		margin-top: 2.5rem;
	}
	

	.cut-img img {
		margin-bottom: 0px;
	}

	.cut-img-2 img {
		margin-bottom: -1.875rem;
		max-width: 300px;
	}

	.articleCenter-section p {
		font-size: 1.5rem;
		line-height: 130%;
	}

	.average-graph-section .content p {
		font-size: 1.125rem;
		line-height: 130%;
		font-weight: 300;
	}

	.average-graph-section .content p sup a {
		font-size: 14px;
	}

	.average-graph-section .title {
		margin-bottom: 35px !important;
	}

	.average-graph-section .btn_tertiary {
		margin: 2.5rem auto 0 auto;
		max-width: 275px;
	}

	.articleCenter-section-2 h2 {
		font-size: 2.5rem;
		line-height: 44px;
	}

	.page-marketSavings .invest-future-section {
		padding-bottom: 1.5rem !important;
	}

	.card-account .img,
	.get-app-section .img {
		margin-bottom: 0;
	}

	.get-app-section {
		padding-top: 60px;
		text-align: center;
	}

	.money-safer {
		padding: 60px 0px;
	}

	.app-source a {
		margin: 0 3px;
	}

	.img.text-right,
	.img.text-left {
		text-align: center !important;
	}

	.page-debitinvest .saving-items .item {
		margin-top: 2rem;
	}

	.page-debitinvest .saving-items .flex-col-33:last-child p {
		margin-bottom: 0;
	}

	.check-list li {
		margin-top: 15px;
	}

	.invest-future-section ul {
		margin-bottom: 20px;
	}

	.invest-future-section .title {
		margin-bottom: 10px !important;
	}

	.articleCenter-section-2 {
		padding-bottom: 50px;
	}

	.referrals-returns .order-2 {
		order: inherit;
	}

	.returns-section {
		padding-bottom: 2rem;
	}

	.ways-3-section .btn {
		width: 250px;
	}

	.investcard-status .btn_primary {
		margin-top: 0;
	}

	/* end */
}

@media (max-width: 640px) {
	.graph {
		border: 1px solid #edebeb;
		padding: 0 0.5em;
		border-radius: 1em;
		box-shadow: -1px 1px 22px 1px rgb(189 180 180 / 42%);
		margin-top: 2em;
	}
	.square_green {
		width: 34px !important;
	}

	.square_brown {
		width: 22px !important;
	}
	.page-home-option-3 .logoList-section h2 {
		font-size: 1rem;
		line-height: 1.188rem;
	}

	.video-howitworks {
		min-height: 300px;
	}

	.video-howitworks-2 img {
		height: 200px;
	}

	#squadvideomodal #video {
		height: 200px;
	}

	.notfound-section {
		padding-top: 1.875rem;
		padding-bottom: 80px;
	}

	.notfound-section h1 {
		margin: 0.938rem 0px;
	}

	.notfound-section img {
		max-width: 150px;
	}

	.notfound-section .btn-link {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.list-faq .description {
		padding: 0
	}

	.card-account .content-box a {
		font-size: 14px;
		line-height: 1rem;
	}

	.returns-value {
		flex-direction: column;
		text-align: center;
	}

	.referrals-returns h4 {
		text-align: center;
	}

}

@media (max-width: 360px) {
	.graph {
		border: 1px solid #edebeb;
		padding: 0 0.5em;
		border-radius: 1em;
		box-shadow: -1px 1px 22px 1px rgb(189 180 180 / 42%);
		margin-top: 2em;
	}
	.square_brown,.square_green {
		width: 30px !important;
	}

	.video-howitworks {
		min-height: 200px;
	}

	.card-account .content-box {
		padding-left: 0;
	}

	.card-account .content {
		padding-top: 1.563rem;
	}
}

@media (max-height: 500px) {
	.graph {
		border: 1px solid #edebeb;
		padding: 0 0.5em;
		border-radius: 1em;
		box-shadow: -1px 1px 22px 1px rgb(189 180 180 / 42%);
		margin-top: 2em;
	}
	.square_brown,.square_green {
		width: 30px !important;
	}

	.modal iframe {
		height: 250px;
	}
}

.yellow-underline {
	display: inline-block;
	border-bottom: 5px solid #ECBB6C;
	line-height: 3px;
}


.debit-invest-video {
	margin-left: 1rem;
}

.text-center {
	text-align: center;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.mb-2r {
	margin-bottom: 2rem;
}

.for-mobile .debit-invest-video {
	margin-left: 0rem !important;
}

.page-news .hero-title h1 {
	margin: 0;
}

.pagination {
	display: flex;
	justify-content: center;
}
.pagination ul {
	display: flex;
	list-style: none;
	margin: 15px 0 0 0px;
	padding: 0;
}
.pagination li {
	margin: 0 2px;
}
.pagination li a {
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	color: #2D3A3A;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.pagination li:hover a,
.pagination li.active a {
	background: #2D3A3A;
	color: #fff;
}


.page-security .hero-title {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.page-security .hero-title h1 {
	margin: 0;
}

.security-section {
	background-color: #fff;
	min-height: 300px;
	padding: 50px 0px 80px 0px;
}

.security-section .flex-row {
 justify-content: center;
}

.security-item {
	max-width: 320px;
	margin:60px auto 0 auto;
	text-align: center;
}

.security-item h3 {
	font-size: 24px;
	line-height: 110%;
	margin: 8px 0 8px 0px;
}

.security-item p {
	font-size: 18px;
	line-height: 22px;
	color: #4F4F4F;
}

.security-item p a {
	color: #347a87;
	font-weight: normal;
}

.pb-5 {
	padding-bottom: 5rem!important;
}

.mt-5 {
	margin-top: 5rem!important;
}

.footer-content p.selected {
	border:1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	padding: 13px 8px 7px 8px;
	margin: 0 -8px 14px -8px !important;
}

#chartdata,
.chartdiv{
	color: black;
	max-width: 100%;
  }
  
  #chartdata table {
	width: 100%;
  }

 .chartdiv {
	margin-top: 30px;
}
  .chartdiv table {
	width: 100%;
  }

  .for-tooltip {
	  position: relative;
	  top: -5px;
	  display: inline-block;

  }
  .for-tooltip i {
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
  }
  .tooltip-content {
	  font-family: FoundersGrotesk-Regular;
	  display: none;
	  position: absolute;
	  right: 130px;
	  top: 20px;
	  transform: translateX(50%);
	  z-index: 10;
	  font-size: 13px;
	  line-height: 18px;
	  color: #fff;
	  font-weight: normal !important;
	  background-color: #697371;
	  padding: 10px 12px;
	  border-radius: 4px;
	  width: 290px;
	  text-align: left;
	  text-transform: none;
	  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  }
  .for-tooltip:hover .tooltip-content {
	  display: inline-block;
  }

  .skill-bar-percent .for-tooltip {
	  top: -20px;
  }

  .right-side .tooltip-content {
	left: auto;
	right: 100px;
	top: 18px;
  }
 

@media (max-width:768px) {
	.for-tooltip {
		position: static;
	}
	.tooltip-content {
		left: 30px;
		right: 30px;
		top:auto;
		margin-top: 20px;
		width: calc(100% - 60px);
		transform: translateX(0);
	}

  .bar-title-top {
	font-size: 1.3rem!important;
  }
}

.market-savings-btn {
	text-align: center;
}

.landing-tooltip-content {
	top: 13px !important;
  }

.tooltip-content-12p {
	top: 12px !important;
  }

.tooltip-content-16p {
	top: 16px !important;
  }

.tooltip-content-13p {
	top: 13px !important;
  }