@charset "utf-8";

/**
 * Display: Classic
 */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	background: #5877fd;
	margin: 0px;
	padding: 0px;
	font: normal 16px 'Source Sans Pro', sans-serif;
	color: #FFF;
}

html.red, html.red body {
	background: #D01C37;
}

html.green, html.green body {
	background: #6EC522;
}

html.color-tu, html.color-tu body {
	background: #F3F3F3;
	color: #003688;
}

html.oc, html.oc body {
	background: #C3DFE8;
	color: #2E2E2E;
}

html.color-wiener, html.color-wiener body {
	background: #EFF8FA;
	color: #004950;
}

html.uniqua, html.uniqua body {
	background: #0067BC;
}
html.link4, html.link4 body {
	background: #5E3F84;
}
html.link4-v2, html.link4-v2 body {
	background: #E2D8F1;
	color: #3D3D3D;
}

button, input, textarea, select {
	font-family: 'Source Sans Pro', sans-serif;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a img {
	border: 0px;
}

body:before {
	content: '';
	background: -moz-linear-gradient(45deg, rgba(255,255,255,0) 50%, rgba(255,255,255,0.5) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0) 50%,rgba(255,255,255,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 );
	position: fixed;
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.5;
}

.oc body:before {
	content: '';
	background: -moz-linear-gradient(45deg, transparent 50%, #EFF8FA 100%);
	background: -webkit-linear-gradient(45deg, transparent 50%,#EFF8FA 100%);
	background: linear-gradient(45deg, transparent 50%,#EFF8FA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C3DFE8', endColorstr='#C3DFE8',GradientType=1 );
	position: fixed;
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	/* opacity: 0.5; */
}

/**
 * Full
 */
#Full {
	margin: 0 auto;
	position: relative;
	max-width: 1167px;
	z-index: 1;
}

#Full header {
	margin-top: 36px;
	margin-bottom: 120px;
}

#Full header:after {
	content: '';
	display: block;
	clear: both;
}

#Full #Logo {
	position: relative;
	font-weight: 700;
	font-size: 30px;
	color: #FFF;
	float: left;
}

#Full #Logo span {
	position: absolute;
	top: 100%;
	left: 100%;
	text-transform: uppercase;
	font-size: 16px;
	opacity: 0.5;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#Full header .Contact {
	height: 31px;
	line-height: 31px;
	float: right;
}

#Full header .Contact a {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 20px;
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
}

#Full header .Contact a:last-child {
	border-left: solid 1px #8299FE;
	padding-right: 0px;
}

#Full header .Contact .Phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'%3E%3C/path%3E%3C/svg%3E");
	background-size: auto 14px;
	padding-left: 20px;
}

#Full header .Contact .Email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z'%3E%3C/path%3E%3C/svg%3E");
	background-size: auto 14px;
	background-position: 20px center;
	padding-left: 40px;
}

#Full .Content {
	margin-bottom: 90px;
}

#Full .Content:after {
	content: '';
	display: block;
	clear: both;
}

#Full .Content .Text {
	margin-right: 335px;
}

#Full .Content .Text h1,
#Full .Content .FullText h1 {
	margin: 25px 0px 10px 0px;
	padding: 0px;
	font-size: 48px;
}

#Full .Content .Text .Desc,
#Full .Content .FullText .Desc {
	line-height: 30px;
	font-size: 18px;
}

#Full .Content .Text ul {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	display: block;
}

#Full .Content .Text ul:after {
	content: '';
	display: block;
	clear: both;
}

#Full .Content .Text ul li {
	margin-right: 5%;
	padding-top: 75px;
	width: 30%;
	float: left;
}

#Full .Content .Text ul li:last-child {
	margin-right: 0px;
}

#Full .Content .Text ul li.l1,
#Full .Content .Text ul li.l2,
#Full .Content .Text ul li.l3 {
	background-size: auto 64px;
	background-repeat: no-repeat;
}

#Full .Content .Text ul li.l1 {
	background-image: url("data:image/svg+xml,%3Csvg height='460pt' viewBox='0 -2 460 460' width='460pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m8.308594 456h325c2.109375-.054688 4.113281-.953125 5.554687-2.488281 1.445313-1.539063 2.214844-3.59375 2.136719-5.703125v-359.734375c.058594-2.046875-.6875-4.035157-2.074219-5.542969l-76.695312-79.980469c-1.46875-1.59375-3.523438-2.5156248-5.691407-2.550781h-248.230468c-4.515625.0664062-8.179688 3.675781-8.308594 8.191406v439.617188c.128906 4.515625 3.792969 8.125 8.308594 8.191406zm256.691406-427.941406 49.53125 51.941406h-49.53125zm-249-12.058594h233v72.074219c0 4.417969 3.121094 7.925781 7.539062 7.925781h68.460938v344h-309zm0 0'/%3E%3Cpath d='m273.753906 368h-211.824218c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8h211.824218c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8zm0 0'/%3E%3Cpath d='m61.929688 332h122.710937c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8h-122.710937c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8zm0 0'/%3E%3Cpath d='m163.910156 202.128906c-4.0625 4.421875-8.5 8.492188-13.253906 12.160156-4.332031-14.351562-13.382812-20.953124-20.734375-20.953124-6.320313 0-10.644531 5.417968-14.152344 12.328124l-8-21.28125c-.992187-2.695312-3.351562-4.652343-6.183593-5.125-2.832032-.476562-5.699219.601563-7.515626 2.824219-1.820312 2.222657-2.304687 5.25-1.277343 7.929688l15.308593 40.71875c1.171876 3.117187 4.152344 5.183593 7.484376 5.183593h.242187c3.417969-.105468 6.394531-2.371093 7.402344-5.636718 2.300781-7.464844 5.625-15.464844 7.96875-19.5 1.734375 2.089844 4.042969 6.273437 5.164062 12.433594.824219 4.542968 3.621094 7.820312 7.667969 9 2.707031.785156 10.949219 3.183593 31.636719-19.226563 1.976562-2.09375 2.671875-5.085937 1.828125-7.839844-.847656-2.75-3.105469-4.835937-5.917969-5.460937-2.808594-.621094-5.738281.3125-7.667969 2.449218zm0 0'/%3E%3Cpath d='m213 151c0-4.417969-3.582031-8-8-8h-139c-4.417969 0-8 3.582031-8 8v112c0 4.417969 3.582031 8 8 8h139c4.417969 0 8-3.582031 8-8zm-139 8h123v97h-123zm0 0'/%3E%3Cpath d='m371 213.882812c4.417969 0 8-3.582031 8-8v-96.328124c0-.015626-.011719-.015626.101562-.023438l11.898438.140625v285.539063c-.011719 1.285156.285156 2.554687.871094 3.699218l26.363281 50.554688c1.375 2.640625 4.105469 4.296875 7.085937 4.296875 2.976563 0 5.707032-1.65625 7.085938-4.296875l26.535156-50.554688c.640625-1.132812 1.003906-2.398437 1.058594-3.699218v-318.492188c0-4.417969-3.890625-7.71875-8.308594-7.71875h-1.035156l.226562-23.371094c.03125-2.160156-.804687-4.242187-2.316406-5.777344-1.515625-1.539062-3.582031-2.40625-5.742187-2.40625l-34.871094.234376c-4.390625.027343-7.941406 3.589843-7.953125 7.984374v23.335938h-1.074219c-2.085937-.0625-4.105469.726562-5.597656 2.179688-1.496094 1.457031-2.335937 3.453124-2.328125 5.539062v16.953125l-11.972656-.140625c-4.433594-.074219-8.707032 1.648438-11.84375 4.78125-2.742188 2.742188-4.25 6.480469-4.183594 10.359375v97.210937c0 4.417969 3.582031 8 8 8zm73-128.882812v302h-37v-302zm-18.691406 343.261719-13.183594-25.261719h26.367188zm-9.308594-374.65625h18.789062l-.132812 15.394531h-18.65625zm0 0'/%3E%3C/g%3E%3C/svg%3E");
}

#Full .Content .Text ul li.l2 {
	background-image: url("data:image/svg+xml,%3Csvg width='488' height='451' viewBox='0 0 488 451' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M159.615 111.227C159.615 121.262 151.479 129.398 141.445 129.398H22.8165L46.7406 105.474L38.1759 96.9089L3.91263 131.172C1.54817 133.538 1.54817 137.371 3.91263 139.737L38.1759 174L46.7406 165.435L22.8165 141.511H141.445C158.162 141.491 171.708 127.944 171.729 111.227V87H159.615V111.227Z' fill='%23FFF'/%3E%3Cpath d='M14.2518 62.7729C14.2518 52.7368 22.3862 44.6024 32.4222 44.6024H151.051L127.126 68.5265L135.691 77.0912L169.954 42.828C172.319 40.462 172.319 36.6292 169.954 34.2633L135.691 0L127.126 8.56471L151.051 32.4888H32.4222C15.7054 32.508 2.15741 46.056 2.13818 62.7729V87.0001H14.2518V62.7729Z' fill='%23FFF'/%3E%3Cpath d='M462.6 292.701L423.4 274.801L388.8 219.601C378.8 203.601 361.2 193.901 342.3 194.001H194.9C177.8 194.001 161.6 201.901 151.2 215.501L106.5 274.001L32 294.401C13.1 299.601 0 316.901 0 336.501V365.001C0 389.101 19.2 409.001 43.3 409.001H49.7C57.4 438.701 87.7 456.501 117.4 448.801C136.9 443.701 152.2 428.501 157.2 409.001H325.2C332.9 438.701 363.2 456.501 392.9 448.801C412.4 443.701 427.7 428.501 432.7 409.001H444.7C468.8 409.001 488 389.101 488 365.001V332.501C488.1 315.401 478.1 299.801 462.6 292.701ZM103.4 430.401C83.8 430.401 67.9 414.501 67.9 394.901C67.9 375.301 83.8 359.401 103.4 359.401C123 359.401 138.9 375.301 138.9 394.901C139 414.401 123.1 430.301 103.4 430.401ZM378.9 430.401C359.3 430.401 343.4 414.501 343.4 394.901C343.4 375.301 359.3 359.401 378.9 359.401C398.5 359.401 414.4 375.301 414.4 394.901C414.5 414.401 398.6 430.301 378.9 430.401ZM444.7 389.001H434.1C430.8 358.501 403.3 336.501 372.8 339.901C346.9 342.701 326.5 363.201 323.7 389.001H158.6C155.3 358.501 127.8 336.501 97.3 339.901C71.4 342.701 51 363.201 48.2 389.001H43.2C30.1 389.001 19.9 378.101 19.9 365.001V336.501C19.8 325.801 26.9 316.501 37.2 313.601L115.1 292.301C117.2 291.701 119.1 290.501 120.4 288.701L167 227.601C173.7 219.001 184 214.001 194.9 214.001H342.3C354.3 213.901 365.6 220.001 371.9 230.201L408.1 288.001C409.1 289.701 410.7 291.001 412.4 291.801L454.2 310.901C462.6 314.801 468 323.201 467.9 332.501V365.001H468C468 378.101 457.8 389.001 444.7 389.001Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}

#Full .Content .Text ul li.l3 {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg fill='%23FFF'%3E%3Ccircle cx='330.667' cy='96' r='10.667'/%3E%3Ccircle cx='394.667' cy='96' r='10.667'/%3E%3Cpath d='M410.208,129.281c-5.125-2.708-11.583-0.667-14.354,4.479c-0.333,0.635-8.667,15.573-33.188,15.573 c-24.333,0-32.729-14.719-33.188-15.563c-2.688-5.167-9-7.198-14.25-4.646c-5.271,2.635-7.396,9.042-4.771,14.313 c0.563,1.115,14.063,27.229,52.208,27.229c38.146,0,51.646-26.115,52.208-27.229 C417.479,138.229,415.375,131.958,410.208,129.281z'/%3E%3Cpath d='M149.333,362.667C190.5,362.667,224,329.167,224,288s-33.5-74.667-74.667-74.667c-41.167,0-74.667,33.5-74.667,74.667 S108.167,362.667,149.333,362.667z M149.333,234.667c29.417,0,53.333,23.927,53.333,53.333s-23.917,53.333-53.333,53.333 C119.917,341.333,96,317.406,96,288S119.917,234.667,149.333,234.667z'/%3E%3Cpath d='M264,414.531C237.146,400.604,195.458,384,149.333,384s-87.813,16.604-114.667,30.531 C13.292,425.615,0,447.469,0,471.573v9.76C0,498.24,13.667,512,30.479,512h237.708c16.813,0,30.479-13.76,30.479-30.667v-9.76 C298.667,447.469,285.375,425.615,264,414.531z M277.333,481.333c0,5.146-4.104,9.333-9.146,9.333H30.479 c-5.042,0-9.146-4.188-9.146-9.333v-9.76c0-16.104,8.875-30.698,23.167-38.104c24.729-12.833,63.021-28.135,104.833-28.135 s80.104,15.302,104.833,28.135c14.292,7.406,23.167,22,23.167,38.104V481.333z'/%3E%3Cpath d='M362.667,0c-82.333,0-149.333,52.635-149.333,117.333c0,25.958,10.875,50.938,30.875,71.375l-27.75,27.75 c-3.042,3.052-3.958,7.635-2.313,11.625c1.646,3.99,5.542,6.583,9.854,6.583h138.667C445,234.667,512,182.031,512,117.333 S445,0,362.667,0z M362.667,213.333H249.75L267.083,196c2.104-2.104,3.229-4.979,3.125-7.948 c-0.125-2.969-1.479-5.76-3.729-7.688c-20.521-17.594-31.813-39.979-31.813-63.031c0-52.938,57.417-96,128-96s128,43.063,128,96 S433.25,213.333,362.667,213.333z'/%3E%3C/g%3E%3C/svg%3E");
}

#Full .Content .Text ul li h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 24px;
}

#Full .Content .Text ul li p {
	line-height: 24px;
}

#Full .Content .BoxWindow {
	width: 270px;
	float: right;
}

#Full .Content .Box {
	background-color: #FFF;
	width: 100%;
	color: #222;
	overflow: hidden;
	-webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#Full .Content .Box h2 {
	margin: 20px 0px;
	padding: 0px 20px;
	text-align: center;
	line-height: 30px;
	font-size: 26px;
}

#Full .Content .Box .Caption {
	padding: 0px 0px 15px 0px;
	text-align: center;
}

#Full .Content .Box .Phone {
	background: rgb(41,203,53);
	background: -moz-linear-gradient(left, #204aff 0%, #375cff 100%);
	background: -webkit-linear-gradient(left, #204aff 0%, #375cff 100%);
	background: linear-gradient(to right, #204aff 0%, #375cff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204aff', endColorstr='#375cff',GradientType=1 );
	margin: 0 auto 20px auto;
	width: 230px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	font-weight: 600;
	font-size: 24px;
	color: #FFF;
	display: block;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s;
}

#Full .Content .Box .Phone:hover {
	opacity: 0.8;
}

#Full .Content .Box .Phone:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'%3E%3C/path%3E%3C/svg%3E");
	background-size: auto 100%;
	margin-top: 12px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: top;
	display: inline-block;
}

#Full .Content .Box .Small {
	padding: 0px 20px 10px 20px;
	text-align: center;
	font-size: 14px;
	color: #888;
}

#Full .Content .Box .Info {
	background-color: #F6F8FF;
	border-top: solid 1px #E6EBFF;
	margin-top: 5px;
	padding: 22px;
}

#Full .Content .Box .Info p {
	padding-bottom: 4px;
}

#Full .Content .Box .Info .Item {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24'%3E%3Cpath fill='%2329cb35' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 21px;
	font-size: 14px;
	color: #888;
}

#Full .Content .BoxWindow .LinkPDF {
	background: rgba(255, 255, 255, 0.15);
	margin-top: 20px;
	padding: 13px 0px;
	width: 100%;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #FFF;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s;
}

#Full .Content .BoxWindow .LinkPDF svg {
	margin-top: -5px;
	margin-right: 10px;
	vertical-align: middle;
}

#Full .Content .BoxWindow .LinkPDF:hover {
	background-color: rgba(255, 255, 255, 0.30);
}

#Full footer {
	border-top: solid 1px #8299FE;
	padding: 30px 0px;
	overflow: hidden;
}

#Full footer .Copyright {
	height: 32px;
	line-height: 32px;
	float: left;
}

#Full footer .Info {
	height: 32px;
	line-height: 32px;
	float: right;
}

#Full footer .Info .Link,
#Full footer .Info .Powered {
	padding: 0px 20px;
	color: #FFF;
	float: left;
}

#Full footer .Info .Powered {
	border-left: solid 1px #7E95F5;
	padding-right: 0px;
}

#Full footer .Info .Powered a {
	font-weight: 700;
	color: #FFF;
}

/**
 * Column
 */
body.WhitePart:after {
	content: '';
	background-color: #FFF;
	position: fixed;
	width: 50%;
	top: 0px;
	bottom: 0px;
	right: 0px;
	display: block;
	z-index: 0;
}

body.WhitePart:before {
	width: 50%;
}

#Column {
	margin: 0 auto;
	position: relative;
	max-width: 1366px;
	z-index: 1;
}

#Header {
	margin: 36px 40px 80px 40px;
	position: relative;
	display: none;
}

#Header:after {
	content: '';
	display: block;
	clear: both;
}

#Header #Logo {
	position: relative;
	font-weight: 700;
	font-size: 24px;
	color: #FFF;
	float: left;
	z-index: 2;
}

#Header #Logo span {
	position: absolute;
	top: 100%;
	left: 100%;
	text-transform: uppercase;
	font-size: 14px;
	opacity: 0.5;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#Header .Contact {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	display: block;
}

#Header .Contact a {
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	padding-left: 40px;
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	clear: both;
}

#Header .Contact .Email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z'%3E%3C/path%3E%3C/svg%3E");
	background-size: auto 14px;
	background-position: 20px center;
}


#Left {
	width: 50%;
	overflow: hidden;
	float: left;
}

#Left .Grid {
	margin: 40px;
}

#Left header {
	margin-top: 36px;
	margin-bottom: 120px;
	position: relative;
}

#Left header button {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M4 21.832c4.587.38 2.944-4.493 7.188-4.538l1.838 1.534c.458 5.538-6.315 6.773-9.026 3.004zm14.065-7.115c1.427-2.239 5.847-9.749 5.847-9.749.352-.623-.43-1.273-.976-.813 0 0-6.572 5.714-8.511 7.525-1.532 1.432-1.539 2.086-2.035 4.447l1.68 1.4c2.227-.915 2.868-1.039 3.995-2.81zm-11.999 3.876c.666-1.134 1.748-2.977 4.447-3.262.434-2.087.607-3.3 2.547-5.112 1.373-1.282 4.938-4.409 7.021-6.229-1-2.208-4.141-4.023-8.178-3.99-6.624.055-11.956 5.465-11.903 12.092.023 2.911 1.081 5.571 2.82 7.635 1.618.429 2.376.348 3.246-1.134zm6.952-15.835c1.102-.006 2.005.881 2.016 1.983.004 1.103-.882 2.009-1.986 2.016-1.105.009-2.008-.88-2.014-1.984-.013-1.106.876-2.006 1.984-2.015zm-5.997 2.001c1.102-.01 2.008.877 2.012 1.983.012 1.106-.88 2.005-1.98 2.016-1.106.007-2.009-.881-2.016-1.988-.009-1.103.877-2.004 1.984-2.011zm-2.003 5.998c1.106-.007 2.01.882 2.016 1.985.01 1.104-.88 2.008-1.986 2.015-1.105.008-2.005-.88-2.011-1.985-.011-1.105.879-2.004 1.981-2.015zm10.031 8.532c.021 2.239-.882 3.718-1.682 4.587l-.046.044c5.255-.591 9.062-4.304 6.266-7.889-1.373 2.047-2.534 2.442-4.538 3.258z'/%3E%3C/svg%3E");
	background-position: 0px center;
	background-repeat: no-repeat;
	border: 0px;
	padding-left: 30px;
	cursor: pointer;
}

#Left header button:before {
	content: 'Czerwony';
	font-size: 20px;
	color: #FFF;
}

html.red #Left header button:before {
	content: 'Niebieski';
}

#Left header:after {
	content: '';
	display: block;
	clear: both;
}

#Left #Logo {
	position: relative;
	font-weight: 700;
	font-size: 24px;
	color: #FFF;
	float: left;
	z-index: 2;
}

#Left #Logo span {
	position: absolute;
	top: 100%;
	left: 100%;
	text-transform: uppercase;
	font-size: 14px;
	opacity: 0.5;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#Left header .Contact {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	display: none;
}

#Left header .Contact button {
	background: #FFF;
	border: 0px;
	padding: 0px 20px;
	height: 50px;
	line-height: 46px;
	font-weight: 700;
	font-size: 18px;
	color: #222222;
	display: inline-block;
	cursor: pointer;
	clear: both;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#Left header .Contact a {
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 20px;
	padding-left: 40px;
	font-weight: 600;
	font-size: 18px;
	color: #FFF;
	display: inline-block;
	clear: both;
}

#Left header .Contact .Email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z'%3E%3C/path%3E%3C/svg%3E");
	background-size: auto 14px;
	background-position: 20px center;
}

#Left .Content {
	margin-bottom: 90px;
}

#Left .Content:after {
	content: '';
	display: block;
	clear: both;
}

#Left .Content .Text h1 {
	margin: 25px 0px 25px 0px;
	padding: 0px;
	line-height: 48px;
	font-size: 42px;
}

html.color-tu #Left .Content .Text h1 {
	color: #F42F41;
}

html.oc #Left .Content .Text h1 {
	color: #2E2E2E;
}

html.color-wiener #Left .Content .Text h1 {
	color: #009AAD;
}

#Left .Content .Text .Desc,
#Left .Content .Text .Desc2,
#Left .Content .Text .Desc3 {
	line-height: 24px;
	font-size: 16px;
}

#Left .Content .Text .Desc2,
#Left .Content .Text .Desc3 {
	margin-top: 40px;
}

#Left .Content .Text ul.List {
	margin: 0px;
}

#Left .Content .Text ul.Columns {
	margin: 40px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	display: block;
}

#Left .Content .Text ul.Columns:after {
	content: '';
	display: block;
	clear: both;
}

#Left .Content .Text ul.Columns li {
	margin-right: 3.5%;
	padding-top: 85px;
	width: 31%;
	float: left;
}

#Left .Content .Text ul.Columns li:last-child {
	margin-right: 0px;
}

#Left .Content .Text ul.Columns li.l1,
#Left .Content .Text ul.Columns li.l2,
#Left .Content .Text ul.Columns li.l3 {
	background-size: auto 64px;
	background-repeat: no-repeat;
}

#Left .Content .Text ul.Columns li.l1 { background-image: url("data:image/svg+xml,%3Csvg height='460pt' viewBox='0 -2 460 460' width='460pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m8.308594 456h325c2.109375-.054688 4.113281-.953125 5.554687-2.488281 1.445313-1.539063 2.214844-3.59375 2.136719-5.703125v-359.734375c.058594-2.046875-.6875-4.035157-2.074219-5.542969l-76.695312-79.980469c-1.46875-1.59375-3.523438-2.5156248-5.691407-2.550781h-248.230468c-4.515625.0664062-8.179688 3.675781-8.308594 8.191406v439.617188c.128906 4.515625 3.792969 8.125 8.308594 8.191406zm256.691406-427.941406 49.53125 51.941406h-49.53125zm-249-12.058594h233v72.074219c0 4.417969 3.121094 7.925781 7.539062 7.925781h68.460938v344h-309zm0 0'/%3E%3Cpath d='m273.753906 368h-211.824218c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8h211.824218c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8zm0 0'/%3E%3Cpath d='m61.929688 332h122.710937c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8h-122.710937c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8zm0 0'/%3E%3Cpath d='m163.910156 202.128906c-4.0625 4.421875-8.5 8.492188-13.253906 12.160156-4.332031-14.351562-13.382812-20.953124-20.734375-20.953124-6.320313 0-10.644531 5.417968-14.152344 12.328124l-8-21.28125c-.992187-2.695312-3.351562-4.652343-6.183593-5.125-2.832032-.476562-5.699219.601563-7.515626 2.824219-1.820312 2.222657-2.304687 5.25-1.277343 7.929688l15.308593 40.71875c1.171876 3.117187 4.152344 5.183593 7.484376 5.183593h.242187c3.417969-.105468 6.394531-2.371093 7.402344-5.636718 2.300781-7.464844 5.625-15.464844 7.96875-19.5 1.734375 2.089844 4.042969 6.273437 5.164062 12.433594.824219 4.542968 3.621094 7.820312 7.667969 9 2.707031.785156 10.949219 3.183593 31.636719-19.226563 1.976562-2.09375 2.671875-5.085937 1.828125-7.839844-.847656-2.75-3.105469-4.835937-5.917969-5.460937-2.808594-.621094-5.738281.3125-7.667969 2.449218zm0 0'/%3E%3Cpath d='m213 151c0-4.417969-3.582031-8-8-8h-139c-4.417969 0-8 3.582031-8 8v112c0 4.417969 3.582031 8 8 8h139c4.417969 0 8-3.582031 8-8zm-139 8h123v97h-123zm0 0'/%3E%3Cpath d='m371 213.882812c4.417969 0 8-3.582031 8-8v-96.328124c0-.015626-.011719-.015626.101562-.023438l11.898438.140625v285.539063c-.011719 1.285156.285156 2.554687.871094 3.699218l26.363281 50.554688c1.375 2.640625 4.105469 4.296875 7.085937 4.296875 2.976563 0 5.707032-1.65625 7.085938-4.296875l26.535156-50.554688c.640625-1.132812 1.003906-2.398437 1.058594-3.699218v-318.492188c0-4.417969-3.890625-7.71875-8.308594-7.71875h-1.035156l.226562-23.371094c.03125-2.160156-.804687-4.242187-2.316406-5.777344-1.515625-1.539062-3.582031-2.40625-5.742187-2.40625l-34.871094.234376c-4.390625.027343-7.941406 3.589843-7.953125 7.984374v23.335938h-1.074219c-2.085937-.0625-4.105469.726562-5.597656 2.179688-1.496094 1.457031-2.335937 3.453124-2.328125 5.539062v16.953125l-11.972656-.140625c-4.433594-.074219-8.707032 1.648438-11.84375 4.78125-2.742188 2.742188-4.25 6.480469-4.183594 10.359375v97.210937c0 4.417969 3.582031 8 8 8zm73-128.882812v302h-37v-302zm-18.691406 343.261719-13.183594-25.261719h26.367188zm-9.308594-374.65625h18.789062l-.132812 15.394531h-18.65625zm0 0'/%3E%3C/g%3E%3C/svg%3E"); }
#Left .Content .Text ul.Columns li.l2 { background-image: url("data:image/svg+xml,%3Csvg width='488' height='451' viewBox='0 0 488 451' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M159.615 111.227C159.615 121.262 151.479 129.398 141.445 129.398H22.8165L46.7406 105.474L38.1759 96.9089L3.91263 131.172C1.54817 133.538 1.54817 137.371 3.91263 139.737L38.1759 174L46.7406 165.435L22.8165 141.511H141.445C158.162 141.491 171.708 127.944 171.729 111.227V87H159.615V111.227Z' fill='%23FFF'/%3E%3Cpath d='M14.2518 62.7729C14.2518 52.7368 22.3862 44.6024 32.4222 44.6024H151.051L127.126 68.5265L135.691 77.0912L169.954 42.828C172.319 40.462 172.319 36.6292 169.954 34.2633L135.691 0L127.126 8.56471L151.051 32.4888H32.4222C15.7054 32.508 2.15741 46.056 2.13818 62.7729V87.0001H14.2518V62.7729Z' fill='%23FFF'/%3E%3Cpath d='M462.6 292.701L423.4 274.801L388.8 219.601C378.8 203.601 361.2 193.901 342.3 194.001H194.9C177.8 194.001 161.6 201.901 151.2 215.501L106.5 274.001L32 294.401C13.1 299.601 0 316.901 0 336.501V365.001C0 389.101 19.2 409.001 43.3 409.001H49.7C57.4 438.701 87.7 456.501 117.4 448.801C136.9 443.701 152.2 428.501 157.2 409.001H325.2C332.9 438.701 363.2 456.501 392.9 448.801C412.4 443.701 427.7 428.501 432.7 409.001H444.7C468.8 409.001 488 389.101 488 365.001V332.501C488.1 315.401 478.1 299.801 462.6 292.701ZM103.4 430.401C83.8 430.401 67.9 414.501 67.9 394.901C67.9 375.301 83.8 359.401 103.4 359.401C123 359.401 138.9 375.301 138.9 394.901C139 414.401 123.1 430.301 103.4 430.401ZM378.9 430.401C359.3 430.401 343.4 414.501 343.4 394.901C343.4 375.301 359.3 359.401 378.9 359.401C398.5 359.401 414.4 375.301 414.4 394.901C414.5 414.401 398.6 430.301 378.9 430.401ZM444.7 389.001H434.1C430.8 358.501 403.3 336.501 372.8 339.901C346.9 342.701 326.5 363.201 323.7 389.001H158.6C155.3 358.501 127.8 336.501 97.3 339.901C71.4 342.701 51 363.201 48.2 389.001H43.2C30.1 389.001 19.9 378.101 19.9 365.001V336.501C19.8 325.801 26.9 316.501 37.2 313.601L115.1 292.301C117.2 291.701 119.1 290.501 120.4 288.701L167 227.601C173.7 219.001 184 214.001 194.9 214.001H342.3C354.3 213.901 365.6 220.001 371.9 230.201L408.1 288.001C409.1 289.701 410.7 291.001 412.4 291.801L454.2 310.901C462.6 314.801 468 323.201 467.9 332.501V365.001H468C468 378.101 457.8 389.001 444.7 389.001Z' fill='%23FFF'/%3E%3C/svg%3E%0A"); }
#Left .Content .Text ul.Columns li.l3 { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg fill='%23FFF'%3E%3Ccircle cx='330.667' cy='96' r='10.667'/%3E%3Ccircle cx='394.667' cy='96' r='10.667'/%3E%3Cpath d='M410.208,129.281c-5.125-2.708-11.583-0.667-14.354,4.479c-0.333,0.635-8.667,15.573-33.188,15.573 c-24.333,0-32.729-14.719-33.188-15.563c-2.688-5.167-9-7.198-14.25-4.646c-5.271,2.635-7.396,9.042-4.771,14.313 c0.563,1.115,14.063,27.229,52.208,27.229c38.146,0,51.646-26.115,52.208-27.229 C417.479,138.229,415.375,131.958,410.208,129.281z'/%3E%3Cpath d='M149.333,362.667C190.5,362.667,224,329.167,224,288s-33.5-74.667-74.667-74.667c-41.167,0-74.667,33.5-74.667,74.667 S108.167,362.667,149.333,362.667z M149.333,234.667c29.417,0,53.333,23.927,53.333,53.333s-23.917,53.333-53.333,53.333 C119.917,341.333,96,317.406,96,288S119.917,234.667,149.333,234.667z'/%3E%3Cpath d='M264,414.531C237.146,400.604,195.458,384,149.333,384s-87.813,16.604-114.667,30.531 C13.292,425.615,0,447.469,0,471.573v9.76C0,498.24,13.667,512,30.479,512h237.708c16.813,0,30.479-13.76,30.479-30.667v-9.76 C298.667,447.469,285.375,425.615,264,414.531z M277.333,481.333c0,5.146-4.104,9.333-9.146,9.333H30.479 c-5.042,0-9.146-4.188-9.146-9.333v-9.76c0-16.104,8.875-30.698,23.167-38.104c24.729-12.833,63.021-28.135,104.833-28.135 s80.104,15.302,104.833,28.135c14.292,7.406,23.167,22,23.167,38.104V481.333z'/%3E%3Cpath d='M362.667,0c-82.333,0-149.333,52.635-149.333,117.333c0,25.958,10.875,50.938,30.875,71.375l-27.75,27.75 c-3.042,3.052-3.958,7.635-2.313,11.625c1.646,3.99,5.542,6.583,9.854,6.583h138.667C445,234.667,512,182.031,512,117.333 S445,0,362.667,0z M362.667,213.333H249.75L267.083,196c2.104-2.104,3.229-4.979,3.125-7.948 c-0.125-2.969-1.479-5.76-3.729-7.688c-20.521-17.594-31.813-39.979-31.813-63.031c0-52.938,57.417-96,128-96s128,43.063,128,96 S433.25,213.333,362.667,213.333z'/%3E%3C/g%3E%3C/svg%3E"); }

html.color-tu #Left .Content .Text ul.Columns li.l1 { background-image: url("data:image/svg+xml,%3Csvg height='460pt' viewBox='0 -2 460 460' width='460pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23003688'%3E%3Cpath d='m8.308594 456h325c2.109375-.054688 4.113281-.953125 5.554687-2.488281 1.445313-1.539063 2.214844-3.59375 2.136719-5.703125v-359.734375c.058594-2.046875-.6875-4.035157-2.074219-5.542969l-76.695312-79.980469c-1.46875-1.59375-3.523438-2.5156248-5.691407-2.550781h-248.230468c-4.515625.0664062-8.179688 3.675781-8.308594 8.191406v439.617188c.128906 4.515625 3.792969 8.125 8.308594 8.191406zm256.691406-427.941406 49.53125 51.941406h-49.53125zm-249-12.058594h233v72.074219c0 4.417969 3.121094 7.925781 7.539062 7.925781h68.460938v344h-309zm0 0'/%3E%3Cpath d='m273.753906 368h-211.824218c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8h211.824218c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8zm0 0'/%3E%3Cpath d='m61.929688 332h122.710937c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8h-122.710937c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8zm0 0'/%3E%3Cpath d='m163.910156 202.128906c-4.0625 4.421875-8.5 8.492188-13.253906 12.160156-4.332031-14.351562-13.382812-20.953124-20.734375-20.953124-6.320313 0-10.644531 5.417968-14.152344 12.328124l-8-21.28125c-.992187-2.695312-3.351562-4.652343-6.183593-5.125-2.832032-.476562-5.699219.601563-7.515626 2.824219-1.820312 2.222657-2.304687 5.25-1.277343 7.929688l15.308593 40.71875c1.171876 3.117187 4.152344 5.183593 7.484376 5.183593h.242187c3.417969-.105468 6.394531-2.371093 7.402344-5.636718 2.300781-7.464844 5.625-15.464844 7.96875-19.5 1.734375 2.089844 4.042969 6.273437 5.164062 12.433594.824219 4.542968 3.621094 7.820312 7.667969 9 2.707031.785156 10.949219 3.183593 31.636719-19.226563 1.976562-2.09375 2.671875-5.085937 1.828125-7.839844-.847656-2.75-3.105469-4.835937-5.917969-5.460937-2.808594-.621094-5.738281.3125-7.667969 2.449218zm0 0'/%3E%3Cpath d='m213 151c0-4.417969-3.582031-8-8-8h-139c-4.417969 0-8 3.582031-8 8v112c0 4.417969 3.582031 8 8 8h139c4.417969 0 8-3.582031 8-8zm-139 8h123v97h-123zm0 0'/%3E%3Cpath d='m371 213.882812c4.417969 0 8-3.582031 8-8v-96.328124c0-.015626-.011719-.015626.101562-.023438l11.898438.140625v285.539063c-.011719 1.285156.285156 2.554687.871094 3.699218l26.363281 50.554688c1.375 2.640625 4.105469 4.296875 7.085937 4.296875 2.976563 0 5.707032-1.65625 7.085938-4.296875l26.535156-50.554688c.640625-1.132812 1.003906-2.398437 1.058594-3.699218v-318.492188c0-4.417969-3.890625-7.71875-8.308594-7.71875h-1.035156l.226562-23.371094c.03125-2.160156-.804687-4.242187-2.316406-5.777344-1.515625-1.539062-3.582031-2.40625-5.742187-2.40625l-34.871094.234376c-4.390625.027343-7.941406 3.589843-7.953125 7.984374v23.335938h-1.074219c-2.085937-.0625-4.105469.726562-5.597656 2.179688-1.496094 1.457031-2.335937 3.453124-2.328125 5.539062v16.953125l-11.972656-.140625c-4.433594-.074219-8.707032 1.648438-11.84375 4.78125-2.742188 2.742188-4.25 6.480469-4.183594 10.359375v97.210937c0 4.417969 3.582031 8 8 8zm73-128.882812v302h-37v-302zm-18.691406 343.261719-13.183594-25.261719h26.367188zm-9.308594-374.65625h18.789062l-.132812 15.394531h-18.65625zm0 0'/%3E%3C/g%3E%3C/svg%3E"); }
html.color-tu #Left .Content .Text ul.Columns li.l2 { background-image: url("data:image/svg+xml,%3Csvg width='488' height='451' viewBox='0 0 488 451' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M159.615 111.227C159.615 121.262 151.479 129.398 141.445 129.398H22.8165L46.7406 105.474L38.1759 96.9089L3.91263 131.172C1.54817 133.538 1.54817 137.371 3.91263 139.737L38.1759 174L46.7406 165.435L22.8165 141.511H141.445C158.162 141.491 171.708 127.944 171.729 111.227V87H159.615V111.227Z' fill='%23003688'/%3E%3Cpath d='M14.2518 62.7729C14.2518 52.7368 22.3862 44.6024 32.4222 44.6024H151.051L127.126 68.5265L135.691 77.0912L169.954 42.828C172.319 40.462 172.319 36.6292 169.954 34.2633L135.691 0L127.126 8.56471L151.051 32.4888H32.4222C15.7054 32.508 2.15741 46.056 2.13818 62.7729V87.0001H14.2518V62.7729Z' fill='%23003688'/%3E%3Cpath d='M462.6 292.701L423.4 274.801L388.8 219.601C378.8 203.601 361.2 193.901 342.3 194.001H194.9C177.8 194.001 161.6 201.901 151.2 215.501L106.5 274.001L32 294.401C13.1 299.601 0 316.901 0 336.501V365.001C0 389.101 19.2 409.001 43.3 409.001H49.7C57.4 438.701 87.7 456.501 117.4 448.801C136.9 443.701 152.2 428.501 157.2 409.001H325.2C332.9 438.701 363.2 456.501 392.9 448.801C412.4 443.701 427.7 428.501 432.7 409.001H444.7C468.8 409.001 488 389.101 488 365.001V332.501C488.1 315.401 478.1 299.801 462.6 292.701ZM103.4 430.401C83.8 430.401 67.9 414.501 67.9 394.901C67.9 375.301 83.8 359.401 103.4 359.401C123 359.401 138.9 375.301 138.9 394.901C139 414.401 123.1 430.301 103.4 430.401ZM378.9 430.401C359.3 430.401 343.4 414.501 343.4 394.901C343.4 375.301 359.3 359.401 378.9 359.401C398.5 359.401 414.4 375.301 414.4 394.901C414.5 414.401 398.6 430.301 378.9 430.401ZM444.7 389.001H434.1C430.8 358.501 403.3 336.501 372.8 339.901C346.9 342.701 326.5 363.201 323.7 389.001H158.6C155.3 358.501 127.8 336.501 97.3 339.901C71.4 342.701 51 363.201 48.2 389.001H43.2C30.1 389.001 19.9 378.101 19.9 365.001V336.501C19.8 325.801 26.9 316.501 37.2 313.601L115.1 292.301C117.2 291.701 119.1 290.501 120.4 288.701L167 227.601C173.7 219.001 184 214.001 194.9 214.001H342.3C354.3 213.901 365.6 220.001 371.9 230.201L408.1 288.001C409.1 289.701 410.7 291.001 412.4 291.801L454.2 310.901C462.6 314.801 468 323.201 467.9 332.501V365.001H468C468 378.101 457.8 389.001 444.7 389.001Z' fill='%23003688'/%3E%3C/svg%3E%0A"); }
html.color-tu #Left .Content .Text ul.Columns li.l3 { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg fill='%23003688'%3E%3Ccircle cx='330.667' cy='96' r='10.667'/%3E%3Ccircle cx='394.667' cy='96' r='10.667'/%3E%3Cpath d='M410.208,129.281c-5.125-2.708-11.583-0.667-14.354,4.479c-0.333,0.635-8.667,15.573-33.188,15.573 c-24.333,0-32.729-14.719-33.188-15.563c-2.688-5.167-9-7.198-14.25-4.646c-5.271,2.635-7.396,9.042-4.771,14.313 c0.563,1.115,14.063,27.229,52.208,27.229c38.146,0,51.646-26.115,52.208-27.229 C417.479,138.229,415.375,131.958,410.208,129.281z'/%3E%3Cpath d='M149.333,362.667C190.5,362.667,224,329.167,224,288s-33.5-74.667-74.667-74.667c-41.167,0-74.667,33.5-74.667,74.667 S108.167,362.667,149.333,362.667z M149.333,234.667c29.417,0,53.333,23.927,53.333,53.333s-23.917,53.333-53.333,53.333 C119.917,341.333,96,317.406,96,288S119.917,234.667,149.333,234.667z'/%3E%3Cpath d='M264,414.531C237.146,400.604,195.458,384,149.333,384s-87.813,16.604-114.667,30.531 C13.292,425.615,0,447.469,0,471.573v9.76C0,498.24,13.667,512,30.479,512h237.708c16.813,0,30.479-13.76,30.479-30.667v-9.76 C298.667,447.469,285.375,425.615,264,414.531z M277.333,481.333c0,5.146-4.104,9.333-9.146,9.333H30.479 c-5.042,0-9.146-4.188-9.146-9.333v-9.76c0-16.104,8.875-30.698,23.167-38.104c24.729-12.833,63.021-28.135,104.833-28.135 s80.104,15.302,104.833,28.135c14.292,7.406,23.167,22,23.167,38.104V481.333z'/%3E%3Cpath d='M362.667,0c-82.333,0-149.333,52.635-149.333,117.333c0,25.958,10.875,50.938,30.875,71.375l-27.75,27.75 c-3.042,3.052-3.958,7.635-2.313,11.625c1.646,3.99,5.542,6.583,9.854,6.583h138.667C445,234.667,512,182.031,512,117.333 S445,0,362.667,0z M362.667,213.333H249.75L267.083,196c2.104-2.104,3.229-4.979,3.125-7.948 c-0.125-2.969-1.479-5.76-3.729-7.688c-20.521-17.594-31.813-39.979-31.813-63.031c0-52.938,57.417-96,128-96s128,43.063,128,96 S433.25,213.333,362.667,213.333z'/%3E%3C/g%3E%3C/svg%3E"); }

html.oc #Left .Content .Text ul.Columns li.l1 { background-image: url("data:image/svg+xml,%3Csvg height='460pt' viewBox='0 -2 460 460' width='460pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230052A4'%3E%3Cpath d='m8.308594 456h325c2.109375-.054688 4.113281-.953125 5.554687-2.488281 1.445313-1.539063 2.214844-3.59375 2.136719-5.703125v-359.734375c.058594-2.046875-.6875-4.035157-2.074219-5.542969l-76.695312-79.980469c-1.46875-1.59375-3.523438-2.5156248-5.691407-2.550781h-248.230468c-4.515625.0664062-8.179688 3.675781-8.308594 8.191406v439.617188c.128906 4.515625 3.792969 8.125 8.308594 8.191406zm256.691406-427.941406 49.53125 51.941406h-49.53125zm-249-12.058594h233v72.074219c0 4.417969 3.121094 7.925781 7.539062 7.925781h68.460938v344h-309zm0 0'/%3E%3Cpath d='m273.753906 368h-211.824218c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8h211.824218c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8zm0 0'/%3E%3Cpath d='m61.929688 332h122.710937c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8h-122.710937c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8zm0 0'/%3E%3Cpath d='m163.910156 202.128906c-4.0625 4.421875-8.5 8.492188-13.253906 12.160156-4.332031-14.351562-13.382812-20.953124-20.734375-20.953124-6.320313 0-10.644531 5.417968-14.152344 12.328124l-8-21.28125c-.992187-2.695312-3.351562-4.652343-6.183593-5.125-2.832032-.476562-5.699219.601563-7.515626 2.824219-1.820312 2.222657-2.304687 5.25-1.277343 7.929688l15.308593 40.71875c1.171876 3.117187 4.152344 5.183593 7.484376 5.183593h.242187c3.417969-.105468 6.394531-2.371093 7.402344-5.636718 2.300781-7.464844 5.625-15.464844 7.96875-19.5 1.734375 2.089844 4.042969 6.273437 5.164062 12.433594.824219 4.542968 3.621094 7.820312 7.667969 9 2.707031.785156 10.949219 3.183593 31.636719-19.226563 1.976562-2.09375 2.671875-5.085937 1.828125-7.839844-.847656-2.75-3.105469-4.835937-5.917969-5.460937-2.808594-.621094-5.738281.3125-7.667969 2.449218zm0 0'/%3E%3Cpath d='m213 151c0-4.417969-3.582031-8-8-8h-139c-4.417969 0-8 3.582031-8 8v112c0 4.417969 3.582031 8 8 8h139c4.417969 0 8-3.582031 8-8zm-139 8h123v97h-123zm0 0'/%3E%3Cpath d='m371 213.882812c4.417969 0 8-3.582031 8-8v-96.328124c0-.015626-.011719-.015626.101562-.023438l11.898438.140625v285.539063c-.011719 1.285156.285156 2.554687.871094 3.699218l26.363281 50.554688c1.375 2.640625 4.105469 4.296875 7.085937 4.296875 2.976563 0 5.707032-1.65625 7.085938-4.296875l26.535156-50.554688c.640625-1.132812 1.003906-2.398437 1.058594-3.699218v-318.492188c0-4.417969-3.890625-7.71875-8.308594-7.71875h-1.035156l.226562-23.371094c.03125-2.160156-.804687-4.242187-2.316406-5.777344-1.515625-1.539062-3.582031-2.40625-5.742187-2.40625l-34.871094.234376c-4.390625.027343-7.941406 3.589843-7.953125 7.984374v23.335938h-1.074219c-2.085937-.0625-4.105469.726562-5.597656 2.179688-1.496094 1.457031-2.335937 3.453124-2.328125 5.539062v16.953125l-11.972656-.140625c-4.433594-.074219-8.707032 1.648438-11.84375 4.78125-2.742188 2.742188-4.25 6.480469-4.183594 10.359375v97.210937c0 4.417969 3.582031 8 8 8zm73-128.882812v302h-37v-302zm-18.691406 343.261719-13.183594-25.261719h26.367188zm-9.308594-374.65625h18.789062l-.132812 15.394531h-18.65625zm0 0'/%3E%3C/g%3E%3C/svg%3E"); }
html.oc #Left .Content .Text ul.Columns li.l2 { background-image: url("data:image/svg+xml,%3Csvg width='488' height='451' viewBox='0 0 488 451' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M159.615 111.227C159.615 121.262 151.479 129.398 141.445 129.398H22.8165L46.7406 105.474L38.1759 96.9089L3.91263 131.172C1.54817 133.538 1.54817 137.371 3.91263 139.737L38.1759 174L46.7406 165.435L22.8165 141.511H141.445C158.162 141.491 171.708 127.944 171.729 111.227V87H159.615V111.227Z' fill='%230052A4'/%3E%3Cpath d='M14.2518 62.7729C14.2518 52.7368 22.3862 44.6024 32.4222 44.6024H151.051L127.126 68.5265L135.691 77.0912L169.954 42.828C172.319 40.462 172.319 36.6292 169.954 34.2633L135.691 0L127.126 8.56471L151.051 32.4888H32.4222C15.7054 32.508 2.15741 46.056 2.13818 62.7729V87.0001H14.2518V62.7729Z' fill='%230052A4'/%3E%3Cpath d='M462.6 292.701L423.4 274.801L388.8 219.601C378.8 203.601 361.2 193.901 342.3 194.001H194.9C177.8 194.001 161.6 201.901 151.2 215.501L106.5 274.001L32 294.401C13.1 299.601 0 316.901 0 336.501V365.001C0 389.101 19.2 409.001 43.3 409.001H49.7C57.4 438.701 87.7 456.501 117.4 448.801C136.9 443.701 152.2 428.501 157.2 409.001H325.2C332.9 438.701 363.2 456.501 392.9 448.801C412.4 443.701 427.7 428.501 432.7 409.001H444.7C468.8 409.001 488 389.101 488 365.001V332.501C488.1 315.401 478.1 299.801 462.6 292.701ZM103.4 430.401C83.8 430.401 67.9 414.501 67.9 394.901C67.9 375.301 83.8 359.401 103.4 359.401C123 359.401 138.9 375.301 138.9 394.901C139 414.401 123.1 430.301 103.4 430.401ZM378.9 430.401C359.3 430.401 343.4 414.501 343.4 394.901C343.4 375.301 359.3 359.401 378.9 359.401C398.5 359.401 414.4 375.301 414.4 394.901C414.5 414.401 398.6 430.301 378.9 430.401ZM444.7 389.001H434.1C430.8 358.501 403.3 336.501 372.8 339.901C346.9 342.701 326.5 363.201 323.7 389.001H158.6C155.3 358.501 127.8 336.501 97.3 339.901C71.4 342.701 51 363.201 48.2 389.001H43.2C30.1 389.001 19.9 378.101 19.9 365.001V336.501C19.8 325.801 26.9 316.501 37.2 313.601L115.1 292.301C117.2 291.701 119.1 290.501 120.4 288.701L167 227.601C173.7 219.001 184 214.001 194.9 214.001H342.3C354.3 213.901 365.6 220.001 371.9 230.201L408.1 288.001C409.1 289.701 410.7 291.001 412.4 291.801L454.2 310.901C462.6 314.801 468 323.201 467.9 332.501V365.001H468C468 378.101 457.8 389.001 444.7 389.001Z' fill='%230052A4'/%3E%3C/svg%3E%0A"); }
html.oc #Left .Content .Text ul.Columns li.l3 { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg fill='%230052A4'%3E%3Ccircle cx='330.667' cy='96' r='10.667'/%3E%3Ccircle cx='394.667' cy='96' r='10.667'/%3E%3Cpath d='M410.208,129.281c-5.125-2.708-11.583-0.667-14.354,4.479c-0.333,0.635-8.667,15.573-33.188,15.573 c-24.333,0-32.729-14.719-33.188-15.563c-2.688-5.167-9-7.198-14.25-4.646c-5.271,2.635-7.396,9.042-4.771,14.313 c0.563,1.115,14.063,27.229,52.208,27.229c38.146,0,51.646-26.115,52.208-27.229 C417.479,138.229,415.375,131.958,410.208,129.281z'/%3E%3Cpath d='M149.333,362.667C190.5,362.667,224,329.167,224,288s-33.5-74.667-74.667-74.667c-41.167,0-74.667,33.5-74.667,74.667 S108.167,362.667,149.333,362.667z M149.333,234.667c29.417,0,53.333,23.927,53.333,53.333s-23.917,53.333-53.333,53.333 C119.917,341.333,96,317.406,96,288S119.917,234.667,149.333,234.667z'/%3E%3Cpath d='M264,414.531C237.146,400.604,195.458,384,149.333,384s-87.813,16.604-114.667,30.531 C13.292,425.615,0,447.469,0,471.573v9.76C0,498.24,13.667,512,30.479,512h237.708c16.813,0,30.479-13.76,30.479-30.667v-9.76 C298.667,447.469,285.375,425.615,264,414.531z M277.333,481.333c0,5.146-4.104,9.333-9.146,9.333H30.479 c-5.042,0-9.146-4.188-9.146-9.333v-9.76c0-16.104,8.875-30.698,23.167-38.104c24.729-12.833,63.021-28.135,104.833-28.135 s80.104,15.302,104.833,28.135c14.292,7.406,23.167,22,23.167,38.104V481.333z'/%3E%3Cpath d='M362.667,0c-82.333,0-149.333,52.635-149.333,117.333c0,25.958,10.875,50.938,30.875,71.375l-27.75,27.75 c-3.042,3.052-3.958,7.635-2.313,11.625c1.646,3.99,5.542,6.583,9.854,6.583h138.667C445,234.667,512,182.031,512,117.333 S445,0,362.667,0z M362.667,213.333H249.75L267.083,196c2.104-2.104,3.229-4.979,3.125-7.948 c-0.125-2.969-1.479-5.76-3.729-7.688c-20.521-17.594-31.813-39.979-31.813-63.031c0-52.938,57.417-96,128-96s128,43.063,128,96 S433.25,213.333,362.667,213.333z'/%3E%3C/g%3E%3C/svg%3E"); }

html.color-wiener #Left .Content .Text ul.Columns li.l1 { background-image: url("data:image/svg+xml,%3Csvg height='460pt' viewBox='0 -2 460 460' width='460pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23004950'%3E%3Cpath d='m8.308594 456h325c2.109375-.054688 4.113281-.953125 5.554687-2.488281 1.445313-1.539063 2.214844-3.59375 2.136719-5.703125v-359.734375c.058594-2.046875-.6875-4.035157-2.074219-5.542969l-76.695312-79.980469c-1.46875-1.59375-3.523438-2.5156248-5.691407-2.550781h-248.230468c-4.515625.0664062-8.179688 3.675781-8.308594 8.191406v439.617188c.128906 4.515625 3.792969 8.125 8.308594 8.191406zm256.691406-427.941406 49.53125 51.941406h-49.53125zm-249-12.058594h233v72.074219c0 4.417969 3.121094 7.925781 7.539062 7.925781h68.460938v344h-309zm0 0'/%3E%3Cpath d='m273.753906 368h-211.824218c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8h211.824218c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8zm0 0'/%3E%3Cpath d='m61.929688 332h122.710937c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8h-122.710937c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8zm0 0'/%3E%3Cpath d='m163.910156 202.128906c-4.0625 4.421875-8.5 8.492188-13.253906 12.160156-4.332031-14.351562-13.382812-20.953124-20.734375-20.953124-6.320313 0-10.644531 5.417968-14.152344 12.328124l-8-21.28125c-.992187-2.695312-3.351562-4.652343-6.183593-5.125-2.832032-.476562-5.699219.601563-7.515626 2.824219-1.820312 2.222657-2.304687 5.25-1.277343 7.929688l15.308593 40.71875c1.171876 3.117187 4.152344 5.183593 7.484376 5.183593h.242187c3.417969-.105468 6.394531-2.371093 7.402344-5.636718 2.300781-7.464844 5.625-15.464844 7.96875-19.5 1.734375 2.089844 4.042969 6.273437 5.164062 12.433594.824219 4.542968 3.621094 7.820312 7.667969 9 2.707031.785156 10.949219 3.183593 31.636719-19.226563 1.976562-2.09375 2.671875-5.085937 1.828125-7.839844-.847656-2.75-3.105469-4.835937-5.917969-5.460937-2.808594-.621094-5.738281.3125-7.667969 2.449218zm0 0'/%3E%3Cpath d='m213 151c0-4.417969-3.582031-8-8-8h-139c-4.417969 0-8 3.582031-8 8v112c0 4.417969 3.582031 8 8 8h139c4.417969 0 8-3.582031 8-8zm-139 8h123v97h-123zm0 0'/%3E%3Cpath d='m371 213.882812c4.417969 0 8-3.582031 8-8v-96.328124c0-.015626-.011719-.015626.101562-.023438l11.898438.140625v285.539063c-.011719 1.285156.285156 2.554687.871094 3.699218l26.363281 50.554688c1.375 2.640625 4.105469 4.296875 7.085937 4.296875 2.976563 0 5.707032-1.65625 7.085938-4.296875l26.535156-50.554688c.640625-1.132812 1.003906-2.398437 1.058594-3.699218v-318.492188c0-4.417969-3.890625-7.71875-8.308594-7.71875h-1.035156l.226562-23.371094c.03125-2.160156-.804687-4.242187-2.316406-5.777344-1.515625-1.539062-3.582031-2.40625-5.742187-2.40625l-34.871094.234376c-4.390625.027343-7.941406 3.589843-7.953125 7.984374v23.335938h-1.074219c-2.085937-.0625-4.105469.726562-5.597656 2.179688-1.496094 1.457031-2.335937 3.453124-2.328125 5.539062v16.953125l-11.972656-.140625c-4.433594-.074219-8.707032 1.648438-11.84375 4.78125-2.742188 2.742188-4.25 6.480469-4.183594 10.359375v97.210937c0 4.417969 3.582031 8 8 8zm73-128.882812v302h-37v-302zm-18.691406 343.261719-13.183594-25.261719h26.367188zm-9.308594-374.65625h18.789062l-.132812 15.394531h-18.65625zm0 0'/%3E%3C/g%3E%3C/svg%3E"); }
html.color-wiener #Left .Content .Text ul.Columns li.l2 { background-image: url("data:image/svg+xml,%3Csvg width='488' height='451' viewBox='0 0 488 451' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M159.615 111.227C159.615 121.262 151.479 129.398 141.445 129.398H22.8165L46.7406 105.474L38.1759 96.9089L3.91263 131.172C1.54817 133.538 1.54817 137.371 3.91263 139.737L38.1759 174L46.7406 165.435L22.8165 141.511H141.445C158.162 141.491 171.708 127.944 171.729 111.227V87H159.615V111.227Z' fill='%23004950'/%3E%3Cpath d='M14.2518 62.7729C14.2518 52.7368 22.3862 44.6024 32.4222 44.6024H151.051L127.126 68.5265L135.691 77.0912L169.954 42.828C172.319 40.462 172.319 36.6292 169.954 34.2633L135.691 0L127.126 8.56471L151.051 32.4888H32.4222C15.7054 32.508 2.15741 46.056 2.13818 62.7729V87.0001H14.2518V62.7729Z' fill='%23004950'/%3E%3Cpath d='M462.6 292.701L423.4 274.801L388.8 219.601C378.8 203.601 361.2 193.901 342.3 194.001H194.9C177.8 194.001 161.6 201.901 151.2 215.501L106.5 274.001L32 294.401C13.1 299.601 0 316.901 0 336.501V365.001C0 389.101 19.2 409.001 43.3 409.001H49.7C57.4 438.701 87.7 456.501 117.4 448.801C136.9 443.701 152.2 428.501 157.2 409.001H325.2C332.9 438.701 363.2 456.501 392.9 448.801C412.4 443.701 427.7 428.501 432.7 409.001H444.7C468.8 409.001 488 389.101 488 365.001V332.501C488.1 315.401 478.1 299.801 462.6 292.701ZM103.4 430.401C83.8 430.401 67.9 414.501 67.9 394.901C67.9 375.301 83.8 359.401 103.4 359.401C123 359.401 138.9 375.301 138.9 394.901C139 414.401 123.1 430.301 103.4 430.401ZM378.9 430.401C359.3 430.401 343.4 414.501 343.4 394.901C343.4 375.301 359.3 359.401 378.9 359.401C398.5 359.401 414.4 375.301 414.4 394.901C414.5 414.401 398.6 430.301 378.9 430.401ZM444.7 389.001H434.1C430.8 358.501 403.3 336.501 372.8 339.901C346.9 342.701 326.5 363.201 323.7 389.001H158.6C155.3 358.501 127.8 336.501 97.3 339.901C71.4 342.701 51 363.201 48.2 389.001H43.2C30.1 389.001 19.9 378.101 19.9 365.001V336.501C19.8 325.801 26.9 316.501 37.2 313.601L115.1 292.301C117.2 291.701 119.1 290.501 120.4 288.701L167 227.601C173.7 219.001 184 214.001 194.9 214.001H342.3C354.3 213.901 365.6 220.001 371.9 230.201L408.1 288.001C409.1 289.701 410.7 291.001 412.4 291.801L454.2 310.901C462.6 314.801 468 323.201 467.9 332.501V365.001H468C468 378.101 457.8 389.001 444.7 389.001Z' fill='%23004950'/%3E%3C/svg%3E%0A"); }
html.color-wiener #Left .Content .Text ul.Columns li.l3 { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg fill='%23004950'%3E%3Ccircle cx='330.667' cy='96' r='10.667'/%3E%3Ccircle cx='394.667' cy='96' r='10.667'/%3E%3Cpath d='M410.208,129.281c-5.125-2.708-11.583-0.667-14.354,4.479c-0.333,0.635-8.667,15.573-33.188,15.573 c-24.333,0-32.729-14.719-33.188-15.563c-2.688-5.167-9-7.198-14.25-4.646c-5.271,2.635-7.396,9.042-4.771,14.313 c0.563,1.115,14.063,27.229,52.208,27.229c38.146,0,51.646-26.115,52.208-27.229 C417.479,138.229,415.375,131.958,410.208,129.281z'/%3E%3Cpath d='M149.333,362.667C190.5,362.667,224,329.167,224,288s-33.5-74.667-74.667-74.667c-41.167,0-74.667,33.5-74.667,74.667 S108.167,362.667,149.333,362.667z M149.333,234.667c29.417,0,53.333,23.927,53.333,53.333s-23.917,53.333-53.333,53.333 C119.917,341.333,96,317.406,96,288S119.917,234.667,149.333,234.667z'/%3E%3Cpath d='M264,414.531C237.146,400.604,195.458,384,149.333,384s-87.813,16.604-114.667,30.531 C13.292,425.615,0,447.469,0,471.573v9.76C0,498.24,13.667,512,30.479,512h237.708c16.813,0,30.479-13.76,30.479-30.667v-9.76 C298.667,447.469,285.375,425.615,264,414.531z M277.333,481.333c0,5.146-4.104,9.333-9.146,9.333H30.479 c-5.042,0-9.146-4.188-9.146-9.333v-9.76c0-16.104,8.875-30.698,23.167-38.104c24.729-12.833,63.021-28.135,104.833-28.135 s80.104,15.302,104.833,28.135c14.292,7.406,23.167,22,23.167,38.104V481.333z'/%3E%3Cpath d='M362.667,0c-82.333,0-149.333,52.635-149.333,117.333c0,25.958,10.875,50.938,30.875,71.375l-27.75,27.75 c-3.042,3.052-3.958,7.635-2.313,11.625c1.646,3.99,5.542,6.583,9.854,6.583h138.667C445,234.667,512,182.031,512,117.333 S445,0,362.667,0z M362.667,213.333H249.75L267.083,196c2.104-2.104,3.229-4.979,3.125-7.948 c-0.125-2.969-1.479-5.76-3.729-7.688c-20.521-17.594-31.813-39.979-31.813-63.031c0-52.938,57.417-96,128-96s128,43.063,128,96 S433.25,213.333,362.667,213.333z'/%3E%3C/g%3E%3C/svg%3E"); }

html.link4-v2 #Left .Content .Text ul.Columns li.l1 { background-image: url("data:image/svg+xml,%3Csvg height='460pt' viewBox='0 -2 460 460' width='460pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%237C219B'%3E%3Cpath d='m8.308594 456h325c2.109375-.054688 4.113281-.953125 5.554687-2.488281 1.445313-1.539063 2.214844-3.59375 2.136719-5.703125v-359.734375c.058594-2.046875-.6875-4.035157-2.074219-5.542969l-76.695312-79.980469c-1.46875-1.59375-3.523438-2.5156248-5.691407-2.550781h-248.230468c-4.515625.0664062-8.179688 3.675781-8.308594 8.191406v439.617188c.128906 4.515625 3.792969 8.125 8.308594 8.191406zm256.691406-427.941406 49.53125 51.941406h-49.53125zm-249-12.058594h233v72.074219c0 4.417969 3.121094 7.925781 7.539062 7.925781h68.460938v344h-309zm0 0'/%3E%3Cpath d='m273.753906 368h-211.824218c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8h211.824218c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8zm0 0'/%3E%3Cpath d='m61.929688 332h122.710937c4.417969 0 8-3.582031 8-8s-3.582031-8-8-8h-122.710937c-4.417969 0-8 3.582031-8 8s3.582031 8 8 8zm0 0'/%3E%3Cpath d='m163.910156 202.128906c-4.0625 4.421875-8.5 8.492188-13.253906 12.160156-4.332031-14.351562-13.382812-20.953124-20.734375-20.953124-6.320313 0-10.644531 5.417968-14.152344 12.328124l-8-21.28125c-.992187-2.695312-3.351562-4.652343-6.183593-5.125-2.832032-.476562-5.699219.601563-7.515626 2.824219-1.820312 2.222657-2.304687 5.25-1.277343 7.929688l15.308593 40.71875c1.171876 3.117187 4.152344 5.183593 7.484376 5.183593h.242187c3.417969-.105468 6.394531-2.371093 7.402344-5.636718 2.300781-7.464844 5.625-15.464844 7.96875-19.5 1.734375 2.089844 4.042969 6.273437 5.164062 12.433594.824219 4.542968 3.621094 7.820312 7.667969 9 2.707031.785156 10.949219 3.183593 31.636719-19.226563 1.976562-2.09375 2.671875-5.085937 1.828125-7.839844-.847656-2.75-3.105469-4.835937-5.917969-5.460937-2.808594-.621094-5.738281.3125-7.667969 2.449218zm0 0'/%3E%3Cpath d='m213 151c0-4.417969-3.582031-8-8-8h-139c-4.417969 0-8 3.582031-8 8v112c0 4.417969 3.582031 8 8 8h139c4.417969 0 8-3.582031 8-8zm-139 8h123v97h-123zm0 0'/%3E%3Cpath d='m371 213.882812c4.417969 0 8-3.582031 8-8v-96.328124c0-.015626-.011719-.015626.101562-.023438l11.898438.140625v285.539063c-.011719 1.285156.285156 2.554687.871094 3.699218l26.363281 50.554688c1.375 2.640625 4.105469 4.296875 7.085937 4.296875 2.976563 0 5.707032-1.65625 7.085938-4.296875l26.535156-50.554688c.640625-1.132812 1.003906-2.398437 1.058594-3.699218v-318.492188c0-4.417969-3.890625-7.71875-8.308594-7.71875h-1.035156l.226562-23.371094c.03125-2.160156-.804687-4.242187-2.316406-5.777344-1.515625-1.539062-3.582031-2.40625-5.742187-2.40625l-34.871094.234376c-4.390625.027343-7.941406 3.589843-7.953125 7.984374v23.335938h-1.074219c-2.085937-.0625-4.105469.726562-5.597656 2.179688-1.496094 1.457031-2.335937 3.453124-2.328125 5.539062v16.953125l-11.972656-.140625c-4.433594-.074219-8.707032 1.648438-11.84375 4.78125-2.742188 2.742188-4.25 6.480469-4.183594 10.359375v97.210937c0 4.417969 3.582031 8 8 8zm73-128.882812v302h-37v-302zm-18.691406 343.261719-13.183594-25.261719h26.367188zm-9.308594-374.65625h18.789062l-.132812 15.394531h-18.65625zm0 0'/%3E%3C/g%3E%3C/svg%3E"); }
html.link4-v2 #Left .Content .Text ul.Columns li.l2 { background-image: url("data:image/svg+xml,%3Csvg width='488' height='451' viewBox='0 0 488 451' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M159.615 111.227C159.615 121.262 151.479 129.398 141.445 129.398H22.8165L46.7406 105.474L38.1759 96.9089L3.91263 131.172C1.54817 133.538 1.54817 137.371 3.91263 139.737L38.1759 174L46.7406 165.435L22.8165 141.511H141.445C158.162 141.491 171.708 127.944 171.729 111.227V87H159.615V111.227Z' fill='%237C219B'/%3E%3Cpath d='M14.2518 62.7729C14.2518 52.7368 22.3862 44.6024 32.4222 44.6024H151.051L127.126 68.5265L135.691 77.0912L169.954 42.828C172.319 40.462 172.319 36.6292 169.954 34.2633L135.691 0L127.126 8.56471L151.051 32.4888H32.4222C15.7054 32.508 2.15741 46.056 2.13818 62.7729V87.0001H14.2518V62.7729Z' fill='%237C219B'/%3E%3Cpath d='M462.6 292.701L423.4 274.801L388.8 219.601C378.8 203.601 361.2 193.901 342.3 194.001H194.9C177.8 194.001 161.6 201.901 151.2 215.501L106.5 274.001L32 294.401C13.1 299.601 0 316.901 0 336.501V365.001C0 389.101 19.2 409.001 43.3 409.001H49.7C57.4 438.701 87.7 456.501 117.4 448.801C136.9 443.701 152.2 428.501 157.2 409.001H325.2C332.9 438.701 363.2 456.501 392.9 448.801C412.4 443.701 427.7 428.501 432.7 409.001H444.7C468.8 409.001 488 389.101 488 365.001V332.501C488.1 315.401 478.1 299.801 462.6 292.701ZM103.4 430.401C83.8 430.401 67.9 414.501 67.9 394.901C67.9 375.301 83.8 359.401 103.4 359.401C123 359.401 138.9 375.301 138.9 394.901C139 414.401 123.1 430.301 103.4 430.401ZM378.9 430.401C359.3 430.401 343.4 414.501 343.4 394.901C343.4 375.301 359.3 359.401 378.9 359.401C398.5 359.401 414.4 375.301 414.4 394.901C414.5 414.401 398.6 430.301 378.9 430.401ZM444.7 389.001H434.1C430.8 358.501 403.3 336.501 372.8 339.901C346.9 342.701 326.5 363.201 323.7 389.001H158.6C155.3 358.501 127.8 336.501 97.3 339.901C71.4 342.701 51 363.201 48.2 389.001H43.2C30.1 389.001 19.9 378.101 19.9 365.001V336.501C19.8 325.801 26.9 316.501 37.2 313.601L115.1 292.301C117.2 291.701 119.1 290.501 120.4 288.701L167 227.601C173.7 219.001 184 214.001 194.9 214.001H342.3C354.3 213.901 365.6 220.001 371.9 230.201L408.1 288.001C409.1 289.701 410.7 291.001 412.4 291.801L454.2 310.901C462.6 314.801 468 323.201 467.9 332.501V365.001H468C468 378.101 457.8 389.001 444.7 389.001Z' fill='%237C219B'/%3E%3C/svg%3E%0A"); }
html.link4-v2 #Left .Content .Text ul.Columns li.l3 { background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg fill='%237C219B'%3E%3Ccircle cx='330.667' cy='96' r='10.667'/%3E%3Ccircle cx='394.667' cy='96' r='10.667'/%3E%3Cpath d='M410.208,129.281c-5.125-2.708-11.583-0.667-14.354,4.479c-0.333,0.635-8.667,15.573-33.188,15.573 c-24.333,0-32.729-14.719-33.188-15.563c-2.688-5.167-9-7.198-14.25-4.646c-5.271,2.635-7.396,9.042-4.771,14.313 c0.563,1.115,14.063,27.229,52.208,27.229c38.146,0,51.646-26.115,52.208-27.229 C417.479,138.229,415.375,131.958,410.208,129.281z'/%3E%3Cpath d='M149.333,362.667C190.5,362.667,224,329.167,224,288s-33.5-74.667-74.667-74.667c-41.167,0-74.667,33.5-74.667,74.667 S108.167,362.667,149.333,362.667z M149.333,234.667c29.417,0,53.333,23.927,53.333,53.333s-23.917,53.333-53.333,53.333 C119.917,341.333,96,317.406,96,288S119.917,234.667,149.333,234.667z'/%3E%3Cpath d='M264,414.531C237.146,400.604,195.458,384,149.333,384s-87.813,16.604-114.667,30.531 C13.292,425.615,0,447.469,0,471.573v9.76C0,498.24,13.667,512,30.479,512h237.708c16.813,0,30.479-13.76,30.479-30.667v-9.76 C298.667,447.469,285.375,425.615,264,414.531z M277.333,481.333c0,5.146-4.104,9.333-9.146,9.333H30.479 c-5.042,0-9.146-4.188-9.146-9.333v-9.76c0-16.104,8.875-30.698,23.167-38.104c24.729-12.833,63.021-28.135,104.833-28.135 s80.104,15.302,104.833,28.135c14.292,7.406,23.167,22,23.167,38.104V481.333z'/%3E%3Cpath d='M362.667,0c-82.333,0-149.333,52.635-149.333,117.333c0,25.958,10.875,50.938,30.875,71.375l-27.75,27.75 c-3.042,3.052-3.958,7.635-2.313,11.625c1.646,3.99,5.542,6.583,9.854,6.583h138.667C445,234.667,512,182.031,512,117.333 S445,0,362.667,0z M362.667,213.333H249.75L267.083,196c2.104-2.104,3.229-4.979,3.125-7.948 c-0.125-2.969-1.479-5.76-3.729-7.688c-20.521-17.594-31.813-39.979-31.813-63.031c0-52.938,57.417-96,128-96s128,43.063,128,96 S433.25,213.333,362.667,213.333z'/%3E%3C/g%3E%3C/svg%3E"); }

#Left .Content .Text ul.Columns li h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 24px;
	font-size: 24px;
}

#Left .Content .Text ul.Columns li p {
	line-height: 24px;
}

#Right {
	width: 50%;
	color: #222222;
	float: right;
}

#Right .Text {
	margin: 0px 40px 40px 40px;
	color: #FFF;
	display: none;
}

#Right .Text h1 {
	margin: 25px 0px 10px 0px;
	padding: 0px;
	line-height: 48px;
	font-size: 42px;
}

#Right .Text .Desc {
	line-height: 24px;
	font-size: 16px;
}

#Right .Grid {
	margin: 0px 0px 40px 0px;
	position: relative;
}

#Right header {
	border-bottom: solid 1px #EEEEEE;
	margin-bottom: 40px;
	padding: 16px 28px 23px 28px;
	position: relative;
}

#Right header:after {
	content: '';
	display: block;
	clear: both;
}

#Right header .Action {
	float: left;
}

#Right header .Action p {
	line-height: 25px;
	font-size: 20px;
}

html.color-tu #Right header .Action p {
	color: #F42F41;
}

html.oc #Right header .Action p {
	color: #2E2E2E;
}

html.color-wiener #Right header .Action p {
	color: #009AAD;
}

#Right header .Action p .lastChar:after {
	content: ':';
}

#Right header .Action p:last-child {
	margin-top: 8px;
	line-height: 20px;
	font-size: 16px;
}

#Right header .Button {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, rgba(55, 94, 246, 0) 100%), #375EF6;
	padding: 0px 24px;
	position: absolute;
	height: 48px;
	line-height: 48px;
	top: 50%;
	right: 23px;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

html.red #Right header .Button {
	background: #EA3944;
	background: -moz-linear-gradient(left, #EA3944 0%, #D01C37 100%);
	background: -webkit-linear-gradient(left, #EA3944 0%, #D01C37 100%);
	background: linear-gradient(to right, #EA3944 0%, #D01C37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA3944', endColorstr='#D01C37',GradientType=1 );
}

html.green #Right header .Button {
	background: #6EC522;
	background: -moz-linear-gradient(left, #6EC522 0%, #63AF1E 100%);
	background: -webkit-linear-gradient(left, #6EC522 0%, #63AF1E 100%);
	background: linear-gradient(to right, #6EC522 0%, #63AF1E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6EC522', endColorstr='#D01C37',GradientType=1 );
}

html.color-tu #Right header .Button {
	background: #F42F41;
}

html.oc #Right header .Button {
	background: #0052A4;
}

html.color-wiener #Right header .Button {
	background: #009AAD;
}

html.uniqua #Right header .Button {
	background: #0B9765;
}
html.link4 #Right header .Button {
	background: #E90E72;
}
html.link4-v2 #Right header .Button {
	background: #ed0f89;
}

#Right header .Button:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7162 10.5022C13.7366 10.5022 12.7747 10.349 11.8633 10.0478C11.4167 9.89542 10.8676 10.0352 10.595 10.3151L8.796 11.6732C6.70963 10.5595 5.42446 9.27475 4.32596 7.20404L5.64408 5.45188C5.98654 5.10988 6.10938 4.61029 5.96221 4.14154C5.65971 3.22529 5.50604 2.26392 5.50604 1.28392C5.50608 0.575958 4.93013 0 4.22221 0H1.28387C0.575958 0 0 0.575958 0 1.28387C0 9.39846 6.60158 16 14.7162 16C15.4241 16 16 15.424 16 14.7161V11.786C16 11.0781 15.424 10.5022 14.7162 10.5022Z' fill='white'/%3E%3C/svg%3E%0A");
	margin-right: 12px;
	position: relative;
	width: 16px;
	height: 16px;
	top: 2px;
	display: inline-block;
}

#Right header .Button:hover {
	opacity: 0.8;
}

#Right header .Phone a:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23204aff' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'%3E%3C/path%3E%3C/svg%3E");
	background-size: auto 100%;
	margin-top: 16px;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	vertical-align: top;
	display: inline-block;
}

#Right .Form {
	margin: 0 auto;
	max-width: 400px;
}

#Right .Form .Caption {
	margin-bottom: 5px;
	line-height: 48px;
	font-weight: 700;
	font-size: 42px;
}

#Right .Form form {
	margin-top: 30px;
}

#Right .Form .Field {
	margin-bottom: 10px;
}

#Right .Form .Field .Name {
	margin-bottom: 5px;
	position: relative;
	font-weight: 600;
}

#Right .Form .Field .Name span {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: 300;
}

#Right .Form .Field .Name.Required:after {
	content: '*';
	margin-left: 4px;
	color: #ff2525;
}

#Right .Form .Field .Space {
	position: relative;
}

#Right .Form .Field.OK .Space:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%2334ca42' d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.25 17.292l-4.5-4.364 1.857-1.858 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.643z'/%3E%3C/svg%3E");
	position: absolute;
	width: 14px;
	height: 14px;
	top: 14px;
	right: 10px;
	display: block;
}

#Right .Form .Field.Error .Space:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23e53935' d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z'/%3E%3C/svg%3E");
	position: absolute;
	width: 14px;
	height: 14px;
	top: 14px;
	right: 10px;
	display: block;
}

#Right .Form .Field .Space input,
#Right .Form .Field .Space textarea {
	background-color: #f5f5f5;
	border: 0px;
	padding: 0px 10px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	color: #888888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#Right .Form .Field .Space input:focus,
#Right .Form .Field .Space textarea:focus {
	background-color: #D5DDFE;
	color: #5877fd !important;
}

#Right .Form .Field.OK .Space input,
#Right .Form .Field.OK .Space textarea {
	color: #34ca42;
}

#Right .Form .Field.Error .Space input,
#Right .Form .Field.Error .Space textarea,
#Right .Form .Field.Error .Space label {
	color: #e53935;
}

#Right .Form .Field.Error .Space label .Checkbox .Box {
	border-color: #e53935;
}

#Right .Form .Field .Space input {
	height: 41px;
	line-height: 41px;
}

#Right .Form .Field .Space textarea {
	margin-bottom: 10px;
	padding: 10px;
	height: 100px;
	line-height: 20px;
	resize: vertical;
}

#Right .Form .Field .Space label {
	overflow: hidden;
	display: block;
}

#Right .Form .Field .Space label .Checkbox {
	margin-top: 4px;
	position: relative;
	width: 18px;
	height: 18px;
	overflow: hidden;
	float: left;
}

#Right .Form .Field .Space label .Checkbox input {
	position: absolute;
	top: -30px;
	left: -30px;
}

#Right .Form .Field .Space label .Checkbox .Box {
	border: solid 2px #ccc;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#Right .Form .Field .Space label .Checkbox input:checked ~ .Box {
	background-color: #34ca42;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	border-color: #34ca42;
}

#Right .Form .Field .Space label p {
	margin-left: 35px;
	margin-right: 10px;
	line-height: 20px;
	font-size: 15px;
}

#Right .Form .Field .Space label a {
	text-decoration: underline;
	color: #222;
}

#Right .Form .Save {
	background: #204AFF;
	background: -moz-linear-gradient(left, #204AFF 0%, #375CFF 100%);
	background: -webkit-linear-gradient(left, #204AFF 0%, #375CFF 100%);
	background: linear-gradient(to right, #204AFF 0%, #375CFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#204AFF', endColorstr='#375CFF',GradientType=1 );
	border: 0px;
	margin-top: 20px;
	width: 100%;
	height: 50px;
	line-height: 46px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s;
}

html.red #Right .Form .Save {
	background: #EA3944;
	background: -moz-linear-gradient(left, #EA3944 0%, #D01C37 100%);
	background: -webkit-linear-gradient(left, #EA3944 0%, #D01C37 100%);
	background: linear-gradient(to right, #EA3944 0%, #D01C37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA3944', endColorstr='#D01C37',GradientType=1 );
}

html.green #Right .Form .Save {
	background: #6EC522;
	background: -moz-linear-gradient(left, #6EC522 0%, #63AF1E 100%);
	background: -webkit-linear-gradient(left, #6EC522 0%, #63AF1E 100%);
	background: linear-gradient(to right, #6EC522 0%, #63AF1E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6EC522', endColorstr='#63AF1E',GradientType=1 );
}

html.color-tu #Right .Form .Save {
	background: #F42F41;
}

html.oc #Right .Form .Save {
	background: #FF8F20;
}

html.color-wiener #Right .Form .Save {
	background: #009AAD;
}

html.uniqua #Right .Form .Save {
	background: #0B9765;
}
html.link4 #Right .Form .Save {
	background: #E90E72;
}
html.link4-v2 #Right .Form .Save {
	background: #ed0f89;
}

#Right .Form .Save:hover {
	opacity: 0.8;
}

#Right .LinkPDF {
	background: #F4FBF7;
	margin: 0px auto 10px auto;
	padding: 18px 0px;
	position: relative;
	max-width: 400px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-o-transition:.3s;
  	-ms-transition:.3s;
 	-moz-transition:.3s;
 	-webkit-transition:.3s;
 	transition:.3s;
}

#Right .LinkPDF:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3124 11.7224C22.9304 11.7224 22.6248 12.028 22.6248 12.41V18.6647C22.6248 20.3659 21.2394 21.7462 19.5433 21.7462H4.45671C2.75552 21.7462 1.37521 20.3608 1.37521 18.6647V12.3081C1.37521 11.9261 1.06961 11.6205 0.687606 11.6205C0.305603 11.6205 0 11.9261 0 12.3081V18.6647C0 21.1248 2.0017 23.1214 4.45671 23.1214H19.5433C22.0034 23.1214 24 21.1197 24 18.6647V12.41C24 12.0331 23.6944 11.7224 23.3124 11.7224Z' fill='%23222222'/%3E%3Cpath d='M11.516 17.6613C11.6485 17.7937 11.8267 17.865 11.9999 17.865C12.1731 17.865 12.3513 17.7988 12.4838 17.6613L16.8539 13.2912C17.1238 13.0212 17.1238 12.5883 16.8539 12.3183C16.5839 12.0484 16.151 12.0484 15.8811 12.3183L12.6875 15.517V1.56621C12.6875 1.18421 12.3819 0.878608 11.9999 0.878608C11.6179 0.878608 11.3123 1.18421 11.3123 1.56621V15.517L8.11365 12.3183C7.8437 12.0484 7.41077 12.0484 7.14082 12.3183C6.87087 12.5883 6.87087 13.0212 7.14082 13.2912L11.516 17.6613Z' fill='%23222222'/%3E%3C/svg%3E");
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 16px;
	display: block;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#Right .LinkPDF:hover {
	opacity: 0.75;
}

#Right .Form #Message .SUCCESS,
#Right .Form #Message .ERROR {
	margin-top: 30px;
	text-align: center;
	font-weight: 600;
}

#Right .Form #Message .SUCCESS { color: #34ca42; }
#Right .Form #Message .ERROR { color: #e53935; }

#Right .Addnotation {
	background: #F4FBF7;
	margin: 0px auto 20px auto;
	padding: 25px 30px;
	position: relative;
	max-width: 400px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#Right .Addnotation .Name {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #000;
}

#Right .Addnotation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
	color: #000;
	opacity: 0.75;
}

#Right .Addnotation ul li {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24'%3E%3Cpath fill='%2329cb35' d='M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z'/%3E%3C/svg%3E");
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 21px;
	font-size: 14px;
	color: #888;
}

html.color-tu #Right .Addnotation .Name {
	color: #F42F41;
}

html.oc #Right .Addnotation .Name {
	color: #2E2E2E;
}

html.color-tu #Right,
html.color-tu #Right .Addnotation ul,
html.color-tu #Right .Addnotation ul li,
html.color-tu #Right .LinkPDF {
	color: #003688;
}

html.oc #Right,
html.oc #Right .Addnotation ul,
html.oc #Right .Addnotation ul li,
html.oc #Right .LinkPDF {
	color: #2E2E2E;
}

html.color-wiener #Right .Addnotation .Name {
	color: #009AAD;
}

html.color-wiener #Right,
html.color-wiener #Right .Addnotation ul,
html.color-wiener #Right .Addnotation ul li,
html.color-wiener #Right .LinkPDF {
	color: #004950;
}

#Column footer {
	padding: 0px 40px 30px 40px;
	overflow: hidden;
	clear: both;
}

#Column footer .Copyright {
	height: 32px;
	line-height: 32px;
	float: left;
}

#Column footer .Info {
	height: 32px;
	line-height: 32px;
	display: block;
	float: right;
}

#Column footer .Info .Link,
#Column footer .Info .Powered {
	padding: 0px 20px;
	color: #222;
	float: left;
}

#Column footer .Info .Powered {
	padding-right: 0px;
}

#Column footer .Info .Powered a {
	font-weight: 700;
	color: #222;

}

.oc #Full footer .Info .Powered,
.oc footer .Info  a {
	color: #2E2E2E !important;
}

.oc #Full footer {
	border-top-color: #2E2E2E;
}

.GoTop {
	background-color: #FFF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	width: 42px;
	height: 42px;
	bottom: 20px;
	right: 20px;
	display: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.31);
	box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.31);
}

/**
 * Global
 */
.clear, .Clear {
	clear: both;
}





html.color-tu #Logo,
html.color-tu .Email,
html.color-tu .Phone {
	color: #003688 !important;
}

html.color-tu .Email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='003688' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z'%3E%3C/path%3E%3C/svg%3E") !important;
}
html.color-tu .Phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='003688' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}



html.oc #Logo,
html.oc .Email,
html.oc .Phone {
	color: #2E2E2E !important;
}

html.oc .Email {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='2E2E2E' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z'%3E%3C/path%3E%3C/svg%3E") !important;
}
html.oc .Phone {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='2E2E2E' d='M493.4 24.6l-104-24c-11.3-2.6-22.9 3.3-27.5 13.9l-48 112c-4.2 9.8-1.4 21.3 6.9 28l60.6 49.6c-36 76.7-98.9 140.5-177.2 177.2l-49.6-60.6c-6.8-8.3-18.2-11.1-28-6.9l-112 48C3.9 366.5-2 378.1.6 389.4l24 104C27.1 504.2 36.7 512 48 512c256.1 0 464-207.5 464-464 0-11.2-7.7-20.9-18.6-23.4z'%3E%3C/path%3E%3C/svg%3E") !important;
}
