.icon_with_card_detail_and_card_link
{
	margin: 165px 0;
}

.icon_with_card_detail_and_card_link_inner
{
	margin: 0 auto;
	max-width: 1051px;
	width: 100%;
}

.icon_with_card_detail_and_card_link_inner .heading_content_section
{
	margin-bottom: 58px;
}

.icon_with_card_detail_and_card_link_inner .heading_content_section .heading_section
{
	margin-bottom: 30px;
}

.icon_with_card_detail_and_card_link_inner .heading_content_section .heading_section .heading
{
	color: var(--color_Dark_Blue);
	margin: 0;
}

.icon_with_card_detail_and_card_link_inner .heading_content_section .content_section
{
	padding-right: 150px;
}

.icon_with_card_detail_and_card_link_inner .heading_content_section .content_section p
{
	color: var(--color_Dark_Blue);
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section
{
	gap: 35px;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .subheading
{
	color: var(--color_Medium_Gray_2);
	font-family: var(--font_GothicA1_Bold);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid
{
	flex-wrap: wrap;
	gap: 24.5px;
	row-gap: 14px;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item
{
	border-radius: 3px;
	gap: 9px;
	padding: 36px 30px 36px 33px;
	transition: all .4s ease-in-out;
	width: calc(33.33% - 16.33px);
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.without_link .item_content_cta_wrapper .item_cta,
.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.without_link .item_content_cta_wrapper .item_cta .mobile_btn
{
	display: none;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link
{
	position: relative;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link .item_link
{
	font-size: 0;
	height: 100%;
	left: 0;
	line-height: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:before
{
	background-color: var(--color_Deep_Teal_2);
	border-radius: 3px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .4s ease-in-out;
	width: 100%;
	z-index: -1;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:nth-child(3n-2):before
{
	left: -33px;
	width: calc(100% + 33px);
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:hover:before
{
	opacity: 1;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:hover .item_content_cta_wrapper .item_content,
.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:hover .item_image_heading .item_heading
{
	color: var(--color_White);
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link .item_content_cta_wrapper .item_cta .mobile_btn
{
	display: none !important;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item:nth-child(3n-2)
{
	padding-left: 0;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_image_heading
{
	gap: 19px;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_image_heading .accordion_arrow
{
	display: none;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_image_heading .item_image
{
	align-items: flex-start;
	display: flex;
	max-width: 28px;
	width: 100%;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_image_heading .item_heading
{
	color: var(--color_Black);
	font-family: var(--font_GothicA1_Black);
	font-size: 17px;
	font-weight: 400;
	line-height: normal;
	transition: all .4s ease-in-out;
}

.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_content_cta_wrapper .item_content
{
	color: var(--color_Medium_Gray_2);
	font-family: var(--font_GothicA1_Regular);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding-left: 47px;
	transition: all .4s ease-in-out;
}

/* Media Queries */

@media (max-width: 1359px)
{
	.icon_with_card_detail_and_card_link
	{
		margin: 140px 0;
	}

	.icon_with_card_detail_and_card_link_inner .heading_content_section
	{
		margin-bottom: 55px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid
	{
		gap: 20px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item
	{
		padding: 30px;
		width: calc(33.33% - 13.33px);
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:nth-child(3n-2):before
	{
		left: -30px;
		width: calc(100% + 30px);
	}
}

@media (max-width: 1199px)
{
	.icon_with_card_detail_and_card_link
	{
		margin: 130px 0;
	}

	.icon_with_card_detail_and_card_link_inner .heading_content_section .content_section
	{
		padding-right: 0;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid
	{
		gap: 15px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item
	{
		padding: 25px;
		width: calc(33.33% - 10px);
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:nth-child(3n-2):before
	{
		left: -25px;
		width: calc(100% + 25px);
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_image_heading .item_heading
	{
		line-height: 1.1;
	}
}

@media (max-width: 991px)
{
	.icon_with_card_detail_and_card_link
	{
		margin: 120px 0;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid
	{
		gap: 10px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item
	{
		padding: 20px;
		width: calc(33.33% - 6.66px);
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:nth-child(3n-2):before
	{
		left: -20px;
		width: calc(100% + 20px);
	}
}

@media (max-width: 767px)
{
	.icon_with_card_detail_and_card_link
	{
		margin: 97px 0;
	}

	.icon_with_card_detail_and_card_link_inner .heading_content_section
	{
		margin-bottom: 52px;
	}

	.icon_with_card_detail_and_card_link_inner .heading_content_section .heading_section
	{
		margin-bottom: 24px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section
	{
		gap: 54px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .subheading
	{
		margin-bottom: 33px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid
	{
		gap: 0;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item
	{
		border-bottom: 1px solid var(--color_Off_White);
		gap: 0;
		padding: 34px 0 35px;
		width: 100%;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link.active .item_content_cta_wrapper .item_content
	{
		margin-bottom: 10px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link .item_link,
	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:before
	{
		display: none;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:hover .item_content_cta_wrapper .item_content,
	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link:hover .item_image_heading .item_heading
	{
		color: inherit;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link .item_content_cta_wrapper .item_content
	{
		margin-bottom: 10px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.with_link .item_content_cta_wrapper .item_cta .mobile_btn
	{
		display: inline-block !important;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item:first-child
	{
		border-top: 1px solid var(--color_Off_White);
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item.active .item_image_heading .accordion_arrow
	{
		transform: rotate(90deg);
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_image_heading .item_heading
	{
		width: 100%;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_image_heading .accordion_arrow
	{
		display: block;
		transition: all .4s ease;
		width: 8px;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_content_cta_wrapper
	{
		max-height: 0;
		overflow: hidden;
		transition: all .4s ease;
	}

	.icon_with_card_detail_and_card_link_inner .subheading_with_grid_section .subheadinng_with_three_column_grid .three_column_grid .item .item_content_cta_wrapper .item_content
	{
		margin-top: 25px;
		padding: 0;
	}
}
