.flex-col-2{
	display:flex;
	flex-direction:row;
}




/* Hover Carousel Block */
.active_carousel{
	background: #f8f8f8!important;
}
.list_hover_carousel_list_wrap {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.list_hover_carousel_img_wrap .slick-track, .list_hover_carousel_img_wrap .slick-list {
	height: 100%;
}
.list_hover_carousel_img_wrap .slick-track {
	display:flex;
}
.list_hover_carousel_list_wrap h2 {
    margin-left: 1.75rem;
}
.list_hover_carousel_list_wrap ul {
    list-style: none;
    width: 100%;
    padding: 0;
    align-self: center;
}
.list_hover_carousel_list_wrap ul.certified-tools li{
    padding: 1rem;
    border: 1px solid #f0f0f0;
    margin: 1rem;
	border-radius: .75rem;
	position:relative;
	background-color: white;
}
.list_hover_carousel_list_wrap ul li a {
	color: black;
	font-size: 1.5rem;
}


.list-carousel-img {
	padding: 1em;
    display: grid!important;
    grid-template-rows: auto;
    justify-content: center;
    background-color: #f8f8f8;
    border-radius: 0.75rem;
	align-self:flex-end;
}
.list_hover_carousel_img_wrap_container {
    border-bottom: 1px solid black;
	display:flex;
	align-items:center;
}

.list_hover_carousel_img_wrap_container img {
    max-height: 100%;
	width: auto;
    border-radius: 0.75rem;
    margin: 0 auto 1rem auto;
}

div.list-carousel-desc {
    padding: 1rem;
    border-radius: 0 0 0.75rem 0.75rem;
    align-self: center;
    height: 100%;
}
.inverted-border-radius-right {
	--pseudoHeight: 50px;
	--pseudoBeforeShadow: 0 0 0 0 transparent;
	--pseudoAfterShadow: 0 0 0 0 transparent;
}

.inverted-border-radius-right::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -50px;
    height: var(--pseudoHeight);
    width: 25px;
    right: 0;
    border-top-right-radius: 25px;
	
	box-shadow: var(--pseudoBeforeShadow);
}

.inverted-border-radius-right::after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -50px;
    height: var(--pseudoHeight);
    width: 25px;
    right: 0;
    border-bottom-right-radius: 25px;
    box-shadow: var(--pseudoAfterShadow);
}


@media only screen and (max-width: 992px) {
	.flex-col-2 {
		flex-direction: column!important;
	}
	.list_hover_carousel_list_wrap ul.certified-tools {
		display:grid;
		grid-template-columns: repeat(auto-fill, minmax(15rem, auto));
		grid-gap: .25rem;
	}
	.list_hover_carousel_list_wrap ul li {
		margin: 0;
	}
	.list-carousel-img {
		align-self: flex-start;
	}
}


/* Tabs */

.tabs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;
    
}
.tabs__item {
    padding: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    line-height: 1.5rem;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.25rem;
    -webkit-transition: border-color .3s, background-color .3s;
    -o-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
}
.tabs__item:not(:last-of-type) {
	border-right: 1px solid #CCC;
}
.tabs__item--active {
	border-bottom-color: #ba5442;
	background-color: #f7f7f7;
}
.tabs__content {
	display: none;
	padding: 2rem 0;
}
.tabs__content--active {
	display: block;
}

/* Logo Grid */

.logo-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: auto;
    margin-right: auto;
	padding: 2em 0;
    flex-direction: row;
}
.logo-block h2 {
	width: 100%;
}
.logo-block_paragraph {
	width: 100%;
}
.logo-block__item {
	padding: 1rem;
	width: 25%;
}
.logo-block__image-wrap {
	height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-block__image {
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
}

.logo-block h2 {
	    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    color: black;
    text-transform: uppercase;
}
.logo-block_paragraph {
	width:100%
}
@media screen and (max-width: 928px) {
	.logo-block__item {
	 	width: 50%;
	}
}
/* Carousel */
.carousel-block:before,
.carousel-block:after {
    content: " ";
    display: table;
}
.carousel-block:after {
    clear: both;
}
.carousel-block {
    *zoom: 1;
	width:auto;
	
}
.carousel-main {
	display: block;
	margin-bottom: .5rem;
}
.carousel-main__item {
	margin: 0 15px;
}
.carousel-main img {
}
.carousel-thumbs::-webkit-scrollbar {
    width: 1em;
}
 
.carousel-thumbs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.carousel-thumbs::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
@media only screen and (min-width : 992px) {
	.carousel-main {
		width: calc( 100% - 90px );
		display: inline-block;
		margin-bottom: 0;
	}
	.carousel-block .carousel-main{
		float: left;
	}
}
.carousel-thumbs {
	min-height: 1px;
	display: block;
}
@media only screen and (min-width : 992px) {
	.carousel-thumbs {
		float: right;
		width: 80px;
	}
}
.carousel-thumbs__item {
	margin-right: .5rem;
	cursor: pointer;
}
@media only screen and (min-width : 992px) {
	.carousel-thumbs__item {
		margin-bottom: .5rem;
		margin-right: 0;
	}
}
.carousel-thumbs__image {
	display: block;
	height: auto;
	width: 100%;
}


/*testimonial*/
.block_testimonial_container {
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.testimonial_column_container > .wp-block-column {
	flex-basis: 0!important;
}
.block_testimonial {
	border: 1px solid rgb(140 140 140 / 34%);
    width: 100%;
    height: 13rem;
    overflow: hidden;
    margin: .5em;
    padding: .5em 1em;
    transition: box-shadow .3s;
}
.block_testimonial:hover {
	cursor: pointer;
	-webkit-box-shadow: 0px 6px 14px 0px rgba(117,117,117,0.75);
	-moz-box-shadow: 0px 6px 14px 0px rgba(117,117,117,0.75);
	box-shadow: 0px 6px 14px 0px rgba(117,117,117,0.75);
}
.toggle_arrow {
	display:flex;
	align-items: flex-end;
	justify-content: flex-end;
	width:auto;
	height: auto;
	
}
.block_testimonial_icon {
	font-size: 36px;
	position:absolute;
	color: #203b7a;
    transform: translate(-115%, 0);
	
}
.block_testimonial__name_title_container {
	background-color: #203b7a;
	margin: .5em 0;
	padding: 0 15px;
}
.block_testimonial_name h2{
	font-weight: bold; 
	margin: 0;
	font-size: 16px;
	color:#dedede;
	padding-top: 10px;
	padding-right: 15px;
}
.block_testimonial_title h2{
	font-weight: normal;
	font-size: 16px;
	color:#dedede;
	padding-bottom: 10px;
	padding-right: 15px;
}
.block_testimonial_shown_text {
	text-align:justify;
	margin-right:15px;
	
}
.block_testimonial_shown_text p {
	display: inline;
}

.block_testimonial_hidden_text {
	display: inline;
	max-height:0px;
	transition: opacity .3s ease;
	opacity: 0;
}
.expand_text {
	display: inline;
}
.block_testimonial_hidden_text.text_shown {
	max-height: 1000px;
	transition: opacity .3s ease;
	opacity: 1;
}
.text_shown_animate {
	opacity:1;
}
.block_testimonial.activated {
	height: inherit;
}
@media only screen and (max-width: 1500px){
	.testimonial_column_container {
		
	}
	.block_testimonial {
		height: 15rem;
	}
}
@media only screen and (max-width: 1300px) {
	.testimonial_column_container {
		display:flex;
		flex-direction: column;
		width:100%;
	}
	.block_testimonial {
		height: 12rem;
	}
}
@media only screen and (max-width: 992px) {
	.testimonial_column_container {
	}
	.block_testimonial_container {
		width: 100%;
	}
	.block_testimonial {
		width: 95%
	}
}
@media only screen and (max-width:600px){
	.block_testimonial {
		height: 15rem;
	}
}

/*product features*/
.product_features_container {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	flex-direction:row;
}
.block_product_feature {
	display:flex;
	flex-direction:column;
	width: 30%;
	padding: 15px;
	margin-bottom: 1rem;
	
}
.product_features_icon {
	text-align:center;
	font-size: 3rem;
	margin-bottom: 1rem;
}
.product_features_subheader {
	text-align:center;
	color: rgb(32, 59, 122);
}
.product_features_text {
	margin: .5rem;
}

@media only screen and (max-width: 992px){
	.block_product_feature {
		width: 50%;
		margin-bottom: 0;
	}
	.product_features_text {
		margin: 0;
	}
}
@media only screen and (max-width: 650px) {
	.block_product_feature {
		width: 100%;
	}
}
/*industry/product block */
.industry_product_container {
	display:flex;
	justify-content: space-around;
	flex-direction:row;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
}
.product_selector_block {
	margin: 15px;
	position:relative;
	width: calc(50% - 30px);
	height:500px;
	transition: .3s;
	text-align:center;
}
.product_selector_block:hover {
	cursor: pointer;
	transform: scale(1.05);
}
.product_selector_block:hover > .product_selector_image img {
	filter: brightness(.75)!important;
}
.product_selector_image img {
	filter:brightness(.5);
	height:500px;
	width:500px;
	transition: .3s;
}
.product_selector__inner {
	top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
}
.product_features_subheader h2 {
	margin-bottom: 0;
}
.product_features_text p {
	margin-bottom: 0;
}



/*Tech Support Block*/

.tech_support_container {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	flex-direction:row;
	margin-left:auto;
	margin-right:auto;
	
}
.tech_support_block {
	display:flex;
	flex-direction:column;
	text-align:center;
	position:relative;
	width:30%;
	margin-top: 15px;
	padding-left:15px;
	padding-right:15px;
}
.tech_support_image_container {
	padding-top:100%;
	position:relative;
	width:100%;
	filter: brightness(.9);
    background-color: #efefef75;
	transition: .3s;

}
.tech_support_container__inner {

}
.tech_support_container__inner:hover {

}
.tech_support_container__inner:hover > .tech_support_image_container {
	filter:brightness(1)!important;	
}
.tech_support_container__inner:hover > .tech_support_image_container > .tech_support_image > img {
	transform:scale(1.05);

}
.tech_support_container__inner:hover > .tech_support_image_container > .tech_support_icon > i {
	transform:scale(1.05);
}
.tech_support_image {
	position:absolute;
	transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
	height: 100%;
    width: 100%;
    overflow: hidden;
}
.tech_support_image img{
	transition: .3s ease-in-out;
	padding:15px;
}
.tech_support_icon {
	position:absolute;
	transform: translate(-50%,calc(-50% - 2.5rem));
    left: 50%;
    top: 50%;
	font-size: 8rem;
}
.tech_support_icon i{
	height:209px;
	font-size:8rem;
	display:flex;
	align-items: center;
	justify-content:center;
	text-decoration: none;
	color: #004b8d;
	transition: .3s ease-in-out;
}
.tech_support_title {
	display:flex;
	justify-content:center;
	align-items:center;
	position: absolute;
    transform: translate(-50%,-50%);
    top: calc(100% - 35px);
    left: 50%;
	width: calc(100% - 30px);
    background-color: #b85546cf;
	background-color: rgba(185, 85, 70, 0.8);
	height:5rem;
}
.tech_support_title h2 {
	margin: 0px;
}
.tech_support_title p {
	margin:0px;
	font-family:roboto;
	font-weight:500;
	font-size:1.2rem;
	text-decoration: none;
	color: whitesmoke;
}
@media only screen and (max-width: 1800px){
	.tech_support_container {
		width: 95%;
	}
}
@media only screen and (max-width: 1300px) {
	.tech_support_container {
		justify-content:space-around;
	}
}
@media only screen and (max-width: 1150px) {
	.tech_support_block {
		width: 45%;
	}
}
@media only screen and (max-width: 992px) {
	.tech_support_container {
		flex-direction: column;
		margin-left:auto;
		margin-right:auto;
	}
	.tech_support_block {
		width: 95%;
		margin-left:auto;
		margin-right:auto;
	}
}

/* Buttons */
.acf_button_container {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
}
.acf_button {
	margin:.5rem;
}

.acf_button_container a {
	background-color: #b85546;
    border-radius: 4em;
    min-width: 10rem;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: .3s;
	color:white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:400;
	padding: .8em;
}
.acf_button_container a:hover {
	background-color: rgb(136, 172, 227)!important;
}

/* Software Block */

.software_container {
	display:flex;
	justify-content: space-around;
	flex-direction:row;
	flex-wrap:wrap;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	width:65vw;
}
.software_block_container {
	width: calc(33% - 30px);
    display: flex;
    flex-direction: column;
	margin-bottom: 6rem;
}
.software_block_container:hover {
	cursor: pointer;
	
}

.software_block_container:hover > .software_image > img {
	filter: brightness(1)!important;
	transform: translate(-50%, -50%) scale(1.1);
}
.software_image {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 100%;
    transition: .3s;
    text-align: center;
    overflow: hidden;
    height: 0;
}
.software_image img {
	filter:brightness(.9);
	transition: .3s;
	min-width: 100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	object-fit: cover;
}
.software__inner {
    text-align: center;
    color: black;
    width: 100%;
}
.software_button {
	background-color: #b85546;
	border-radius: 4em;
	margin-left:auto!important;
	margin-right:auto!important;
	margin-top: 1.5rem;
}
.software_button a {
	color:white;
	font-family: 'Roboto Condensed', 'Roboto', 'Helvetica', 'arial';
	background-color: #b85546;
	border-radius: 4em;
	min-width: 10rem;
	margin-left:auto;
	margin-right:auto;
	min-height: 2.5rem;
	align-items: center;
    display: flex;
    justify-content: center;
	transition: .3s;
	padding: 1rem;
}
.software_button a:hover {
	background-color: rgb(136, 172, 227)!important;
}
.software_title {
	text-align:center;
	color:#222;
}
.software_paragraph {
	color:#222;
}
@media only screen and (max-width: 1400px) {
	.software_container {
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.software_container {
		flex-direction:column;
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}
	.software_block_container {
		width: 90%!important;
  	 	margin-left: auto;
   		margin-right: auto;
	}
	.software_image img {
		width:100%;
	}
}


/*Parallax*/
.parallax_container {
	position:relative;
	min-height:25vh;
	max-width:100%;
}
.parallax-image {
	position:relative;
	display:inline-block;
	
}
.parallax-image:before {
    backdrop-filter: brightness(0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}
.parallax-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}
.parallax_inner {
	color:black;
	background-color:#f0f0f0;
	width:50%;
	display: flex;
    align-items: center;
    height: auto!important;
	padding:30px;
}

.parallax_text_left {
	float: left;

}
.parallax_text_right {
	float:right;

}
.parallax_text_over {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	color:white!important;
	text-align:center;
	background-color:transparent;
}
.parallax_text_over_full {
	width:100%!important;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	color:white!important;
	text-align:center;
	background-color:transparent;
}
.parallax_content_full {
	width:auto!important;
    margin-left: auto;
    margin-right: auto;
}
.parallax-content {
	width:100%;
	padding:30px;
}
.parallax_linked_text {
	position:relative;
}
.parallax_linked_text a {
	color:#55c1f7;
	font-size:16px;
	font-family:'roboto';
	font-weight:300;
}
.parallax_button_disabled {
	display:none;
}

@media only screen and (max-width:992px) {
	.parallax_text_right, .parallax_text_left {
		width:100%!important;
		height:fit-content!important;
	}
	.parallax_container {
		margin-top:1rem;
	}
	.parallax-content {
		position:relative;
		top:0;
		left:0;
		transform:translate(0,0);
		
	}
	.parallax_button {
		position:relative;
		width:25%;
		left:0;
		transform:translateX(0);
	}
}




/*Page Hero Image*/


.brightheroBackground {
	color:black;
}

.darkheroBackground {
	color: white;
}
.brightheroBackground h1, .brightheroBackground h2, .brightheroBackground h3, .brightheroBackground h4, .brightheroBackground h5, .brightheroBackground h6, .brightheroBackground p {
	color:#3e3e3e!important;
}
.darkheroBackground::before {
	backdrop-filter: blur(3px) brightness(0.5);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}
section.page-hero-container.brightheroBackground:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px) brightness(.95);
}
.brightheroBackground img {
    filter: brightness(.95) blur(3px);
}
.darkheroBackground img {
	filter: brightness(.5) blur(3px);
}
section.page-hero-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%, 50%;
    place-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position:relative;
	margin-bottom: 2rem;
}
section.page-hero-container img {
	min-width:100%;
	height:auto;
}
.absolute-banner-design {
	transform:translate(-100%, -50%);
	position:absolute;
	z-index:99;
	left:100%;
}

section.page-hero-container::before {

}
.page-hero-container__inner {
    place-items: center;
    display: flex;
    flex-direction: column;
    position: absolute;
	max-width: 65vw;
}
section.page-hero-container p{
	text-align:center;
}
section.page-hero-container h2, section.page-hero-container p {
    color: white;
	z-index:0;
	max-width:80vw;
}
button.page_hero_button {
    background-color: #b85546;
    border-radius: 1em;
    display: flex;
	border:1px transparent solid;
}
button.page_hero_button a {
    color: white;
    font-size: 1.5em;
    padding: .3em;
}
@media only screen and (max-width:992px) {
	section.page-hero-container {
	}
	div.page-hero-container__inner {
		max-width: 100%;
		padding: 2rem;
	}
	section.page-hero-container img {
		width: auto;
		max-width: none;
		max-height: none;
		height: 150%;
	}
}


/* Simple Icon Block */

.icon-simple-wrap i {
	font-size:4em;
}

.icon-simple-wrap {
    margin-bottom: 2rem;
	position:relative;
	overflow:hidden;
}
.icon-simple-wrap span img {
	min-height: 110%;
    min-width: 100%;
    position: absolute;
    opacity: .03;
}
section.icon-simple-wrap:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    opacity: .2;
    height: 100%;
}

.icon-simple__inner_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	width:100%;
    margin-left: auto;
    margin-right: auto;
	padding:3em 0;
}
.icon-simple__loop_container {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}
.icon-simple-wrap .icon-simple-inner {
	text-align: center;
    margin: .5em;
    display: flex;
    flex-direction: column;
    border: solid 1px rgb(255 255 255 / 4%);
    padding: 2em;
    background-color: rgb(237 237 237 / 18%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
	
	}
.icon-simple-inner:not(:last-of-type) {
    #margin-right: 2em;
}
.Card-boxShadow {
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%), 0 2px 2px rgb(0 0 0 / 5%), 0 4px 4px rgb(0 0 0 / 5%), 0 8px 8px rgb(0 0 0 / 5%), 0 16px 16px rgb(0 0 0 / 5%);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-radius: 0.75rem;
}
p.icon-simple-icon {
	margin: 2em 1em;
	text-align:center;
}
.icon-simple-icon svg {
	font-size: 4em;
}
.icon-simple-image {
	max-width: 33%;
    height: auto;
    align-self: center;
}
.icon-simple-image img {
	width: 100%;
	height: auto;
}
.icon-simple-wrap h4 {
	font-size:1em;
	margin-bottom: .1em;
}

@media screen and (max-width:992px) {
	.icon-simple-wrap {
	}
	.icon-simple-inner {
		width:100%!important;
		height:auto;
	}
	.icon-simple__inner_wrap {
		width: auto;
	}
	.icon-simple__loop_container {
		flex-direction: column;
		width: 95%;
	}
	
}


/* SVG Image classes*/

.image_svg_background_overflow {
	position: absolute;
	z-index:-1;
	opacity:.8;
	height:100%;
}
.image_svg_background_overflow svg {
	height: 225%;
    top: 50%;
	left:50%;
    transform: translate(-50%, -50%);
    position: relative;
}
.svg_block_background {
    z-index: 1;
    position: relative;
    background-color: #ffffff24;
    border-radius: 15px;
    padding: 1em;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff1f;
}
.overflow_hidden {
	overflow:hidden;
}
@media screen and (max-width:992px){
	.image_svg_background_overflow {
		opacity: .25;
		top: -100%;
		filter: blur(3px);
   	 	width: 100%;
	}
	.image_svg_background_overflow svg {
		height: auto;
		top: 0;
		left: 0;
		transform: none;
		position: relative;
	}
	.svg_block_background {
		background-color:transparent;
		backdrop-filter:none;
		border: 0px;
	}
}


/* Grid Cards */
div.gridCardContainer__inner {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
    grid-gap: 1rem .5rem;
    padding: 1rem;
}
div.gridCard {
	border-radius: 0.75rem;
    border: 1px solid #f2f2f2;
    display: grid;
    grid-template-rows: 35% 1fr;
    height: 18em;
}
div.gridCard:hover {
	/*box-shadow: 0 1px 1px rgb(0 0 0 / 5%), 0 2px 2px rgb(0 0 0 / 5%), 0 4px 4px rgb(0 0 0 / 5%), 0 8px 8px rgb(0 0 0 / 5%), 0 16px 16px rgb(0 0 0 / 5%);*/
	cursor: pointer;
}
h2.gridCardHeader {
    background-color: rgb(0 0 0 / 50%);
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 1rem;
    color: white;
    border-bottom: 1px solid #222;
    height: 100%;
    margin: 0;
    align-items: center;
    display: flex;
}
p.gridCardText {
    align-self: end;
    padding: 0 1rem;
}
@media only screen and (max-width: 992px){
	div.gridCardContainer__inner {
		grid-template-columns: 100%;
	}
}

@media (prefers-color-scheme: dark){
	.active_carousel a, div.list-carousel-desc p {
		color: #222!important;
	}
	.list_hover_carousel_list_wrap ul li a {
		color: white;
	}
	.Container_Background_Gray p, .Container_Background_Gray > a, .Container_Background_Gray li, .Container_Background_Gray span, 	.Container_Background_Gray h1, .Container_Background_Gray h2, .Container_Background_Gray h3 {
    	color: #222!important;
	}
}