.eragrids{height: 20vh;width: 100%;background-repeat: no-repeat;background-size: 100% auto;}

.era__panel {
	box-shadow: none !important; 
	border-radius: 0 !important; 
    border-left: 2px solid #f6bf3f;
    border-right: none!important;
    border-bottom: none !important;
	border-color: none !important;
}
		
.era-panel-body {
    border: none !important;
	padding: 10px !important;
}
		
.era__heading {
    background-color: #f6bf3f !important;
	color: #ffffff !important;
	border-radius: 0 !important; 
	padding-bottom: 10px !important; 
}
	
.file__list {
	list-style: none;
	padding: 0;
}
	
.file__list li {
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
	display: inline-flex;
	justify-content: start;
	align-items: center;
	width: 100%;
}	

.file__list li:last-child {
border-bottom: none;
}

.file__list li img {
	margin-right: 8px;
}
	
.file__list li span {
	font-weight: bold;
	font-size: 1.2rem;
	color: #f7c02d;
}

.content__slider {
	max-width: 45%;
	display: inline-block;
	float: left;
	padding: 0 20px 20px 0;
}

#ERAForm_10 b{
	color: red;
}

.btn-favorite {
	width: 40px;
	height: 40px;
	/* padding: 7px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin: auto;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background-color: #fff9c4;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-favorite svg {
	width: 100%;
	height: auto;
	color: #e67e22;
	font-size: 16px;
}

.btn-favorite:hover {
	background-color: #fff9c4;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

@media only screen and (max-width: 600px) {
	.content__slider {
		max-width: 100%;
		display: inline-block;
		float: none;
		padding: 0 0 20px 0;
	}
}

.eralogos .eralogo .eralogo-inner {
    border-top: 3px solid #fab915;
	background-color: #ffffff !important;
	height: auto;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 23%);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	margin-bottom: 25px;
}

.eralogos .eralogo .eralogo-inner:hover {
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 19%), 0 6px 3px 0 rgb(0 0 0 / 23%);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.eralogos .eralogo .eralogo-inner:hover .eralogo-name {
	color: #2f3233;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.eralogos .eralogo .eralogo-info {
    border: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #FAFAFA !important;
	height: auto;
	width: 100%;
	text-align: center;
}

.eralogos .eralogo img {
    width: 100%;
    max-width: 174px;
    height: auto;
    float: none;
    margin: auto;
	padding: 15px 0;
    left: 0;
    right: 0;
    display: block;
    vertical-align: center;
}

.eralogos .eralogo .eralogo-info .eralogo-name {
    padding: 10px;
	font-size: 15px;
	color: #fab915;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.range-slider {
	width: auto;
	margin: auto;
	position: relative;
	height: 3.5em;
}

.range-slider svg,
.range-slider input[type=range] {
	position: absolute;
	left: 0;
	bottom: 0;
}

.numranger {
	text-align: center;
	-moz-appearance: textfield;
}

.numranger::-webkit-outer-spin-button,
.numranger::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.numranger:invalid,
.numranger:out-of-range {
	border: 2px solid #ff6347;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #2497e3;
}

input[type=range]:focus::-ms-fill-lower {
	background: #2497e3;
}

input[type=range]:focus::-ms-fill-upper {
	background: #2497e3;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

.eracolorchck {
  position: relative;
}
.eracolorchck label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.eracolorchck label span {
  margin-left: 30px;
}
.eracolorchck label:after {
  border: 2px solid #2497e3;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
.eracolorchck input[type="checkbox"] {
  visibility: hidden;
}
.eracolorchck input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* FILTERS STYLE ENDS */

#langmenu .indicator {
	display: none!important;
}

.lrequired:after {
    content: " *";
    color: red;
}

.form-control.invalid {
  background-color: #ff000021!important;
}

.form-control.form__input.era_check.invalid {
  background-color: #ff000021!important;
}

.era_check.invalid {
  background-color: #ff000021!important;
}

.era_check_number.invalid {
  background-color: #ff000021!important;
}

.custom-file-label.invalid {
  background-color: #ff000021!important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f1c5"!important;
	padding-top: 9px!important;
}

.custom-control-label.invalid::before {
    background-color: #ff000021!important;
}

.gridcover{
	height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title2colums{
    display: -webkit-box!important;
    height: 120px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 320px) {
	/* Extra small devices (phones, 320px and down) */
	.title2colums{
		display: -webkit-box!important;
		height: 70px;
		font-size: 8pt;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 20px;
		padding: 10px!important;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 350px) {
	/* Extra small devices (phones, 320px and down) */
	.title2colums{
		display: -webkit-box!important;
		height: 85px;
		font-size: 10pt;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 20px;
		padding: 10px!important;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 600px) {
	/* Small devices (portrait tablets and large phones, 600px and up) */
	.title2colums{
		display: -webkit-box!important;
		height: 110px;
		line-height: 1;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.maintitles{
		font-size: 1.3em!important;
	}
}

@media only screen and (min-width: 768px) {
	/* Medium devices (landscape tablets, 768px and up) */
}


@media only screen and (min-width: 992px) {
	/* Large devices (laptops/desktops, 992px and up) */
}


@media only screen and (min-width: 1200px) {
	/* Extra large devices (large laptops and desktops, 1200px and up) */
}

/* DATATABLES BY ZAUR R. */
/*
#ERADataTable thead th {
	background-color: #4361ee;
	color: #ffffff;
	border-radius: 0;
	padding: 15px 20px !important;
    text-align: center;
}

#ERADataTable thead .sorting {
	padding-right: 15px !important;
}

#ERADataTable thead th:first-child {
	background-color: #4361ee;
	color: #ffffff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: none;
}

#ERADataTable thead th:last-child {
	background-color: #4361ee;
	color: #ffffff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#ERADataTable_wrapper .dt-button {
	background-image: none !important;
	background-color: #4361ee;
	color: #ffffff;
	border: 1px solid #4361ee;
	border-radius: 5px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	transition: all 0.5s;
}

#ERADataTable_wrapper .dt-button:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	transition: all 0.5s;
}

#ERADataTable_wrapper .dt-button:focus {
	font-weight: normal;
	transition: all 0.5s;
}

#ERADataTable_paginate {
	padding-top: 1.25em;
}

#ERADataTable_paginate .paginate_button {
	background-image: none !important;
	background-color: #ffffff;
	color: #1e88e5 !important;
	border: 1px solid #ffffff;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button:hover {
	background-image: none !important;
	background-color: #e3f2fd;
	color: #1e88e5 !important;
	border: 1px solid #e3f2fd;
	border-radius: 5px;	
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.disabled {
	background-image: none !important;
	background-color: transparent;
	color: #adb5bd !important;
	border: 1px solid transparent;
	border-radius: 5px;	
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.current {
	background-image: none !important;
	background-color: #4361ee;
	color: #ffffff !important;
	border: 1px solid #4361ee;
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.previous {
	background-image: none !important;
	background-color: transparent;
	color: #4361ee !important;
	border: 1px solid transparent;
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.first {
	background-image: none !important;
	background-color: transparent;
	color: #4361ee !important;
	border: 1px solid transparent;
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.next {
	background-image: none !important;
	background-color: transparent;
	color: #4361ee !important;
	border: 1px solid transparent;
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.last {
	background-image: none !important;
	background-color: transparent;
	color: #4361ee !important;
	border: 1px solid transparent;
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.previous.disabled {
	background-image: none !important;
	background-color: transparent;
	color: #adb5bd !important;
	border: 1px solid transparent;
	border-radius: 5px;	
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.first.disabled {
	background-image: none !important;
	background-color: transparent;
	color: #adb5bd !important;
	border: 1px solid transparent;
	border-radius: 5px;	
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.next.disabled {
	background-image: none !important;
	background-color: transparent;
	color: #adb5bd !important;
	border: 1px solid transparent;
	border-radius: 5px;	
	transition: all 0.5s;
}

#ERADataTable_paginate .paginate_button.last.disabled {
	background-image: none !important;
	background-color: transparent;
	color: #adb5bd !important;
	border: 1px solid transparent;
	border-radius: 5px;	
	transition: all 0.5s;
}

#ERADataTable_info {
	font-size: 1rem;
	color: #4361ee !important;
	padding-top: 1.755em !important;
}

#ERADataTable .group-head td {
	font-weight: bold;
	background-color: #677fef;
	color: var(--dark-color);
	padding: 15px 20px !important;
}

#ERADataTable .group-head td:first-child {
	background-color: #677fef;
	color: var(--dark-color);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: none;
}

#ERADataTable .group-head td:last-child {
	background-color: #677fef;
	color: var(--dark-color);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
*/

.ERACheckbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ERACheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
.ERACheckbox:hover input ~ .checkmark {
	background-color: #ccc;
}
.ERACheckbox input:checked ~ .checkmark {
	background-color: #2196F3;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.ERACheckbox input:checked ~ .checkmark:after {
	display: block;
}
.ERACheckbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*-------------------------
		Icons
		-------------------------*/

.filemanager .data {
    /* margin-top: 60px; */
    /* z-index: -3; */
    padding: 0;
}

.filemanager .data.animated {
    -webkit-animation: showSlowlyElement 700ms;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */
}

.filemanager .data li {
    border-radius: 3px;
    background-color: var(--primary-color);
    width: 307px;
    height: 118px;
    list-style-type: none;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.filemanager .data li:hover {
    background-color: #42424e;
}

.filemanager .data li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.filemanager .data li .name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 150px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    top: 40px;
}

.filemanager .data li .details {
    color: #b6c1c9;
    font-size: 13px;
    font-weight: 400;
    width: 55px;
    height: 10px;
    top: 64px;
    white-space: nowrap;
    position: absolute;
    display: inline-block;
}

.filemanager .nothingfound {
    background-color: #373743;
    width: 23em;
    height: 21em;
    margin: 0 auto;
    display: none;
    font-family: var(--main-font-family);
    -webkit-animation: showSlowlyElement 700ms;
    /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms;
    /* Standard syntax */
}

.filemanager .nothingfound .nofiles {
    margin: 30px auto;
    top: 3em;
    border-radius: 50%;
    position: relative;
    background-color: #d72f6e;
    width: 11em;
    height: 11em;
    line-height: 11.4em;
}

.filemanager .nothingfound .nofiles:after {
    content: "Ãƒâ€”";
    position: absolute;
    color: #ffffff;
    font-size: 14em;
    margin-right: 0.092em;
    right: 0;
}

.filemanager .nothingfound span {
    margin: 0 auto auto 6.8em;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 13px;
    position: relative;
    top: 2em;
}

@media all and (max-width: 965px) {
    .filemanager .data li {
        width: 100%;
        margin: 5px 0;
    }
}

.icon {
    font-size: 23px;
}

.icon.folder {
    display: inline-block;
    margin: 1em;
    background-color: transparent;
    overflow: hidden;
}

.icon.folder:before {
    content: "";
    float: left;
    background-color: var(--main-brand-color);
    width: 1.5em;
    height: 0.45em;
    margin-left: 0.07em;
    margin-bottom: -0.07em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    -webkit-box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
    box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
}

.icon.folder:after {
    content: "";
    float: left;
    clear: left;
    background-color: var(--main-brand-color);
    width: 3em;
    height: 2.25em;
    border-radius: 0.1em;
}

.icon.folder.full:before {
    height: 0.55em;
}

.icon.folder.full:after {
    height: 2.15em;
    -webkit-box-shadow: 0 -0.12em 0 0 #ffffff;
    box-shadow: 0 -0.12em 0 0 #ffffff;
}

.icon.file {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 300px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    float: left;
    left: 0;
}

.icon.file.f-doc,
.icon.file.f-docx {
    background-image: url("/era_cms_assets/assets/fileicons/doc.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-xls,
.icon.file.f-xlsx {
    background-image: url("/era_cms_assets/assets/fileicons/xls.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-ppt,
.icon.file.f-pptx {
    background-image: url("/era_cms_assets/assets/fileicons/ppt.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-jpg,
.icon.file.f-jpeg {
    background-image: url("/era_cms_assets/assets/fileicons/jpg.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-gif {
    background-image: url("/era_cms_assets/assets/fileicons/gif.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-png {
    background-image: url("/era_cms_assets/assets/fileicons/png.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.icon.file.f-pdf {
    background-image: url("/era_cms_assets/assets/fileicons/pdf.png");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
}

/*===================================Table style(Official support)==============================================*/

.table-official-support {
    line-height: 1.6;
}

.table-official-support tr {
    width: 100%;
    border-bottom: 1px dashed #ececec;
}

.table-official-support tr td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    height: 10vh;
    min-height: 80px;
    max-height: 100px;
}

.table-official-support tr td:last-child {
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.table-official-support tr td:last-child p {
    vertical-align: middle;
    margin: 0;
}

.table-official-support tr td img {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*===================================LOGOS LIST WITH GROUPS==============================================*/

.widget-title.style-1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 12px;
}

.widget .widget-title,
.widget .post-title {
    text-transform: none;
}

.widget-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    vertical-align: middle;
}

.widget-title {
    margin: 0 0 25px;
}

.widget-title.style-1:after {
    border-radius: 0;
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin: 0;
    position: absolute;
    vertical-align: bottom;
    width: 50px;
}

.widget-title:after {
    background-color: #6cc000;
}

.media-support-card {
    min-height: 170px;
    margin: 0;
    padding: 1.7rem 1.2rem;
    border: none;
    border-radius: 0;
    color: black;
    letter-spacing: 0.05rem;
    /*font-family: 'Oswald', sans-serif;*/
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card .txt {
    margin-left: -3rem;
    z-index: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card .txt h1 {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card .txt p {
    font-size: 0.7rem;
    font-family: var(--main-font-family);
    letter-spacing: 0rem;
    margin-top: 33px;
    opacity: 0;
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card a {
    z-index: 3;
    font-size: 0.7rem;
    color: black;
    margin-left: 1rem;
    position: relative;
    bottom: -0.5rem;
    text-transform: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card .ico-card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-card svg {
    position: relative;
    right: -50%;
    top: 45%;
    font-size: 7.5rem;
    line-height: 0;
    opacity: 0.2;
    color: white;
    z-index: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.media-support-item-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 170px;
    margin: 0;
    padding: 0.5rem;
    border: none;
    border-radius: 0;
    color: black;
    letter-spacing: 0.05rem;
    /*font-family: 'Oswald', sans-serif;*/
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}