.site-footer {
	padding: 4rem 0;
	background-color: #f3f4f6;
	color: #1f2937;
}

.site-footer a {
	color: #1f2937;
	opacity: 0.85;
	transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #0f172a;
	transform: translateX(2px);
	opacity: 1;
}

.site-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.site-footer__top {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	justify-content: space-between;
	align-items: flex-start;
}

.site-footer__brand {
	flex: 1 1 240px;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.site-footer__logo {
	width: 11rem;
	max-width: 100%;
	height: auto;
}

.site-footer__tagline {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(31, 41, 55, 0.8);
}

.site-footer__columns {
	flex: 2 1 420px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 2.5rem;
}

.site-footer__column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.site-footer__heading {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #0f172a;
}

.site-footer__links {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	font-size: 0.95rem;
	color: rgba(31, 41, 55, 0.75);
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer__divider {
	border: none;
	height: 1px;
	background: rgba(15, 23, 42, 0.08);
	margin: 0;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	align-items: center;
	font-size: 0.95rem;
	color: rgba(31, 41, 55, 0.65);
}

.site-footer__powered {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.site-footer__powered-icon {
	font-size: 1.4rem;
	background: rgba(124, 189, 229, 0.18);
	color: #2563eb;
	border-radius: 50%;
	padding: 0.35rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.site-footer__copyright {
	margin: 0;
	color: rgba(31, 41, 55, 0.6);
}

@media (max-width: 992px) {
	.site-footer {
		padding: 3.5rem 0;
	}

	.site-footer__top {
		gap: 2.5rem;
	}
}

@media (max-width: 680px) {
	.site-footer__inner {
		gap: 2.5rem;
	}

	.site-footer__top {
		flex-direction: column;
	}

	.site-footer__brand,
	.site-footer__columns {
		flex: 1 1 auto;
		max-width: none;
	}

	.site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}
/* @override
	https://cpgagentai.com/cont/css/styles_public_CPGAgentAIFinal.css
	https://local.cpgagentai.com/cont/css/styles_public_CPGAgentAIFinal.css  
	http://local.cpgagentai.com/cont/css/styles_public_CPGAgentAIFinal.css
	styles_public_CPGAgentAIFinal.css
*/

/* @group Resets and Defaults, Global Classes */

html {
	font-size: 1rem;
} 

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

body {
	margin: 0rem;
	padding: 0rem;
	font-family: 'Nunito';
	font-weight: 400;
}

.homeFixed {
	overflow: hidden;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-transform: inherit;
	line-height: inherit;
}

a, a:active, a:hover {
	text-decoration: none;
	color: inherit;
	outline: none; 
}
 
ul, ol, li { 
	list-style-type: none;
    padding: 0rem;
}

.imgContainer {
	overflow: hidden;
}

.imgContainer > img, 
.imgContainer > a > img  {
	width: 100%;
}

.contentViewport {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.flexContainer, 
.innerFlexContainer > * {
	display: flex;
	justify-content: space-between;
}

.col {
	overflow: hidden;
}

.stack {
	width: 100%;
	clear: both;
}

.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 300,
	'GRAD' 0,
	'opsz' 90; /* not working */
}

/* @end */

/* @group global modifier classes */

.flush, 
.box.innerFlush .listing > * {
	padding: 0rem 0rem 0rem 0rem;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.capitalize {
	text-transform: capitalize;
}

.hideSubTitle .subTitle,
.hideFooter footer,
.hideHeader header,
.hide {
	display: none;
}

.noMargin {
	margin: 0rem !important;
}

.marginTop-XS {
	margin-top: 1rem;
}

.marginBottom-XS {
	margin-bottom: 1rem !important;
}
.marginBottom-XXS {
	margin-bottom: 0.5rem !important;
}

.marginTop-S {
	margin-top: 2rem;
}

.marginBottom-S {
	margin-bottom: 2rem !important;
}

.marginTop-M {
	margin-top: 4rem;
}

.marginBottom-M {
	margin-bottom: 4rem !important; 
}

.marginTop-L {
	margin-top: 6rem;
}

.marginBottom-L {
	margin-bottom: 6rem;
}

.paddingTop-S {
	padding-top: 2rem;
}

.paddingTop-XS {
	padding-top: 1rem;
}
.paddingBottom-S {
	padding-bottom: 2rem;
}

.paddingTop-M {
	padding-top: 4rem;
}

.paddingBottom-M {
	padding-bottom: 4rem;
}

.paddingLeft-L {
	padding-left: 30%;
}

.paddingTop-L {
	padding-top: 6rem;
}

.paddingBottom-L {
	padding-bottom: 6rem;
}

.bgYellow {
	background-color: #F6B633;
}

.bgWhite {
	background-color: #FFF;
}

.bgGreen {
	background-color: #47A682;
}

.bgCyan {
	background-color: #7CBDE5;
}

.bgBordeaux {
	background-color: #AF3A61;
}

.bgViolet {
	background-color: #9F8CE5;
}

.borderYellow {
	border: 1px solid #F6B633;
}

.borderGreen {
	border: 1px solid #47A682;
}

.borderCyan {
	border: 1px solid #7CBDE5;
}

.borderBordeaux {
	border: 1px solid #AF3A61;
}

.borderViolet {
	border: 1px solid #9F8CE5;
}

.bgStyle1 {
	background-color: #ededed;
}

.bgStyle2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22552e+0,07abe4+100 */
background: linear-gradient(to right,  #22552e 0%,#07abe4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bgStyle3 {
	background-color: #272728;
}

.bgStyle4 {
	background-color: #45454C;
}

.bgStyle5 {
	background-color: #FFF;
}

.bgStyle6 { 
	background-color: #feffe3;
}

.bgStyle7 {
	background-color: #fff;
}

.bgStyle8 {
	background-color: #ededed !important;
}

#home .stack11.bgStyle8,
.stack11.bgStyle8 {
	background-color: #ededed !important;
}

.absoluteContainer {
	position: relative;
}

/* @end */

/* @group Template Layouts */

/* flexLayout1 : two columns left wider */

.flexLayout1 > .col1, 
.innerFlexLayout1 .listing > * {
	flex-basis: 54%;
}

.flexLayout1 > .col2, 
.innerFlexLayout1 .listing > * {
	flex-basis: 40%;
}
.col1{
    text-align: left;
}

.col1 .icon {
	flex-basis: 18%;
}



/* flexLayout2 : one center column */

.flexLayout2 {
	justify-content: center;
}

.flexLayout2 > .col1 {
	flex-basis: 77.2%;
}

/* subFlexLayout2a : three equal columns */

.subFlexLayout2a > .col {
	flex-basis: 33%;
}

/* subFlexLayout2b : four equal sized columns */

.subFlexLayout2b > .col {
	flex-basis: 24%;
}

/* subFlexLayout2c : two equal sized columns with left and right padding  */
.subFlexLayout2c {
	padding: 0rem 0% 0rem 0%;
}

.subFlexLayout2c > .col {
	flex-basis: 48%;
}

/* flexLayout3 : two equal sized columns */

.flexLayout3 > .col {
	flex-basis: 48.6%;

}

.flexLayout3 > .col1 {
	flex-basis: 60%;
}

.flexLayout3 > .col2 {
	flex-basis: 40%;
}

.btnContainer {
	gap: 1rem;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-right: 1rem;
}

/* flexLayout4 : three equal sized columns */

.flexLayout4 {
	justify-content: space-between;
}
.flexLayout4 > .col {
	flex-basis: 32%;
}

.flexLayout4 > .col1 {
	flex-basis: 30%;
}

.flexLayout4 > .col2 {
	flex-basis: 20%;
}
.flexLayout4 > .col3 {
	flex-basis: 20%;
}
.flexLayout4 > .col4 {
	flex-basis: 20%;
}

.left {
	justify-content: left;
}

/* flexLayout5 : two columns, first 66% */

.flexLayout5 > .col1 {
	flex-basis: 65.5%;
}

.flexLayout5 > .col2 {
	flex-basis: 32.5%;
}

.flexLayout5 .subFlexLayout5a > .col1 {
	flex-basis: 33%;
}

.flexLayout5 .subFlexLayout5a > .col2 {
	flex-basis: 64%;
}

/* flexLayout6 : two columns, first 33% (inverse of flexLayout5) */

.flexLayout6 > .col1 {
	flex-basis: 20%;
}

.flexLayout6 > .col2 {
	flex-basis: 74%;
}

/* @end */

/* @group Atoms */

/* Small mostly single tag elements available for use across the whole site */

.iconPill {
	margin: 0rem 0.5rem 0rem 0rem;
	display: block;
	justify-content: center;
	align-content: center;
	width: 5rem;
	height: 4rem;
	border-radius: 1rem;
	color: #FFF;
	float: left;
	text-align: center;
	font-variation-settings: 'wght' 40;
}

.iconPillStandalone {
	margin-left: auto;
	margin-right: auto;
	display: block;
	justify-content: center;
	align-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 1rem;
	color: #FFF;
	text-align: center;
	font-variation-settings: 'wght' 40, 'opsz' 48;
}

.pillStyle1 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 1rem;
	background-color: #FFF;
	border-radius: 0.5rem;
	text-align: center;
	color: #45454C;
	font-style: italic;
}

.pillStyle2 {
	padding: 0.5rem 1rem 0.5rem 1rem;
	border-radius: 0.5rem;
	font-family: 'Rajdhani';
	font-size: 1.2rem;
	font-weight: 600;
	color: #FFF;
}

.pillStyle2 span.pointer {
	width: 0px;
	height: 0px;
	display: block;
	margin: -0.83rem 0rem 0rem -2.4rem;
	border-style: solid;
	border-width: 10px 30px 20px 0;
	border-color: transparent #47A682 transparent transparent;
	transform: rotate(19deg);
}

.pillStyle2 p {
	margin: -1rem 0rem 0rem 0rem;
}

.pillStyle2 p span {
	margin: 0rem 0rem 0rem 0rem;
	display: block;
	font-family: 'Nunito';
	font-weight: 300;
	font-style: italic;
}

/* @group Buttons */

.btnStyle0 {
	/*display: inline-block;*/
	color: #9a9a9a;
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
}


.btnStyle1 {
	display: inline-block;
	padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #45454C;
	border: 1px solid #45454C;
	border-radius: 0.4rem;
	color: #FFF;
	font-style: italic;
	font-size: 1rem;
	font-weight: 300;
}

.btnStyle1.inverted {
	border: 1px solid #FFF;
}

.btnStyle1 span {
	/* Text button with icon */
	vertical-align: middle;
	gap: 1rem;
	padding: 0.2rem 0rem 0.2rem 0rem;
}
.btnStyle2 {
	padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #FFF;
	border: 1px solid #45454C;
	border-radius: 0.4rem;
	color: #45454C;
	font-style: italic;
	font-size: 1rem;
	font-weight: 300;
}

.btnStyle3 {
	/* buttons inside listing tables (action button) */
	margin-right: 0.5rem;
	padding: 0.4rem 0.5rem 0.4rem 0.5rem;
	line-height: 1;
	display: flex;
	align-items: flex-start;
	background-color: #45454C;
	font-size: 0.8rem;
	color: #FFF;
	border-radius: 0.4rem;
}

.btnStyle3 span {
	margin-right: 0.3rem;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 0.7;
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
}

.btnStyle3:hover {
	color: #47A682;
}

.btnStyle4 {
	font-size: 0.7rem;
	text-transform: uppercase;
}

.flexContainer .btnStyle4 {
	font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
	justify-content: flex-start;
	color: #8e8e8e;
}


.flexContainer .btnStyle4:hover{
    color: #7a6bb3;
}

.flexContainer .btnStyle4  {
    color: #8e8e8e;
    text-decoration: none;
}

.flexContainer .btnStyle4 .material-symbols-outlined{
	font-size: 1.5rem;
}


.btnStyle4 span {
	/* Text button with icon */
	vertical-align: middle;
	font-size: 0.9rem;
}

.btnStyle5 {
	display: inline-block;
	padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #fff;
	border: 1px solid #45454C;
	border-radius: 0.4rem;
	color: #45454C;
	font-style: italic;
	font-size: 1rem;
	font-weight: 300;
}



.btnStyle5.inverted {
	border: 1px solid #FFF;
	background-color: #45454C;
	color: #fff;
}

.btnStyle6 {
	/* buttons inside listing tables (action button) */
	padding: 0.4rem 0.5rem 0.4rem 0.5rem;
	line-height: 1;
	display: flex;
	align-items: center;
	background-color: #AF3A61;
	font-size: 0.8rem;
	color: #FFF;
	border-radius: 0.4rem;
}

.btnStyle6 span {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 0.7;
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
}

.btnStyle7 {
	background: #47A682;
    color: #ffffff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.btnStyle7:hover {
	background: #3a8d6e;
}

/* @end */

/* @end */

/* @group Molecules */

/* Intermediate multi tag elements with one same function or purpose, available across all the website */

/* @group Main Header */

#wrapper > header {
	margin: 0rem auto 0rem auto;
}

#wrapper > header .logoContainer {
	padding: 1.5rem 0rem 1rem 0rem;
}

#wrapper > header .logoContainer .col1 img {
	width: 13rem;
}

#wrapper > header .logoContainer .col2 {
	text-align: right;
}

#wrapper > header .menuContainer {
	/* main menu container */
	padding: 0rem 0rem 0.5rem 0rem;
}

#wrapper > header .menuContainerDashboard {
	/* main menu container */
	padding: 0rem 0rem 0rem 0rem;
}

/* @end */

/* @group Main Menu */

#wrapper > header nav.main ul {
	display: flex;
	margin: 0rem;
	padding: 0rem;
}

#wrapper > header nav.main ul li {
	position: relative;
}

#wrapper > header nav.main > ul > li > a {
	padding: 0.4rem 0.6rem 0.4rem 0.6rem;
	font-family: 'Rajdhani';
	font-weight: 700;
	text-transform: uppercase;
	
}

#wrapper > header nav.main > ul > li > a:first-child {
	padding-left: 0rem;
}

#wrapper > header nav.main ul li ul {
	display: none;
	position: absolute;
}

/* @end */

/* @group User Menu in Dashboard */

nav.userMenu > ul {
	display: flex;
}

nav.userMenu > ul > li {
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	text-transform: uppercase;
}

nav.userMenu > ul > li a {
	display: block;
	padding: 0.4rem 0.8rem 0.4rem 0.8rem;
}

nav.userMenu > ul > li.active > a {
	font-family: 'Rajdhani';
	font-weight: 600;
	text-transform: uppercase;
	background-color: #ffffff;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	
}
nav.userMenu .mnu{
	display: flex;
	justify-content: space-between;
	padding: 0rem;
	margin: 0rem;
}
nav.userMenu.bgStyle8{
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
	
}
/* @end */

/* @group socialSharing */

.socialSharing {
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
}

.socialSharing.dark, 
.socialSharing.light {
	height: 2.8rem;
	text-align: right;
}

.socialSharing header {
	margin: 0rem 0.5rem 0rem 0rem;
}

.socialSharing article {
}

.socialSharing header h1 {
	display: inline !important;
	font-weight: 300;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.socialSharing a.icn {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0rem 0rem 0.3rem 0.1rem;
	padding-top: 0.3rem;
	border-radius: 1rem;
	display: inline-block;
	font-size: 0rem;
	color: #FFF;
	text-align: center;
}

.socialSharing.dark a.icn {
	color: #373737;
}

.socialSharing a.icn i {
	font-size: 0.9rem;
}

.socialSharing a.icn.facebook, 
.socialSharing.dark a.icn.facebook:hover {
	padding-top: 0.4rem;
	background-color: #4b69a6;
}

.socialSharing.dark a.icn.facebook {
	background-color: #6c6c6c;
}

.fa-facebook-square {
	color: #4b69a6;
}

.socialSharing a.icn.twitter, 
.socialSharing.dark a.icn.twitter:hover {
	background-color: #5fb4f0;
}

.socialSharing.dark a.icn.twitter {
	background-color: #6c6c6c;
}

.fa-twitter-square {
	color: #5fb4f0;
}

.socialSharing a.icn.linkedIn, 
.socialSharing.dark a.icn.linkedIn:hover {
	background-color: #1d90c3;
}

.socialSharing.dark a.icn.linkedIn {
	background-color: #6c6c6c;
}

.fa-linkedin-square {
	color: #1d90c3;
}

.fa-google-plus-square {
	color: #e1584b;
}

.socialSharing a.icn.google, 
.socialSharing.dark a.icn.google:hover {
	background-color: #e15540;
}

.socialSharing.dark a.icn.google {
	background-color: #6c6c6c;
}

.socialSharing a.icn.pinterest, 
.socialSharing.dark a.icn.pinterest:hover {
	background-color: #d1242b;
}

.socialSharing.dark a.icn.pinterest {
	background-color: #6c6c6c;
}

.socialSharing a.icn.reddit, 
.socialSharing.dark a.icn.reddit:hover {
	background-color: #ff4500;
}

.socialSharing.dark a.icn.reddit {
	background-color: #ff4500;
}

.fa-reddit-alien {
	color: #FFF;
}
/* @end */

/* @group navBox1 */



/* @end */

/* @group ulStyles */

.ulStyle1 {
	padding: 0rem 0rem 0rem 0rem;
	display: flex;
	justify-content: center;
}

.ulStyle1 li {
	flex-basis: 12%;
	margin: 0rem 0.5rem 0rem 0.5rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
}

.ulStyle1 li span {
	font-size: 2.5rem;
}

.ulStyle1 li > div {
	width: 4rem;
	height: 4rem;
	margin: 0rem auto 0.4rem auto;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.ulStyle2 {
	column-count: 3;
    padding: 0rem;

}

.ulStyle2 article {
	display: flex;
	flex-direction: row;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0.8rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-weight: 600;
	line-height: 1.1;
	text-align: left;
    border-radius: 0.8rem;
	transition: all 0.3s ease;
}

.ulStyle2 article:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

.ulStyle2 article div.icon {
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.ulStyle2 article span {
	font-size: 2.5rem;
}

.ulStyle2 article .txt {

}

.ulStyle2 article .txt h3 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.ulStyle2 article .txt h4 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.4rem;
	font-weight: 600;
}

.ulStyle2 article .txt p {
	font-size: 1.1rem;
	margin: 0.3rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}

.ulStyle3 {
	display: flex;
	flex-wrap: wrap;
    gap: 1rem;
    padding: 0rem;
}

.ulStyle3 li {
	flex-basis: 32.34%;
    padding: 0.8rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    background-color: #F6F6F6;
    border-radius: 0.8rem;
    transition: all 0.3s ease;
}

.ulStyle3 li > .flexContainer {
    flex: 1;
}

.ulStyle3 li:hover {
	transform: translateY(-3px);
	background-color: #f6f6f6;
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

.ulStyle3 li div.icon {
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.ulStyle3 li span {
	font-size: 2.5rem;
}

.ulStyle3 li .txt {

}

.ulStyle3 li .txt h3 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.ulStyle3 li .txt h4 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.4rem;
	font-weight: 600;
}

.ulStyle3 li .txt p {
	font-size: 1.1rem;
	margin: 0.3rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}

.ulStyle3 li .txtStyle1 {
	color: #9a9a9a;
	font-weight: 500;
}

.ulStyle4 {
	display: flex;
	flex-wrap: wrap;
    gap: 1rem;
    padding: 0rem;
}

.ulStyle4 li:nth-child(2) {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
	padding: 0.8rem 1rem 0.8rem 1rem;

}


.ulStyle4 li {
	flex-basis: 22%;
    padding: 0.8rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    transition: all 0.3s ease;
}

.ulStyle4 li.bgcolor {
	background-color: #e5e5e5;
	border: 1px solid #c5c5c5;
	flex-basis: 25%;
	text-align: center;
}

.ulStyle4 li.bgcolor:hover {
    transform: none;
    background-color: #e5e5e5;
    box-shadow: none;
}

.ulStyle4 li > .flexContainer {
    flex: 1;
}


/* .ulStyle4 li:hover {
	transform: translateY(-3px);
	background-color: #f6f6f6;
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
} */

.ulStyle4 li div.icon {
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.ulStyle4 li span {
	font-size: 2.5rem;
}

.ulStyle4 li .txt {

}

.ulStyle4 li .txt h3 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.ulStyle4 li .txt h4 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.4rem;
	font-weight: 600;
}

.ulStyle4 li .txt p {
	font-size: 1.1rem;
	margin: 0.3rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}

/* @end */

/* @group listingStyles */

.listingStyle1 {
	
}

.listingStyle1 table {
	width: 100%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	border: 0px;
}

.listingStyle1 tr {
	margin: 0rem;
	padding: 0rem 0rem 0rem 0rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #272728;
	border-left: 1px solid #272728;
	border-right: 1px solid #272728;
	align-items: center;
}

.listingStyle1 tr:first-of-type {
	border-top: 1px solid #272728;
}

.listingStyle1 tr td {
	margin: 0rem;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.listingStyle1 table tr td h2 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	line-height: 1.2;
}

.listingStyle1 tr td p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1rem;
	line-height: 1.2;
}

.listingStyle1 tr td .tag {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	font-family: 'Rajdhani';
	font-size: 1rem;
	line-height: 1.2;
	color: #FFF;
	border-radius: 0.3rem;
	border-top-left-radius: 0rem;
}

.listingStyle1 tr td.actions {
	display: flex;
}

/* @end */

/* @group listStyles : ul, ol lists */

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

.listStyle1 li {
	display: flex;
	margin: 0rem 1rem 0rem 0rem;
	line-height: 1.5;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
}

.listStyle1 li span {
	margin: 0rem 0.5rem 0rem 0rem;
}

/* @end */

/* @group formStyles */

/* formStyle1 : Entrollment form */

.formStyle1 h2 {
	font-family: 'Rajdhani';
	font-size: 1.5rem;
}

.formStyle1 h3 {
	font-family: 'Rajdhani';
	font-size: 1.2rem;
}

.formStyle1 p {
	font-family: 'Nunito';
}

.formStyle1 div {
	margin: 0rem 0rem 0.4rem 0rem;
	display: flex;
}

.formStyle1 label {
	width: 28%;
	padding: 0rem 0.5rem 0rem 0rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
	display: inline-block;
	text-align: right;
}

.formStyle1 input[type="text"], 
.formStyle1 input[type="email"], 
.formStyle1 input[type="url"] {
	width: 69%;
	padding: 0.3rem;
	font-family: 'Nunito';
	display: inline-block;
	border: 1px solid #a8a8a8;
}

.formStyle1 textarea {
	width: 69%;
	height: 5rem;
	padding: 0.3rem;
	font-family: 'Nunito';
	display: inline-block;
	border: 1px solid #a8a8a8;
}

.formStyle1 button {
	padding: 0.4rem 1rem 0.3rem 1rem;
	border: 0px;
	font-family: 'Nunito';
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #FFF;
	background-color: #47a682;
	
}

.formStyle1 .buttonBar {
	padding: 1rem 0.3rem 0rem 0rem;
	justify-content: flex-end;
}

.flexContainer.formStyle1.innerFormStyle1{
	margin: 0rem 1rem 0rem 0rem;
	align-items: center;
	gap: 0.4rem;
}

.flexContainer.formStyle1.innerFormStyle1 input[type="text"],
.flexContainer.formStyle1.innerFormStyle1 input[type="email"],
.flexContainer.formStyle1.innerFormStyle1 input[type="url"]{
	margin: 0rem;
}

.flexContainer.formStyle1.innerFormStyle1 button.btnStyle6{
	background-color: #c9c9c9;
	margin: 0rem;
	padding: 0.5rem;
}

.flexContainer.formStyle1.innerFormStyle1 button.btnStyle6:hover{
	background-color: #d1242b;
}

form.formStyle1 textarea {
	margin: 0rem 0rem 0rem 0rem !important;
}
/* formStyle2: horizontal search form */

form.formStyle2 > .flexContainer {
	flex-direction: row;
}

form.formStyle2 > .flexContainer > div {
	flex-basis: 100%;
	padding: 0rem 0.4rem 0rem 0.4rem;
	display: flex;
	flex-direction: column;
}

form.formStyle2 > .flexContainer > div p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.2rem 0.4rem 0rem 0.4rem;
	font-size: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.4;
}

form.formStyle2 > .flexContainer > div p strong {
	margin: 0rem 0.3rem 0rem 0rem;
	font-weight: 400;
}

form.formStyle2 > .flexContainer > div .tag {
	margin: 0rem 0.2rem 0.2rem 0rem;
	padding: 0.1rem 0.4rem 0rem 0.4rem;
	font-size: 0.8rem;
	color: #FFF;
	display: inline;
	background-color: #47A682;
	border-radius: 0.2rem;
}

form.formStyle2 > .flexContainer > div:first-child {
	padding-left: 0rem;
}

form.formStyle2 > .flexContainer > div:last-child {
	padding-right: 0rem;
}

form.formStyle2 label {
	padding: 0rem 0rem 0rem 0.3rem;
	font-family: 'Rajdhani';
	font-size: 0.9rem;
	font-weight: 600;
}

form.formStyle2 input[type="text"], 
form.formStyle2 input[type="number"], 
form.formStyle2 input[type="email"], 
form.formStyle2 input[type="url"] {
	margin-bottom: 0.4rem;
	padding: 0.4rem;
	background-color: #EDECEC;
	border: 0px;
	font-size: 0.9rem;
}

form.formStyle2 textarea {
	margin-bottom: 0.4rem;
	padding: 0.4rem;
	background-color: #EDECEC;
	border: 0px;
	font-size: 0.9rem;
}

form.formStyle2 select {
	margin-bottom: 0.4rem;
	display: grid;
	grid-template-areas: "select";
	grid-area: select;
	-webkit-appearance: none;
    -moz-appearance: none;
	padding: 0.4rem;
	font-size: 0.9rem;
	border-radius: 0rem;
	border: 0px;
	background-color: #eee;
	background-image: linear-gradient(to top, #EDECEC, #eee 33%);
	align-items: center;
	
}

form.formStyle2 select::after {
	 /* https://moderncss.dev/custom-select-styles-with-pure-css/ */
    content: "";
    justify-self: end;
    width: 0.8rem;
    height: 0.5rem;
    background-color: #000;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	grid-area: select;
	justify-self: end;
  }


/* @end */

/* @group tableStyles */

.tableStyle1 tr th {
	padding: 0.4rem 2rem 0.4rem 2rem;
}

.tableStyle1 tr td {
	padding: 0.4rem 2rem 0.4rem 2rem;
	text-align: center;
	font-family: 'Nunito';
	font-size: 0.9rem;
}

.tableStyle1 tr td.left {
	text-align: left;
}

.tableStyle1 tr:nth-child(even) {
	background-color: #f7f7f7;
}

.tableStyle1 tr:nth-child(odd) {
	background-color: #d6d6d6;
}

.tableStyle1 tr td .green {
	color: #00D33D;
}

/* @end */

/* @end */

/* @group Organisms */

/* Standard layout elements (boxes, article styles, etc…) available across sections */


/* @group Header Styles */

.headerStyle1 {
	margin: 0rem 0rem 1rem 0rem;
}

.headerStyle1 h1 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 700;
	font-size: 2rem;
	color: #45454C;
}

.headerStyle1 h2 {
	margin: 0rem 1rem 0rem 1rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 700;
	font-size: 1.2rem;
	color: #45454C;
}

.headerStyle1 p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 400;
	font-size: 1.1rem;
	color: #45454C;
}

.headerStyle1 .pagination {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 100;
	font-size: 1rem;
	color: #45454C;
}

.headerStyle2 h1 {
	max-width: 40%;
	margin: 0rem auto 2rem auto;
	padding: 3rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 0.9;
}

.headerStyle2 h4 {
	display: inline;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 1.5rem 0.5rem 2rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 0.8rem;
	color: #FFF;
	background-color: #60CF43;
	border-radius: 1rem;
}

.headerStyle2 h4 em {
	margin: 0rem 0.5rem 0rem -2rem;
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
	font-size: 0.8rem;
	font-style: normal;
	background-color: #272728;
	border-radius: 1rem;
	display: inline-block;
}

.headerStyle3 {
	margin: 0rem 0rem 2rem 0rem;
}

.headerStyle3 h1 {
	margin: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 700;
	font-size: 2rem;
	color: #272728;
}

.headerStyle4 {
	/* standard grey background section title */
	padding: 0.4rem 2rem 0.3rem 2rem;
	background-color: #DBDBD9;
	display: inline-block;
	font-weight: 200;
}

.headerStyle4 h3 {
	margin: 0rem;
	padding: 0rem;
	font-weight: 200;
	font-size: 1rem;
	line-height: 1;
}

.headerStyle4 span {
	margin-right: 1rem;
	vertical-align: middle;
}

/* @end */


/* @group Main menu */

nav.main > ul {
	
}

nav.main > ul > li {
	
}

nav.main > ul > li > a {
	
}

nav.main > ul > li:hover > ul {
	
}

/* sub menu */

nav.main > ul > li > ul {
	
}

nav.main > ul > li > ul > li {
	
}

nav.main > ul > li > ul > li > a {
	
}

/* @end */


/* @group Box Styles */

/* boxStyle1 [description] */

.boxStyle1 {
	
}

.boxStyle1 h3 {
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-top: 0rem;
	margin-bottom: 1rem;
}

.boxStyle1 h4 {
	margin-left: 1rem;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
	font-weight: 600;
	color: #272728;
}

.boxStyle1 h5 {
	margin: 0rem 0rem 0rem 1rem;
	font-family: 'Nunito';
	font-size: 0.8rem;
	font-weight: 400;
	color: #272728;
}


.boxStyle1 input[type="text"] {
	width: 95%;
	margin: 0rem 0rem 0rem 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
}

.boxStyle1 textarea {
	width: 95%;
	margin: 0rem 0rem 0rem 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	resize: none;
}

.boxStyle1 .upload-area {
	width: 95%;
	margin: 0rem 1rem 1rem 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border: 1px dashed #c0bdbd;
	border-radius: 0.5rem;
	font-family: 'Nunito';
}

.boxStyle1 .upload-area .col1 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.boxStyle1 .upload-area .col2 {
    display: flex;
    align-items: center;
}
/* boxStyle2 [description] */

.boxStyle2 {
	
}



/* @end */

/* @group Article Styles */

.articleStyle1 h1 {
	margin: 0rem 0rem 2rem 0rem;
	font-family: 'Rajdhani';
	font-size: 6rem;
	line-height: 0.8;
}

.articleStyle1 p {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.2rem;
	line-height: 1.4;
}

.articleStyle1 .txt, 
.innerArticleStyle1 .listing > * .txt {
	padding: 1rem 0% 2rem 0%;
	position: relative;
}

.articleStyle2 h2 {
	margin: 0rem 0rem 0rem 0rem;
	font-size: 3rem;
	font-family: 'Rajdhani';
	line-height: 1;
	color: #272728;
}

.articleStyle2 h3 {
	margin: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-size: 3rem;
	color: #45454C;
}

.articleStyle2 p {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.2rem;
	font-style: italic;
	color: #000;
}

.articleStyle3 {
	padding: 3rem;
	display: flex;
	flex-direction: column;
	border-radius: 1rem;
	text-align: center;
	color: #FFF;
}

.articleStyle3 h2 {
	width: 50%;
	margin: 0rem auto 1rem auto;
	font-family: 'Rajdhani';
	font-size: 3rem;
	font-weight: 700;
}

.articleStyle3 p {
	width: 40%;
	margin: 0rem auto 2rem auto;
	font-style: italic;
	font-size: 1rem;
	font-weight: 300;
}

.articleStyle3 a.btnStyle1 {
	/* button override styles */
	width: 15rem;
	margin: 0rem auto 1rem auto;
	display: block;
}

.articleStyle4 h1 {
	margin: 0rem 0rem 1.5rem 0rem;
	font-family: 'Rajdhani';
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	color: #272728;
}

.articleStyle4 h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Rajdhani';
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #47A682;
}

.articleStyle4 h3 {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	color: #191717;
}

.articleStyle4 h4 {
	margin: 0rem 0rem 1rem 0rem;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.4;
	color: #000;
}

.articleStyle4 h5 {
	margin: 0rem 0rem 1rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2;
	color: #000;
}

.articleStyle4 p {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem;
	font-size: 1rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1.4;
	color: #000;
}

.articleStyle5 h2 {
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 1.5rem;
	color: #FFF;
}

.articleStyle6 p {
	text-align: center;
	color: #45454C;
	font-size: 1.1rem;
	line-height: 1.2;
}

.articleStyle6 p span {
	display: block;
	font-size: 3rem;
}

.articleStyle6 p strong {
	display: block;
	font-size: 2.9rem;
	font-family: 'Rajdhani';
	color: #272728;
}

/* card style boxes */

.articleStyle7 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 1rem;
	border: 1px solid #a3a3a3;
	border-radius: 1rem;
}

.articleStyle7 h1 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-size: 2rem;
	line-height: 1;
}

.articleStyle7 h2 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-family: 'Rajdhani';
	font-size: 1.3rem;
}

.articleStyle7 h3 {
	margin: 0rem 0rem 0.8rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1rem;
	color: #656565;
}

.articleStyle7 p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0.9rem;
	line-height: 1.4;
}

.articleStyle7 > p span {
	line-height: 1.4;
	font-size: 1.3rem;
	vertical-align: middle;
}

.articleStyle7 p > label {
	font-weight: 700;
}

.articleStyle7 ul {
	padding: 0rem 0rem 0rem 0rem;
}

.articleStyle7 ul li {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

.articleStyle7 ul li h3 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0.9rem;
	color: #000;
}

.articleStyle7 ul li h4 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0.9rem;
	font-weight: 400;
	color: #646464;
}

.articleStyle7 ul li p {
	margin: 0rem 0rem 0.2rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 0.9rem;
	line-height: 1.5;
}

.articleStyle7 ul li span {
	font-size: 1rem;
	vertical-align: middle;
}

.articleStyle7 p.iconText {
	padding: 0rem 0rem 0rem 2rem;
}

.articleStyle7 p.iconText span {
	margin: 0rem 0rem 0rem -2rem;
}

.articleStyle7.image .imgContainer img {
	width: 80%;
}

.articleStyle7.newsArticles article h3 {
	margin: 0rem 0rem 0rem 0rem;
	font-size: 1.2rem;
	color: #000;
}

.articleStyle7.newsArticles article {
	margin: 0rem 0rem 1rem 0rem;
}

.articleStyle7.newsArticles article p {
	margin: 0rem 0rem 0.5rem 0rem;
	font-size: 1rem;
	color: #3d3d3d;
	line-height: 1.3;
}

.articleStyle8 {
	/* pricing page articles for plans */
	margin: 0rem 0rem 2rem 0rem;
	padding: 2rem 2% 2rem 2%;
	border: 1px solid ;
	border-radius: 0.8rem;
	position: relative;
	overflow: visible;
}

.articleStyle8.inverted {
	margin-top: -2rem;
	margin-bottom: 0rem;
	padding-top: 4rem;
	padding-bottom: 6rem;
	
}

.articleStyle8.inverted, 
.articleStyle8.inverted h2, 
.articleStyle8.inverted h3, 
.articleStyle8.inverted p {
	/* white color text (white) */
	color: #FFF;
	
}

.articleStyle8.inverted h2 {
	border-bottom-color: #FFF;
}
 
.articleStyle8.inverted h5 {
	border-color: #FFF;
}

.articleStyle8 p {
	margin: 0rem;
	font-size: 0.6rem;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	color: #edecec;
}

.articleStyle8 h2 {
	margin: 0rem 0rem 0rem 0rem;
	text-align: left;
	border-bottom: 1px solid #333;
	display: inline-block;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #272728;
}

.articleStyle8 span.bookmark {
	color: #FFF;
	font-size: 6rem;
	font-variation-settings:
	  'FILL' 1,
	  'wght' 200,
	  'GRAD' 0,
	  'opsz' 24;
	position: absolute;
	top: -1.7rem;
	right: 0rem;
	text-shadow: 0 0 3px #262626;
}

.articleStyle8 h3 {
	text-align: left;
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 1.8rem;
	color: #272728;
	line-height: 0.9;
}

.articleStyle8 h3 strong {
	font-size: 2.8rem;
	font-weight: 600;
}

.articleStyle8 .btnStyle1 {
	/* overrides of global button style 1 */
	width: 100%;
	margin-bottom: 2rem;
	padding: 0.4rem 0rem 0.4rem 0rem;
	text-align: center;
}

.articleStyle8 .limits {
	width: 90%;
	margin: 0rem auto 0rem auto;
}

.articleStyle8 .limits div {
	display: flex;
	flex-direction: column;
	text-align: center;
	line-height: 1;
	font-weight: 700;
}

.articleStyle8 .limits div strong {
	font-size: 2.3rem;
	font-weight: 800;
}

.articleStyle8 h5 {
	padding: 1rem 15% 1rem 15%;
	border: 1px solid #000;
	border-radius: 0.5rem;
	font-family: 'Armata';
	font-weight: 500;
	text-align: center;
}

.articleStyle8 ul {
	width: 90%;
	margin: 0rem auto 0rem auto;
	padding: 0rem 0rem 0rem 0rem;
}

.articleStyle8 ul li {
	margin-bottom: 0.5rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
	list-style-position: outside;
}

.articleStyle8 ul li span {
	font-size: 1rem;
	vertical-align: middle;
}

.articleStyle9 {
	/* credit usage guide */
	margin: 0rem 0rem 2rem 0rem;
	padding: 2rem 2% 2rem 2%;
	border: 1px solid ;
	border-radius: 0.8rem;
	position: relative;
	overflow: visible;
}

.articleStyle10 {
	width: 95%;
	margin: 0rem 0rem 0.5rem 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	border-radius: 0.5rem;
	color: #000;
	font-family: 'Nunito';
	font-size: 1rem;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(124, 189, 229, 0.3);
	transition: transform 150ms ease, box-shadow 150ms ease;
}

.articleStyle10:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	border-color: #d0d0d0;
	transform: translateY(-2px);
}

.articleStyle10 .btnContainer {
	margin: 0;
	padding: 0;
}

.articleStyle10 p {
	margin: 0;
	padding: 0;
}

.articleStyle10.bgGreen, 
.articleStyle10.bgCyan {
	color: white;
}

.articleStyle11 {
	column-count: 3;
    padding: 0rem;
}

.articleStyle11 article {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0.8rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-weight: 600;
	line-height: 1.1;
	text-align: left;
    border-radius: 0.8rem;
	transition: all 0.3s ease;
}

.articleStyle11 article:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

.articleStyle11 article div.icon {
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.articleStyle11 article span {
	font-size: 2.5rem;
}

.articleStyle11 article .txt {

}

.articleStyle11 article .txt h3 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.articleStyle11 article .txt h4 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.4rem;
	font-weight: 600;
}

.articleStyle11 article .txt p {
	font-size: 1.1rem;
	margin: 0.3rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}

.articleStyle12 {
	display: flex;
	flex-wrap: wrap;
    gap: 1rem;
    padding: 0rem;
}

.articleStyle12 article {
	flex-basis: 32.34%;
    padding: 0.8rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    background-color: #F6F6F6;
    border-radius: 0.8rem;
    transition: all 0.3s ease;
}

.articleStyle12 article > .flexContainer {
    flex: 1;
}

.articleStyle12 article:hover {
	transform: translateY(-3px);
	background-color: #f6f6f6;
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
}

.articleStyle12 article div.icon {
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.articleStyle12 article span {
	font-size: 2.5rem;
}

.articleStyle12 article .txt {

}

.articleStyle12 article .txt h3 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.articleStyle12 article .txt h4 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.4rem;
	font-weight: 600;
}

.articleStyle12 article .txt p {
	font-size: 1.1rem;
	margin: 0.3rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}

.articleStyle12 article .txtStyle1 {
	color: #9a9a9a;
	font-weight: 500;
}

.articleStyle13 {
	display: flex;
	flex-wrap: wrap;
    gap: 1rem;
    padding: 0rem;
}

.articleStyle13 article {
	flex-basis: 24%;
    padding: 0.8rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    background-color: #F6F6F6;
    border-radius: 0.8rem;
    transition: all 0.3s ease;
}

.articleStyle13 article.bgcolor {
	background-color: #e5e5e5;
	border: 1px solid #c5c5c5;
	flex-basis: 25%;
	text-align: center;
}

.articleStyle13 article.bgcolor:hover {
    transform: none;
    background-color: #e5e5e5;
    box-shadow: none;
}

.articleStyle13 article > .flexContainer {
    flex: 1;
}

/* .articleStyle13 article:hover {
	transform: translateY(-3px);
	background-color: #f6f6f6;
	box-shadow: 0 10px 32px rgba(0,0,0,0.08), 0 3px 8px rgba(0,0,0,0.06);
} */

.articleStyle13 article div.icon {
	width: 4rem;
	height: 4rem;
	margin: 0rem 1rem 0rem 0rem;
	text-align: center;
	color: #FFF;
	line-height: 6;
	border-radius: 0.8rem;
}

.articleStyle13 article span {
	font-size: 2.5rem;
}

.articleStyle13 article .txt h3 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.articleStyle13 article .txt h4 {
	margin: 0.3rem 0rem 0rem 0rem;
	font-size: 1.4rem;
	font-weight: 600;
}

.articleStyle13 article .txt p {
	font-size: 1.1rem;
	margin: 0.3rem 0rem 0rem 0rem;
	padding: 0rem;
	font-weight: 400;
}

.articleStyle14 {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	margin: 1rem 1rem 1rem 1rem;
	background: white;
	border-radius: 0.75rem;
	box-shadow: 0 2px 8px rgba(71, 166, 130, 0.15);
	transition: transform 150ms ease, box-shadow 150ms ease;
}	

.articleStyle14:hover {
	box-shadow: 0 4px 12px rgba(71, 166, 130, 0.25);
	transform: translateY(-2px);
}

.articleStyle14 h3 {
	margin: 0 0 0.25rem 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 600;
	color: #2C3E50;
	font-family: 'Rajdhani', sans-serif;
}

.articleStyle14 p {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #7F8C8D;
	font-family: 'Nunito', sans-serif;
}

.articleStyle14 .material-symbols-outlined {
	color: rgb(71, 166, 130);
	font-size: 2.5rem;
}

/* articleStyle15: modal container */
.articleStyle15 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	max-width: 700px;
	width: 90%;
	max-height: 85vh;
	overflow-y: auto;
	background-color: #FFF;
	border-radius: 0.8rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.articleStyle15 header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem 1.5rem 2rem;
	border-bottom: 1px solid #ededed;
}

.articleStyle15 header h2 {
	margin: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 600;
	color: #45454C;
}

.articleStyle15 article {
	padding: 1rem 0rem 0rem 0rem;
}

.articleStyle15 footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem;
}

.articleStyle15 .flexLayout3 > .col.col1 {
	display: flex;
	align-items: center;
	flex-basis: 80%;
}

.articleStyle15 .flexLayout3 > .col.col2 {
	display: flex;
	flex-basis: 20%;
	justify-content: flex-end;
}

.articleStyle15 .flexLayout3 > .col.col2 .btnStyle6 {
	margin: 0;
}

.articleStyle15 .flexLayout3 > .col.col1 input {
	width: 100%;
	margin: 0;
}
/* @end */

/* @end */

/* @group Section specific styles & overrides */

/* Styles that apply only to specific sections, section specific modifiers of globally available classes */

/* @group Home */

#home .stack1 .col2 img {
	width: 100%;
}
 
#home .stack2 > div p {
	display: flex;
	align-items: center;
}

#home .stack2 p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 10% 0rem 0rem;
	font-size: 1.2rem;
	color: #45454C;
	line-height: 1.3;
}

#home .stack4 .col2 {
	padding: 0rem 0rem 0rem 10%;
}

#home .stack5 {

}

#home .stack5 > div.col2 {
	padding: 0.4rem;
	text-align: center;
	border-radius: 1rem;
}

#home .stack5 .col1 {
	padding: 2rem;
}

#home .stack5 .col1 span {
	margin: 0rem 0.5rem 0rem -4rem;
	font-size: 2.4rem;
	
}

#home .stack5 .col1 h4 {
	display: flex;
	align-items: center;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 4rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1;
}

#home .stack5 .col1 p {
	margin: 0rem 0rem 2rem 0rem;
	padding: 0rem 0rem 0rem 3rem;
	font-size: 1rem;
}

#home .pill1 {
	width: 100%;
	top: 10rem;
	margin: 0rem auto 0rem auto;
	text-align: center;
	z-index: 100000;
}

#home .pill1 div.logo {
	width: 10rem;
	height: 10rem;
	display: flex;
	justify-content: center;
	border-radius: 5rem;
	background-color: #F8FAFC;
	box-shadow: 0 0 4px #343434;
}

#home .pill1 div.logo img {
	width: 70%;
}

#home .pill1 div.dialogue {
	width: 90%;
	background-color: #F8FAFC;
	box-shadow: 0 0 4px #343434;
}

#home .stack8 > div {
	padding: 1rem;
}

#home .articleStyle5 {
	padding: 0rem 0rem 0rem 15%;
}

#home .pillStyle2 {
	
}

#home .stack9 .imgContainer img {
	width: 82.5%;
	margin: auto;
}

#home .stack11 {
	border-radius: 0.5rem;
	overflow: auto;
	height: fit-content;
	margin-bottom: 1rem;
	max-height: calc(100vh - 320px);
	white-space: nowrap;
	scrollbar-color: #62458b;
	scrollbar-width: thin;
}

#home .stack11 .headerStyle1.stickyHeader h1,
#home .stack11 .headerStyle1.stickyHeader p {
	margin-left: 1rem;
}

.stack11 .flexLayout3 > .col.col1 {
	display: flex;
	align-items: left;
	flex-direction: column;
}

.stack11 .flexLayout3 > .col.col1 > h4 {
	padding: 0.5rem 0rem 0rem 0rem !important;
	margin: 0rem 0rem 0rem 1rem !important;
}

.stack11 .marginBottom-S > .flexLayout3 > .col.col2 {
	display: flex;
	flex-basis: 20%;
	justify-content: flex-end;
	margin-right: 1rem;
}

.stack11 .marginBottom-S > .flexLayout3 > .col.col2 >.btnStyle3{
	margin: 0rem 0rem 0.5rem 0rem
}

.stickyHeader {
	padding: 1rem 0rem 1rem 0rem;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #ededed;
	border-bottom: 1px solid #e0e0e0;
}

/* .stack11 .flexContainer.flexLayout3.headerStyle11 {
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
} */


/* @end */

/* @group Plans & Pricing */

#plans #mainContentArea .stack1 .plansAndPricing {
	padding: 5rem 10% 6rem 10%;
}

#plans #mainContentArea .stack1 .plansAndPricing .col {
	flex-basis: 23%;
	justify-content: space-between;
}

#plans #mainContentArea .stack3 .creditUsage .col {
	display: flex;
}

#plans #mainContentArea .stack3 .creditUsage .col ul {
	padding: 0rem 2rem 0rem 0rem;
}

#plans #mainContentArea .stack3 .creditUsage .col .txtcu {
	border-top: rgb(158, 158, 158) solid 1px; 
}

#plans #mainContentArea .stack4 .platformAccess { 
	display: flex;
}

#plans #mainContentArea .stack4 .platformAccess .leftBox {
	flex-basis: 48%;
	background-color: #45454b;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	border-radius: 1rem 1rem 1rem 1rem;
	color: #FFF;
}

#plans #mainContentArea .stack4 .platformAccess .buttonpa {
	display: flex;
	flex-basis: 50%;
	flex-direction: row;
	justify-content: space-around;
}

#plans #mainContentArea .stack4 .platformAccess .rightBox {
	flex-basis: 48%;
	background-color: #fff;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
	border-radius: 1rem 1rem 1rem 1rem;
	color: #45454c
}

#plans #mainContentArea .stack4 .platformAccess .rightBox .imgContainer {
	width: 100%;
}

#plans #mainContentArea .stack4 .platformAccess .rightBox .iconpa {
	background-color: #45454C;
    display: flex;
    justify-content: center;
    color: #fff;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 0rem 9rem 0rem 9rem;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}

#plans #mainContentArea .stack4 .platformAccess #lipa ul { 
	padding: 1rem 1rem 1rem 1rem;
    border: white solid 1px;
    border-radius: 1rem;
}

#plans #mainContentArea .stack5 .col5 {
	padding: 2rem 2rem 2rem 2rem;
	width: 1200px;
	margin: 0rem 0rem 0rem 0rem;
	border-radius: 1rem 1rem 1rem 1rem;
	background: linear-gradient(90deg, rgb(167, 81, 224) 0%, rgb(232, 170, 83) 89%);
}

#plans #mainContentArea .flexContainer .bookDemo{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#plans #mainContentArea .stack5 .col5 .bookDemo button {
	padding: 0.5rem 0rem 0.5rem 0rem;
    margin: 2rem 0rem 2rem 0rem;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    background: #FFF;
    color: #45454c;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: #fff;
    width: 26%;
}

#plans #mainContentArea .stack5 .col5 .bookDemo .cpgDemo h1 {
	color: #FFF;
	justify-content: center;
}

#plans #mainContentArea .stack5 .col5 .cpgDemo h1 {

}

#plans #mainContentArea .cpgScenarios {
	background-color: #fff;
    padding: 0rem 1rem 0rem 1rem;
    margin: 0rem 86% 0rem 0rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: anchor-center;
}

#plans #mainContentArea .cpgROI {
	margin: 0rem 0rem 3rem 0rem;
}

#plans #mainContentArea .cpgROI h1 {
	margin: 1rem 0rem 0rem 0rem;
	font-family: "Rajdhani";
	font-weight: 400;
	font-size: 3rem;
	text-align: left;
}

#plans #mainContentArea .cpgROI p {
	margin: 0rem 0rem 0rem 0rem;
	text-align: left;
	font-weight: 200;
	line-height: 1;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 {
	display: flex;
	padding: 0rem 2rem 2rem 2rem;
	border: black solid 1px;
	border-radius: 1rem 1rem 1rem 1rem;
	display: inline-block;
	flex-direction: column;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .iconroi1 {
	text-align: center;
	background-color: #9a8bdd;
	padding: 1rem 1rem 1rem 1rem;
	margin: -2rem 33% 2rem 33%;
	border-radius: 1rem 1rem 1rem 1rem;
	width: 30%;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 h2 {
	text-align: center;
	font-family: "Rajdhani";
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .heading1 {
	font-size: 1.5rem;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .halfBorder1 {
	border-top: #000 solid 1px;
	width: 50%;
	margin: auto;
	text-align: center;
	line-height: 1;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .halfBorder1 h2 {
	font-weight: 400;
	font-size: 2rem;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .blackBorder1 {
	padding: 0.5rem 1rem 0.5rem 1rem;
    border: black solid 1px;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    line-height: 1rem;
    text-align: center;
    line-height: 0.5;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .blackBorder1 h2 {
	font-size: 2.5rem;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .iconroi2 {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 1rem;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .iconroi3 {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 1rem;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .iconroi4 {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-top: 1rem;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .blackBox1 {
background-color: #272728;
border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
padding: 0.5rem 1rem 0.5rem 1rem;
color: #FFF;
font-family: "Rajdhani";
line-height: 0.5;
text-align: center;
}

#plans #mainContentArea .stack6 .col6 .ROIbox1 .blackBox2 {
	background-color: #272728;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #FFF;
	font-family: "Rajdhani";
	line-height: 0.5;
	text-align: center;
	}

/* #plans #mainContentArea .stack6 .col6 .ROIboxright {
	display: flex;
	flex-direction: row;
} */

#plans #mainContentArea .stack6 .col6 .ROIbox2 {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem 3rem 2rem;
	margin: 0rem 0rem 0rem 0rem;
	border: white solid 1px;
	border-radius: 1rem 1rem 1rem 1rem;
	background-color: white;
	display: inline-block;
	flex-direction: column;
}

#plans #mainContentArea .stack6 .col6 .ROIbox2 .blackBorder2 {
	padding: 0.5rem 2rem 0.5rem 2rem;
	margin: 5rem 0rem 0rem 0rem;
    border: black solid 1px;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    line-height: 1rem;
    text-align: center;
    line-height: 0.5;
}

/* @end */

/* @group About Us */

#aboutUs .photoGallery {
	width: 100%;
	height: 500px;
	position: relative;
	background-color: #FFF;
}

#aboutUs .photoGallery .quadrant {
	position: absolute;
}

#aboutUs .photoGallery .quadrant img {
	width: 100%;
}

#aboutUs .photoGallery .quadrant1 {
	width: 895px;
	height: 233px;
	top: 0rem;
	left: 0rem;
	border-top-left-radius: 1rem;
}

#aboutUs .photoGallery .quadrant2 {
	width: 300px;
	height: 502px;
	top: 0rem;
	right: 0rem;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

#aboutUs .photoGallery .quadrant2 img {
	margin-top: -100px;
}

#aboutUs .photoGallery .quadrant3 {
	width: 895px;
	height: 264px;
	top: 238px;
	left: 0rem;
	border-bottom-left-radius: 1rem;
}

#aboutUs .introduction {
	max-width: 86%;
	margin-right: auto;
	margin-left: auto;
}

#aboutUs .introduction .years p strong {
	font-family: 'Rajdhani';
	font-size: 9rem;
	font-style: normal;
	font-weight: 500;
}

#aboutUs .introduction .years p em {
	display: inline-block;
	font-family: 'Rajdhani';
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9;
	text-align: left;
}

.flexdirection{
    flex-direction: column;
}

.flexContainer .flexLayout1 {
    justify-content: start;
}

.title {
	margin-left: 1rem;
}

.center {
	align-items: center;
}

.navActive{
	font-weight: 700;
	font-size: 1.2rem;
	color: #47A682;
}
/* Avatar preview styling */
.avatar-preview {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #7187805f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.avatar-preview:hover{
	background: #D3EBE2;
	cursor: pointer;
	color: #fff;
}

.upload-area .avatar-preview{
	border: none;
}
.upload-area:hover{
	cursor: pointer;
	color: #fff;
}

.avatar-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Upload text styling */
.upload-text {
    color: #45454c;
    font-size: 0.8rem;
}

/* Upload button styling */

.upload-button:hover {
    background: #524494;
}

.displayNone {
	display: none;
}

/* Font selector styling */
.fontSelector {
    width: 95%;
    margin: 0rem 0rem 0rem 1rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 1px solid #ededed;
    border-radius: 0.5rem;
    font-family: 'Nunito';
    background-color: white;
    cursor: pointer;
}

.fontSelector:focus {
    outline: none;
    border-color: #6b5dbe;
    box-shadow: 0 0 0 2px rgba(107, 93, 190, 0.2);
}

.fontSelector option {
	font-family: 'Nunito';
}

.dropdownSelector {
    width: 95%;
    margin: 0rem 0rem 0rem 1rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 1px solid #ededed;
    border-radius: 0.5rem;
    font-family: 'Nunito';
    background-color: white;
    cursor: pointer;
}

.dropdownSelector:focus {
    outline: none;
    border-color: #6b5dbe;
    box-shadow: 0 0 0 2px rgba(107, 93, 190, 0.2);
}

.dropdownSelector option {
	font-family: 'Nunito';
}

.colorPicker {
	margin-left: 1rem;
	border: 1px solid #8b7a45;
	border-radius: 0.2rem;
}

.colorText {
	margin-left: 1rem;
	border: 1px solid #8b7a45;
	border-radius: 0.5rem;
}

.colorTextContainer {
	overflow: visible;
	justify-content: flex-start;
	align-items: center;
}

.languageCheckboxes {
    display: flex;
	margin-left: 1rem;
	flex-direction: row;
	column-count: 3;
    flex-wrap: wrap;
}

.languageCheckboxes input[type="checkbox"] {
    margin: 0;
    margin-right: 0.5rem;
    cursor: pointer;
}

.languageCheckboxes label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Nunito';
    font-size: 0.9rem;
    color: #45454C;
}

.languageItem {
	flex-basis: 20%;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
    line-height: 1.1;
}


.upload-status-container {
	width: 95%;
	margin: 0rem 0rem 0rem 1rem;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
	color: #ffffff;
	font-family: 'Nunito';
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	box-shadow: 0 2px 8px rgba(124, 189, 229, 0.3);
}

/* @group Modal/Overlay Styles */

/* overlayStyle1: modal backdrop */

.overlayStyle1 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(39, 39, 40, 0.6);
	z-index: 9998;
	backdrop-filter: blur(2px);
}

/* modalStyle1: centered modal container */

.modalStyle1 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	max-width: 700px;
	width: 90%;
	max-height: 85vh;
	overflow-y: auto;
	background-color: #FFF;
	border-radius: 0.8rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modalStyle1 header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem 1.5rem 2rem;
	border-bottom: 1px solid #ededed;
}

.modalStyle1 header h2 {
	margin: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.5rem;
	font-weight: 600;
	color: #45454C;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.modalStyle1 article {
	padding: 2rem;
}

.modalStyle1 .formGroup {
	margin: 0rem 0rem 1.75rem 0rem;
}

.modalStyle1 .formGroup label {
	display: block;
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Nunito';
	font-size: 1rem;
	font-weight: 600;
	color: #45454C;
}

.modalStyle1 input[type="text"],
.modalStyle1 input[type="email"],
.modalStyle1 input[type="url"] {
	width: 100%;
	padding: 0.75rem 1rem 0.75rem 1rem;
	border: 1px solid #ededed;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	font-size: 0.95rem;
	color: #45454C;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}

.modalStyle1 input[type="text"]:focus,
.modalStyle1 input[type="email"]:focus,
.modalStyle1 input[type="url"]:focus {
	outline: none;
	border-color: #6b5dbe;
	box-shadow: 0 0 0 3px rgba(107, 93, 190, 0.1);
}

.modalStyle1 input[type="text"]::placeholder,
.modalStyle1 input[type="email"]::placeholder,
.modalStyle1 input[type="url"]::placeholder {
	color: #9a9a9a;
}

.modalStyle1 textarea {
	width: 100%;
	min-height: 220px;
	padding: 1rem;
	border: 2px solid #6b5dbe;
	border-radius: 0.5rem;
	font-family: 'Nunito';
	font-size: 0.95rem;
	color: #45454C;
	resize: vertical;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
	line-height: 1.6;
}

.modalStyle1 textarea:focus {
	outline: none;
	border-color: #6b5dbe;
	box-shadow: 0 0 0 3px rgba(107, 93, 190, 0.1);
}

.modalStyle1 textarea::placeholder {
	color: #9a9a9a;
}

.modalStyle1 .tipText {
	margin: 1rem 0rem 0rem 0rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
	color: #9a9a9a;
}

.modalStyle1 footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.75rem;
	padding: 1.5rem 2rem 1.5rem 2rem;
	border-top: 1px solid #ededed;
	background-color: #f3f1ff;
	border-bottom-left-radius: 0.8rem;
	border-bottom-right-radius: 0.8rem;
}

.modalStyle1 footer button {
	padding: 0.65rem 1.75rem 0.65rem 1.75rem;
	font-family: 'Nunito';
	font-size: 1rem;
	font-weight: 600;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.2s;
}

.modalStyle1 footer button.cancel {
	background-color: #47A682;
	color: #FFF;
}

.modalStyle1 footer button.cancel:hover {
	background-color: #3a8d6e;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(71, 166, 130, 0.3);
}

.modalStyle1 footer button.process {
	background-color: #6b5dbe;
	color: #FFF;
}

.modalStyle1 footer button.process:hover {
	background-color: #5d4ebe;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(107, 93, 190, 0.3);
}

/* @end */

/* .upload-status-bar p {
	margin: 0;
	padding: 0;
} */
/* @end */










/* @group Pricing Page Specific Styles */

/* Modified button style for pricing page (without font-style: italic) */
.pricing .btnStyle1 {
	display: inline-block;
	padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #45454C;
	border: 1px solid #45454C;
	border-radius: 0.4rem;
	color: #FFF;
	font-size: 1rem;
	font-weight: 300;
}

/* Pricing page specific header spacing */
#plans #wrapper > header {
	margin: 0rem;
	padding: 0rem 0% 0rem 0%;
}

/* Pricing page specific padding for plans section */
#plans #mainContentArea .stack1 .plansAndPricing {
	padding: 5rem 10% 6rem 10%;
}

/* Pricing page specific column sizing (31% vs 23% in main) */
#plans #mainContentArea .stack1 .plansAndPricing .col {
	flex-basis: 31%;
	justify-content: space-between;
}

/* Remove top padding from h1 on pricing page */
#plans .headerStyle2 h1 {
	padding: 0rem 0rem 0rem 0rem;
}

/* Remove bottom margin from header on pricing page */
#plans header {
	margin-bottom: 0rem !important;
}

/* @end */

/* @group Fancybox Modal Overrides */
.fancybox__backdrop {
	background: rgba(0, 0, 0, 0.9);
}

.fancybox__content {
	background: none !important;
	box-shadow: none;
	padding: 0 !important;
}

.fancybox__content > .carousel__button.is-close {
	color: #fff;
	top: 40px;
	right: 40px;
}
/* @end */

/* @group Login Modal */
.loginCardWrapper {
	padding: 0 24px 48px;
}

.loginCard {
	background: #ffffff;
	border-radius: 36px;
	padding: 48px 54px;
	max-width: 440px;
	margin: auto;
	box-shadow: 0 36px 78px rgba(0, 0, 0, 0.36);
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.loginCard__title {
	margin: 0;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #1c1e2f;
}

.loginCard__brand {
	display: grid;
	grid-template-columns: auto 130px;
	align-items: center;
	gap: 18px;
	margin: 0 auto 4px auto;
	max-width: 330px;
}

.loginCard__label {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #272838;
}

.loginCard__brand img {
	width: 115px;
	height: auto;
	justify-self: end;
}

.loginCard form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.loginCard__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.loginCard__field input[type="text"],
.loginCard__field input[type="password"] {
	width: 100%;
	padding: 15px 20px;
	border: 2px solid #cbd0ff;
	border-radius: 18px;
	background: #eef1ff;
	color: #24263a;
	font-size: 15px;
	font-weight: 500;
	outline: none;
	transition: border 0.2s, background 0.2s, box-shadow 0.2s;
}

.loginCard__field input[type="text"]:focus,
.loginCard__field input[type="password"]:focus {
	border-color: #5558ff;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(85, 88, 255, 0.15);
}

#loginError {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #d93025;
}

.errorMessage1 {
	display: none;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #d93025;
}

.loginCard__submit {
	align-self: flex-start;
	padding: 12px 32px;
	border-radius: 18px;
	background: #3f3f4b;
	border: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-transform: none;
	box-shadow: 0 14px 32px rgba(63, 63, 75, 0.32);
	transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.loginCard__submit:hover {
	background: #2d2d35;
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(63, 63, 75, 0.34);
}
/* @end */

/* @group Login Modal */
.loginFormContainer {
	background: #FFF;
	color: #000;
	border-radius: 18px;
	padding: 25px;
	max-width: 420px;
	margin: auto;
	box-shadow: 0 8px 30px rgba(0,0,0,0.45);
}

.loginFormContainer input[type="text"],
.loginFormContainer input[type="password"] {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 14px;
	border: 2px solid #555;
	border-radius: 10px;
	background: transparent;
	color: #000;
	font-size: 14px;
	outline: none;
}
/* @end */

/* @group Login Modal */
.welcome-title {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.login-popup {
	background: #FFF;
	color: #000;
	border-radius: 18px;
	padding: 25px;
	max-width: 420px;
	margin: auto;
	box-shadow: 0 8px 30px rgba(0,0,0,0.45);
}

.popup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.popup-header h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.popup-header img {
	height: 28px;
}

.login-popup input[type="text"],
.login-popup input[type="password"] {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 14px;
	border: 2px solid #555;
	border-radius: 10px;
	background: transparent;
	color: #000;
	font-size: 14px;
	outline: none;
}

.login-popup input::placeholder {
	color: #ccc;
	font-weight: bold;
	font-size: 13px;
}

/* Additional styles for home.html */
.contentViewport2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.bgStyle10 {
	background-color: #f0f0f0;
}

nav.userMenu.bgStyle10 {
	background-color: #272728;
	width: 100%;
	color: #fff;
}

nav.userMenu.bgStyle10 ul.mnu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 0 0 0;
	gap: 3rem;
}

nav.userMenu.bgStyle10 ul.mnu li {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

nav.userMenu.bgStyle10 ul.mnu li a {
	color: #fff;
	text-decoration: none;
	padding: 0.4rem 0.8rem;
	display: block;
}

nav.userMenu.bgStyle10 ul.mnu li.active > a {
	color: #F6B633 !important;
	background-color: #fff;
}

nav.secondary {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: flex-start;
}

#wrapper > header .logoContainer nav.secondary {
	justify-content: flex-end;
}

nav.primary {
	/* Primary navigation styles */
}

nav.primary .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.primary .subMenu {
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	border-radius: 0.5rem;
}

nav.primary .menu li:hover .subMenu {
	display: block;
}

.articleStyle19 {
	margin: 0 0 2rem 0;
	padding: 3rem 2% 1.5rem 2%;
	border: 1px solid;
	border-radius: 0.8rem;
	position: relative;
	overflow: visible;
}

.articleStyle19:nth-child(1):hover {
	background-color: #e6e4fa;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.articleStyle19:nth-child(2):hover {
	background-color: #e2e2e2;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.articleStyle19:nth-child(3):hover {
	background-color: #d9ebff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.articleStyle19:nth-child(4):hover {
	background-color: #d1ffee;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.articleStyle19:nth-child(1) .btnStyle1 {
	background-color: #897AC3;
	border: none !important;
}

.articleStyle19:nth-child(2) .btnStyle1 {
	background-color: #606060;
	border: none !important;
}

.articleStyle19:nth-child(3) .btnStyle1 {
	background-color: #41aace;
	border: none !important;
}

.articleStyle19:nth-child(4) .btnStyle1 {
	background-color: #00A87B;
	border: none !important;
}

.articleStyle19 .btnStyle1:hover {
	background-color: #000;
	color: #fff;
	border: none !important;
}

.articleStyle19 h2 {
	margin: 0;
	text-align: left;
	font-size: 1.2rem;
	font-family: 'Rajdhani';
	font-weight: 600;
	color: #272728;
}

.articleStyle19 span.bookmark {
	color: #FFF;
	font-size: 6rem;
	font-variation-settings:
	  'FILL' 1,
	  'wght' 200,
	  'GRAD' 0,
	  'opsz' 24;
	position: absolute;
	top: -2rem;
	left: 1rem;
	text-shadow: 0 0 3px #262626;
}

.articleStyle19 .logo {
	position: absolute;
	top: -2rem;
	left: 1rem;
	width: 4rem;
	height: auto;
	text-shadow: 0 0 3px #262626;
}

.articleStyle19 h3 {
	text-align: left;
	font-family: 'Rajdhani';
	font-weight: 600;
	font-size: 1.8rem;
	color: #272728;
	line-height: 0.9;
}

.articleStyle19 h3 strong {
	font-size: 2rem;
	font-weight: 700;
}

.articleStyle19 .btnStyle1 {
	width: 100%;
	margin-top: 2rem;
	padding: 0.4rem 0;
	text-align: center;
}

.articleStyle19 .limits {
	width: 90%;
	gap: 1rem;
	margin: 0 auto 2rem auto;
}

.articleStyle19 .limits div {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	gap: 0.5rem;
}

.articleStyle19 .limits div strong {
	font-size: 1rem;
	font-weight: 800;
}

.articleStyle19 .limits div p {
	color: #646464;
	font-size: 0.6rem;
	font-weight: 400;
	line-height: 1.3;
}

.articleStyle19 ul {
	margin: 0 auto;
	padding: 0;
}

.articleStyle19 ul li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
	font-family: 'Nunito';
	font-size: 0.9rem;
}

.articleStyle19 ul li span.material-symbols-outlined {
	font-size: 1.2rem;
	font-weight: 600;
	color: #22552e;
}

.articleStyle19.txt {
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
}

.articleStyle19.txt .imgContainer {
	width: 100%;
	margin-bottom: 1.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
}

.articleStyle19.txt .imgContainer img {
	width: 100%;
	height: auto;
	display: block;
}

.articleStyle19.txt .txtStyle1 {
	padding: 1.5rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.articleStyle19.txt .txtStyle1 > p:first-child {
	font-family: 'Rajdhani';
	font-size: 0.9rem;
	font-weight: 600;
	color: #47A682;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.articleStyle19.txt .txtStyle1 h3 {
	font-family: 'Rajdhani';
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 0.5rem 0;
	color: #272728;
}

.articleStyle19.txt .txtStyle1 h5 {
	font-family: 'Nunito';
	font-size: 1rem;
	font-weight: 400;
	margin: 0 0 1.5rem 0;
	color: #6b7280;
	line-height: 1.5;
}

.articleStyle19.txt .txtStyle1 .limits {
	align-self: center;
}

.articleStyle19.txt .txtStyle1 .btnStyle5 {
	align-self: center;
	margin: 0 0.5rem 0.5rem 0 !important;
	background-color: #e0e0e0 !important;
	border: none !important;
	padding: 0.2rem 0.5rem !important;
}

footer {
	background-color: #ededed;
}

footer .stackFooter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 2rem 0;
}

footer .col1 .icon {
	width: 3rem;
	height: 3rem;
	border-radius: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .col1 .title h3 {
	margin: 0;
	font-size: 1.5rem;
}

footer .col1 .title p {
	margin: 0.5rem 0 0 0;
	font-size: 0.9rem;
}

footer .col2 h4,
footer .col3 h4,
footer .col4 h4 {
	margin: 0 0 1rem 0;
	font-size: 1.1rem;
	font-weight: 600;
}

footer .col2 ul,
footer .col3 ul,
footer .col4 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .col2 ul li,
footer .col3 ul li,
footer .col4 ul li {
	margin-bottom: 0.5rem;
}

footer .col2 ul li a,
footer .col3 ul li a,
footer .col4 ul li a {
	text-decoration: none;
	color: #272728;
	font-size: 0.95rem;
}

footer .col2 ul li a:hover,
footer .col3 ul li a:hover,
footer .col4 ul li a:hover {
	color: #47A682;
}

footer .right {
	text-align: right;
}

footer .right p {
	margin: 0;
	font-size: 0.9rem;
	color: #6b7280;
}

.stack10 .articleStyle18 {
	position: relative;
	width: 100%;
	padding: 3rem;
}

.stack10 .articleStyle18 .imgContainer {
	position: absolute;
	width: 100%;
	height: 550px;
	object-fit: fill;
	top: 0;
	left: 0;
	z-index: -1;
}

.stack10 .articleStyle18 > .chatContainer {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.stack10 .articleStyle18 .chatContainer > article {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	opacity: 0;
	animation: fadeIn 9s ease-in-out infinite;
}

.stack10 .articleStyle18 .chatContainer > article:nth-child(1) {
	animation-delay: 1.5s;
}

.stack10 .articleStyle18 .chatContainer > article:nth-child(2) {
	animation-delay: 3.5s;
}

.stack10 .articleStyle18 .chatContainer > article:nth-child(3) {
	animation-delay: 4.5s;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg {
	flex-direction: row;
	justify-content: flex-start;
}

.stack10 .articleStyle18 .chatContainer > article.userMsg {
	flex-direction: row-reverse;
	justify-content: flex-start;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	10% {
		opacity: 1;
		transform: translateY(0);
	}
	90% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-10px);
	}
}

.stack10 .articleStyle18 .chatContainer > article > .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.stack10 .articleStyle18 .chatContainer > article > .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg > .icon {
	background-color: #F6B633;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg > .icon > .material-symbols-outlined {
	color: #fff;
	font-size: 28px;
}

.stack10 .articleStyle18 .chatContainer > article > .txt {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-width: 60%;
}

.stack10 .articleStyle18 .chatContainer > article.userMsg > .txt > h4 {
	text-align: right;
	font-size: 0.9rem;
	font-weight: 600;
	color: #272728;
	margin: 0;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg > .txt > h4 {
	text-align: left;
	font-size: 0.9rem;
	font-weight: 600;
	color: #272728;
	margin: 0;
}

.stack10 .articleStyle18 .chatContainer > article > .txt > p {
	padding: 1rem 1.25rem;
	border-radius: 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
	width: fit-content;
}

.stack10 .articleStyle18 .chatContainer > article.botMsg > .txt > p {
	background-color: #F6B633;
	color: #fff;
	border-top-left-radius: 0.25rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.stack10 .articleStyle18 .chatContainer > article.userMsg > .txt > p {
	background-color: #fff;
	color: #272728;
	border-top-right-radius: 0.25rem;
	align-self: flex-end;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.stack14 .articleStyle18 {
	padding: 0 4rem 2rem 4rem;
	align-items: center;
}

.stack14 .articleStyle18.flexLayout3 {
	align-items: stretch;
}

.stack14 .articleStyle18 .center img {
	overflow: hidden;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-radius: 1rem;
	align-self: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.stack14 .articleStyle18 .col1.bgStyle1 .btnStyle1 {
	margin: 0 2rem 0 0;
	align-self: flex-end;
	width: auto;
}

.stack14 .articleStyle18 .col2.bgStyle1 .btnStyle1 {
	margin: 0 0 0 2rem;
	align-self: flex-start;
	width: auto;
}

.stack14 .articleStyle18 .col1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	flex-basis: 47%;
	overflow: visible;
	border-radius: 1rem;
}

.stack14 .articleStyle18 .col2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	flex-basis: 47%;
	overflow: visible;
	border-radius: 1rem;
}

.stack14 .articleStyle18 .col1 .material-symbols-outlined {
	font-size: 2rem;
	margin: 0 2rem 1rem 0;
	color: #efd9e0;
	padding: 1rem;
	background-color: #AF3A61;
	width: fit-content;
	align-self: flex-end;
	border-radius: 1rem;
}

.stack14 .articleStyle18 .col2 .material-symbols-outlined {
	font-size: 2rem;
	margin: 0 2rem 1rem 2rem;
	color: #efd9e0;
	padding: 1rem;
	background-color: #AF3A61;
	width: fit-content;
	align-self: flex-start;
	border-radius: 1rem;
}

.stack14 .articleStyle18 .col1 h2 {
	margin: 0 2rem 1rem 2rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #272728;
	line-height: 1.3;
}

.stack14 .articleStyle18 .col1 p {
	margin: 0 2rem 1rem 4rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #666;
}

.stack14 .articleStyle18 .col1 img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 1rem;
	border: 1px solid #e8e8e8;
}

.stack14 .articleStyle18 .col2 h2 {
	margin: 0 0 1rem 2rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #272728;
	line-height: 1.3;
}

.stack14 .articleStyle18 .col2 p {
	margin: 0 4rem 1rem 2rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #666;
}

.stack14 .articleStyle18 .col2 img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 1rem;
	border: 1px solid #e8e8e8;
}

.stack15 .btnStyle1 {
	display: inline-flex;
	align-items: center;
	margin: 0 auto;
	padding: 0.5rem 2rem;
	border-radius: 0.5rem;
	background-color: #272728;
	color: #fff;
}

.stack15 .btnStyle1:hover {
	background-color: #3a8d6e;
	cursor: pointer !important;
}

.stack15 .btnStyle2 {
	display: inline-flex;
	align-items: center;
	border: 1px solid #bebebe !important;
}

.stack15 .headerStyle2 {
	font-family: 'Rajdhani';
}

.stack15 .headerStyle2 h1 {
	width: 80% !important;
	max-width: none !important;
	font-family: 'Rajdhani';
	font-size: 3rem;
}

.stack15 .headerStyle2 p {
	max-width: 40%;
	margin: 0 auto 2rem auto;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
	color: #666;
	padding: 0;
}

.stack15 .imgContainer {
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	justify-content: center;
}

.stack15 .flexContainer.limits {
	font-family: 'Rajdhani';
	justify-content: center;
	gap: 5rem;
}

.stack15 .flexContainer.limits div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.stack15 .flexContainer.limits div .material-symbols-outlined {
	font-size: 3rem;
	margin: 0 0 0.5rem 0;
}

.flexContainer.limits div:nth-child(1) .material-symbols-outlined {
	color: #5FB894;
}

.flexContainer.limits div:nth-child(2) .material-symbols-outlined {
	color: #D4749A;
}

.flexContainer.limits div:nth-child(3) .material-symbols-outlined {
	color: #4A90E2;
}

.flexContainer.limits div:nth-child(4) .material-symbols-outlined {
	color: #3a8d6e;
}

.stack15 .flexContainer.limits div strong {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	color: #272728;
}

.stack15 .flexContainer.limits div p {
	margin: 0 0 0.5rem 0;
	font-size: 1rem;
	font-weight: 300;
	color: #666;
}

#mainContentArea .stack1 .headerStyle2 {
	font-family: 'Rajdhani';
}

#mainContentArea .stack1 .headerStyle2 .btnStyle2 {
	display: inline-flex;
	align-items: center;
	border: 1px solid #bebebe !important;
}

#mainContentArea .stack1 .headerStyle2 h1 {
	font-size: 3rem;
}

#mainContentArea .stack1 .headerStyle2 p {
	max-width: 40%;
	margin: 0 auto 2rem auto;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
	color: #666;
	padding: 0;
}

#mainContentArea .stack1 .productEcosystem {
	padding: 2rem 0 0 0;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem:hover {
	background-color: #ffe9be !important;
	transition: all 0.3s ease-in-out;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 {
	flex-basis: 63% !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h5 {
	width: 70% !important;
	margin: 0 0 2rem 0 !important;
	height: 100% !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h3,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > h5,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits strong,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits p,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li h2,
#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col2 ul li span.material-symbols-outlined {
	color: #000 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col3 .btnStyle1 {
	background-color: #CFA247 !important;
	color: #fff !important;
	border: none !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.productItem .flexContainer.flexLayout5 .col1 > div.limits {
	width: 30% !important;
	margin: 0 0 1rem 0 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt {
	padding: 0;
	overflow: hidden;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .imgContainer {
	width: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .imgContainer img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-bottom: 1px solid #e0e0e0 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt:hover {
	background-color: #f5f5f5 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1rem;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 p {
	margin: 0 0 1rem 0 !important;
	font-size: 0.8rem !important;
	font-weight: 300 !important;
	color: #666 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 h3 {
	margin: 0 0 1rem 0 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 h5 {
	margin: 1rem 0 1rem 0 !important;
	height: 100% !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits {
	align-self: center;
	margin: 1rem 0 1rem 0 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits strong {
	font-size: 1.2rem !important;
	font-weight: 800 !important;
	color: #272728 !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .limits p {
	font-size: 0.6rem !important;
}

#mainContentArea .stack1 .productEcosystem .articleStyle19.txt .txtStyle1 .btnStyle5 {
	align-self: center;
	margin: 0 0.5rem 0.5rem 0 !important;
	background-color: #e0e0e0 !important;
	border: none !important;
	padding: 0.2rem 0.5rem !important;
}

#mainContentArea .stack1 .productEcosystem .col {
	flex-basis: 100%;
}

#mainContentArea .stack1 .productEcosystem .col.col1 {
	flex-basis: 23%;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 {
	align-items: center;
	gap: 2rem;
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col.articleStyle19.bgWhite h3 {
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 {
	flex-basis: 63% !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h5 {
	width: 70% !important;
	margin: 0 0 2rem 0 !important;
	height: 100% !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h5,
#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > h3 {
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > div.limits {
	width: 30% !important;
	margin: 0 0 1rem 0 !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col1 > div.limits p {
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 {
	flex-basis: 33% !important;
	border-left: 1px solid #fff;
	padding-left: 2rem;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 ul li h2 {
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col2 ul li span.material-symbols-outlined {
	color: #fff !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 {
	flex-basis: 23% !important;
	height: 100px;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 .btnStyle1 {
	background-color: #fff !important;
	color: #272728 !important;
	border: none !important;
}

#mainContentArea .stack1 .productEcosystem .col .flexContainer.flexLayout5 .col3 .btnStyle1:hover {
	background-color: #272728 !important;
	color: #fff !important;
	border: none !important;
}

.error-text {
	color: #ff6b6b;
	font-size: 13px;
	margin-top: -10px;
	margin-bottom: 12px;
	display: none;
}

.login-popup button {
	background: #45454C;
	border: 1px solid #45454C;
	padding: 0.4rem 1.6rem;
	border-radius: 0.4rem;
	color: #FFF;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 300;
	transition: background 0.2s ease, transform 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.login-popup button:hover {
	background: #2f2f35;
	transform: translateY(-1px);
}

.login-popup__signup {
	margin-top: 18px;
	text-align: center;
	font-size: 14px;
	color: #45454C;
}

.login-popup__signup a {
	font-weight: 600;
	color: #45454C;
	text-decoration: underline;
}

.login-popup__signup a:hover {
	color: #2d2d35;
}

.login-popup input[type="text"],
.login-popup input[type="password"],
.login-popup input[type="email"] {
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 14px;
	border: 2px solid #555;
	border-radius: 10px;
	background: transparent;
	color: #000;
	font-size: 14px;
	outline: none;
}

.login-popup input::placeholder {
	color: #ccc;
	font-weight: bold;
	font-size: 13px;
}