@-webkit-keyframes fa-spin-fast {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
@keyframes fa-spin-fast {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
.team-mc, .team-staff__img, .team-strict {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat
}
.team-strict {
	margin-top:15px;
	margin-bottom:15px;
	height:0;
	padding-bottom:153.33333%;
	max-height:500px;
	position:relative;
	overflow:hidden
}
.team-strict:after, .team-strict:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	z-index:1
}
.team-strict:before {
	background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(transparent));
	background-image:linear-gradient(to top, rgba(0, 0, 0, .6) 0%, transparent 100%);
	opacity:1
}
.team-strict:after {
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(var(--black-rgb), .36)), to(rgba(var(--black-rgb), .9)));
	background-image:linear-gradient(to bottom, rgba(var(--black-rgb), .36) 60%, rgba(var(--black-rgb), .9));
	opacity:0
}
.team-strict_colored:after {
	background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(var(--secondary-rgb), .9)), color-stop(40%, rgba(var(--base-1-rgb), .36)), to(rgba(var(--brand-primary-rgb), .36)));
	background-image:linear-gradient(to top, rgba(var(--secondary-rgb), .9) 0%, rgba(var(--base-1-rgb), .36) 40%, rgba(var(--brand-primary-rgb), .36) 100%)
}
.team-strict:hover:before {
	opacity:0
}
.team-persone-circle:hover .team-persone-circle__bg-overlay .before, .team-staff:hover .team-staff__description .before, .team-strict:hover:after {
	opacity:1
}
.team-strict:hover .team-strict__name {
	bottom:50px
}
.team-strict:hover .team-strict__social {
	bottom:-5px;
	opacity:1
}
.team-strict__name, .team-strict__social {
	color:#fff;
	position:absolute;
	bottom:29px;
	left:38px;
	z-index:3;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.team-strict__social {
	bottom:-50px;
	left:0;
	right:0;
	padding:0 15px 0 30px;
	opacity:0;
	min-height:48px
}
.team-strict__social:after, .team-strict__social:before {
	content:" ";
	display:table
}
.team-strict__social:after {
	clear:both
}
.team-strict__social a {
	padding:0 .65em;
font-size:.8125rem;
	line-height:1.1875rem;
	display:inline-block;
	float:left;
	color:#fff!important;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.team-strict__social a:hover {
	color:#fff;
	-webkit-transform:scale(1.5);
	transform:scale(1.5)
}
.team-persone-circle {
	max-width:100%;
	margin:0 15px 15px 15px;
	min-height:440px;
	position:relative
}
.team-persone-circle:hover .team-persone-circle__name-position {
	bottom:335px
}
.team-mc h4 a:hover, .team-persone-circle:hover .team-persone-circle__name-position h4, .team-staff:hover .team-staff__description h4, .team-staff__description h4 a:hover {
	color:#fff;
}
.team-persone-circle__name-position h4 {
	margin:0
}
.team-persone-circle:hover .team-persone-circle__name-position span {
	color:rgba(255, 255, 255, .9)
}
.team-persone-circle:hover .team-persone-circle__bg-overlay svg {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.team-persone-circle:hover .team-persone-circle__contacts {
	z-index:11
}
.team-persone-circle:hover .team-persone-circle__contacts li {
	opacity:1;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.team-mc.mc-active .mc-social li, .team-persone-circle:hover .team-persone-circle__social-links li {
	opacity:1;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.team-persone-circle__name-position {
	position:absolute;
	width:100%;
	bottom:10px;
	min-height:10px;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
	z-index:9
}
.team-persone-circle__name-position a, .team-strict__social a {
	text-decoration:none!important
}
.team-persone-circle__name-position h4 {
	color:#272727;
	letter-spacing:0;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.team-persone-circle__name-position span {
	color:#555;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out; font-weight:400
}
.team-persone-circle__bg {
	background:no-repeat center center;
	background-size:cover;
	position:relative;
	min-height:375px;
	overflow:hidden
}
.team-persone-circle__bg-overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	overflow:hidden
}
.team-persone-circle__bg-overlay .before {
	position:absolute;
	z-index:1;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.team-persone-circle__bg-overlay svg {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
	z-index:2
}
.team-persone-circle__bg-overlay svg line, .team-persone-circle__bg-overlay svg path, .team-persone-circle__bg-overlay svg polyline {
	width:100%
}
.team-persone-circle__contacts {
	position:absolute;
	z-index:3;
	margin:0;
	top:-webkit-calc(50% + 32px);
	top:calc(50% + 32px);
	left:19%;
	text-align:left;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.team-persone-circle__contacts li {
	display:block;
	opacity:0;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.team-persone-circle__contacts li a {
	color:#fff!important;
	display:inline-block;
	text-decoration:none!important
}
.team-persone-circle__contacts li i {
	color:rgba(255, 255, 255, .6);
	width:28px;
font-size:.8125rem;
	line-height:31px
}
.team-persone-circle__social-links {
	background-color:#fff;
	position:relative;
	min-height:80px
}
.team-persone-circle__social-links ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	padding:0 18px!important;
	margin:0!important;
	list-style:none!important
}
.team-persone-circle__social-links ul li {
	margin-top:12px;
	opacity:0;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.team-persone-circle__social-links ul li {
	margin-top:26px
}
.team-persone-circle__social-links ul li a {
	padding:0 10px;
	display:inline-block;
	color:#272727!important
}
.team-persone-circle__social-links ul li a:hover {
	color:var(--brand-primary)
}
.team-mc {
	position:relative;
	max-width:300px;
	min-height:450px;
	margin:15px auto
}
.team-mc.mc-base .mc-btn-bg-action span, .team-mc.mc-base h4 {
	background-color:var(--brand-primary)
}
.team-mc.mc-base h4:before {
	border-bottom-color:var(--base-3)
}
.team-mc.mc-base h4:after {
	border-top-color:var(--base-3)
}
.team-mc.mc-base .mc-btn-bg-action:after, .team-mc.mc-base .mc-btn-bg-action:before {
	background-color:var(--base-3)
}
.team-mc.mc-base .team-mc__content {
	background-color:rgba(var(--brand-primary-rgb), .9)
}
.team-mc.mc-red .mc-btn-bg-action span, .team-mc.mc-red h4 {
	background-color:var(--secondary-5)
}
.team-mc.mc-active h4 {
	top:0
}
.team-mc.mc-active h4:before {
	top:0;
	opacity:0
}
.team-mc.mc-active h4:after {
	bottom:-15px;
	opacity:1
}
.team-mc.mc-active .mc-btn-bg-action {
	top:0;
	right:0;
	opacity:0
}
.team-mc.mc-active .mc-btn-action {
	top:26px;
	right:27px
}
.team-mc.mc-active .team-mc__content {
	height:100%
}
.team-mc.mc-active .mc-description {
	opacity:1;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.team-mc h4 {
	position:absolute;
	top:-webkit-calc(100% - 90px);
	top:calc(100% - 90px);
	left:-15px;
	right:0;
	height:90px;
	padding:21px 15px 5px 29px;
	color:#fff;
	text-align:left;
	box-shadow:0 6px 30px rgba(0, 0, 0, .14);
	z-index:14
}
@media (max-width:374px) {
.team-mc h4 {
left:0
}
}
.team-mc h4 a {
	display:inline-block
}
.team-mc h4 span {
	display:block;
	color:rgba(255, 255, 255, .8)
}
.team-mc h4:after, .team-mc h4:before {
	content:'';
	position:absolute;
	left:0;
	width:0;
	height:0;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
@media (max-width:374px) {
.team-mc h4:after, .team-mc h4:before {
display:none
}
}
.team-mc h4:before {
	top:-15px;
	border-bottom:15px solid;
	border-left:15px solid transparent;
	opacity:1
}
.team-mc h4:after {
	bottom:0;
	border-top:15px solid;
	border-left:15px solid transparent;
	opacity:0
}
.team-mc h4, .team-mc__content, .team-mc__content .mc-social li {
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.team-mc__content {
	position:absolute;
	width:100%;
	height:89px;
	left:0;
	bottom:0;
	z-index:5;
	overflow:hidden
}
.team-mc__content .mc-description {
	color:rgba(255, 255, 255, .5);
	position:absolute;
	min-width:180px;
	opacity:0;
	top:50%;
	left:50%;
	-webkit-transform:translate(-150%, -50%);
	transform:translate(-150%, -50%);
	text-align:left;
-webkit-transition:all .5s ease-in-out .1s;
transition:all .5s ease-in-out .1s
}
.team-mc__content .mc-social {
	position:absolute;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	bottom:0;
	left:0;
	right:0;
	height:89px;
	border-top:1px solid rgba(255, 255, 255, .2);
	padding-left:34px
}
.team-mc__content .mc-social li {
	color:#fff;
	font-size:1rem;
	opacity:0;
	-webkit-transform:translateY(100%);
	transform:translateY(100%)
}
.team-mc__content .mc-social li:nth-child(1) {
-webkit-transition-delay:.09s;
transition-delay:.09s
}
.team-mc__content .mc-social li:nth-child(2) {
-webkit-transition-delay:.18s;
transition-delay:.18s
}
.team-mc__content .mc-social li:nth-child(3) {
-webkit-transition-delay:.27s;
transition-delay:.27s
}
.team-mc__content .mc-social li:nth-child(4) {
-webkit-transition-delay:.36s;
transition-delay:.36s
}
.team-mc__content .mc-social li:nth-child(5) {
-webkit-transition-delay:.45s;
transition-delay:.45s
}
.team-mc__content .mc-social li:nth-child(6) {
-webkit-transition-delay:.54s;
transition-delay:.54s
}
.team-mc__content .mc-social li:nth-child(7) {
-webkit-transition-delay:.63s;
transition-delay:.63s
}
.team-mc__content .mc-social li:nth-child(8) {
-webkit-transition-delay:.72s;
transition-delay:.72s
}
.team-mc__content .mc-social li:nth-child(9) {
-webkit-transition-delay:.81s;
transition-delay:.81s
}
.team-mc__content .mc-social li:nth-child(10) {
-webkit-transition-delay:.9s;
transition-delay:.9s
}
.team-mc__content .mc-social li span {
	padding:11px;
	letter-spacing:.04em
}
.team-mc__content .mc-social a {
	color:#fff;
	padding:10px;
font-size:.8125rem
}
.team-mc .mc-btn-bg-action, .team-mc__content .mc-social a i {
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.team-mc__content .mc-social a i {
	line-height:inherit
}
.team-mc__content .mc-social a:hover i {
	-webkit-transform:scale(1.4);
	transform:scale(1.4)
}
.team-mc .mc-btn-bg-action {
	position:absolute;
	top:-5px;
	right:-5px;
	width:73px;
	height:73px;
	overflow:hidden
}
.team-mc .mc-btn-bg-action:after, .team-mc .mc-btn-bg-action:before {
	content:'';
	position:absolute;
	width:5px;
	height:5px
}
.team-mc .mc-btn-bg-action:before {
	top:0;
	left:0
}
.team-mc .mc-btn-bg-action:after {
	right:0;
	bottom:0
}
.team-mc .mc-btn-bg-action span {
	position:absolute;
	bottom:0;
	right:0;
	width:103px;
	height:32px;
	text-align:center;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
	z-index:9
}
.team-mc .mc-btn-action {
	color:#fff;
	position:absolute;
	top:3px;
	right:8px;
	z-index:15;
	padding:5px;
	background-color:transparent;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.team-mc .mc-btn-action i {
	font-size:1rem;
	vertical-align:middle
}
.team-mc .fa-spin-fast {
-webkit-animation:fa-spin-fast .2s infinite linear;
animation:fa-spin-fast .2s infinite linear
}
.team-staff {
	width:100%;
	max-width:320px;
	min-height:350px;
	position:relative
}
.bordered-theme .team-staff {
	border-radius:var(--b-radius);
	overflow:hidden
}
.team-staff:hover .team-staff__description {
	-webkit-clip-path:polygon(0 100%, 0 42%, 100% 0, 100% 100%);
	clip-path:polygon(0 100%, 0 42%, 100% 0, 100% 100%)
}
.team-staff:hover .team-staff__link {
	bottom:106px
}
.team-staff:hover .team-staff__link i:nth-child(1) {
opacity:0;
-webkit-transform:translate(-150%, -50%);
transform:translate(-150%, -50%)
}
.team-staff:hover .team-staff__link i:nth-child(2), .team-staff__link i:nth-child(1) {
opacity:1;
-webkit-transform:translate(-50%, -50%);
transform:translate(-50%, -50%)
}
.team-staff:hover .team-staff__social-links {
	right:6%;
	opacity:1
}
.team-staff:hover .team-staff__social-links.sl-2x {
	right:12%
}
.team-staff__img {
	width:100%;
	min-height:270px
}
.team-staff__link, .team-staff__link i {
	position:absolute;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.team-staff__link {
	bottom:57px;
	right:23px;
	width:46px;
	height:46px;
	border-radius:50%;
	background-color:#fff;
	box-shadow:0 5px 16px rgba(0, 0, 0, .2);
	z-index:3
}
.team-staff__link i {
	line-height:24px;
	top:50%;
	left:50%;
	color:var(--brand-primary)
}
.team-staff__link i:before {
font-size:.875rem
}
.team-staff__link i:nth-child(2) {
opacity:0;
-webkit-transform:translate(100%, -50%);
transform:translate(100%, -50%)
}
.team-staff__description, .team-staff__description .before {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.team-staff__description {
	height:140px;
	overflow:hidden;
	background-color:#fff;
	-webkit-clip-path:polygon(0 100%, 0 42%, 100% 42%, 100% 100%);
	clip-path:polygon(0 100%, 0 42%, 100% 42%, 100% 100%);
	z-index:2
}
.team-staff__description .before {
	top:0;
	opacity:0;
	z-index:1
}
.team-staff__description h4 {
	position:absolute;
	bottom:19px;
	left:34px;
	z-index:2;
	text-align:left;
	padding-top:0!important;
	margin-bottom:0!important
}
.team-staff__description h4 a {
	display:inline-block;
	-webkit-transition:none;
	transition:none
}
.team-staff__description h4 span {
	display:block
}
.team-staff__social-links {
	position:absolute;
	bottom:16px;
	right:-10px;
	opacity:0;
	width:auto;
	max-width:50px;
-webkit-transition:all .3s ease-in-out .1s;
transition:all .3s ease-in-out .1s;
	z-index:3
}
.team-staff__social-links:after, .team-staff__social-links:before {
	content:" ";
	display:table
}
.team-staff__social-links:after {
	clear:both
}
.team-staff__social-links.sl-2x a {
	width:100%
}
.team-staff__social-links a {
	float:left;
	display:block;
	width:50%;
	color:#fff!important;
	text-decoration:none!important;
	text-align:center
}
.team-staff__social-links a:hover {
	-webkit-transform:scale(1.4);
	transform:scale(1.4)
}
.team-staff__social-links a i {
font-size:.8125rem;
	line-height:inherit
}
.team-persone-table {
	position:relative;
	overflow:hidden;
	padding-bottom:1px;
	padding-right:1px
}
.team-persone-table .ptable-top {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	z-index:9
}
.team-persone-table .ptable-bottom svg, .team-persone-table .ptable-top svg {
	vertical-align:top;
	width:1920px
}
.team-persone-table .ptable-bottom {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	z-index:9
}
.team-persone-table .ptable-right {
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:100%;
	z-index:9
}
.team-persone-table .ptable-left {
	position:absolute;
	top:0;
	left:0;
	width:1px;
	height:100%;
	z-index:9
}
.team-persone-table .ptable-bottom, .team-persone-table .ptable-left, .team-persone-table .ptable-right, .team-persone-table .ptable-top {
	stroke:rgba(0, 0, 0, .3)
}
.team-persone-table__overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1
}
.team-persone-table__item {
	position:relative;
	height:0;
	padding-bottom:100%;
	min-height:360px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover
}
.team-persone-table__item:hover .team-persone-table__title_dark, .team-persone-table__item:hover .team-persone-table__title_primary, .team-persone-table__item:hover .team-persone-table__title_white {
	background-color:transparent
}
.team-persone-table__item:hover .team-persone-table__name-position {
	top:35px;
	left:43px;
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0)
}
.team-persone-table__item:hover .team-persone-table__name-position h4 {
	color:#fff;
	left:0;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.team-persone-table__item:hover .team-persone-table__name-position span {
	color:rgba(255, 255, 255, .6);
	left:0;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.team-persone-table__item:hover .team-persone-table__contacts {
	z-index:11
}
.team-persone-table__item:hover .team-persone-table__contacts li {
	opacity:1;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.team-persone-table__title {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.team-persone-table__title_dark {
	background-color:var(--base-4)
}
.team-persone-table__title_primary {
	background-color:var(--brand-primary)
}
.team-persone-table__title_white {
	background-color:#f1f6ff
}
.team-persone-table__name-position {
	position:absolute;
	top:50%;
	left:50%;
	min-width:195px;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
	text-align:left
}
.team-persone-table__name-position a {
	display:block
}
.team-persone-table__name-position h4, .team-persone-table__name-position span {
	display:inline-block;
	position:relative;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-transition-property:color, left, \transform;
	transition-property:color, left, \transform;
-webkit-transition-duration:.3s;
transition-duration:.3s
}
.team-persone-table__name-position h4 {
	color:#272727;
	letter-spacing:-.02em
}
.team-persone-table__name-position span {
	color:rgba(0, 0, 0, .4)
}
.team-persone-table__contacts {
	position:absolute;
	z-index:3;
	margin:0;
	bottom:35px;
	left:0;
	width:100%;
	padding-left:43px;
	text-align:left;
	overflow:hidden
}
.team-persone-table__contacts li {
	opacity:0;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	line-height:31px;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center
}
.team-persone-table__contacts li:nth-child(1) {
-webkit-transition-delay:.08s;
transition-delay:.08s
}
.team-persone-table__contacts li:nth-child(2) {
-webkit-transition-delay:.16s;
transition-delay:.16s
}
.team-persone-table__contacts li:nth-child(3) {
-webkit-transition-delay:.24s;
transition-delay:.24s
}
.team-persone-table__contacts li:nth-child(4) {
-webkit-transition-delay:.32s;
transition-delay:.32s
}
.team-persone-table__contacts li:nth-child(5) {
-webkit-transition-delay:.4s;
transition-delay:.4s
}
.team-persone-table__contacts li:nth-child(6) {
-webkit-transition-delay:.48s;
transition-delay:.48s
}
.team-persone-table__contacts li:nth-child(7) {
-webkit-transition-delay:.56s;
transition-delay:.56s
}
.team-persone-table__contacts li:nth-child(8) {
-webkit-transition-delay:.64s;
transition-delay:.64s
}
.team-persone-table__contacts li:nth-child(9) {
-webkit-transition-delay:.72s;
transition-delay:.72s
}
.team-persone-table__contacts li:nth-child(10) {
-webkit-transition-delay:.8s;
transition-delay:.8s
}
.team-persone-table__contacts li a {
	color:#fff!important;
	text-decoration:none!important
}
.team-persone-table__contacts li i {
	color:rgba(255, 255, 255, .4);
	width:28px
}
.bordered-theme .team-persone-table {
	border-radius:var(--b-radius);
	overflow:hidden
}
.bordered-theme .team-persone-table .elev, .bordered-theme .team-persone-table .ptable-bottom, .bordered-theme .team-persone-table .ptable-left, .bordered-theme .team-persone-table .ptable-right, .bordered-theme .team-persone-table .ptable-top {
	display:none
}
.elev {
	position:absolute;
	width:19px;
	height:19px;
	z-index:10
}
.elev:after, .elev:before {
	content:'';
	position:absolute;
	background-color:rgba(0, 0, 0, .3)
}
.elev:before {
	width:100%;
	height:1px;
	top:9px;
	left:0
}
.elev:after {
	width:1px;
	height:100%;
	top:0;
	left:9px
}
.elev-1 {
	top:-9px;
	left:-9px
}
.elev-2 {
	top:-9px;
	right:-10px
}
.elev-3 {
	bottom:-10px;
	right:-10px
}
.elev-4 {
	bottom:-10px;
	left:-9px
}
.base-box-shadow {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.base-bg-gradient-90deg-96 {
background: rgba(33, 156, 230, 1);
background: rgb(33,156,230);
background: linear-gradient(90deg, rgba(33,156,230,1) 0%, rgba(0,120,192,0.6194852941176471) 58%);
}
.font__size-18 {
	font-size: 1.325rem;
}
.font__weight-bold {
	font-weight: 700;
}
 
.base-bg-gradient-90deg {
background: rgba(33, 156, 230, 1);
background: rgb(33,156,230);
background: linear-gradient(90deg, rgba(0,155,165,1) 0%, rgba(0,155,165,0.6194852941176471) 58%);
}
