   /* ========================================================================== 
   General
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
body {
	color:#4E4D5E;
}
img {
	display:block; 
	max-width:100%;
	}
a, button {
	cursor:pointer;
	}
a {
	color:#5F55BE;
	text-decoration:none;
	}
a:hover {
	border-bottom:none;
	text-decoration:none;
	color:#333;
	}
*, *:after, *:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* ========================================================================== 
   All
   ========================================================================== */
.container-fluid {
	max-width:1680px;
}
.container-fluid.container-relative {
	position:relative;
}
.height-100 {
	height:100%;
}

/* ========================================================================== 
   Navigation
   ========================================================================== */
body.overflow-hidden {
	overflow:hidden;
}
.collapse {
	display:block; 
	clear:both;
	}
.menu-block {
	z-index:10000;
	position:absolute;
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
}
@media (min-width:960px) {
	.menu-block {
		top:15px; 
		right:80px;
	}
}
@media (max-width:959px) {
	.menu-block {
		top:10px; right:60px;
	}
}
.cd-container {
	width:90%; 
	max-width:768px; 
	margin:0 auto;
}
.cd-container:after {
	content:""; 
	display:table; 
	clear:both;
}
.cd-header {
	-webkit-transition:background-color 0.3s; 
	-moz-transition:background-color 0.3s; 
	transition:background-color 0.3s; 
	-webkit-transform:translate3d(0, 0, 0); 
	-moz-transform:translate3d(0, 0, 0); 
	-ms-transform:translate3d(0, 0, 0); 
	-o-transform:translate3d(0, 0, 0); 
	transform:translate3d(0, 0, 0); 
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden; 
	box-shadow:none;
}
.cd-header.menu-is-open {
	left:-14px;
}
.cd-primary-nav-trigger {
	width:48px; 
	height:42px; 
	background-color:rgba(125,130,250,1); 
	z-index:10000;
	position:absolute; 
	right:0; 
	top:0;
	text-decoration:none;
	border-bottom:none;
}

.cd-primary-nav-trigger .cd-menu-icon {
	display:inline-block; 
	position:absolute; 
	left:auto; 
	right:0; 
	top:50%; 
	-webkit-transform:translateX(-50%) translateY(-50%); 
	-moz-transform:translateX(-50%) translateY(-50%); 
	-ms-transform:translateX(-50%) translateY(-50%); 
	-o-transform:translateX(-50%) translateY(-50%); 
	transform:translateX(-50%) translateY(-50%); 
	width:24px; 
	height:2px; 
	-webkit-transition:background-color 0.3s; 
	-moz-transition:background-color 0.3s; 
	transition:background-color 0.3s;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon::after {
	content:''; 
	width:100%; 
	height:100%; 
	position:absolute; 
	right:0; 
	-webkit-transition:-webkit-transform .3s, top .3s, background-color 0s; 
	-moz-transition:-moz-transform .3s, top .3s, background-color 0s; 
	transition:transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
	top:-8px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
	top:8px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
	top:0;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	top:0;
	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	-o-transform:rotate(225deg);
	transform:rotate(225deg);
}
.cd-primary-nav {
	position:fixed; 
	left:0; 
	top:0; 
	height:100%; 
	width:100%; 
	z-index:4000; 
	text-align:center; 
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden; 
	overflow:auto; -webkit-overflow-scrolling:touch; 
	opacity:0; 
	visibility:hidden; 
	-moz-transition:opacity 10ms linear, visibility 0s linear 10ms; -o-transition:opacity 10ms linear, visibility 0s linear 10ms; 
	-webkit-transition:opacity 10ms linear, visibility 0s linear; 
	-webkit-transition-delay:0s, 10ms; 
	transition:opacity 10ms linear, visibility 0s linear 10ms;
}
@media (min-width:960px) {
	.cd-primary-nav {
		margin:0; 
		padding:0;
	}
	.cd-header {
		position:absolute; 
		top:20px; 
		left:0px; 
		height:48px; 
		width:54px; 
		z-index:30000; 
		-webkit-font-smoothing:antialiased; 
		-moz-osx-font-smoothing:grayscale;
	}
}
@media screen and (min-width:320px) and (max-width:959px) {
	.cd-primary-nav {
		margin:0; 
		padding:0 50px 0 50px;
	}
	.cd-header {
		position:absolute; 
		top:20px; 
		left:-10px; 
		height:48px; 
		width:54px; 
		z-index:30000; 
		-webkit-font-smoothing:antialiased; 
		-moz-osx-font-smoothing:grayscale;
	}
}
.cd-primary-nav ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.cd-primary-nav li {
	font-weight:300;
	padding-left:0;
	text-align:center;
}
@media (min-width:1134px) {
	.cd-primary-nav li {
		margin:0 auto 1em auto;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.cd-primary-nav li {
		margin:0 auto 0.95em auto;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.cd-primary-nav li {
		margin:0 auto 0.9em auto;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.cd-primary-nav li {
		margin:0 auto 0.75em auto;
	}
}
.cd-primary-nav a {
	color:#fff;
}
.no-touch .cd-primary-nav a:hover, .cd-primary-nav a:hover  {
	text-decoration:none;
	border-bottom:0;
}
.cd-primary-nav.is-visible {
	opacity:0.96; 
	visibility:visible; 
	-moz-transition:opacity 15ms linear, visibility 0s linear; 
	-o-transition:opacity 15ms linear, visibility 0s linear; 
	-webkit-transition:opacity 15ms linear, visibility 0s linear; 
	transition:opacity 15ms linear, visibility 0s linear;
}
.sf-menu-wrapper {
	margin-bottom:20px;
}
.sf-menu-wrapper li {
	color:#fff;
}
.sf-menu-wrapper i {
	margin-left:5px;
}
.sf-menu-wrapper h3 {
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;
}
.cd-header {
	background:rgba(255,255,255,0);
}
.cd-header.menu-is-open {
	background-color:rgba(255,255,255,0);
}
.cd-primary-nav-trigger .cd-menu-icon {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger .cd-menu-icon::before, 
.cd-primary-nav-trigger .cd-menu-icon::after {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger:hover .cd-menu-icon.is-clicked::before, 
.cd-primary-nav-trigger:hover .cd-menu-icon.is-clicked::after,  
.cd-primary-nav-trigger:hover .cd-menu-icon,  
.cd-primary-nav-trigger:hover .cd-menu-icon::before.cd-primary-nav-trigger:hover .cd-menu-icon::after {
	background-color:rgb(74,150,36);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, 
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
	background-color:transparent;
}
.cd-primary-nav {
	background-color:rgba(120,120,240,0.95);
}
.cd-primary-nav.is-visible {
	background-color:rgba(120,120,240,1);
}

/* ========================================================================== 
   Block Padding
   ========================================================================== */




/* ========================================================================== 
 Titles
   ========================================================================== */
h2 {
	font-family:Montserrat;
	font-weight:700;
	color:#4E4D5E;
	margin-bottom:40px;
}
h3 {
	font-family:Montserrat;
	font-weight:600;
	color:#fff;
	margin-bottom:30px;
}
h4 {
	color:#5F5E73;
	font-family:Montserrat;
	font-weight:500;
	margin-bottom:40px;
}
.text-blue {
	color:#5F55BE;
}
.fw-600 {
	font-weight:600;
}

/* ==========================================================================
	Header
   ========================================================================== */
.zur-logo {
	width: 100%;
	margin-bottom:30px;
}
@media (min-width:960px) {
	.zur-logo {
		max-width:350px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.zur-logo {
		max-width:300px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.zur-logo {
		max-width:250px;
	}
}
.lang-wrap {
	position:absolute;
	right:100px; 
	top:45px;
	font-weight:500;
	font-size: 1.2em;
	z-index:1;
}
.lang-wrap span {
	padding: 12px 5px;
	background: transparent;
	color:#333;
}
.lang-wrap a span {
	padding: 12px 5px;
	background: transparent;
	border-bottom:2px coli #5F55BE;
	color:#5F55BE;
}

.logo-wrap {
	position:absolute;
	left:30px; 
	top:30px;
	z-index:10;
}
.logo-wrap .logo-color {
	fill-rule:evenodd;
	clip-rule:evenodd;
	fill:#0079c1;
}
.logo-wrap .logosvg {
	padding:0; 
	margin:0; 
	height:auto; 
	-moz-transition:all 0.25s ease-out;
	-o-transition:all 0.25s ease-out;
	-webkit-transition:all 0.25s ease-out;
}
@media (min-width:960px) {
	.logo-wrap {
		left:30px; 
		top:30px;
	}
	.logo-wrap .logosvg {
		width:180px; 
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.logo-wrap {
		left:20px; 
		top:30px;
	}
	.logo-wrap .logosvg {
		width:160px; 
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.logo-wrap {
		left:20px; 
		top:30px;
}
.logo-wrap .logosvg {
		width:150px; 
	}
}
.header-over {
	position:relative;
	background: url(../img/bg.svg) top center no-repeat #fff;
	
	background-size:cover;
	z-index:0;
}
.header-left-back {
	width:50%;
	height:100%;
	max-width:240px;
	position:absolute;
	left:0;
	top:0;
}
.header-left-back img {
	width:100%;
	max-width:240px;
	position:absolute;
	left:0;
	top:40%;
	margin-top:-90px;
}
.header_wrapper {
	position:relative;
	z-index:0;
	width:100%;
	height:auto;
}
.program-title-wrapper	{
	height:auto;
	position:relative;
	z-index:10;
}
.program-title {
	padding-bottom:40px;
}
.program-title h6 {
	font-weight:400;
	text-transform:uppercase;
	font-family:Montserrat;
	color:#5F5E73;
	margin-bottom:20px;
}
.program-title h1 {
	font-weight:800;
	text-transform:uppercase;
	font-family:Montserrat;
	color:#4E4D5E;
}
.program-title label {
	font-weight:800;
	text-transform:uppercase;
	font-family:Montserrat;
	color:#5F5E73;
}
.conf-info {
	position: relative;
}
.conf-info dt {
	position:relative;
	font-family:Montserrat;
	font-weight:600;
	text-transform:uppercase;
	color:#8D8EAD;
	margin-bottom:15px;
}
.conf-info dd {
	position:relative;
	font-family:Montserrat;
	font-weight:500;
	color:#8D8EAD;
	padding-left:36px;
}
.conf-info .i-map:before {
	position: absolute; 
	left: 0; 
	top: 1px; 
	content: ''; 
	width: 24px;  
	height: 24px; 
	background-image: url(../img/i-map.svg); 
	background-repeat:no-repeat; 
	background-size:auto 24px;
}
.conf-info .i-online:before {
	position: absolute; 
	left: 0; 
	top: 1px; 
	content: ''; 
	width: 24px;  
	height: 24px; 
	background-image: url(../img/i-online.svg); 
	background-repeat:no-repeat; 
	background-size:auto 24px;
}
.title-yellow {
	border-bottom:2px solid #FFA30C;
}
.title-red {
	border-bottom:2px solid #F866A7;
}
.title-blue {
	border-bottom:2px solid #9F8DD6;
}
.title-green {
	border-bottom:2px solid #00C49D;
}
@media (min-width:1460px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.landscape-wrapper {
		width:80%; 
		max-width:800px;
		height:90%;
		position:absolute; 
		right:5%;
		top:10%;
		z-index:0;
	}
	.landscape-wrapper svg {
		position:relative;
		z-index:0;
		width:100%;
		height:auto;
	}
	.conf-info {
		padding-bottom:50px;
	}
	.program-title {
		padding-top:180px;
	}
	.program-info-wrapper {
		position:absolute;
		bottom:0;
		left:0;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:100px;
	}
}
@media screen and (min-width:1460px) and (max-width:1679px) {
	.header_wrapper {
		width:100%;
		height:auto;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.landscape-wrapper {
		width:90%; 
		max-width:600px;
		height:90%;
		position:absolute; 
		right:5%;
		top:15%;
		z-index:0;
	}
	.landscape-wrapper svg {
		position:relative;
		z-index:0;
		width:100%;
		height:auto;
	}
	.conf-info {
		padding-bottom:40px;
	}
	.program-title {
		padding-top:170px;
	}
	.program-info-wrapper {
		position:absolute;
		bottom:0;
		left:0;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:50px;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.landscape-wrapper {
		width:90%; 
		max-width:500px;
		height:90%;
		position:absolute; 
		right:5%;
		top:20%;
		z-index:0;
	}
	.landscape-wrapper svg {
		position:relative;
		z-index:0;
		width:100%;
		height:auto;
	}
	.conf-info {
		padding-bottom:20px;
	}
	.program-title {
		padding-top:140px;
	}
	.program-info-wrapper {
		position:relative;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:70px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.landscape-wrapper {
		width:100%; 
		max-width:500px;
		height:auto;
		margin: 0 auto 50px auto;
		z-index:0;
	}
	.landscape-wrapper svg {
		position:relative;
		z-index:0;
		width:100%;
		height:auto;
	}
	.conf-info {
		padding-bottom:0;
	}
	.program-title {
		padding-top:140px;
	}
	.program-info-wrapper {
		position:relative;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:70px;
	}
}
@media (max-width:767px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.landscape-wrapper {
		width:100%; 
		max-width:400px;
		height:auto;
		margin: 0 auto 40px auto;
		z-index:0;
	}
	.landscape-wrapper svg {
		position:relative;
		z-index:0;
		width:100%;
		height:auto;
	}
	.conf-info {
		padding-bottom:0;
	}
	.program-title {
		padding-top:120px;
	}
	.program-info-wrapper {
		position:relative;
	}
	.program-info-row {
		margin-top:0;
		padding-top:0;
		padding-bottom:60px;
	}
}

/* ========================================================================== 
   About
   ========================================================================== */
.info_wrapper {
	position:relative;
}
.top-left-bg {
	width:500px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.bottom-right-bg {
	width:400px;
	height:100%;
	position:absolute;
	bottom:0;
	right:0;
}
@media (min-width:1134px) {
	.info_wrapper {
		position:relative;
	}
	.top-left-bg img {
		position: absolute; 
		top:12%;
		left:-45%;
		max-width:500px;
	}
	.bottom-right-bg img {
		position: absolute; 
		bottom:10%;
		right:5%;
		max-width:300px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.info_wrapper {
		background:#fff;
	}
	.top-left-bg img {
		position: absolute; 
		top:12%;
		left:-45%;
		max-width:500px;
	}
	.bottom-right-bg img {
		position: absolute; 
		bottom:10%;
		right:5%;
		max-width:300px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.top-left-bg img {
		position: absolute; 
		top:12%;
		left:-45%;
		max-width:500px;
	}
	.bottom-right-bg img {
		position: absolute; 
		bottom:10%;
		right:5%;
		max-width:300px;
	}
}
.leader {
	position:relative;
	min-height:200px;
	padding-left:50px;
}
.leader-place {
	text-transform:uppercase;
	font-weight:300;
	color: #666;
	margin-bottom:0;
}
.leader-name {
	font-weight:500;
	margin:5px 0;
	color:#333;
}
.leader-title {
	color:#666;
}
.cite-wrapper {
	margin-top:30px;
	position:relative;
}
.leader-cite {
	position:relative;
}
.leader-cite p {
	color:#666;
	font-weight:300;
}
.leader-cite a {
	font-weight:500;
	font-style:normal;
	text-transform:uppercase;
}
.leader-img_wrap {
	width:100%;
	height:auto;
	height:auto;
}
.leader-img_wrap img {
	margin-bottom:30px;
}
.leader-photo {
	width:100%;
	max-width:250px;
	height:auto;
	position:relative;
	z-index:1;
}
.leader-overview {
	width:100%;
	max-width:250px;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
@media (min-width:1460px) {
	.leader_wrapper {
		padding: 0 0 50px 0;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader-img_wrap {
		position:relative;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.leader_wrapper {
		padding: 0px 0 50px 0;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader .leader-info {
		padding-left:0;
	}
	.leader-img_wrap {
		position:relative;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.leader_wrapper {
		padding: 0 0 30px 0;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader-img_wrap {
		position:relative;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.leader_wrapper {
		padding: 0 0 30px 0;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader-cite {
		padding-left: 0;
	}
	.leader-img_wrap {
		position:relative;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.leader_wrapper {
		padding: 0 0 10px 0;
	}
	.leader {
		position:relative;
		padding-bottom:50px;
		min-height:200px;
	}
	.leader-cite {
		padding-left: 0;
	}
	.leader-img_wrap {
		position:relative;
	}
}

/* ========================================================================== 
   ZUR list
   ========================================================================== */
.zur_wrapper {
	background:linear-gradient(190deg, rgba(75,75,160,1) 0%, rgba(75,75,160,1) 65%, rgba(215,220,255,1) 65.1%, rgba(215,220,255,1) 100%);
	position:relative;
}
.zur-about p {
	max-width:1200px;
	font-weight:300;
}
.slide-bg-zur {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.slide-bg-zur .bottom-right-bg-zur {
	width:100%;
	height:auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.slide-bg-zur .bottom-right-bg-zur img {
	width:100%;
	height: auto;
	position:absolute;
	right:0;
	bottom:0;
}
@media (min-width:768px) {
	.slide-bg-zur .bottom-right-bg-zur img {
		visibility:visible;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.slide-bg-zur .bottom-right-bg-zur img {
		visibility:hidden;
	}
}
.direction {
	width:100%;
	background:#666;
}
.direction:hover {
	cursor:pointer;
}
.direction.dir-01 {
	background:linear-gradient(45deg, rgba(240,50,100,0.85) 0%, rgba(240,50,100,0.85) 50%, rgba(240,50,100,0.95) 50.1%, rgba(240,50,100,0.95) 100%);
}
.direction.dir-01:hover {
	background:rgba(240,50,100,1);
}
.direction.dir-02 {
	background:linear-gradient(160deg, rgba(225,160,15,0.85) 0%, rgba(225,160,15,0.85) 50%, rgba(225,160,15,0.95) 50.1%, rgba(225,160,15,0.95) 100%);
}
.direction.dir-02:hover {
	background:rgba(225,160,15,1);
}
.direction.dir-03 {
	background:linear-gradient(300deg, rgba(0,180,150,0.85) 0%, rgba(0,180,150,0.85) 50%, rgba(0,180,150,0.95) 50.1%, rgba(0,180,150,0.95) 100%);
}
.direction.dir-03:hover {
	background:rgba(0,180,150,1);
}
.direction.dir-04 {
	background:linear-gradient(30deg, rgba(240,40,65,0.8) 0%, rgba(240,40,65,0.8) 50%, rgba(240,40,65,0.95) 50.1%, rgba(240,40,65,0.95) 100%);
}
.direction.dir-04:hover {
	background:rgba(240,40,65,1);
}
.direction.dir-05 {
	background:linear-gradient(150deg, rgba(255,105,115,0.85) 0%, rgba(255,105,115,0.85) 45%, rgba(255,105,115,0.95) 45.1%, rgba(255,105,115,0.95) 100%);
}
.direction.dir-05:hover {
	background:rgba(255,105,115,1);
}
.direction.dir-06 {
	background:rgba(0,175,220,0.85);
	background:linear-gradient(120deg, rgba(0,175,220,0.85) 0%, rgba(0,175,220,0.85) 55%, rgba(0,175,220,0.95) 55.1%, rgba(0,175,220,0.95) 100%);
}
.direction.dir-06:hover {
	background:rgba(0,175,220,1);
}
.direction.dir-07 {
	background:linear-gradient(20deg, rgba(255,175,60,0.85) 0%, rgba(255,175,60,0.85) 45%, rgba(255,175,60,0.95) 45.1%, rgba(255,175,60,0.95) 100%);
}
.direction.dir-07:hover {
	background:rgba(255,175,60,1);
}
.direction.dir-08 {
	background:linear-gradient(50deg, rgba(215,35,90,0.85) 0%, rgba(215,35,90,0.85) 45%, rgba(215,35,90,0.95) 45.1%, rgba(215,35,90,0.95) 100%);
}
.direction.dir-08:hover {
	background:rgba(215,35,90,1);
}
.direction.dir-09 {
	background:linear-gradient(80deg, rgba(255,115,40,0.85) 0%, rgba(255,115,40,0.85) 39%, rgba(255,115,40,0.95) 39.1%, rgba(255,115,40,0.95) 100%);
}
.direction.dir-09:hover {
	background:rgba(255,115,40,1);
}
.direction.dir-10 {
	background:linear-gradient(110deg, rgba(230,45,135,0.85) 0%, rgba(230,45,135,0.85) 55%, rgba(230,45,135,0.95) 55.1%, rgba(230,45,135,0.95) 100%);
}
.direction.dir-10:hover {
	background:rgba(230,45,135,1);
}
.direction.dir-11 {
	background:linear-gradient(150deg, rgba(250,155,40,0.85) 0%, rgba(250,155,40,0.85) 55%, rgba(250,155,40,0.95) 55.1%, rgba(250,155,40,0.95) 100%);
}
.direction.dir-11:hover {
	background:rgba(250,155,40,1);
}
.direction.dir-12 {
	background:linear-gradient(80deg, rgba(205,140,40,0.85) 0%, rgba(205,140,40,0.85) 45%, rgba(205,140,40,0.95) 45.1%, rgba(205,140,40,0.95) 100%);
}
.direction.dir-12:hover {
	background:rgba(205,140,40,1);
}
.direction.dir-13 {
	background:linear-gradient(150deg, rgba(0,140,115,0.85) 0%, rgba(0,140,115,0.85) 45%, rgba(0,140,115,0.95) 45.1%, rgba(0,140,115,0.95) 100%);
}
.direction.dir-13:hover {
	background:rgba(0,140,115,1);
}
.direction.dir-14 {
	background:linear-gradient(110deg, rgba(5,120,200,0.85) 0%, rgba(5,120,200,0.85) 55%, rgba(5,120,200,0.95) 55.1%, rgba(5,120,200,0.95) 100%);
}
.direction.dir-14:hover {
	background:rgba(5,120,200,1);
}
.direction.dir-15 {
	background:linear-gradient(20deg, rgba(60,175,115,0.85) 0%, rgba(60,175,115,0.85) 45%, rgba(60,175,115,0.95) 45.1%, rgba(60,175,115,0.95) 100%);
}
.direction.dir-15:hover {
	background:rgba(60,175,115,1);
}
.direction.dir-16 {
	background:linear-gradient(150deg, rgba(155,150,225,0.85) 0%, rgba(155,150,225,0.85) 45%, rgba(155,150,225,0.95) 45.1%, rgba(155,150,225,0.95) 100%);
}
.direction.dir-16:hover {
	background:rgba(155,150,225,1);
}
.direction.dir-17 {
	background:linear-gradient(120deg, rgba(125,95,175,0.85) 0%, rgba(125,95,175,0.85) 55%, rgba(125,95,175,0.95) 55.1%, rgba(125,95,175,0.95) 100%);
}
.direction.dir-17:hover {
	background:rgba(125,95,175,1);
}
/* -- ZUR Popup -- */
.close-btn {
	width:24px;
	height:24px;
	position:absolute;
	top:20px;
	right:40px;
}
.close-btn::before {
    content: url('../img/close.svg');
	width:24px;
	height:24px;
	position:absolute; 
	top:0px;
	right:0px;
	cursor:pointer;
}
.content {
	z-index: 100;
	height: 100vh;
	position: fixed;
	top: 0;
	left:0;
}
.content li:nth-of-type(1) {
	background:rgba(240,50,100,1);
}
.content li:nth-of-type(2) {
	background:rgba(225,160,15,1);
}
.content li:nth-of-type(3) {
	background:rgba(0,180,150,1);
}
.content li:nth-of-type(4) {
	background:rgba(240,40,65,1);
}
.content li:nth-of-type(5) {
	background:rgba(255,105,115,1);
}
.content li:nth-of-type(6) {
	background:rgba(0,175,220,1);
}
.content li:nth-of-type(7) {
	background:rgba(255,175,60,1);
}
.content li:nth-of-type(8) {
	background:rgba(215,35,90,1);
}
.content li:nth-of-type(9) {
	background:rgba(255,115,40,1);
}
.content li:nth-of-type(10) {
	background:rgba(230,45,135,1);
}
.content li:nth-of-type(11) {
	background:rgba(250,155,40,1);
}
.content li:nth-of-type(12) {
	background:rgba(205,140,40,1);
}
.content li:nth-of-type(13) {
	background:rgba(0,140,115,1);
}
.content li:nth-of-type(14) {
	background:rgba(5,120,200,1);
}
.content li:nth-of-type(15) {
	background:rgba(60,175,115,1);
}
.content li:nth-of-type(16) {
	background:rgba(155,150,225,1);
}
.content li:nth-of-type(17) {
	background:rgba(125,95,175,1);
}
.content__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	border-radius: 100%;
	z-index: 10;
	padding: 12vw;
	transform: scale(0);
	transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1); /* cubic-bezier(0.23, 1, 0.32, 1) */
}
.content__item.active {
	transform: scale(1);
	border-radius: 0;
}
.content__item.active .content-wrap {
	transform: scale(1);
	opacity: 1;
}
.content__item {
	transform-origin: 50% 50%;
	background:#E7F0FF;
	color:#4E6EB3;
}
.content__item .content-wrap {
	transform: scale(0.25);
	opacity: 0;
	transition: all 0.8s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	color:#fff;
}
.content__item .content-wrap a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.content-img {
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
}
.content-img img {
	position: absolute;
	bottom:0;
	right:0;
	opacity:25%;
	width:100%;
}
@media (min-width: 960px) {
	.content__item {
		display: flex;
		align-items: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.content__item.active {
		overflow:scroll;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
	.content__item.active {
		overflow:scroll;
	}
}

/* ========================================================================== 
   Konkurs
   ========================================================================== */
.konkurs_wrapper {
	background:rgba(215,220,255,1);
}
.konkurs dt {
	font-weight: 400;
	text-transform:uppercase;
	max-width:1480px;
	color:rgba(0,0,0, 0.6);
	margin-bottom:15px;
}
.konkurs dd a {
	font-weight: 500;
	color:rgb(121,92,170);
}

/* ========================================================================== 
   Program
   ========================================================================== */
.program_wrapper {
	position:relative; 
	background:linear-gradient(10deg, #CCD4FF 0%, #CCD4FF 10%, #D7DCFF 10.1%, #D7DCFF 100%);
}
.slide-bg-program {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.slide-bg-program .top-right-bg-program {
	width:100%;
	height:auto;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.slide-bg-program .top-right-bg-program img {
	width:100%;
	height: auto;
	position:absolute;
	right:0;
	top:0;
}
@media (min-width:768px) {
	.slide-bg-program .top-right-bg-program img {
		visibility:visible;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.slide-bg-program .top-right-bg-program img {
		visibility:hidden;
	}
}
.time, .place {
	position:relative;
	color:#333;
}
.time:before {
	position:absolute; 
	left:0; 
	top:5px; 
	content:''; 
	width:24px; 
	height:24px; 
	background-image:url(../img/time.svg); 
	background-repeat:no-repeat; 
	background-size:auto 24px;
}
.place:before {
	position:absolute; 
	left:0; 
	top:5px; 
	content:''; 
	width:24px; 
	height:24px; 
	background-image:url(../img/place.svg); 
	background-repeat:no-repeat; 
	background-size:auto 24px;
}
.timeline {line-height: 1.4em; list-style: none; margin: 0; padding: 0; width: 100%;}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {line-height: inherit;}
.timeline-item {padding-left: 40px; position: relative;}
.timeline-item:last-child {padding-bottom:0;}
.timeline-marker {position: absolute; top: 0; bottom: 0; left: 0; width: 15px;}
.timeline-marker:before {background: rgba(95,85,190,1); border: 3px solid transparent; border-radius: 100%; content: ""; display: block; height: 15px; position: absolute; top: 4px; left: 0; width: 15px; transition: background 0.3s ease-in-out, border 0.3s ease-in-out;}
.timeline-marker:after {content: ""; width: 3px; background: rgba(95,85,190,0.5); display: block; position: absolute; top: 24px; bottom: 0; left: 6px;}
.timeline-marker.blue-marker:before {background: rgba(95,85,190,1); border: 3px solid transparent; border-radius: 100%; content: ""; display: block; height: 15px; position: absolute; top: 4px; left: 0; width: 15px; transition: background 0.3s ease-in-out, border 0.3s ease-in-out;}
.timeline-marker.blue-marker:after {content: ""; width: 3px; background: rgba(95,85,190,0.5); display: block; position: absolute; top: 24px; bottom: 0; left: 6px;}
.timeline-item:last-child .timeline-marker:after {content: none;}
.timeline-item:not(.period):hover .timeline-marker:before {background: transparent; border: 3px solid rgba(95,85,190,1);}
.timeline-item:not(.period):hover .timeline-marker.blue-marker:before {background: rgba(0,0,0,1); border: 3px solid rgba(95,85,190,1);}
.timeline-content {padding-bottom:20px;}
.timeline-content p:last-child {margin-bottom: 0;}
.marker-outline .timeline-marker:before {background: transparent; border-color: #FF6B6B;}
.marker-outline .timeline-item:hover .timeline-marker:before {background: #FF6B6B;}
.lec-wrapper {
	height:100%;
	width:calc(100% - 15px);
	margin-bottom:30px;
}
@media (min-width: 768px) {
	.lec-wrapper {
		padding:30px 40px;
	}	
}
@media (max-width: 767px) {
	.lec-wrapper {
		padding:25px 30px;
	}	
}
.lec-wrapper.lec-01 {
	background:#fff;
	background:linear-gradient(10deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.75) 45.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-02 {
	background:#fff;
	background:linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.75) 45.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-03 {
	background:#fff;
	background:linear-gradient(170deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0.75) 55.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-04 {
	background:#fff;
	background:linear-gradient(20deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.75) 35.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-05 {
	background:#fff;
	background:linear-gradient(15deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.75) 45.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-06 {
	background:#fff;
	background:linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.75) 45.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-07 {
	background:#fff;
	background:linear-gradient(120deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0.75) 55.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-08 {
	background:#fff;
	background:linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.75) 35.1%, rgba(255,255,255,0.75) 100%);
}
.lec-title dl {
	margin-bottom:30px;
	margin-top:15px;
}
.lec-title .sessions {
	color:#6B42BD;
}
.session {
	font-weight:300;
	margin: 0 20px 20px 0;
	display:inline;
}
.session a {
	color:#6B42BD;
}
.lec-title dt {
	color:#333;
	text-transform:uppercase;
	font-weight:300;
	margin-bottom:5px;
}
.lec-title dd.lec-section {
	color:#333;
	font-weight:300;
	text-transform:uppercase;
}
.lec-title dd {
	color:#4d4d4d;
	font-weight:400;
}
.lec-title p {
	color:#4d4d4d;
}
.lec-title dd span {
	color:#6B42BD;
	text-decoration:none;
}
.lec-wrapper:hover .lec-title dd span {
	color:#333;
	text-decoration:none;
}
.zur-label_wrap {
	margin:20px 0 0 0;
	padding:0;
}
.zur-label {
	padding: 3px 10px;
	margin:0 7px 7px 0;
	border-radius: 20px;
	font-size:0.85em;
	color:#fff;
	white-space:nowrap;
}
.a-label span {
	padding: 7px 12px;
	margin-right:5px;
	border-radius: 5px;
	font-size:0.75em;
	color:#fff;
	background: #07B39F;
}
.zur-1 {
	background:rgba(240,50,100,1);
}
.zur-2 {
	background:rgba(225,160,15,1);
}
.zur-3 {
	background:rgba(0,180,150,1);
}
.zur-4 {
	background:rgba(240,40,65,1);
}
.zur-5 {
	background:rgba(255,105,115,1);
}
.zur-6 {
	background:rgba(0,175,220,1);
}
.zur-7 {
	background:rgba(255,175,60,1);
}
.zur-8 {
	background:rgba(215,35,90,1);
}
.zur-9 {
	background:rgba(255,115,40,1);
}
.zur-10 {
	background:rgba(230,45,135,1);
}
.zur-11 {
	background:rgba(250,155,40,1);
}
.zur-12 {
	background:rgba(205,140,40,1);
}
.zur-13 {
	background:rgba(0,140,115,1);
}
.zur-14 {
	background:rgba(5,120,200,1);
}
.zur-15 {
	background:rgba(60,175,115,1);
}
.zur-16 {
	background:rgba(155,150,225,1);
}
.zur-17 {
	background:rgba(125,95,175,1);
}
.event-people, .event-online, .event-place {
	padding-left:30px;
	margin-bottom:10px;
}
.event-people {
	position:relative;
	margin-top:5px;
	padding-top:0;
}
.event-online {
	position:relative;
	margin-top:5px;
	padding-top:0;
}
.event-place {
	position:relative;
	margin-top:5px;
	padding-top:0;
}
.event-people:before {
	position: absolute; 
	left: 0; 
	top: 1px; 
	content: ''; 
	width: 18px;  
	height: 18px; 
	background-image: url(../img/user.svg); 
	background-repeat:no-repeat; 
	background-size:auto 18px;
}
.event-online:before {
	position: absolute; 
	left: 0; 
	top: 1px; 
	content: ''; 
	width: 18px;  
	height: 18px; 
	background-image: url(../img/movie.svg); 
	background-repeat:no-repeat; 
	background-size:auto 16px;
}
.event-place:before {
	position: absolute; 
	left: 0; 
	top: 1px; 
	content: ''; 
	width: 18px;  
	height: 18px; 
	background-image: url(../img/location.svg); 
	background-repeat:no-repeat; 
	background-size:auto 18px;
}
.program-link {
	padding: 10px 15px;
	background:#542C88;
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	border-radius:5px;
}
.program-link:hover {
	color:#fff;
}

/* ========================================================================== 
 Participation
   ========================================================================== */
.participation_wrapper {
	background:linear-gradient(-10deg, #D7DCFF 0%, #D7DCFF 50%, #CCD4FF 50.1%, #CCD4FF 100%);
	position:relative;
}
.slide-bg-participation {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.slide-bg-participation .bottom-right-bg-participation {
	width:100%;
	height:auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.slide-bg-participation .bottom-right-bg-participation img {
	width:100%;
	height: auto;
	position:absolute;
	right:0;
	bottom:0;
}
@media (min-width:768px) {
	.slide-bg-participation .bottom-right-bg-participation img {
		visibility:visible;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.slide-bg-participation .bottom-right-bg-participation img {
		visibility:hidden;
	}
}
.user {
	text-align: center;
	margin-bottom:30px;
}
.user label {
	font-weight:500;
}
.user img {
	margin: 0 auto 30px auto;
	width:100%;
	max-width:96px;
}
.registration-wrapper {
	padding: 40px 50px;
	background:rgba(255,255,255,0.8);
	max-width: 1200px;
}

/* ========================================================================== 
	FAQ
   ========================================================================== */
.faq_wrapper {
	position:relative;
	background:#50479E;
}
.slide-bg-faq {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.top-bg-faq {
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:0;
}
.top-bg-faq img {
	width:100%;
	height:auto;
	position: absolute;
	right:0;
	bottom:0;
	height:auto;
}
@media (min-width:768px) {
	.top-left-bg-faq img {
		visibility:visible;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.top-left-bg-faq img {
		visibility:hidden;
	}
}
/* Process Accordeon */
.panel-default>.panel-heading {
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}
.panel-default>.panel-heading {
	position:relative;
}
.panel-default>.panel-heading a {
	color:#333;
}
.panel-default>.panel-heading label {
	color:#333;
	padding-top:18px;
	padding-bottom:19px;
	padding-left:20px;
}
.panel-default>.panel-heading a span, .panel-default>.panel-heading label span {
	padding-top:25px;
	padding-bottom:25px;
}
.panel-default>.panel-heading a:after {
	content:"";
	top:1px;
	display:inline-block;
	color:#A081FA;
	line-height:1; 
	-webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale; 
	float:right; 
	transition:transform .25s linear; 
	-webkit-transition:-webkit-transform .25s linear; 
	position:absolute; 
	top:18px; 
	right:20px;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color:#eee;
}
.panel-default>.panel-heading a:after {
	content:"";
	top:1px;
	display:inline-block;
	color:#455BCF;
	line-height:1; 
	-webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale; 
	float:right; 
	transition:transform .25s linear; 
	-webkit-transition:-webkit-transform .25s linear; 
	position:absolute; 
	top:24px; 
	right:20px;
	background: url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(360deg); 
	transform:rotate(360deg);
	width:24px;
	height:24px;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color:#eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
	background: url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(180deg); 
	transform:rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
	background: url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(360deg); 
	transform:rotate(360deg);
}
.panel-group {
	margin:15px 0 15px 0;
	max-width: 1350px;
}
@media (max-width:959px) {
	.panel-title {
		margin:0;
		padding:0 35px 0 0;
	}
}
@media (min-width:960px) {
	.panel-title {
		margin:0 0 0 10px;
		padding:0 40px 0 0;
	}
}
.panel-title a:hover {
	text-decoration:none;
}
.panel-title h4 {
	border:0;
}
.panel.panel-default {
	margin-bottom:15px;
	background:#fff;
	border-radius:0;
	}
.panel-default>.panel-heading:hover {
	background:#fff;
}
.panel-default>.panel-heading:hover a:after {
	color:#666;
}
.panel-default>.panel-heading:hover a {
	color:#333;
}
.accordion-toggle span {
	display:block;
	width:100%;
	padding:10px 20px 10px 20px;
	margin-bottom:0;
}
.panel-body {
	display:block;
	width:100%;
	padding:20px 30px 20px 30px;
	border-top:1px solid #EDECFE;
}
.panel-collapse {
	transition:all 0.3s ease-in-out;
}
.metro-0, .metro-1, .metro-2, .hotel-1, .hotel-2, .rest {
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
}
.metro-0::before, .metro-1::before, .metro-2::before, .hotel-1::before, .hotel-2::before, .rest::before {
    content:"\2022";
	font-size:1.5em;
	display:inline-block; 
	width:1em;
	position:absolute;
	left:0px;
	top:-5px;
}
.metro-0::before {
    color:#006633;
}
.metro-1::before {
    color:#ff0000;
}
.metro-2::before {
    color:#FF852E;
}
.rest::before {
    color:#B257BA;
}
.hotel-1::before, .hotel-2::before {
    color:#ADA6F8;
}
.timeline.transport {line-height: 1.4em; list-style: none; margin: 0; padding: 0; width: 100%;}
.timeline.transport .timeline-item {padding-left: 40px; position: relative;}
.timeline.transport .timeline-item:last-child {padding-bottom: 0;}
.timeline.transport .timeline-info {font-size: 0.85em; font-weight: 500; letter-spacing: 2px; margin: 0 0 .5em 0; text-transform: uppercase; color:rgba(135,60,165,0.75);}
.timeline.transport .timeline-marker {position: absolute; top: 0; bottom: 0; left: 0; width: 15px;}
.timeline.transport .timeline-marker:before {background: rgba(5,180,160,0); border: 2px solid rgba(5,180,160,1); border-radius: 100%; content: ""; display: block; height: 15px; position: absolute; top: 4px; left: 0; width: 15px; transition: background 0.3s ease-in-out, border 0.3s ease-in-out;}
.timeline.transport .timeline-marker:after {content: ""; width: 2px; background: rgba(0,0,0,0.25); display: block; position: absolute; top: 24px; bottom: 0; left: 6px;}
.timeline.transport .timeline-marker.gray-marker:before {background: rgba(5,180,160,0); border: 2px solid rgba(0,0,0,0.5); border-radius: 100%; content: ""; display: block; height: 10px; position: absolute; top: 6px; left: 2px; width: 10px; transition: background 0.3s ease-in-out, border 0.3s ease-in-out;}
.timeline.transport .timeline-marker.gray-marker:after {content: ""; width: 2px; background: rgba(0,0,0,0.25); display: block; position: absolute; top: 24px; bottom: 0; left: 6px;}
.timeline.transport .timeline-item:last-child .timeline-marker:after {content: none;}
.timeline.transport .timeline-item:not(.period):hover .timeline-marker:before {background: transparent; border: 2px solid rgba(5,180,160,1);}
.timeline.transport .timeline-item:not(.period):hover .timeline-marker.blue-marker:before {background: rgba(0,0,0,1); border: 2px solid rgba(5,180,160,1);}
.timeline.transport .timeline-content {padding-bottom: 20px;}
.timeline.transport .timeline-content.gray {font-size:0.9em;color: #666;}
.timeline.transport .timeline-content p:last-child {margin-bottom: 0;}

/* ========================================================================== 
 Footer
   ========================================================================== */
.copyright_wrapper {
	padding-top:60px;
	padding-bottom:50px;
	background:#6155C0;
	color:#fff;
}
.copyright_wrapper .social-media a {
	width:48px; 
	height:48px; 
	transition:.4s ease;
	border-bottom:0;
	text-decoration:none;
	border-radius:50%; 
}
.copyright_wrapper .social-media a i {
	color:#fff; 
	font-size:1.2rem; 
	line-height:48px;
}
.copyright_wrapper .social-media a:hover {
	background:#4773E3;
}
.copyright_wrapper .social-media a:hover i {
	color:#fff;
}
.social-network {
	position:relative;
}
.social-network .vkontakte:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:48px; 
	height:48px; 
	background-image:url(../img/icons/vk.svg); 
	background-repeat:no-repeat; 
	background-size:auto 48px;
}
.social-network .youtube:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:48px; 
	height:48px; 
	background-image:url(../img/icons/youtube.svg); 
	background-repeat:no-repeat; 
	background-size:auto 48px;
}
.social-network .tiktok:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:48px; 
	height:48px; 
	background-image:url(../img/icons/tiktok.svg); 
	background-repeat:no-repeat; 
	background-size:auto 48px;
}
.social-network .telegram:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:48px; 
	height:48px; 
	background-image:url(../img/icons/telegram.svg); 
	background-repeat:no-repeat; 
	background-size:auto 48px;
}
.social-network .ok:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:48px; 
	height:48px; 
	background-image:url(../img/icons/ok.svg); 
	background-repeat:no-repeat; 
	background-size:auto 48px;
}
/* ==========================================================================
 Buttons
   ========================================================================== */
.btn {
	padding:15px 30px;
	border-radius:3px;
	font-weight:600;
	font-family:Montserrat;
	text-transform:uppercase;
	background:linear-gradient(-10deg, #7878F0 0%, #7878F0 50%, #7D82FA 50.1%, #7D82FA 100%);
	border:0;
	color:#fff;
}
.btn-success,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
	background-color:#5479F6/*#5ca595*/;
}
.btn-success {
	transition:box-shadow .3s ease-in-out;
	transition-delay:0.1s;
}
.slide-btn.slide-btn-projects .btn.btn-success:active, 
.slide-btn.slide-btn-projects .btn.btn-success.active {
  color:#fff;
  background-color:#8270E8;
}
.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
	background-color:rgba(0,183,181,1);
	border:none;
}

/* ==========================================================================
 Video
   ========================================================================== */
.video {
	background:#455BCF;
	padding-top:100px;
	padding-bottom:30px;
	}
.thumb-wrap {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}
.thumb-wrap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-width:0;
	outline-width:0;
}

/* ========================================================================== 
 Modal
   ========================================================================== */
.modal.fade .modal-dialog.modal-dialog-zoom {
	-webkit-transform:translate(0,0)scale(.5);
	transform:translate(0,0)scale(.5);
}
.modal.show .modal-dialog.modal-dialog-zoom {
	-webkit-transform:translate(0,0)scale(1);
	transform:translate(0,0)scale(1);
}
.a-modal {
	text-decoration:none;
	border-bottom:0;
	display:block;
}
.a-modal {
	text-decoration:none;
	border-bottom:0;
}
.modal-open {
	overflow:hidden;
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto;
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1100;
	display:none;
	overflow:hidden;
	outline:0;
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:0.5rem;
	pointer-events:none;
}
.modal.fade .modal-dialog {
	transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform:translate(0, -25%);
	transform:translate(0, -25%);
}
.modal.show .modal-dialog {
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);
}
.modal-dialog-centered {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	min-height:calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
	display:block;
	height:calc(100vh - (0.5rem * 2));
	content:"";
}
.modal-content {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	pointer-events:auto;
	background-color:rgb(255,255,255);
	background-clip:padding-box;
	border-radius:0.5rem;
	outline:0;
}
.modal-content {
	width:100%;
	background:#FFF;
	}
.modal-header {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:2rem;
	border-bottom:0;
	border-top-left-radius:0.5rem;
	border-top-right-radius:0.5rem;
}
.modal-header .close {
	padding:1rem 1.5rem;
	margin:-1rem -1rem -1rem auto;
}
.modal-title {
	margin-bottom:0;
	padding:0.5rem 0 0 1rem;
	line-height:1.5;
}
.modal-body {
	position:relative;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:0 3rem 2rem 3rem;
	margin-top:-20px;
}
.modal-footer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding:1rem;
	border:0;
}
.modal-footer > :not(:first-child) {
	margin-left:.25rem;
}
.modal-footer > :not(:last-child) {
	margin-right:.25rem;
}
@media (min-width:576px) {
	.modal-dialog {
		max-width:1080px;
		margin:1.75rem auto;
}
	.modal-dialog-centered {
		min-height:calc(100% - (1.75rem * 2));
	}
	.modal-dialog-centered::before {
		height:calc(100vh - (1.75rem * 2));
	}
	.modal-sm {
		max-width:300px;
	}
}
@media (min-width:992px) {
	.modal-lg {
		max-width:960px;
	}
}

/* ========================================================================== 
 Key Speakers
   ========================================================================== */
.key_wrap {
	background:#6155C0;
	overflow:hidden;
	position:relative;
}
@media (min-width:1460px) {
	.key_wrap {
		padding-top:10px;
		padding-bottom:50px;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.key_wrap {
		padding:20px 15px 50px 15px;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.key_wrap {
		padding:20px 15px 70px 15px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.key_wrap {
		padding:20px 10px 40px 10px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.key_wrap {
		padding-top:10px 0 30px 0;
	}
}
.key-speaker-wrap {
	padding: 35px 25px 20px 25px;
	background: #fff;
	border-radius:5px;
	position:relative;
	width:100%;
	height:100%;
	min-height:480px;
}
.key-speaker-wrap img {
	margin:0 auto 30px auto;
	width:100%;
	max-width:240px;
}
.key-speaker {
	position:relative;
}
.key-speaker dt {
	font-weight:500;
	margin:0 0 5px 0;
	max-width: 280px;
	color:#333;
}
.key-speaker .degree {
	font-weight:300;
	margin:0 0 15px 0;
	color: #666;
}
.featured-carousel {
	padding-left:20px;
	padding-right:20px;
}
.owl-carousel {position: relative;}
.owl-carousel .owl-item {opacity: 1;}
.owl-carousel .owl-item.active {opacity: 1;}
.owl-carousel .owl-nav {position: absolute; bottom:0; width: 100%;font-size:2em;text-align:right;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: -10px; color: rgba(0, 0, 0, 0.2) !important; -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; opacity: 1;}
@media (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
	-webkit-transition: none;
	-o-transition: none;
	transition: none; 
	} 
}
.owl-carousel .owl-nav .owl-prev span:before,  .owl-carousel .owl-nav .owl-next span:before {font-size: 18px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
@media (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev span:before,
	.owl-carousel .owl-nav .owl-next span:before {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; 
	}
}
.owl-carousel .owl-nav .owl-prev:hover span:before, .owl-carousel .owl-nav .owl-next:hover span:before {color: #fff;}
.owl-carousel .owl-nav .owl-prev {right: 0; margin-right: 30px;}
.owl-carousel .owl-nav .owl-next {right: 0;}
.owl-carousel .owl-dots {text-align: left; margin-top: 10px;}
.owl-carousel .owl-dots .owl-dot {width: 16px; height: 16px; margin: 5px; border-radius: 50%; background: rgba(0, 0, 0, 0.25); position: relative;}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {outline: none !important; } 
.owl-carousel .owl-dots .owl-dot.active {background: #604987;}
.owl-carousel.owl-drag .owl-item {-ms-touch-action: pan-y; touch-action: pan-y;}


.sdg-2024_wrapper {
	background:#6155C0;
	margin-bottom:0;
	position:relative;
	overflow:hidden;
}
.sdg-2024_wrapper p {
	font-weight:300;
}
.sdg-2024_wrapper .subtitle {
	font-weight:400;
}
.numbers-2024_wrapper {
	background:#6155C0;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0;
	position:relative;
}
.key__carousel {
	z-index:10;
	padding-top:0;
}
.key__carousel .swiper-container {
	overflow:initial;
}
.key__carousel .swiper-container .swiper-wrapper .swiper-slide {
	min-height:480px;
	max-width:380px;
}
@media (min-width:1134px) {
	.key__carousel .swiper-container .swiper-wrapper {
		padding:0;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.key__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:0;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.key__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:0;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.key__carousel .swiper-container .swiper-wrapper .swiper-slide {
		padding:0;
	}
}
.key__carousel .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
	opacity:1;
}
.key__carousel .swiper-slide.swiper-slide-active p {
	color:#333;
}
@media screen and (max-width:960px) {
	.key__carousel .swiper-slide p {
		min-height:auto;
		font:300 1em/1.2 "Roboto Flex", sans-serif;
  }
}
.key__carousel .swiper-container .swiper-wrapper .swiper-slide a {
	color:#fff;
}
.key_wrap .controls {
	margin:40px 0 40px 0;
	position:relative;
	z-index:10;
}

.pk-button {
	margin-top:30px;
}
@media screen and (min-width:320px) and (max-width:767px) {
	.pk-button {
		margin:40px auto 0 auto;
		text-align:center;
	}
}
/* Slider Controls */
.controls {
	margin:46px 0 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
}
@media screen and (max-width:460px) {
	.controls {
		margin:38px 0 0 0;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
}
.controls .container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
@media screen and (max-width:960px) {
	.controls .container {
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
}
.controls--center {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.controls__prev {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	margin:0 20px 0 0;
}
.controls__prev, .controls__next {
	cursor:pointer;
	width:56px;
	height:56px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	border-radius:1000px;
	border:1px solid rgba(255, 255, 255, 0.35);
	-webkit-transition:300ms ease;
	transition:300ms ease;
	background:transparent;
}
.controls__prev:hover, .controls__next:hover {
	border-color:#FFFFFF;
}

/* ========================================================================== 
   Numbers
   ========================================================================== */
.tv {
	margin:0 0 40px 0;
}
.tv img {
	height:90px;
	width:auto;
	margin:0 50px 30px 0;
}
.sponsor {
	width:100%;
	margin:0 auto;
}
.sponsor img {
	width:auto;
	margin:0 auto;
}
@media (min-width:1134px) {
	.sponsor {
		max-width:300px;
	}
	.sponsor img {
		height: 300px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.sponsor {
		max-width:250px;
	}
	.sponsor img {
		height: 200px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.sponsor {
		max-width:220px;
	}
	.sponsor img {
		height: 180px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.sponsor {
		max-width:200px;
	}
	.sponsor img {
		height: 150px;
	}
}
.equal {
	margin-bottom:30px;
}

/* ========================================================================== 
   Facts 
   ========================================================================== */
.rules-wrapper {
	min-height:80px;
	position:relative;
	margin-bottom:20px;
}
.rules-wrapper:before {
	position: absolute; 
	left: 0; 
	top: 5px; 
	content: ''; 
	background-repeat:no-repeat;
}
.rules-wrapper.number-1:before {
	background-image: url(../img/1.svg);
}
.rules-wrapper.number-2:before {
	background-image: url(../img/2.svg);
}
.rules-wrapper.number-3:before {
	background-image: url(../img/3.svg);
}
.rules-wrapper.number-4:before {
	background-image: url(../img/4.svg);
}
.rules-wrapper.number-5:before {
	background-image: url(../img/5.svg);
}
.rules-wrapper.number-6:before {
	background-image: url(../img/6.svg);
}
.rules-wrapper.number-7:before {
	background-image: url(../img/7.svg);
}
.rules-wrapper.number-8:before {
	background-image: url(../img/8.svg);
}
.rules-wrapper.number-9:before {
	background-image: url(../img/9.svg);
}
.rules dd {
	font-weight:300;
	margin-bottom:0;
	}
@media (min-width:1134px) {
	.rules-wrapper:before {
		width: 40px;
		height: 40px;
	}
	.rules-wrapper {
		padding:0 10px 0 65px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.rules-wrapper:before {
		width: 36px;
		height: 36px;
	}
	.rules-wrapper {
		padding:0 10px 0 60px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.rules-wrapper:before {
		width: 32px;
		height: 32px;
	}
	.rules-wrapper {
		padding:0 10px 0 50px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.rules-wrapper:before {
		width: 24px;
		height: 24px;
	}
	.rules-wrapper {
		padding:0 10px 0 36px;
	}
}