@import url(fonts/fonts.css);
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 10px;
    -webkit-text-size-adjust: 10px;
    -ms-text-size-adjust: 10px;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, button, input, select, textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body {
    font-family: 'Avenir LT Pro 65 Medium';
    background-color: #fff;
}
.container {
	padding: 0 1.5rem;
}
a {
    text-decoration: none;
}
.top {
	background-color: #fff;
	padding: 0 4rem;
}
.top .header {
	padding: 0 1.5rem;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    max-width: 100%;
	min-height: 8rem;
}
.top .header .logo {
}
.top .header .logo img {
    width: 180px;
    height: auto;
}
.top .header .language {
}
.top .header .language ul, .top .header .menu-items ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.top .header .language ul li {
    display: inline-block;
    padding: 0px 5px;
    font-family: 'Avenir LT Pro 85 Heavy';
	font-size: 1.6rem;
}
.top .header .menu-items {
}
.top .header .menu-items ul li {
    display: inline-block;
    margin-right: 2rem;
    font-family: 'Avenir LT Pro 85 Heavy';
	font-size: 1.6rem;
}
.top .header .menu-items ul li.lastone {
    margin-right: 0;
}
.top .header .menu-items ul li a {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top .header .menu-items ul li a:hover {
	color: #74b95d;
}
.top .header .menu-items ul li a:before, .top .header .menu-items ul li a:after {
	content:'';
	width: 0;
	height: .1rem;
	background: #000;
	bottom: -.2rem;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.top .header .menu-items ul li a:before {	
	right: 50%;	
}

.top .header .menu-items ul li a:after {
	left: 50%;
}
.top .header .menu-items ul li a span {
	position: absolute;
	left: 50%;
	width: .7rem;
	height: .7rem;
	background: #000000;
	margin-left: -.2rem;
	bottom: -.5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.top .header .menu-items ul li a:hover span {
	opacity: 1;
}
.top .header .menu-items ul li a:hover:after, .top .header .menu-items ul li a:hover:before {
	width: 50%;
	opacity: 1;
}
.top .header .language ul li a, .top .header .menu-items ul li a {
    opacity: 1;
    color: #000;
}
.top .header .language ul li a.active, .top .header .menu-items ul li a.active {
    opacity: 1;
}
.top .header .language ul li a:hover {
    opacity: 1;
}
.hamburger {
		display: none;
}
.hamburger-box {
	display: flex;
	width: 40px;
	height: 24px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	display: block;
	background-color: #000;
	position: absolute;
	height: 4px;
	width: 30px;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 2px;
}
.hamburger-inner::before {
	content: '';
	margin-top: -8px;		
}
.hamburger-inner::after {
	content: '';
	margin-top: 8px;		
}
.hamburger-outer {
	display: block;
	background-color: #000;
	position: absolute;
	height: 4px;
	width: 30px;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 2px;
}
.hamburger-outer::before {
	content: '';
	margin-top: 0px;
	transform: rotate(405deg);		
}
.hamburger-outer::after {
	content: '';
	margin-top: 0px;
	transform: rotate(-405deg);
}
#eu-project .container img {
	max-width: 100%;
	height: auto;
	border: 0;
}
.menu-items-mobile {
	display: none;
	background: #210e54;
	color: #fff;
	width: 100%;
	height: 100%;
	padding-top: 2rem;
	text-align: center;
}
.menu-items-mobile ul li {
    padding-bottom: 1rem;
    font-family: 'Avenir LT Pro 85 Heavy';
	font-size: 1.6rem;
}
.menu-items-mobile ul li.lastone {
    padding-bottom: 2rem;
    font-family: 'Avenir LT Pro 85 Heavy';
	font-size: 1.6rem;
}
.menu-items-mobile ul li a {
    color: #fff;
	text-decoration: none;
}
.hero {
    height: 920px;
    background-color: #3164fe;
    position: relative;
    z-index: 2;
}
.hero #scene {
    height: 100%;
    position: absolute;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    left: -3%;
}
.hero .parallax {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
.hero .p1 {
    background-image: url(img/hero-bg.jpg);
}
.hero .p2 {
    background-image: url(img/hero-add.png);
}
.hero .p3 {
    background-image: url(img/hero-add2.png);
}
.hero .p4 {
    background-image: url(img/hero-person.png);
}
.hero .content {
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
    max-width: 1370px;
}
.hero .content .inner {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
}
.hero .content .inner .copy {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    width: 50%;
    margin-top: 60px;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    color: #fff;
}
.hero .content .inner .copy .text {
    padding-right: 70px;
    padding-left: 20px;
}
.hero .content .inner .copy .text svg {
    display: none;
}
}.hero .content .inner .copy h1 {
    font-weight: normal;
    font-size: 86px;
    line-height: 74px;
    font-family: 'Avenir LT Pro 55 Roman';
}
.hero .content .inner .copy h1 span {
    display: block;
    font-size: 74px;
    font-family: 'Avenir LT Pro 95 Black';
}
.hero .content .inner .copy h2 {
    font-family: 'Avenir LT Pro 55 Roman';
    font-weight: normal;
    margin: 30px 0px;
    font-size: 40px;
    white-space: nowrap;
}
.hero .content .inner .copy p {
    font-family: 'Avenir LT Pro 55 Roman';
    font-size: 21px;
    line-height: normal;
}
.hero .content .inner .copy p strong {
    font-family: 'Avenir LT Pro 95 Black';
}
.hero .content .inner .border {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #efdd01;
    top: 15px;
    z-index: -1;
    right: -15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
@media screen and (max-width: 992px) {
    .hero .content .inner .border {
    display: none;
}
}.hero .content .inner .form {
    max-width: 450px;
    margin-bottom: 50px;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
@media screen and (max-width: 992px) {
    .hero .content .inner .form {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
}.hero .content .inner .form .forminner {
    padding: 50px;
}
.hero .content .inner .form .forminner form label.error {
    font-size: 11px;
    color: #eb4343;
}
.hero .content .inner .form .forminner form input[type='submit'] {
    border: 0px;
    background-color: #efdd01;
    padding: 20px 0px;
    font-size: 23px;
    vertical-align: top;
    margin-bottom: 0px;
}
.hero .content .inner .form .forminner form input {
    font-family: 'Avenir LT Pro 85 Heavy';
    background-color: transparent;
    font-size: 18px;
    color: #3164fe;
    margin-top: 15px;
    padding: 5px 0px 5px;
    max-width: 100%;
    width: 100%;
    border-width: 0px 0px 3px 0px;
    border-bottom: 3px solid #3164fe;
}
.hero .content .inner .form .forminner form input.error {
    border-bottom: 3px solid #eb4343;
}
.hero .content .inner .form .forminner form input::-webkit-input-placeholder {
    color: #3164fe;
}
.hero .content .inner .form .forminner form input:-ms-input-placeholder {
    color: #3164fe;
}
.hero .content .inner .form .forminner form input::placeholder {
    color: #3164fe;
}
.hero .content .inner .form .forminner form #agree-error {
    font-size: 11px;
    color: #eb4343;
    opacity: 1;
    margin: 5px 0px;
}
.hero .content .inner .form .forminner form #agree2-error {
    font-size: 11px;
    color: #eb4343;
    opacity: 1;
    margin: 5px 0px;
}
.hero .content .inner .form .forminner form #utype-error {
    font-size: 12px;
    color: #eb4343;
    opacity: 1;
    margin: 5px 0px;
}
.hero .content .inner .form .forminner form .zgoda {
    margin: 30px 0px 10px;
}
.hero .content .inner .form .forminner form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    float: left;
    margin: -2px 5px 0px 0px;
    max-width: auto;
}
.hero .content .inner .form .forminner form input[type="radio"] {
    display: inline-block;
    width: auto;
    margin: -2px 5px 0px 0px;
    max-width: auto;
	text-align: center;
}
.hero .content .inner .form .forminner form label[for="agree"] {
    font-size: 12px;
    line-height: normal;
    color: #3164fe;
    text-align: justify;
    opacity: 0.6;
    display: block;
}
.hero .content .inner .form .forminner form label[for="agree2"] {
    font-size: 12px;
    line-height: normal;
    color: #3164fe;
    text-align: justify;
    opacity: 0.6;
    display: block;
}
.hero .content .inner .form .forminner form label[for="utype"] {
    font-size: 14px;
    line-height: normal;
    color: #3164fe;
    text-align: center;
    opacity: 0.6;
    display: block;
}
.animated {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button {
    background-color: #111;
    color: #fff;
    padding: 20px 70px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    margin: 30px 0px;
    font-size: 22px;
    display: inline-block;
    font-family: 'Avenir LT Pro 95 Black';
}
#content {
    background-image: url("img/copy-bg.jpg");
    background-position: right bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}
#content .inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px 60px;
    font-size: 22px;
    line-height: normal;
    font-family: 'Avenir LT Pro 55 Roman';
}
#content .inner .pasek {
    position: absolute;
    height: 170px;
    width: 27px;
    left: -100px;
    top: -30px;
    background-color: #3164fe;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
@media screen and (max-width: 1200px) {
    #content .inner {
    padding: 40px 30px 40px;
}
}#content .inner h2 {
    font-family: 'Avenir LT Pro 95 Black';
    font-weight: normal;
    margin-top: 60px;
}
#content .inner ul {
    list-style: disc;
    margin-left: 20px;
    margin: 30px 0px 30px 20px;
    color: #3164fe;
}
#content .inner ul li {
    margin: 6px 0px;
}
#content .inner ul li span {
    color: #322d2d;
}
@media screen and (max-width: 1200px) {
    #content .inner ul li span {
    padding-left: 0px;
}
}#content .inner .cta {
    text-align: center;
}
#content .inner .cta .button {
    background-color: #efdd01;
    margin-bottom: 10px;
}
#content .inner .cta p {
    font-family: 'Avenir LT Pro 95 Black';
    padding: 5px 0px 25px;
    max-width: 600px;
    margin: 0 auto;
}
#content:hover .pasek {
    top: -20px;
}
#content .inner .copy ul li i {
		font-style: italic !important;
}
#footer {
    background: #191919;
    background: -moz-linear-gradient(90deg,  #191919 0%,  #191919 100%);
    background: -webkit-linear-gradient(90deg,  #191919 0%,  #191919 100%);
    background: linear-gradient(90deg,  #191919 0%,  #191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191919", endColorstr="#191919", GradientType=1);
	padding: 1rem 4rem;
    color: #fff;
}
#footer .inner {
	display: flex;
	justify-content: center;
	align-items: center;
    padding: 0 1.5rem;
}
#footer .inner .logo {
    margin-right: 10rem;
	width: 8rem;
}
#footer .inner .logo img {
    max-width: 100%;
	height: auto;
	border: 0;
}
#footer .inner .footer-right {
    text-align: center;
}
#footer .inner .footer-right .copy {
    text-align: center;
	color: #494949;
	text-transform: uppercase;
	margin: 0;
	font-size: 1.5rem;
}
#footer .inner .footer-right .footer-menu ul {
	display: flex;
	flex-wrap: wrap;	
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0 0 2.5rem 0;
	line-height: 2.5rem;
}
#footer .inner .footer-right .footer-menu li {
	margin-right: 4.5rem;
	font-size: 1.4rem;
	color: #fff;
}
#footer .inner .footer-right .footer-menu li:last-child {
	margin-right: 0;
	color: #fff;
}
#footer .inner .footer-right .footer-menu li a {
	color: #fff;
}
@media (max-width: 767px) {
	.container {
	    max-width: 540px;
		padding: 0;
	}
	.top .header .menu-items ul {
		display: none;
		margin: 0px;
		padding: 0px;
	}
	.top .header .language {
		margin-left: auto;
	}
	.hamburger {
		display: flex;
		margin-left: 3rem;
		cursor: pointer;
	}
	#footer .inner .logo {
		display: inline-block;
		margin: 0 0 3rem 0;
		width: 8rem;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
	    max-width: 720px;
	}
	.top .header .menu-items ul {
		display: none;
		margin: 0px;
		padding: 0px;
	}
	.top .header .language {
		margin-left: auto;
	}
	.hamburger {
		display: flex;
		margin-left: 3rem;
		cursor: pointer;
	}
	#footer .inner .logo {
		display: inline-block;
		margin: 0 4rem 0 0;
		width: 8rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
	    max-width: 960px;
	}
	.top .header .menu-items ul {
		display: none;
		margin: 0px;
		padding: 0px;
	}
	.top .header .language {
		margin-left: auto;
	}
	.hamburger {
		display: flex;
		margin-left: 3rem;
		cursor: pointer;
	}
	#footer .inner .logo {
		margin-right: 3rem;
		width: 8rem;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.container {
	    max-width: 1170px;
	}
}
@media (min-width: 1500px) {
	.container {
	    max-width: 1320px;
	}
}
@media screen and (max-width: 992px) {
    .hero {
		height: auto;
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 992px) {
    .hero #scene {
		left: 0;
	}
}
@media screen and (max-width: 992px) {
    .hero .content .inner {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media screen and (max-width: 992px) {
    .hero .content .inner .copy {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
    .hero .content .inner .copy .text {
		padding-right: 40px;
		padding-left: 40px;
		padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .hero .content .inner .copy h1 {
		font-size: 13vw;
		line-height: normal;
	}
	.hero .content .inner .copy h1 span {
		font-size: 10vw;
	}
}
@media screen and (max-width: 768px) {
    .hero .content .inner .copy h2 {
		font-size: 6vw;
		white-space: normal;
	}
}