@media (min-width: 767px) {
	:root {
		font-size: calc(1rem + ((1vw - .48rem) * 1.389));
	}
}



@media (max-width: 767px) {
	body {
		width: 100svw;
		overflow-x: hidden;
	}
}


p {
	font-size: 0.783012rem;
	line-height: 160%;
	letter-spacing: 0.007830rem;
	margin-bottom: 0.587259rem;
	text-wrap: pretty;
}

p strong, p b {
	font-weight: 500;
}

.brule {
	font-family: 'Brule';
}



.at_btn {
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.at_btn:hover {
	color: var(--color);
}

/* .at_btn > span {
position: relative;
} */

.at_btn::before {
	--size: 0;
	content: '';
	border-radius: 50%;
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: var(--BGColor);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: width .3s ease-in-out, height .3s ease-in-out;
	z-index: 1;
}

.at_btn:hover::before {
	--size: 20rem;
}

.at_wrapper_btn_content {
	position: relative;
	pointer-events: none;
	z-index: 2;
}



/*  
* 		HOME CSS START
* */


/* FIRST FOLD CSS START */

/* HEADER START */

header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	background: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0.626409rem 0.665560rem;
	z-index: 10;
}

header.scrolled {
	background-image: url(../images/header-background-gradient-updated.jpg);
/* 	background-image: url(/wp-content/uploads/2025/11/header-background-gradient.jpg); */
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.bd_logo_header {
	max-width: 7.047106rem;
	width: 100%;
	height: auto;
}


.bd_main_menu {
	margin-bottom: 0px;
	text-align: center;
}

.bd_main_menu > li > a {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 0.704710598847406665rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.014094rem;
	text-decoration: none;
	display: inline-block;
	min-width: 5.676835rem;
	height: 0.939614rem;
	padding-inline: 0.939614rem;
	position: relative;
}

.bd_main_menu > li > a svg {
	position: absolute;
	left: 0;
	top: -50%;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}

.bd_main_menu > li > a path {
	transition: stroke-dashoffset 300ms linear;
	stroke-width: 2;
	stroke: #2ECE54;
	fill: none;
	stroke-linecap: round;
}

.bd_main_menu > li > a.active path {
	stroke-dashoffset: 0;
	visibility: visible !important;
}

@media (hover: hover) {
	.bd_main_menu > li > a:hover path {
		stroke-dashoffset: 0;
	}
}

.bd_main_menu > li > a:hover {
	/* 	color: #250268; */
}

.bd_main_menu > li:not(:last-child) > a:before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.40);
}

/* .bd_main_menu > li > a > svg {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: 100%;
width: 100%;
height: 1.674518rem;
z-index: -1;
opacity: .5;
}

.bd_main_menu > li > a > svg path {
stroke-dasharray: 1000;
stroke-dashoffset: 1000;
-webkit-transition: .4s cubic-bezier(0.22,0.61,0.36,1.00);
transition: .5s cubic-bezier(0.22,0.61,0.36,1.00);
}
.bd_main_menu > li > a:hover > svg path {
stroke-dasharray: 1000;
stroke-dashoffset: 820;
} */


.bd_btn_header {
	--color: #fff;
	--BGColor: transparent;
	border-radius: 4px;
	/* 	position: relative;
	overflow: hidden;
	transition: .2s ease-in-out; */
}

.bd_btn_header > span {
	display: inline-flex;
	gap: 0.626409rem;
	align-items: center;
	border-radius: 4px;
	border: 2px solid var(--color);
	color: var(--color);
	font-size: 0.704710598847406665rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.014094rem;
	text-decoration: none;
	height: 1.566024rem;
	padding-inline: 0.548108rem;
}

.bd_btn_header svg {
	position: relative;
	top: 0px;
	right: 0px;
	width: 0.46980706589827111rem;
	height: 0.459236rem;
	transition: .3s ease-in-out;
}

.bd_btn_header svg path {
	stroke: var(--color);
}

@media (hover: hover) {
	.bd_btn_header:hover {
		--color: #250268;
		--BGColor: #2ECE54;
	}

	.bd_btn_header:hover svg {
		top: -2px;
		right: -2px;
	}
}


/* HEADER END */


.bd_section_hero {
	color: #fff;
	background-image: url(../images/header-background-gradient-updated.jpg);
/* 	background-image: url(/wp-content/uploads/2025/11/header-background-gradient.jpg); */
	background-size: cover;
	background-position: center center;
	/* 	background-position: bottom center; */
	background-repeat: no-repeat;
	position: relative;
}


.bd_section_hero_home {
	padding-top: 3.132047rem;
	padding-bottom: 1.057066rem;
}

.bd_section_hero_home h1 {
	font-size: 3.864094rem;
	font-weight: 500;
	line-height: 78%;
	margin-bottom: 1.83112rem;
}

.bd_section_hero_home h1 em {
	font-size: 2.098071rem;
}

.bd_section_hero_home h1 .brule {
	font-size: 3.681082rem;
	font-weight: 700;
	letter-spacing: 0.054811rem;
}

@media (min-width: 520px) {
	.bd_section_hero_home h1 {
		font-size: 5.264094rem;
	}

	.bd_section_hero_home h1 em {
		font-size: 3.698071rem;
	}

	.bd_section_hero_home h1 .brule {
		font-size: 4.481082rem;
	}
}

@media (min-width: 726px) {
	.bd_section_hero_home h1 {
		font-size: 6.264094rem;
	}

	.bd_section_hero_home h1 em {
		font-size: 4.698071rem;
	}

	.bd_section_hero_home h1 .brule {
		font-size: 5.481082rem;
	}
}

.bd_section_hero_home .bd_content_wrapper_hero {
	padding-top: 5.089577rem;
}

.bd_section_hero_home .bd_wyswig {
	max-width: 15.072977rem;
}

.bd_section_hero_home .bd_wyswig p {
	font-size: 0.939614rem;
	line-height: 160%;
	letter-spacing: 0.018792rem;
}

.bd_hero_icon {
	position: absolute;
	opacity: .2;
}

.bd_section_hero_home .bd_star {
	top: 8.613129rem;
	left: 0px;
	width: 3.132047rem;
	height: 3.132047rem;
}

.bd_section_hero_home .bd_arrow {
	top: 5.481082rem;
	right: 0px;
	width: 3.210348rem;
	height: 4.698071rem;
}

@media (min-width: 450px) {
	.bd_hero_icon {
		opacity: 1;
	}

	.bd_section_hero_home .bd_star {
		left: 1.5rem;
	}

	.bd_section_hero_home .bd_arrow {
		right: .5rem;
	}
}

@media (min-width: 680px) {
	.bd_section_hero_home .bd_star {
		left: 3.523553rem;
	}

	.bd_section_hero_home .bd_arrow {
		right: 2.349035rem;
	}
}

.bd_creators_img_hero {
	width: 7.266349rem;
	height: auto;
}

.bd_wrapper_container_fluid {
	padding-inline: 0.665560rem;
}

.bd_section_hero .bd_wrapper_container_fluid {
	margin-top: 10px;
}

.bd_creators_link {
	display: inline-flex;
	margin-bottom: 0.626409rem;
}

.bd_creators_link > * {
	border-radius: 50%;
	border: 2px solid #250268;
	width: 2.505638rem;
	height: 2.505638rem;
}

.bd_creators_link div {
	background: #2ECE54;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .3rem;
}

.bd_creators_link > *:not(:first-child) {
	margin-left: -0.783012rem;
}

.bd_creators_link div svg {
	position: relative;
	top: 0px;
	right: 0px;
	transition: .3s ease-in-out;
	width: 0.900464rem;
	height: 0.939614rem;
}

@media (hover: hover) {
	.bd_creators_link:hover div {
		background: #ffe98d;
	}

	.bd_creators_link:hover div svg {
		top: -3px;
		right: -3px;
		/*     transform: rotate(50deg) !important; */
	}

	.bd_creators_link:hover div svg path {
		stroke: #4E080B;
	}
}

.bd_creators_number {
	color: rgba(37, 2, 104, 0.90);
	font-size: 0.783012rem;
	font-weight: 500;
	line-height: 1.096216rem;
}

.bd_section_recognition {
	background: #FFE98D;
	color: #4E080B;
	padding-top: 0.587259rem;
	padding-bottom: 0.508958rem;
}

.bd_wrapper_recognition_slider {
	display: flex;
	align-items: center;
	gap: 1.252819rem;
}

.bd_wrapper_recognition_slider h2 {
	leading-trim: both;
	text-edge: cap;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 0.548108rem;
	font-weight: 500;
	letter-spacing: 0.021924rem;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.marquee-container {
	overflow: hidden;
	position: relative;
}

.marquee-container ul {
	display: flex;
	position: relative;
	left: 0;
	white-space: nowrap;
	margin-bottom: 0px;
}

.marquee-container li {
	display: inline-flex;
	gap: 0.626409rem;
	font-size: 0.939614rem;
	padding: 0 1.252819rem;
}



/* FIRST FOLD CSS END */




.bd_heading_eyebrow {
	color: #4F46E4;
	font-size: 0.861313rem;
	font-weight: 500;
	line-height: 0.939614rem;
	letter-spacing: 0.017226rem;
	margin-bottom: 1.283012rem;
}

.bd_heading_section {
	color: #250268;
	font-size: 2.192433rem;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.021924rem;
	margin-bottom: 1.283012rem;
}

.bd_section_approach {
	padding-top: 3.132047rem;
}

.bd_section_approach .bd_heading_section span {
	background-image: url(/wp-content/uploads/2025/11/approach-heading-squiglly.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

@media (min-width: 576px) {
	.bd_section_approach .bd_wyswig {
		max-width: 20.358306rem;
	}
}

.bd_stat_heading {
	margin-top: 0.391506rem;
	margin-bottom: 1.840078rem;
}

.bd_stat_heading p {
	color: rgba(37, 2, 104, 0.80);
	font-size: 0.939614rem;
	font-weight: 500;
	letter-spacing: 0.009396rem;
}

.bd_wrapper_stat {
	border-left: 2px solid #EDECFD;
	padding-top: 0.234903532949135555rem;
	padding-bottom: 0.978765rem;
	padding-left: 1.761776rem;
}

.bd_wrapper_stat data {
	color: #250268;
	font-family: 'Brule';
	font-size: 2.818842rem;
	font-weight: 500;
	letter-spacing: 0.028188rem;
}

.bd_wrapper_stat figcaption {
	color: #4F46E4;
	font-size: 0.861313rem;
	font-weight: 500;
	line-height: 0.939614rem;
	letter-spacing: 0.017226rem;
	position: relative;
	margin-top: -0.548108rem;
}

.bd_shadow_wrapper_approach_slider {
	box-shadow: 0 0.939614rem 1.957529rem 0 rgba(0, 0, 0, 0.3);
	border-radius: 0.939614rem;
	width: 100%;
	max-width: 15.660236rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.bd_approach_swiper {
	width: 100%;
	max-width: 15.660236rem;
	height: 23.056377rem;
	border-radius: 0.939614rem;
	overflow: hidden;
}

@media (min-width: 629px) {
	.bd_wrapper_approach_slider {
		position: relative;
		margin-top: -12.528188rem;
	}

	.bd_shadow_wrapper_approach_slider {
		width: 15.660236rem;
		margin-right: 0px;
	}

	.bd_approach_swiper {
		width: 15.660236rem;
		height: 25.056377rem;
	}
}

.bd_approach_swiper .swiper-slide, .bd_posts_slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bd_approach_swiper .swiper-slide img, .bd_approach_swiper .swiper-slide video, 
.bd_influencer_slider .swiper-slide img, .bd_influencer_slider .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bd_approach_swiper_pagination {
	position: absolute !important;
	transform: inherit !important;
	top: inherit !important;
	left: -1.566024rem !important;
	right: inherit !important;
	bottom: 0px;
	width: 0.783012rem;
	z-index: 8;
}

.bd_approach_swiper_pagination .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #CEC8DD;
	opacity: 1;
	width: 0.626409rem;
	height: 0.626409rem;
}

.bd_approach_swiper_pagination .swiper-pagination-bullet-active {
	background: #F1B62D;
	border-color: #F1B62D;
}




.bd_section_influencer_slider {
	overflow-x: hidden;
	padding-top: 2.349035rem;
	padding-bottom: 2.231584rem;
}

.bd_influencer_slider {
	width: 100%;
	height: 100%;
	padding-top: 1.957529rem !important;
	padding-bottom: 3.915059rem !important;
}

.bd_influencer_slider .swiper-slide {
	width: 15.660236rem !important;
	/* 	height: 22.550739rem; */
	height: 25.252130rem;
	/*	background: #ccc; */
	transition: all 0.3s ease;
}

.bd_influencer_slider .swiper-slide .bd_wrapper_shadow_influencer_slider,
.bd_influencer_slider .swiper-slide .bd_shadow_influencer_slider {
	width: 100%;
	height: 100%;
}

.bd_influencer_slider .swiper-slide .bd_wrapper_shadow_influencer_slider  {
	box-shadow: 0 0.939614rem 1.957529rem 0 rgba(0, 0, 0, 0.3);
	border-radius: 0.939614rem;
}

.bd_influencer_slider .swiper-slide .bd_shadow_influencer_slider  {
	border-radius: 0.939614rem;
	overflow: hidden;
}

.bd_influencer_slider video {
	pointer-events: none;
}

.bd_influencer_slider video.playing {
	pointer-events: auto;
}






.bd_section_experience {
	padding-bottom: 4.698071rem;
}

.bd_section_experience .bd_heading_section {
	font-size: 1.879228rem;
	letter-spacing: 0.018792rem;
}

.bd_section_experience .bd_heading_section span {
	position: relative;
}

.bd_section_experience .bd_heading_section span:before {
	content: '';
	position: absolute;
	bottom: 0px;
	right: -1.174518rem;
	width: calc(100% + 2.349035rem);
	height: 100%;
	background-image: url(https://staging-peoplefirst.kinsta.cloud/wp-content/uploads/2025/11/experience-heading-squiglly.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

@media (min-width: 576px) {
	.bd_section_experience .bd_wyswig {
		max-width: 19.183789rem;
	}
}



.bd_logo_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid #EDECFD;
	margin-top: 1.174518rem;
}

.bd_logo_item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.096216rem;
	border-right: 1px solid #EDECFD;
	border-bottom: 1px solid #EDECFD;
	background: #fff;
	min-height: 5.794287rem;
}

.bd_logo_item:nth-child(4n) {
	border-right: none;
}

.bd_logo_item img {
	width: 6.655600rem;
	height: 3.523553rem;
	object-fit: contain;
}

@media (max-width: 767px) {
	.bd_logo_grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bd_logo_item:nth-child(4n) {
		border-right: 1px solid #EDECFD;
	}

	.bd_logo_item:nth-child(2n) {
		border-right: none;
	}
}

/* @media (max-width: 576px) {
.bd_logo_grid {
grid-template-columns: 1fr;
}

.bd_logo_item {
border-right: none;
}
} */


/*  
* 		HOME CSS END
* */






footer {
	background-image: url(/wp-content/uploads/2025/11/footer-gradient-bg.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	/* 	padding-top: 0.900464rem; */
}

.bd_link_cta_footer {
	--color: #fff;
	--BGColor: transparent;
	color:  var(--color);
	font-family: 'Brule';
	font-size: 2.818842rem;
	font-weight: 500;
	letter-spacing: 0.028188rem;
	text-decoration: none;
	display: block;
	position: relative;
	padding-inline: 0.586875rem;
}

.bd_link_cta_footer:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 50.112754rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.40);
	transition: .3s ease-in-out;
}

.bd_link_cta_footer .bd_wrapper_content_link {
	display: block;
	max-width: 50.112754rem;
	margin-inline: auto;
	padding: 1.918379rem 0px 1.017915rem;
	position: relative;
	z-index: 2;
}

.bd_link_cta_footer span > span {
	color:  var(--color);
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 2.818842rem;
	font-weight: 500;
	letter-spacing: 0.028188rem;
}

.bd_link_cta_footer svg {
	display: none;
}

@media (min-width: 685px) {
	.bd_link_cta_footer svg {
		display: inline-block;
		margin-left: 2.192433rem;
    	margin-top: -0.315780rem;
		position: relative;
		/* 		transition: .3s ease-in-out; */
	}
}

.bd_link_cta_footer svg path {
	stroke: var(--color);
}

@media (hover: hover) {
	.bd_link_cta_footer:hover {
		--color: #250268;
		--BGColor: #2ECE54;
	}

	.bd_link_cta_footer:hover:before {
		--size: 1000vh;
	}

	.bd_link_cta_footer:hover:after {
		content: none;
	}
}


.bd_nav_form_container_footer {
	padding-top: 2.505638rem;
	padding-bottom: 3.836758rem;
}

.bd_heading_menu_title_footer {
	color: #FFF;
	font-size: 0.626409rem;
	font-weight: 400;
	letter-spacing: 0.012528rem;
	margin-bottom: 0.734903532949135555rem;
}

.bd_nav_list_footer {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.bd_nav_list_footer li a {
	color: #FFF;
	font-size: 0.783012rem;
	font-weight: 500;
	letter-spacing: 0.015660rem;
	text-decoration: none;
	display: block;
	padding: 0.46980706589827111rem 0px;
}

@media (hover: hover) {
	.bd_nav_list_footer li a:hover, .bd_wrapper_copyright_text_links_footer a:hover {
		color: #ffe98d;
	}
}


.bd_heading_form_title_footer {
	color: #FFF;
	font-size: 0.783012rem;
	font-weight: 500;
	letter-spacing: 0.015660rem;
	margin-bottom: 1.322162rem;
}


footer .bd_wrapper_container {
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding-top: 1.174518rem;
	padding-bottom: 1.331120rem;
}

@media (min-width: 410px) {
	.bd_wrapper_copyright_text_links_footer {
		display: flex;
		align-items: center;
		gap: 1.566024rem;
	}
}

.bd_wrapper_copyright_text_links_footer p {
	margin-bottom: 0px;
}

.bd_wrapper_copyright_text_links_footer a {
	display: block;
	position: relative;
}

@media (min-width: 410px) {
	.bd_wrapper_copyright_text_links_footer a:before {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		background: rgba(255, 255, 255, 0.40);
		top: 0px;
		left: -0.783012rem;
	}
}

.bd_wrapper_copyright_text_links_footer p, .bd_wrapper_copyright_text_links_footer a {
	color: #FFF;
	font-size: 0.548108rem;
	font-weight: 400;
	letter-spacing: 0.010962rem;
	text-decoration: none;
}

.bd_social_list_footer {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 1.252819rem;
}

.bd_social_list_footer li svg {
	min-height: 0.704710598847406665rem;
	width: auto;
}

.bd_social_list_footer li a svg path {
	fill: #fff;
	opacity: .8;
}

.bd_social_list_footer li a:hover svg path {
	fill: #ffe98d;
	opacity: 1;
}



.bd_wrapper_form_footer .nf-form-fields-required, .ninja-forms-req-symbol, .bd_wrapper_form_footer .nf-after-field {
	display: none;
}

.bd_wrapper_form_footer .nf-field-container {
	margin-bottom: 0px;
}

.bd_wrapper_form_footer #nf-field-3156.hidden-submit {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	pointer-events: none !important;
}

.bd_wrapper_form_footer .submit-svg {
	background: #2ECE54;
	width: 1.879228rem;
	height: 1.879228rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: none;
}

.bd_wrapper_form_footer .submit-svg svg{
	width: 1.017915rem;
	height: 1.017915rem;
}

.bd_wrapper_form_footer .nf-field-container.email-container .nf-after-field {
    display: none !important;
}

@media (hover: hover) {
	.bd_wrapper_form_footer .submit-svg:hover {
		background: #FFE98D;
	}
}

.bd_wrapper_form_footer input[type='email'] {
	color: #250268;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 0.704710598847406665rem;
	font-weight: 400;
	letter-spacing: 0.014094rem;
	height: 2.192433rem;
	border: none;
	border-radius: 100vw;
	padding-inline: 0.508958rem;
}

.bd_wrapper_form_footer input[type='email']:focus {
	outline: none;
	box-shadow: none;
}

.bd_wrapper_form_footer input[type='email']::placeholder {
	color: #7C67A4;
	font-style: italic;
}

.bd_wrapper_form_footer input[type='email']::-webkit-input-placeholder {
	color: #7C67A4;
	font-style: italic;
}

.bd_wrapper_form_footer input[type='email']:-moz-placeholder {
	color: #7C67A4;
	font-style: italic;
}

.bd_wrapper_form_footer input[type='email']:-ms-input-placeholder {
	color: #7C67A4;
	font-style: italic;
}

.bd_wrapper_form_footer .nf-error-msg, .bd_wrapper_form_footer .ninja-forms-req-symbol {
	color: #fb9c9c;
	font-size: .65rem;
	text-wrap: pretty;
	letter-spacing: 0.035rem;
}

.bd_wrapper_form_footer nf-rows-wrap .nf-row:first-of-type {
	display: flex;
	max-width: 100%;
	width: 100%;
	background: #fff;
	border-radius: 100vw;
	margin-bottom: 1.174518rem;
}

.bd_wrapper_form_footer nf-rows-wrap .nf-row:first-of-type nf-cells {
	width: 100%;
	display: flex;
	align-items: center;
}

.bd_wrapper_form_footer .nf-multi-cell .nf-cell {
	float: none !important;
	width: auto !important;
}

.bd_wrapper_form_footer .nf-multi-cell .nf-cell:first-of-type {
	flex: 1;
}

.bd_wrapper_form_footer .list-checkbox-wrap .nf-field-element ul {
	display: flex;
}

.bd_wrapper_form_footer .label-left .listcheckbox-wrap .nf-field-label {
	width: auto !important;
}

.bd_wrapper_form_footer .label-left .nf-field-element {
	width: auto !important;
	flex: 1;
}


.bd_wrapper_form_footer .nf-field-label .nf-label-span, 
.bd_wrapper_form_footer .list-checkbox-wrap .nf-field-element li label {
	color: #FFF;
	font-size: 0.626409rem;
	font-weight: 400;
	letter-spacing: 0.012528rem;
	margin-right: 15px;
	cursor: pointer;
}

.bd_wrapper_form_footer .list-checkbox-wrap .nf-field-element li label {
	position: relative;
	top: 1px;
}

.bd_wrapper_form_footer .list-checkbox-wrap .nf-field-element li:not(:last-child) {
	margin-right: 0.391506rem !important;
}

.bd_wrapper_form_footer .list-checkbox-wrap .nf-field-element li input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 0.626409rem !important;
	height: 0.626409rem;
	border: 1px solid #D9E4E3;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
}

.bd_wrapper_form_footer .nf-field-element input[type="checkbox"]:checked {
	background-color: #2fce55;
	border-color: #2fce55;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 0.46980706589827111rem 0.46980706589827111rem;
	background-position: center;
	background-repeat: no-repeat;
}

.submit-button-wrapper #nf-field-3156 {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}


.bd_wrapper_form_footer .nf-response-msg {}

.bd_wrapper_form_footer .nf-response-msg p,
.bd_wrapper_form_footer .nf-response-msg .bd_thankyou_footer {
    color: #2fce55;
    font-size: 0.947340rem;
    font-weight: 500;
    letter-spacing: 0.015660rem;
    margin-bottom: 0;
}






/* 
* 		WHAT WE DO START
*  */


.bd_section_hero_inner {
	padding-top: 7.516913rem;
	padding-bottom: 5.481082rem;
}

.bd_section_hero_what_we_do .bd_star {
	top: 8.613129rem;
	right: 3.523553rem;
	width: 3.132047rem;
	height: 3.132047rem;
}

.bd_section_hero_what_we_do .bd_arrow {
	bottom: 1.918379rem;
	right: 22.349035rem;
	width: 3.210348rem;
	height: 2.192433rem;
}

.bd_section_hero_what_we_do h1 {
	font-size: 2.505638rem;
	font-weight: 400;
	letter-spacing: 0.050113rem;
	line-height: 145%;
	margin-bottom: 1.517915rem;
}

.bd_section_hero_what_we_do h1 .brule {
	font-size: 3.132047rem;
	letter-spacing: 0.062641rem;
}

@media (min-width: 768px) {
	.bd_section_hero_what_we_do .bd_wyswig {
		max-width: 24.16377rem;
	}
}

.bd_section_hero_what_we_do .bd_wyswig p, .bd_section_hero_what_we_do .bd_wyswig li {
	font-size: 0.939614rem;
	line-height: 160%;
	letter-spacing: 0.018792rem;
}

.bd_section_hero_what_we_do .bd_wrapper_media:before {
	content: '';
	position: absolute;
	width: 17.422012rem;
	height: 17.422012rem;
	background: #4F46E4;
	border-radius: 50%;
	opacity: .10;
	left: 0.508958rem;
	bottom: -3.210348rem;
	z-index: 0;
}

.bd_wrapper_media {
	position: relative;
	max-width: 21.337071rem;
	margin-inline: auto;
}

.bd_media_1 {
	width: 10.335755rem;
	height: 16.536426rem;
	position: relative;
}

.bd_media_2 {
	width: 12.528188rem;
	height: 20.045101rem;
	position: absolute;
	right: 0px;
	bottom: -8.613130rem;
	z-index: 3;
}

.bd_media_1, .bd_media_2 {
/* 	border-radius: 0.783012rem; */
    border-radius: 0.625205rem;
	box-shadow: 0 19.2px 40px 0 rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.bd_media_1 img, .bd_media_1 video, .bd_media_2 img, .bd_media_2 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.bd_section_services {
	padding-top: 3.132047rem;
	padding-bottom: 2.544788rem;
}

.bd_heading_section_v2 {
	color: #4F46E4;
	font-size: 1.409421rem;
	font-weight: 500;
	letter-spacing: 0.028188rem;
	margin-bottom: 1.283012rem;
}

.bd_col_link_service {
	margin-bottom: 1.252819rem;
}

.bd_link_service {
	--color: #250268;
	display: block;
	background: #EDECFC;
	border-left: 0.626409rem solid #250268;
	border-radius: 4px;
	text-decoration: none;
	padding: 1.291969rem 1.252819rem 1.683475rem;
	min-height: 11.040466rem;
	height: 100%;
	cursor: default;
}

.bd_link_service .bd_wrapper_content_link_service {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.bd_heading_link_service {
	color: var(--color);
	font-size: 1.409421rem;
	font-weight: 500;
	line-height: 120%;
	margin-bottom: 0.927869rem;
}

.bd_content_link_service .bd_wyswig {
	visibility: hidden;
}

@media (min-width: 576px) {
	.bd_content_link_service .bd_wyswig {
		max-width: 18.792283rem;
	}
}

.bd_content_link_service .bd_wyswig p {
	color: var(--color);
	font-size: 0.783012rem;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.007830rem;
	margin-bottom: 0px;
}

.bd_label_link_service {
	color: #4F46E4;
	font-size: 0.783012rem;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.015660rem;
	display: flex;
	align-items: baseline;
	gap: 0.46980706589827111rem;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bd_link_service.is_touch_device .bd_label_link_service {
	position: static;
	display: none;
}

.bd_link_service.is_touch_device .bd_wyswig {
	visibility: visible;
	margin-bottom: 1.5rem;
}

.bd_label_link_service svg {
	width: 0.587259rem;
	height: 0.587259rem;
}

.bd_label_link_service svg path {
	stroke: #4F46E4;
}

@media (hover: hover) {
	.bd_link_service:hover {
		--color: #fff;
		--BGColor: #250268;
	}

	.bd_link_service:hover:before {
		--size: 52rem;
	}

	.bd_link_service:hover .bd_label_link_service {
		color: var(--color);
	}

	.bd_link_service:hover  .bd_content_link_service .bd_wyswig {
		visibility: visible;
		transition-delay: .1s;
	}

	.bd_link_service:hover  .bd_label_link_service {
		visibility: hidden;
	}
}


.bd_section_award_recognition {
	background: linear-gradient(180deg, #F8FAFF 0%, #FFF 100%);
	padding-top: 3.132047rem;
	padding-bottom: 4.698071rem;
}

.bd_heading_section_v3 {
	color: #250268;
	font-size: 1.879228rem;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.018792rem;
	margin-bottom: 1.283012rem;
}

.bd_row_awards {
	margin-top: 2.857993rem;
}

.bd_col_award {
	position: relative;
	margin-bottom: 1.252819rem;
}

@media (min-width: 575px) {
	.bd_row_awards .bd_col_award:not(:last-of-type):before {
		content: '';
		position: absolute;
		top: -1.252819rem;
		right: 0px;
		background: #EDECFD;
		width: 2px;
		height: 85%;
	}
}

.bd_award {
	max-width: 11.745177rem;
	text-align: center;
}

.bd_image_award {
	width: 7.516913rem;
	height: 4.071661rem;
	margin-bottom: 1.096216rem;
}

.bd_name_award {
	color: #250268;
	font-size: 0.939614rem;
	font-weight: 500;
	letter-spacing: 0.018792rem;
	margin-bottom: 0.186748rem;
}

.bd_cateogry_award {
	color: #4F46E4;
	font-size: 0.704710598847406665rem;
	font-weight: 400;
	letter-spacing: 0.014094rem;
}


/*  
* 		WHAT WE DO END
* */





/*  
* 		ABOUT US START
* */




.bd_section_hero_inner.bd_section_hero_about {
	padding-bottom: 4.306565rem;
}

.bd_section_hero_about h1 {
	font-size: 2.035831rem;
	font-weight: 400;
	letter-spacing: 0.040717rem;
	line-height: 95%;
	/*     line-height: 185%; */
	margin-top: 0.783012rem;
	margin-bottom: 1.517915rem;
}

.bd_section_hero_about h1 .brule {
	font-size: 3.058457rem;
	font-weight: 500;
	letter-spacing: 0.075169rem;
}

@media (min-width: 336px) {
	.bd_section_hero_about h1 .brule {
		font-size: 3.558457rem;
	}
}

@media (min-width: 883px) {
	.bd_section_hero_about h1 .brule {
		font-size: 3.758457rem;
	}
}

.bd_section_hero_about .bd_wyswig {
	margin-inline: auto;
}

@media (min-width: 768px) {
	.bd_section_hero_about .bd_wyswig,
	.bd_section_case_staudy_hero .bd_wyswig {
		max-width: 19.924330rem;
	}
}

.bd_section_hero_about .bd_wyswig p, 
.bd_section_hero_about .bd_wyswig li,
.bd_section_case_staudy_hero .bd_wyswig p {
	font-size: 0.783012rem;
	line-height: 160%;
	letter-spacing: 0.015660rem;
}



.bd_section_people {
	padding-top: 3.132047rem;
	padding-bottom: 1.957529rem;
	background: linear-gradient(180deg, #F8FAFF 0%, #FFF 100%);
}

.bd_col_personnel {
	margin-bottom: 2.623089rem;
}

.bd_wrapper_personnel {
	text-decoration: none;
}

.bd_image_personnel {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 0.900464rem;
}

.bd_name_personnel {
	color: #250268;
	font-size: 1.096216rem;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.010962rem;
	margin-bottom: 0.382501rem;
}

.bd_designation_personnel {
	color: #4F46E4;
	font-size: 0.939614rem;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.00939614rem;
}

.bd_personnel_modal .btn-close {
	position: absolute;
	top: 1rem;
	left: inherit;
	right: 1rem;
}

.bd_personnel_modal .bd_header_personnel_modal {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.2238rem;
}

.bd_personnel_modal .modal-body {
	border: none;
	padding: 0px;
	color: #513586;
}

.bd_personnel_modal .modal-body p a {
    color: #513586;
}

.bd_personnel_modal .modal-body p a:hover {
    text-decoration: none;
}

.bd_personnel_modal .modal-content {
	padding: 2.3687rem 1.5791rem 1.5791rem;
}

.bd_personnel_modal .modal-dialog {
	max-width: 38.2945rem;
}

.bd_personnel_social_list_modal.bd_social_list_footer svg path {
	fill: #4F46E4;
}

.bd_personnel_social_list_modal.bd_social_list_footer {
	gap: 1rem;
}

.no_modal {
    cursor: default;
}

@media (hover: hover) {
	.bd_personnel_social_list_modal.bd_social_list_footer a:not(.no_modal):hover svg path {
		fill: #2ECE54;
		opacity: 1;
	}

	a.bd_wrapper_personnel:not(.no_modal):hover .bd_name_personnel {
		color: #2dcd54;
	}

	a.bd_wrapper_personnel:not(.no_modal):hover .bd_designation_personnel {
		color: #2dcd54;
	}
}





.bd_social_grid {
	display: grid;
	grid-template-rows: 1fr;
/* 	grid-template-columns: repeat(6, 1fr); */
	grid-template-columns: repeat(7, 1fr);
	border: 1px solid #DDDBFB;
	margin-top: 1.566024rem;
}

.bd_social_grid a:not(:last-child) {
	border-right: 1px solid #DDDBFB;
}

.bd_social_grid a {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	height: 2.794287rem;
}

.bd_social_grid a svg {
	height: 1.192433rem;
	width: auto;
	position: relative;
	z-index: 2;
}

@media (min-width: 500px) {
	.bd_social_grid a {
		height: 5.794287rem;
	}

	.bd_social_grid a svg {
		height: 2.192433rem;
	}
}

.bd_social_grid a svg path {
	fill: #4F46E4;
}

@media (hover: hover) {
	.bd_social_grid a:hover {
		--color: #250268;
		--BGColor: #2ECE54;
	}

	.bd_social_grid a:hover svg path {
		fill: var(--color);
	}
}


/*  
* 		ABOUT US END
* */


/* 
Slider css */

.bd_wrapper_influencer_details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 0.394725rem 0.868395rem 0.552615rem 0.631560rem;
	border-radius: 0 0 0.631560rem 0.631560rem;
	box-shadow: 0 -0.157890rem 0.473670rem rgba(0,0,0,0.08);
}

.bd_influencer_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bd_influencer_left {
	display: flex;
	align-items: center;
	gap: 0.315780rem;
}

.bd_influencer_info {
	display: flex;
	align-items: center;
	gap: 0.236835rem;
}

.bd_influencer_name {
	color: #4F46E4;
	font-family: var(--nhg);
	font-size: 0.710505rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
}

.bd_influencer_location {
	color: #4F46E4;
	font-family: var(--nhg);
	font-size: 0.473670rem;
	font-style: normal;
	font-weight: var(--fa-font-regular);
	line-height: 100%; /* 12px */
	margin-left: 0.236835rem;
}

.bd_social_icon svg {
	display: block;
}

.bd_wrapper_influencer_details .bd_influencer_avatar {
	max-width: 1.578900rem !important;
	height: 1.578900rem !important;
	aspect-ratio: 1 / 1 !important;
	border-radius: 1.578900rem !important;
	object-fit: cover !important; 
	display: block; 
}

/* WHAT WE DO CSS */


.bd_media_1 .bd_wrapper_influencer_details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
    border: 1px solid #fff;
    border-top: none;
	padding: 0.276307rem 0.631560rem 0.315780rem 0.434197rem;
/* 	border-radius: 0 0 15.839px 15.839px; */
	box-shadow: 0px -4px 12px rgba(0,0,0,0.08);
	border-radius: 0;
}


.bd_media_2 .bd_wrapper_influencer_details {
	position: absolute;
	background: #fff;
	border-radius: 0;
    border: 1px solid #fff;
    border-top: none;
    padding: 0.347358rem 0.742083rem 0.426303rem 0.505248rem;
/*	padding: 0.394725rem 0.868395rem 0.552615rem 0.631560rem;
 	border-radius: 0 0 19.2px 19.2px; */
}

.bd_media_1 .bd_wrapper_influencer_details .bd_influencer_avatar {
	max-width: 1.042074rem !important;
	height: 1.042074rem !important;
	aspect-ratio: 1 / 1 !important;
	border-radius: 1.042034rem !important;
	object-fit: cover !important;
	display: block;
}


.bd_media_2 .bd_wrapper_influencer_details .bd_influencer_avatar {
	max-width: 1.263120rem !important;
	height: 1.263120rem !important;
	border-radius: 1.263120rem !important;
}

.bd_media_1 .bd_influencer_box .bd_social_icon svg,
.bd_media_2 .bd_influencer_box .bd_social_icon svg {
	width: 0.789450rem;
	height: 0.789450rem;
}

span.bd_influencer_name_1 {
	color: #4F46E4;
	font-family: var(--nhg);
	font-size: 0.468894rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
}

span.bd_influencer_location_1 {
	color: #4F46E4;
	font-family: var(--nhg);
	font-size: 0.312622rem;
	font-style: normal;
	font-weight: var(--fa-font-regular);
	line-height: 100%; /* 12px */
	margin-left: 0.118417rem;
}

span.bd_influencer_name_2 {
	color: #4F46E4;
	font-family: var(--nhg);
	font-size: 0.568404rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 18px */
}

span.bd_influencer_location_2 {
	color: #4F46E4;
	font-family: var(--nhg);
	font-size: 0.378936rem;
	font-style: normal;
	font-weight: var(--fa-font-regular);
	line-height: 100%; /* 12px */
	margin-left: 0.236835rem;
}

@media (max-width: 991px) {
	.bd_influencer_name {
		font-size: 0.837806rem;
	}
	.bd_influencer_location {
		font-size: 0.523629rem;
	}
}


.bd_section_hero_inner.bd_single_page_hero {
    padding-bottom: 4.306565rem;
}

.bd_single_page_hero h1 {
    font-size: 2.035831rem;
    font-weight: 700;
    letter-spacing: 0.040717rem;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.bd_single_page_content h1, 
.bd_single_page_content h2, 
.bd_single_page_content h3, 
.bd_single_page_content h4, 
.bd_single_page_content h5 {
	font-family: var(--nhg);
	font-weight: 600;
	margin-top: 1rem;
}

.bd_single_page_content li {
	font-family: var(--nhg);
	font-size: 0.704710598847406665rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.028188rem;
	margin-bottom: 0.411081rem;
	text-wrap: pretty;
}

.bd_single_page_content p a, .bd_single_page_content li a {
	color: #FF5E3D;
	font-weight: 600;
	text-decoration: none;
}

.bd_single_page_content p a:hover, .bd_single_page_content li a:hover {
	text-decoration: underline;
}






.bd_section_case_staudy_hero h1 {
    font-size: 2.035831rem;
    font-weight: 400;
    letter-spacing: 0.040717rem;
    line-height: 130%;
    /* line-height: 185%; */
    margin-bottom: 0;
}

.bd_section_case_staudy_hero h1 .brule {
	font-size: 2.763074rem;
	font-weight: 500;
	letter-spacing: 0.075169rem;
}

.bd_section_case_staudy_posts {
    padding-top: 3.132047rem;
    padding-bottom: 3.132047rem;
}

.bd_cs_post_wrapper {
    min-height: 100%;
    margin-bottom: 2.368349rem;
}

.post {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 16%);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bd_pf_cp_link {
    width: 100%;
    aspect-ratio: 1/.52429;
    display: block;
    margin-bottom: 1.105230rem;
    position: relative;
    overflow: hidden;
}

.bd_post_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bd_cs_post_mc {
    flex-grow: 1;
    margin-left: 1.184175rem;
    margin-right: 1.184175rem;
}

.bd_post_title {
    font-weight: 600;
    font-size: 1.421010rem;
    line-height: 130%;
    color: #000;
    margin-bottom: calc(0.25em + 5px);
    display: block;
    text-decoration: none;
}

.bd_post_title.link:hover {
    color: #4F46E4;
}

.post-content p, .bd_post_excerpt p {
    font-size: 0.710505rem;
    color: #6B6F80;
    margin-bottom: 0.552615rem;
    max-width: 17.762620rem;
}

.bd_post_excerpt {
    margin-bottom: 0;
}

.bd_post_excerpt p a {
    font-weight: 600;
    color: #6B6F80;
}

.bd_categories_list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.973624rem;
    display: flex;
    align-items: center;
    gap: 0.394725rem;
}

.bd_categories_list li {
    font-weight: 600;
    font-size: 0.394725rem;
    letter-spacing: .02em;
    line-height: 0.710505rem;
    color: #4F46E4;
    border-radius: 100vw;
    background: #edecfd;
    padding: 0 0.394725rem;
}

.bd_post_read_more {
	font-weight: 600;
	font-size: 0.552615rem;
	letter-spacing: 0.02em;
	line-height: 1.578900rem;
	color: #4F46E4;
	display: block;
	border-top: 1px solid #eceef7;
	padding: 0.276307rem 1.578900rem 0.315780rem;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.245' height='8.128' viewBox='0 0 5.245 8.128'%3E%3Cpath id='chevron-right' d='M-.8-4.443a.608.608,0,0,0,0-.863L-4.261-8.76a.607.607,0,0,0-.861,0l-.571.579a.607.607,0,0,0,0,.861l2.448,2.448L-5.693-2.425a.607.607,0,0,0,0,.861l.574.574a.607.607,0,0,0,.861,0Z' transform='translate(5.872 8.939)' fill='%234f46e4' opacity='0.65'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: right 1.578900rem center;
	background-size: 0.236835rem;
	transition: all 0.3s;
	text-decoration: none;
}

.bd_post_read_more:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.245' height='8.128' viewBox='0 0 5.245 8.128'%3E%3Cpath id='chevron-right' d='M-.8-4.443a.608.608,0,0,0,0-.863L-4.261-8.76a.607.607,0,0,0-.861,0l-.571.579a.607.607,0,0,0,0,.861l2.448,2.448L-5.693-2.425a.607.607,0,0,0,0,.861l.574.574a.607.607,0,0,0,.861,0Z' transform='translate(5.872 8.939)' fill='%234f46e4' opacity='1'/%3E%3C/svg%3E%0A");
	background-color: #f4f6ff;
	color: #4F46E4;
	transition: all 0.3s;
	text-decoration: none;
}

.bd_post_read_more:hover:before {
	content: '';
	position: absolute;
	left: 0;
	top: -0.039472rem;
	height: calc(100% + 0.039472rem);
	width: 0.118417rem;
	background-color: #4F46E4;
	transition: all 0.3s;
}

.bd_section_blog_posts .bd_cs_post_wrapper {
    min-height: auto;
	margin-bottom: 1.578900rem;
}

.bd_section_blog_posts .bd_cs_post_wrapper .post {
    padding-top: 1.973624rem;
}

.bd_section_blog_posts .bd_cs_post_wrapper .post > *:not(.bd_post_read_more) {
    margin-left: 1.578900rem;
    margin-right: 1.578900rem;
}

.bd_section_blog_posts .bd_cs_post_wrapper .post .bd_pf_cp_link {
    width: auto;
    aspect-ratio: 0;
}

.bd_section_blog_posts .bd_cs_post_wrapper .post .bd_pf_cp_link img {
	height: auto;
    object-fit: unset;
}

.bd_section_blog_posts .bd_cs_post_wrapper .post .bd_categories_list {
    margin-bottom: 0.868395rem;
}

.bd_section_blog_posts .bd_cs_post_wrapper .post .bd_post_excerpt {
    margin-bottom: 1.381537rem;
}

.bd_section_blog_posts .bd_cs_post_wrapper .post .bd_post_excerpt p {
    max-width: 100%;
    margin-bottom: 0;
}

.load-btn {
    height: 1.618372rem;
    background-color: #f8faff;
    color: #4f46e4;
    border: 2px solid #4f46e4;
    width: 6.315598rem;
    padding: 0 0.592087rem;
    border-radius: 100vw;
    font-weight: 600;
    font-size: 0.710505rem;
	line-height: 1.448572rem;
/*     line-height: 1.539427rem; */
    letter-spacing: 0px;
    text-align: center;
    margin-top: 0.197362rem;
}

.load-btn:hover {
    background-color: #4f46e4;
    color: #f8faff;
}


/* CONTACT US PAGE CSS START */
.bd_contact_us_page_warpper,
.page-template-t-contact-us, 
.page-template-t-contact-us .bd_page {
    height: 100%;
    min-height: 100vh;
}

.bd_contact_us_page_warpper {
    /*flex-direction: column;
    align-items: center;*/
    display: flex;
    background-color: #F8FAFF;
    position: relative;
    z-index: 1;
}

/*.bd_contact_us_page_warpper:before {
    content: " ";
    display: block;
    width: 20.525695rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/wp-content/uploads/2025/12/contact-us-background-gradient.jpg);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

.bd_contact_us_page_warpper > * {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.bd_contact_us_page_warpper .container {
    max-width: 51.708961rem;
}

.bd_contact_us_hero_section {
    padding-top: 2.486767rem;
    padding-bottom: 2.368349rem;
    position: relative;
    flex-grow: 1;
}

.bd_contact_us_hero_section .bd_heading_eyebrow {
    color: #fff;
}

.bd_contact_us_hero_section .bd_heading_section {
    color: #fff;
}

.bd_contact_us_hero_section .bd_heading_section span {
    position: relative;
}

.bd_contact_us_hero_section .bd_heading_section span:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    right: -0.789450rem;
    width: calc(100% + 1.769946rem);
    height: 100%;
    background-image: url(/wp-content/uploads/2025/12/contact-heading-squiglly.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}*/

.bd_contact_us_page_warpper > * {
    flex: 0 0 auto;
    max-width: 100%;
}

.bd_contact_left_content {
/*    width: 20.525695rem;*/
    background-image: url(/wp-content/uploads/2025/12/contact-us-background-gradient.jpg);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
/*     width: calc(35% + 0.631560rem); */
    width: calc(30% + 0.631560rem);
}

.bd_contact_us_header {
    position: relative;
    border-bottom: 0;
    padding: 0.789450rem 1.263120rem;
}

.bd_contact_us_hero {
    padding-top: 2.526239rem;
    padding-bottom: 2.368349rem;
    padding-left: 3.157799rem;
    position: relative;
    flex-grow: 1;
}

.bd_contact_us_hero_content {
	max-width: 14.999546rem;
}

.bd_contact_us_hero_content .bd_heading_eyebrow {
    color: #fff;
}

.bd_contact_us_hero_content .bd_heading_section {
    color: #fff;
}

.bd_contact_us_hero_content .bd_heading_section span {
    position: relative;
    z-index: 1;
}

.bd_contact_us_hero_content .bd_heading_section span:before {
    content: " ";
    position: absolute;
    bottom: -0.236835rem;
    right: -0.789450rem;
    width: calc(100% + 1.769946rem);
    height: 100%;
    background-image: url(/wp-content/uploads/2025/12/contact-heading-squiglly.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.bd_contact_us_hero_content .bd_wyswig {
    max-width: 12.631197rem;
}

.bd_contact_us_hero_content .bd_wyswig p {
    color: #fff;
    margin-bottom: 0.631560rem;
}

.bd_contact_us_footer {
    padding-left: 3.157799rem;
    padding-bottom:  1.144702rem;
    position: relative;
}

.bd_contact_us_footer .bd_wrapper_copyright_text_links_footer a:first-child:before {
    opacity: 0;
}

.bd_contact_right_content {
    flex-grow: 1;
/*     width: calc(65% - 0.631560rem); */
    width: calc(70% - 0.631560rem);
    padding-top: 3.157799rem;
    padding-bottom: 3.157799rem;
    padding-inline: 3.157799rem;
}

.bd_contact_tabs_warpper {
    width: 100%;
}

/* .bd_contact_tabs_list_warpper {
    max-width: 29.999092rem;
	margin-inline: auto 0;
} */

.bd_contact_tabs_list {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vw;
    border: 1px solid rgba(37, 2, 104, 0.20);
    background-color: #FFF;
    max-width: max-content;
    margin: 0 auto 1.776262rem;
    padding: 0.118417rem;
    gap: 0.157890rem;
}

.bd_contact_tabs_list > * {
    flex: 0 0 auto;
    max-width: 100%;
    width: 7.105048rem;
}

.bd_ct_button {
    width: 100%;
    height: 1.578900rem;
    border-radius: 100vw;
    border: none;
    padding: 0 0.789450rem;
    background-color: transparent;
	font-family: neue-haas-grotesk-text, sans-serif;
    font-size: 0.552615rem;
    font-weight: 500;
    line-height: 1.578900rem;
    letter-spacing: 0.011052rem;
    color: #250268;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.315780rem;
}

.bd_ct_button:focus {
	outline: none;
	box-shadow: none;
}

/*.bd_ct_button span {
    margin-top: 0.078945rem;
}*/

.bd_ct_button svg {
    width: 0.552615rem;
    height: auto;
}

.bd_ct_button svg path {
    fill: #250268;
    opacity: 0.8;
}

.bd_ct_button.active {
    color: #fff;
    background: linear-gradient(0deg, #4F46E4 0%, #4F46E4 100%), #FFF;
}

.bd_ct_button.active svg path {
    fill: #fff;
}

/* .bd_contact_call_embed {
    max-width: 29.999092rem;
} */

.bd_contact_us_form {
    width: 100%;
/*     max-width: 29.999092rem;
	margin-inline: auto 0;
    border-radius: 0.315780rem;
    border: 1px solid rgba(37, 2, 104, 0.20); */
    background-color: #FFF;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    padding: 0.947340rem 0.631560rem 1.065757rem;
}

.bd_contact_us_form .nf-form-cont {}

.bd_contact_us_form .nf-form-cont form .nf-before-form-content {
    display: none;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .nf-cell {
    padding: 0 0.315780rem;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .nf-field-container:not(.submit-container, .hidden-container) {
    margin-bottom: 0.947340rem;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .nf-field-label {
    margin-bottom: 0.315780rem;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form label {
	font-family: neue-haas-grotesk-text, sans-serif;
    font-size: 0.631560rem;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.012631rem;
    color: #250268;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form input:not([type=submit],[type=button],[type=reset],[type=radio]) {
    width: 100%;
    height: 1.578900rem;
    padding: 0 0.592087rem;
    border-radius: 0.315780rem;
    border: 1px solid rgba(37, 2, 104, 0.20);
    background-color: rgba(79, 70, 228, 0.06);
    font-size: 0.631560rem;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.012631rem;
    color: #250268;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form input:not([type=submit],[type=button],[type=reset],[type=radio]):focus {
    outline: none;
    box-shadow: none;
    border: 1px solid rgb(37 2 104 / 40%);
    background-color: rgb(79 70 228 / 10%);
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .field-wrap.nf-error {
    padding-bottom: 0.789450rem;
    position: relative;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .nf-field-container .nf-error-msg {
    font-size: 0.473670rem;
    font-weight: 400;
    line-height: 120%;
    position: absolute;
    bottom: -0.157890rem;
    left: 0;
    margin-right: 0;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .phone-container {
    display: none;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form textarea, 
.bd_contact_us_form .nf-form-cont .nf-multi-cell form textarea:focus {
    width: 100%;
    height: 3.157799rem;
    padding: 0.473670rem 0.592087rem;
    border-radius: 0.315780rem;
    border: 1px solid rgba(37, 2, 104, 0.20);
    background-color: rgba(79, 70, 228, 0.06);
    font-size: 0.631560rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.012631rem;
    color: #250268;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: rgb(37 2 104 / 40%);
    background-color: rgb(79 70 228 / 10%);
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .submit-container {
    margin-bottom: 0;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .submit-container input[type=submit], 
.bd_contact_us_form .nf-form-cont .nf-multi-cell form .submit-container input[type=submit]:focus {
    width: 100%;
    height: 2.526239rem;
    padding: 0 0.789450rem;
    border-radius: 0.315780rem;
    border: 1px solid rgba(37, 2, 104, 0.20);
    background-color: #4F46E4;
	font-family: neue-haas-grotesk-text, sans-serif;
    font-size: 0.710505rem;
    font-weight: 700;
    line-height: 2.526239rem;
    letter-spacing: 0.014210rem;
    margin-top: 0.157890rem;
    text-transform: capitalize;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form .submit-container input[type=submit]:hover {
    border-color: #2ECE54;
    background-color: #2ECE54;
}

.bd_contact_us_form .nf-form-cont .nf-after-form-content {
    margin: 0.315780rem 0.315780rem 0;
}

.bd_contact_right_content .bd_contact_us_footer {
	display: none;
}

@media (max-width: 767px) {
	.bd_contact_us_page_warpper {
	    flex-wrap: wrap;
	    align-items: start;
	}

	.bd_contact_us_page_warpper > * {
	    width: 100%;
	}

	.bd_contact_left_content {
	    background-position: left bottom;
	}

	.bd_contact_left_content .bd_contact_us_footer {
	    display: none;
	}

	.bd_contact_us_hero {
	    padding-top: 2.526239rem;
	    padding-bottom: 2.368349rem;
	    padding-inline: 0.9375rem;
	    flex-grow: 0;
	}

	.bd_contact_us_page_warpper, .page-template-t-contact-us, .page-template-t-contact-us .bd_page {
	    min-height: 100%;
	}

	.bd_contact_us_hero_content {
	    max-width: 100%;
	}

	.bd_contact_us_hero_content .bd_heading_section br {display: none;}

	.bd_contact_us_hero_content .bd_wyswig {
	    max-width: 100%;
	}

	.bd_contact_right_content {
	    flex-grow: 0;
	    padding-top: 2.526239rem;
	    padding-bottom: 2.368349rem;
	    padding-inline: 0.9375rem;
	}

	.bd_contact_tabs_list {
	    max-width: 100%;
	    padding: 0.25rem;
	    gap: 0.25rem;
	}

	.bd_contact_tabs_list > * {
	    width: 50%;
	}

	.bd_ct_button {
	    height: 2rem;
	    font-size: 0.75rem;
	    gap: 0.5rem;
	}

	.bd_ct_button svg {
	    width: 0.75rem;
	}

	.bd_contact_us_form .nf-form-cont .nf-multi-cell form .nf-field-container:not(.submit-container, .hidden-container) {
	    margin-bottom: 1.25rem;
	}

	.bd_contact_us_form .nf-form-cont .nf-multi-cell form label {
	    font-size: 0.875rem;
	}

	.bd_contact_us_form .nf-form-cont .nf-multi-cell form input:not([type=submit],[type=button],[type=reset],[type=radio]) {
	    height: 2.5rem;
	    padding: 0 0.9375rem;
	    font-size: 0.875rem;
	}

	.bd_contact_us_form .nf-form-cont .nf-multi-cell form .submit-container input[type=submit], .bd_contact_us_form .nf-form-cont .nf-multi-cell form .submit-container input[type=submit]:focus {
	    height: 3.75rem;
	    padding: 0 1.125rem;
	    font-size: 1.12rem;
	}

	.bd_contact_right_content .bd_contact_us_footer {
	    display: block;
	    padding: 0;
	    margin-top: 2.5rem;
	}

	.bd_contact_right_content .bd_contact_us_footer a {
	    color: #5046e4;
	    font-size: 0.8754rem;
	}

	.bd_contact_right_content .bd_contact_us_footer .bd_wrapper_copyright_text_links_footer {
	    display: flex;
	    align-items: center;
	    gap: 0.9375rem;
	}
}

.bd_contact_us_form .nf-form-cont .nf-multi-cell form input:not([type=submit],[type=button],[type=reset],[type=radio]):focus, .bd_contact_us_form textarea:focus {
	background: #fff !important;
	border-color: #4f46e4 !important;
}
/* CONTACT US PAGE CSS END */