/* @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
	https://cpgbuyerai.com/static/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;
}

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

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; 
}

.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;
}

.flexContainer.wrap, 
.innerFlexContainer.wrap > * {
	flex-wrap: wrap;
}

.col {
	overflow: hidden;
}

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

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

/* @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;
}

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

.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;
}

.paddingBottom-S {
	padding-bottom: 2rem;
}

.paddingLeft-S {
	padding-left: 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;
}

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

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

.bgBordeaux {
	background-color: #AF3A61;
}

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

.bgStyle1 {
	background-color: #ededed;
}

.bgStyle2 {
	/* green gradient */
	/* 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: #e3e1ef;
}

.bgStyle9 {
	background: linear-gradient(90deg, rgb(167, 81, 224) 0%, rgb(232, 170, 83) 89%);
}

.absoluteContainer {
	position: relative;
}

.errorMessage {
	color: #db0202;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #db0202;
  border-radius: 4px;
}

.errorMessage1 {
	color: #db0202;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #db0202;
  border-radius: 4px;
	display: none;
}

/* @end */

/* @group Template Layouts */

/* Simplified column layouts */

.twoCol, .threeCol, .fourCol {
	justify-content: space-between;
}

.twoCol > * {
	flex-basis: 49%;
}

.threeCol > * {
	flex-basis: 32%;
}

.fourCol > * {
	flex-basis: 24%;
}

/* flexLayout1 : two columns left wider */

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

.flexLayout1 > .col2, 
.innerFlexLayout1 .listing > * {
	flex-basis: 32.2%;
}

/* 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%;
}

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

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

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

.subFlexLayout2e > .col1 {
	flex-basis: 25%;
}
.subFlexLayout2e > .col2 {
	flex-basis: 73%;
}

/* flexLayout3 : two equal sized columns */

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

}

/* flexLayout4 : three equal sized columns */

.flexLayout4 > .col {
	flex-basis: 32%;
}

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

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

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

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

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

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

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

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

/* flexLayout7 : four equally sized columns */

.flexLayout7 > .col {
	flex-basis: 23.5%;
}

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

/* @end */

/* flexLayout8 : two columns, first 20%, second 79% */

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

.flexLayout8 > .col2 {
	flex-basis: 79%;
}

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

.flexLayout8 .subFlexLayout8a > .col2 {
	flex-basis: 53%;
}

.flexLayout8 .subFlexLayout8a > .col3 {
	flex-basis: 18%;
}

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

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

.flexLayout8 .subFlexLayout8b > .col3 {
	flex-basis: 20%;
}

/* @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: 5rem;
	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 */

.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;
}

.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;
}

.btnStyle2:hover {
	color: #000;
	cursor: pointer;
}

.btnStyle3 {
	/* buttons inside listing tables (action button) */
  position: relative; /* required for tooltip positioning */
	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;
	cursor: pointer;
}

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

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

    /* Tooltip styling */
.btnStyle3-tooltip {
    visibility: hidden; /* hidden by default */
    width: 250px;       /* adjust width */
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    bottom: 125%; /* position above the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.3;
    pointer-events: none; /* avoids blocking hover */
}

/* Tooltip arrow */
.btnStyle3-tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* bottom of tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Show tooltip on hover */
.btnStyle3:hover .btnStyle3-tooltip {
    visibility: visible;
    opacity: 1;
}

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

.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: #38a012;
	border: 1px solid #38a012;
	border-radius: 0.4rem;
	color: #FFF;
	/* font-style: italic; */
	font-size: 1rem;
	font-weight: 300;
}

.btnStyle5:hover {
	color: #FFF;
}

.btnStyle6 {
	font-size: 0.7rem;
}

.btnStyle7 {
	position: relative;
	font-size: 0.9rem;
	text-transform: uppercase;
	cursor: pointer;
}

.btnStyle7 span {
	vertical-align: middle;
	font-size: 0.9rem;
}

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

.btnStyle7-tooltip {
    visibility: hidden; 
    width: 250px;     
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 1.3;
    pointer-events: none; 
}

.btnStyle7-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.btnStyle7:hover .btnStyle7-tooltip {
    visibility: visible;
    opacity: 1;
}

.btnStyle8,
.btnStyle8:hover {
	display: inline-block;
	padding: 0.2rem 1.3rem 0.2rem 1.3rem;
    background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0.4rem;
	color: #3c3a3a;
	/* font-style: italic; */
	font-size: 1rem;
	font-weight: 300;
}

/* @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 3rem 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;
}

/* @end */

/* @group User Sidebar Menu in Dashboard */

.sideBarStyle1 {
	width: 100%;
	background: #fff;
	border-right: 1px solid #ddd;
	overflow-y: auto;
	transition: all 0.3s ease;
}

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

.sideBarSection {
	margin-bottom: 15px;
}

.sideBarHeader {
	justify-content: space-between;
	cursor: pointer;
	font-weight: 600;
	color: #000;
	padding: 5px;
	border-radius: 8px;
	transition: background 0.3s;
	border-bottom: 1px solid #000;
  border-radius: 0;
}

.sideBarHeader i {
	margin-right: 10px;
	color: #444;
}

.sideBarHeader:hover {
	background: #f0f0f0;
}

.sideBarHeader.active {
	background: #000;
	color: #fff;
}

.sideBarHeader.active i {
	color: #fff;
}

.sideBarDesc {
	font-size: 13px;
	color: #777;
	padding: 0 10px 5px 10px;
}

.sideBarSubMenu {
	display: none;
}

.sideBarSubMenu a {
	color: #333;
	text-decoration: none;
	font-size: 0.9rem;
	display: block;
	padding: 5px 0;
}

.sideBarSubMenu a.active {
	font-weight: bold;
	color: #000;
}

.sideBarSubMenu a:hover {
	color: #000;
	text-decoration: underline;
}

/* @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;
}

.ulStyle2 li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0rem 0.5rem 0.5rem 0.5rem;
	padding: 0.8rem;
	text-align: center;
	font-family: 'Rajdhani';
	font-weight: 600;
	line-height: 1.1;
	text-align: left;
	background-color: white;
}

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

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

.ulStyle2 li .txt {

}

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

.ulStyle2 li .txt p {
	font-size: 1rem;
	margin: 0rem;
	padding: 0rem;
	font-weight: 400;
}

.ulStyle3 li {
	font-size: 1rem;
  color: #555;
}

/* @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;
	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 tr td:nth-child(1) { 
  width: 30%;
}

.listingStyle1 tr td:nth-child(2) { 
  width: 15%;
}

.listingStyle1 tr td:nth-child(3) { 
  width: 38%;
}

.listingStyle1 tr td:nth-child(4) { 
  width: 17%;
}

.listingStyle1 tr td.verifiedData{
	width: 12%;
}
	
.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 {
	width: 12%;
} */


.listingStyle2 {
	overflow-x: auto;
}

.listingStyle2 table {
	border-collapse: collapse;
  width: 100%;
}

.listingStyle2 table tr th {
	 text-align: center;
	 font-weight: unset;
}

.listingStyle2 table, th, td {
   border: 1px solid #ddd;
   padding: 3px;
   text-align: left;
	 font-size: 0.8rem;
}

.listingStyle2 table th {
   border: 1px solid #ddd;
   padding: 3px;
   text-align: left;
	 font-size: 1rem;
}

.listingStyle2 table tr th .columnSortDropdown{
	display:none; 
	position:absolute; 
	background:white; 
	border:1px solid #ccc;
	padding:5px; 
	z-index:10; 
	width:200px;
}

.listingStyle2 table tr th .businessTypeSortDropdown {
  width: 300px;
}

.listingStyle2 table tr th ul {
	list-style:none; 
	padding:0; 
	margin:0;
}

.listingStyle2 table tr th .search-btn-container {
	margin-bottom: 5px;
}

.listingStyle2 table tr th ul li {
	padding:3px; 
	cursor:pointer;
	text-align: left;
	font-weight: normal;
}

.listingStyle2 table tr th hr,
.listingStyle2 table tr th ul li:last-child {
	padding:0; 
	margin:0;
}


.listingStyle2 table tr th .searchName {
	width:100%;
	margin-bottom:5px;
}

.listingStyle2 table, th button{
	padding: 0rem;
  background-color: unset;
  border: 0px;
  font-size: 0.7rem;
  font-weight: unset;
}

 .listingStyle2 table tr .leadName{
	position: relative;
	width: 10%;
} 

 .listingStyle2 table tr .leadPosition{
	position: relative;
	width: 10%;
} 

 .listingStyle2 table tr .companyName{
	position: relative;
  width: 15%;
}

.listingStyle2 table tr .businessType{
	position: relative;
  width: 10%;
}

.listingStyle2 table tr .country{
	position: relative;
  width: 8%;
}

.listingStyle2 table tr .state{
	position: relative;
  width: 5%;
}

.listingStyle2 table tr .opportunitySize{
	position: relative;
  width: 10%;
}

.listingStyle2 table tr .score{
	position: relative;
  width: 7%;
}

.listingStyle2 table tr .reasoning{
	position: relative;
  width: 10%;
}

 .listingStyle2 table tr .actions{
	position: relative;
	width: 12%;
} 

.listingStyle2 table tr td h2 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-size: 0.8rem;
	line-height: 1.2;
}

 .listingStyle2 tr td p {
	font-size: 0.8rem;
}  

 .listingStyle2 tr .specialTag {
	text-align: center;	
}

 .listingStyle2 tr td .tag {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.2rem 0.4rem 0.2rem 0.4rem;
	font-size: 0.8rem;
	line-height: 1.1;
	color: #FFF;
	border-radius: 0.3rem;
	border-top-left-radius: 0rem;
}

/* @end */

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

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

.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;
}

.listStyle2 {
	text-align: center;
}

.listStyle2 li {
	margin: 0rem 1rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	line-height: 1.5;
	font-family: 'Rajdhani';
	font-size: 1.1rem;
	text-align: center;
}

.listStyle2 li span {
	margin: 0rem 0.5rem 0.5rem 0rem;
	vertical-align: middle;
}

/* @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;
}

/* 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: 1.3rem;
	color: #45454C;
}

.headerStyle1 p {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-weight: 100;
	font-size: 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: 0rem 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;
}

.headerStyle5 h1 {
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 3rem;
	line-height: 1;
}
.headerStyle6 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}
/* @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 {
	
}

/* 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;
}

.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 h3 {
	width: 70%;
	margin: 0rem auto 1rem auto;
	font-size: 1.4rem;
	font-weight: 300;
}

.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, 
.innerArticleStyle10 article {
	/* Grey Background pills with white text and Icons */
	padding: 2rem;
	background-color: #606060;
	border-radius: 1rem;
	color: #FFFFFF;
}

.articleStyle10, 
.innerArticleStyle10 article {
	padding: 1.5rem;
	background-color: #606060;
	border-radius: 1rem;
	color: #FFFFFF;
}

.articleStyle10 span, 
.innerArticleStyle10 article span {
	display: inline-block;
	margin: 0rem 0rem 1rem 0rem;
}

.articleStyle10 h4, 
.innerArticleStyle10 article h4 {
	margin: 0rem 0rem 0.6rem 0rem;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.3rem;
	line-height: 1.4;
}

.articleStyle10 p, 
.innerArticleStyle10 article p {
	margin: 0rem;
	padding: 0rem;
	font-size: 0.9rem;
	line-height: 1.4;
}

.articleStyle11, 
.innerArticleStyle11 article {
	/* Gradient Background pills with white text and Icons changing on hover */
	margin-bottom: 1rem;
	padding: 1.5rem;
	background-color: #606060;
	border-radius: 1rem;
	color: #272728;
	text-align: left;
	background: #FFF;
	border: 1px solid #222020;
}

.articleStyle11:hover, 
.innerArticleStyle11 article:hover {
	/* Grey background pills with white text and Icons */
	
	color: #FFF;
	border: 1px solid #222020;
	background: linear-gradient(180deg, rgb(167, 81, 224) 0%, rgb(232, 170, 83) 89%);
}

.articleStyle11 span, 
.innerArticleStyle11 article span {
	/* Grey background pills with white text and Icons */
	display: inline-block;
	margin: 0rem 0rem 1rem 0rem;
}

.articleStyle11 h2, 
.articleStyle11 h3, 
.innerArticleStyle11 article h2, 
.innerArticleStyle11 article h3 {
	/* Grey background pills with white text and Icons */
	margin: 0rem 0rem 0.6rem 0rem;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 1.3rem;
	line-height: 1.4;
}

.articleStyle11 p, 
.innerArticleStyle11 article p {
	/* Grey background pills with white text and Icons */
	margin: 0rem;
	padding: 0rem;
	font-size: 0.9rem;
	line-height: 1.4;
}

.articleStyle12 p{
	line-height: 1.6;
  margin-bottom: 30px;
}

.articleStyle12 .txt {
  margin:34px 0;
  background:var(--panel);
  border-radius:10px;
  padding:28px 18px;
  display:flex;
  align-items:center;
  gap:18px;
  justify-content:center;
  border: 1px solid #ededed;
  background: #ededed;
}

.articleStyle12 .txt .bannerText {
  max-width:780px;
  text-align:center;
  font-size:20px;
  font-weight:700;
  color:#222;
  line-height:1.15;
}

.innerArticleStyle12 .col {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}

.innerArticleStyle12 article:hover {
	color: #FFF;
	border: 1px solid #222020;
	background: linear-gradient(180deg, rgb(167, 81, 224) 0%, rgb(232, 170, 83) 89%);
}

.keyCapability {
  padding: 1rem 1rem 1rem 1rem;
}

.keyCapability h2 {
	font-weight: bold;
}

/* @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 .stack3.flexLayout4 > .col1 {
	flex-basis: 25%;
	position: sticky;
	top: 1rem;
	align-self: flex-start;
	overflow-y: auto;
}

#home .stack3.flexLayout4 > .col2 {
	flex-basis: 73%;
}

/* #home .stack3.flexLayout4 > .col1 ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}

#home .stack3.flexLayout4 > .col1 ul li {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1rem;
	line-height: 2;
} */

/* #home .stack3.flexLayout4 > .col1 ul li a {
	display: flex;
	align-items: center;
	color: #0366d6;
} */
/* 
#home .stack3.flexLayout4 > .col1 ul li span{
	padding: 0rem 0.5rem 0rem 0rem;
	color: #7a7a7a;
} */


#home .flexLayout4 > .col2 > article {
	padding: 1.5rem;
}

#home .flexLayout4 > .col2 > article > .flexLayout5.marginBottom-XS {
	align-items: flex-start;
}

#home .flexLayout4 > .col2 > article > .col1 > .subFlexLayout2e {
	align-items: flex-start;
}

#home .flexLayout4 > .col2 > article .subFlexLayout2e .imgContainer {
	margin: 0rem !important;
}

#home .flexLayout4 > .col2 > article .subFlexLayout2e img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	border-radius: 1rem;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 .subFlexLayout2e .txt h1 {
	margin-bottom: 0.5rem;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 .subFlexLayout2e .txt p {
	color: #666;
	font-size: 1rem;
	margin: 0;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 > .col2 {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 0.5rem !important;
}

#home .flexLayout4 > .col2 > article > .flexLayout5 > .col2 .btnStyle1 {
	white-space: nowrap;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c {
	gap: 2rem;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c > ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c > ul {
	list-style: none !important;
	padding: 0;
	margin: 0rem 0rem 0rem 0rem !important;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li {
	margin-bottom: 1.5rem;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
	color: #333;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li h3 .material-symbols-outlined {
	font-size: 1.1rem;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li a {
	color: #0366d6;
	text-decoration: none;
}

#home .flexLayout4 > .col2 > article > .subFlexLayout2c li a:hover {
	text-decoration: underline;
}

#home .flexLayout4 > .col2 > article > div h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.3rem;
	color: #333;
}

#home .flexLayout4 > .col2 > .articleStyle7 h2 {
	margin-bottom: 1rem;
}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article h3 {
	margin-bottom: 0.5rem;
}
#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 !important;
}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p.txt {
	color: #7c7c7c;
	line-height: 1.3;

}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p span {
	font-size: 1.1rem;
}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p a {
	color: #0366d6;
	text-decoration: none;
}

#home .flexLayout4 > .col2 > .articleStyle7.txtStyle1 article p a:hover {
	text-decoration: underline;
}

/* Channel Coverage Bar Graph - extends existing chart styles */
#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 {
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 h3 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 1rem;
	margin-top: 0;
}

/* Override chart-wrapper for full width */
#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .chartWrapper {
	justify-content: flex-start;
	margin-top: 0;
}

/* Override chart-box for bar graph layout */
#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .chartBox.barGraph {
	width: 100%;
	max-width: 100%;
	text-align: left;
	gap: 1.5rem;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .barItem {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: 100%;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .barLabel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	color: #666;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .barTrack {
	width: 100%;
	height: 0.7rem;
	background: #e0e0e0;
	border-radius: 0.75rem;
	overflow: hidden;
}

#home .flexLayout4 > .col2 > article.articleStyle7.graphStyle1 .barFill {
	height: 100%;
	width: 50%;
	background-color: #47a682;
	border-radius: 0.75rem;
}

/* Employee Table Styles within articleStyle7 */
#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 {
	margin-top: 1rem;
	max-height: 500px;
	overflow-y: auto;
	display: block;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table th {
	padding: 0.75rem 0.5rem;
	border: none;
	text-align: left;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table td {
	margin: 0rem 0rem 0rem 0rem;
	border: none;
	padding: 0.5rem 0.5rem;
	text-align: left;
	font-size: 0.9rem;
	vertical-align: middle;
	gap: 1rem;
}


#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr {
	border-bottom: 1px solid #e0e0e0;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td h2 {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 600;
	color: #333;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td p {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #666;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td span {
	font-size: 1rem;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td .fab {
	gap: 1rem;
	font-size: 1.3rem;
	align-self: center;
}

#home .flexLayout4 > .col2 > .articleStyle7 .listingStyle2 table tr td .fab:hover {
	opacity: 0.5;
}

/* Specialties Section */
#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;
}

/* @end */

/* @group FancyBox */

.fancybox__backdrop {
	background: rgba(0, 0, 0, 0.90);
}

.fancybox__content > .carousel__button.is-close {
	top: 65px;
}

.fancybox__content {
  background:none !important;
}

/* @end */

/* --- Header bar with button on right --- */
/* .headerStyle1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerStyle1 h1 {
    margin: 0;
} */

/* .back-btn {
    margin-left: auto;
    background: #4caf50;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
} */

/* .back-btn:hover {
    background: #43a047;
} */
/* @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 Reject Modal Content */

#rejectModal {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
  background:#fff;
  padding:20px;
  border-radius:8px;
  box-shadow:0 2px 10px rgba(0,0,0,0.2);
  z-index:1000;
}

#rejectModal textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    resize: vertical;
}

/* @end */

/* @group Graph Chart Styles */

.chartWrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}

.chartBox {
  width: 260px;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chartBox canvas {
  width: 220px !important;
  height: 220px !important;
  display: block;
}

.chartLegend {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.4;
  max-height: 80px;          
  overflow-y: auto;             
  scrollbar-width: thin;        
  scrollbar-color: #ccc transparent;
}

.chartLegend::-webkit-scrollbar {
  width: 6px;
}

.chartLegend::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.chartLegend ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.chartLegend li {
  display: flex;
  align-items: center;
  margin: 2px 6px;
}

.chartLegend span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 2px;
}
/* @end */

/* @group Plans & Pricing */

#plans #wrapper > header {
	margin: 0rem;
	padding: 0rem 0% 3rem 0%;
}

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

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

/* @end */


/* @On boarding form */

.onboardingProcess {
	--accent: #365ef3;
	--muted: #6b7280;
	--card: #ffffff;
	--bg: #f6f8fb;
	--success: #10b981;
}

.onboardingProcess .stepCounter {
	display:flex; 
	justify-content: space-between
}

.onboardingProcess .tag-container {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 32px;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fafafa;
}

.onboardForm .tag {
	position: relative;
	background: #e0f0ff;
	color: #0366d6;
	border-radius: 20px;
	padding: 4px 24px 4px 10px;
	margin: 5px 5px 5px 5px;
	font-size: 13px;
	display: inline-flex;
	align-items: center;
}

.onboardForm .tag .remove-tag {
	position: absolute;
	right: 6px;
	top: 3px;
	font-weight: bold;
	color: #555;
	cursor: pointer;
	line-height: 1;
}

.onboardForm .tag .remove-tag:hover {
	color: red;
}

.onboardForm .dotTypeCPGBrand {
	font-size:18px;
	font-weight:600;
	color:#b52b57;
}

.onboardForm .dotTypeSupplier{
	font-size:18px;
	font-weight:600;
	color:#2f855a;
}

.onboardForm .select2Country{
	width: 1100px !important;
}

.onboardForm .bordered-box{
	border:1px solid #eef3ff;
	padding:10px;
	border-radius:8px;
}

.onboardForm .fileDropUpload{
	border:2px dashed #b5b5b5;
	padding:20px;
	text-align:center; 
	cursor:pointer;
}

.onboardForm .grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:8px;
}

.onboardForm .state-check{
	margin-top:8px;
	border:1px solid #eef3ff;
	padding:8px;
	border-radius:8px;
	/* max-height:160px;
	overflow:auto; */
}

.onboardForm .state-check-labels{
	border:1px solid #eef3ff;
	padding:10px;
	border-radius:8px;
	/* max-height:220px;
	overflow:auto; */
}

.onboardForm .file-drop img{
	max-width:120px;
	max-height:80px;
	border-radius:8px;
}

.onboardForm .tagGrid{
	display:flex;
	gap:8px;
	margin-bottom:8px;
}

.onboardForm header {
	margin-bottom: 60px;
}

.onboardForm header h1 {
	margin: 0;
	font-weight: 600;
	color: var(--accent);
}

.onboardForm .progress-wrap {
	background: #fff;
	border-radius: 12px;
	padding: 22px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.onboardForm .progress-bar {
	height: 8px;
	background: #e6eef9;
	border-radius: 999px;
	position: relative;
	overflow: hidden;
}

.onboardForm .progress-bar > i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--accent), #8aa3ff);
	width: 0;
}

.onboardForm .steps {
	display: flex;
	gap: 18px;
	align-items: center;
}

.onboardForm .step {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
	color: var(--muted);
	margin: 2rem;
}

.onboardForm .step .dot {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	border: 2px solid #eee;
	background: #fff;
}

.onboardForm .step.active .dot {
	border-color: var(--accent);
	background: rgba(54, 94, 243, 0.08);
}

.onboardForm .card {
	background: var(--card);
	border-radius: 12px;
	padding: 18px;
	border: 1px solid #eef3ff;
	margin: 1rem;
}

.onboardForm form .row {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}

.onboardForm .col {
	flex: 1;
}

.onboardForm label {
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
	color: #334155;
}

.onboardForm input[type=text],
.onboardForm input[type=email],
.onboardForm input[type=tel],
.onboardForm input[type=number],
.onboardForm input[type=url],
.onboardForm select,
.onboardForm textarea {
	width: 100%;
	padding: 5px;
	border-radius: 8px;
	border: 1px solid #e6eef9;
	background: #fbfdff;
}

.onboardForm textarea {
	min-height: 90px;
	resize: vertical;
}

.onboardForm .card h1,
.onboardForm #headerDisplay h1 {
	text-align: center;
	color: var(--accent);
}

.onboardForm .card p,
.onboardForm #headerDisplay p {
	text-align: center;
}

.onboardForm .cards-grid {
	display: flex;
	gap: 18px;
	margin-top: 16px;
}

.onboardForm .sel-card {
	flex: 1;
	padding: 22px;
	border-radius: 12px;
	border: 1px solid #e8eef8;
	background: #fff;
	cursor: pointer;
	text-align: center;
}

.onboardForm .sel-card.selected {
	border-color: var(--accent);
	box-shadow: 0 6px 18px rgba(54, 94, 243, 0.06);
}

.onboardForm .products-list .product {
	border-radius: 10px;
	border: 1px solid #eef3ff;
	padding: 12px;
	margin-bottom: 14px;
	background: #fff;
}

.onboardForm .products-list .product .title {
	font-weight: 600;
	margin-bottom: 10px;
}

.onboardForm .file-drop {
	border: 2px dashed #e6eef9;
	border-radius: 8px;
	padding: 18px;
	text-align: center;
	color: var(--muted);
	background: #fbfdff;
}

.onboardForm .grid-3 { 
	display: grid; 
	grid-template-columns: repeat(3, 1fr);
	gap: 8px; 
}

.onboardForm .grid-2 { 
	display: grid; 
	grid-template-columns: repeat(2, 1fr); 
	gap: 8px; 
}

.onboardForm .checkbox-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.onboardForm .checkbox-grid{
	grid-template-columns: repeat(3, 1fr);
}

.onboardingProcess .chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #eef3ff;
	background: #fff;
}

.onboardingProcess footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
}

.hidden {
	display: none;
}

.onboardingProcess .progress-wrap {
	background:#fff;
	border-radius:12px;
	padding:22px;
	box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.onboardingProcess .progress-bar {
	height:6px;
	background:#e6eef9;
	border-radius:999px;
	position:relative;
	margin-bottom:18px;
	overflow:hidden;
}

.onboardingProcess .progress-bar > i {
	display:block;
	height:100%;
	background:linear-gradient(90deg,var(--accent),#8aa3ff);
	width:0%;
	transition: width 0.3s ease;
}

.onboardingProcess .steps {
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
}

.onboardingProcess .steps .step {
	display:flex;
	flex-direction:column;
	align-items:center;
	font-size:13px;
	color:var(--muted);
	flex:1;
	position:relative;
}

.onboardingProcess .steps .step:last-child::after {
	display:none;
}

.onboardingProcess .steps .step .dot {
	width:36px;
	height:36px;
	border-radius:50%;
	display:inline-grid;
	place-items:center;
	border:2px solid #eee;
	background:#fff;
	z-index:1;
	position:relative;
	transition: all 0.3s;
}

.onboardingProcess .steps .step.active .dot,
.onboardingProcess .steps .step.completed .dot {
	border-color:var(--success);
	background:var(--success);
	color:#fff;
}

.onboardingProcess .steps .step.completed .dot {
	background:var(--accent);
	border-color:var(--accent);
}

.onboardingProcess .leftStepCounter,.onboardingProcess .rightStepCounter{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.onboardingProcess .error-highlight {
  border: 1px solid #db0202 !important;
  background: #fff6f6 !important;
}
.onboardingProcess .field-error {
  font-size: 12px;
}

.product-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  margin-top: 10px;
}
.product-summary .info {
  font-weight: 500;
}
.product-summary button {
  margin-left: 10px;
}


/* @end */

/* @group About Us */


#aboutUs .articleStyle1 p {
	font-family: 'Rajdhani';
	font-size: 2.5rem;
	line-height: 1;
} 

#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;
	line-height: 1;
}

#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;
}

#aboutUs .statsContainer {
	height: 9rem;
	border-radius: 1rem;
	border: 1px solid #333;
	text-align: left;
}

#aboutUs .statsContainer .col {
	flex-basis: 16.6%;
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.5rem 0rem 0.5rem 0rem;
}

#aboutUs .statsContainer .col p {
	margin: 0rem;
	height: 100%;
	padding: 1rem 7% 0rem 9%;
	text-align: left;
	border-right: 1px solid #272728;
	font-size: 0.9rem;
	line-height: 1.2;
}

#aboutUs .statsContainer .col:last-of-type p {
	border-right: 0px;
}

#aboutUs .statsContainer .col p span {
	font-size: 1rem;
}

#aboutUs .statsContainer .col p strong {
	font-size: 2rem;
}

#aboutUs .teamBlock > .col1 > .col {
	/* team photo container */
	height: 19rem;
	border-radius: 1rem;
	border: 1px solid #000;
	overflow: hidden;
	position: relative;
}

#aboutUs .teamBlock .col h6 {
	margin: 0rem;
	padding: 0rem;
}

#aboutUs .teamBlock .col h6 img {
	width: 100%;
}

#aboutUs .teamBlock .col > .col > div {
	/* position description container */
	width: 100%;
	height: 19rem;
	padding: 4rem 1rem 1rem 1rem;
	display: none;
	position: absolute;
	top: 0rem;
	left: 0rem;
	background-color: #FFF;
	opacity: 0.9;
	text-align: left;
}

#aboutUs .teamBlock .col > .col:hover > div {
	/* position description container */
	display: block;
	cursor: hand;
}

#aboutUs .teamBlock .col > .col > div h4 {
	margin: 0rem 0rem 0.4rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 700;
	font-size: 1.5rem;
	color: #272728;
	line-height: 1;
}

#aboutUs .teamBlock .col > .col > div h5 {
	margin: 0rem 0rem 0.7rem 0rem;
	font-family: 'Rajdhani';
	font-weight: 500;
	font-size: 1.2rem;
	color: #272728;
	line-height: 1;
}

#aboutUs .teamBlock .col > .col > div p {
	margin: 0rem 0rem 0.5rem 0rem;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.2;
}

#aboutUs .teamAttributes {
	
}

#aboutUs .story {
	margin: -7rem 0rem 0rem 0rem;
	padding: 8rem 0rem 0rem 0rem;
}

#aboutUs .story .pill {
	padding: 1rem 1rem 1rem 1rem;
	border: 1px solid #272728;
}

#aboutUs .story .pill:hover {
	background-color: #FFF;
}

#aboutUs .story .pill h2 {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem;
	font-family: 'Rajdhani';
	font-size: 6rem;
	font-weight: 500;
	line-height: 1;
}

#aboutUs .story .col1 > .pill {
	min-height: 22.4rem;
}

#aboutUs .story .col1 > .pill h2 {
	font-size: 7rem;
}

#aboutUs .story .twoCol .pill h2 {
	font-size: 3rem;
}

#aboutUs .story .pill img {
	max-width: 80%;
}

#aboutUs .story .col2 > .pill, 
#aboutUs .story .col2 > .twoCol .pill {
	display: flex;
	justify-content: space-between;
}

#aboutUs .story .col2 > .pill {
	margin-bottom: 2rem;
}

#aboutUs .story .col2 .pill h2 {
	flex-basis: 30%;
}

#aboutUs .story .col2 .pill > div {
	flex-basis: 67%;
}

#aboutUs .story .col2 .pill > div p {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
}

#aboutUs .story .col2 .twoCol  {
	display: flex;
	justify-content: space-between;
}

#aboutUs .story .col2 .twoCol > div {
	flex-basis: 48%;
}

/* @end */

/* @end */