<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon-vvsu {
 width: 1.2rem !important;
 height: 1.2rem !important;
 padding-right: 1em;
 margin: -0.25rem 0 -0.25rem 0;
}                              

.team .member .member-info {
  min-height: 10em !important;
}

.navbar &gt; ul &gt; li &gt; a/*, .navbar a:focus*/ {
  color: #fff !important;   
  padding: 10px 30px !important;   
}

#events .item {
	box-sizing: border-box;
	box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.5);
	background: #ffffff;
	padding: 20px;
	min-height: 150px;
	width: 100%;

}

#events .item .date::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#events .item .date {
  width: 100%;
  height: 75px;
  text-align: center;
  color: #999999;
  color: rgba(23, 95, 169, 1);
  border: 5px solid #999999;
  border: 5px solid rgba(23, 95, 169, 1);
  float: left;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 0 rgba(23, 95, 169, 0.15);
}

#events .item .date .number {
  font-family: "RobotoBold", Tahoma, sans-serif;
  line-height: 35px;
  font-size: 25px;
  font-weight: bold;
  line-height: 35.21428572px;
  position: relative;
  top: 4px;
  left: 0;
}

#events .item .date .month {
  font-family: "RobotoBlack", Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12.67714286px;
  text-transform: uppercase;
  background: #e5e5e5;
  background: rgba(23, 95, 169, 0.15);
  letter-spacing: 2px;
  margin-top: 8px;
  padding: 6px 0 4px;
}

.swiper-slide {
  padding: 5px 20px 50px 5px;
}

#events .item .info .where {
  color: #666666;
  line-height: 15px;
  font-size: 11px;
  line-height: 15.49428572px;
}

#events .item .info .decor {
  margin: 8px 0;
}
.decor {
  background: #e35321;
  width: 50px;
  height: 2px;
  display: inline-block;
}


#events .item .info a {
  line-height: 18px;
  font-size: 13px;
  line-height: 18.31142858px;
}
.dark-link {
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
  transition: all 0.24s ease-out;
  text-decoration: none;
  background: none;
  line-height: 23px;
}

.assist-btn {
	font-family: "Raleway", sans-serif;
	font-weight: bold;
        letter-spacing: 0.075em;
	font-size: 16px !important;
	display: inline-block;
	padding: 30px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 15px;
	color: #fff;
	background: #ef6603;
}

</pre></body></html>