/* RESET */
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;
}
html{
	overflow-x: hidden;
	overflow-y: scroll;
	max-width: 100%
}
body{
	max-width: 100%;
	overflow-x: hidden;
	background: white;
	font-family: 'Montserrat', sans-serif;
	color: #676767;
	position: relative;
	line-height: 1.4;
}
.iconsmind {
	font-family: 'iconsmind' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol, ul{
	list-style: none;
}
input[type=text]::-ms-clear, p:empty{
	display: none; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block ;
}
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
/* STYLES */
.logotype {
	display: block;
	width: auto;
	height: 10vh;
	min-height: 45px;
	margin: 1.55vh auto 1vh;
}
.back-link {
    position: absolute;
    top: calc(2.5vh - 10.5px);
    left: 1vh;
    text-decoration: none;
    color: #bc955c;
    font-size: 27px;
    line-height: 1;
    padding: 3.5vh 5vh 3.5vh 0;
}
.full-link, .half-link {
	width: calc(100% - 3.1vh);
	display: block;
	text-align: center;
	height: 20vh;
	min-height: 120px;
	margin: 1.55vh;
	background: #3d3c7f;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	font-weight: 600;
}
.full-link.bigger, .half-link.bigger {
    height: 23vh;
}
.full-link.line, .half-link.line {
    min-height: 60px;
    height: 8vh;
}
.half-link {
    width: calc(50% - 2.3vh);
    display: inline-block;
    margin: .55vh .5vh .45vh;
    font-size: 13px;
}
.half-link:nth-child(odd) {
    margin-left: 1.55vh;
}
.half-link:nth-child(even) {
    margin-right: 1vh;
}
.full-link span, .half-link span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
}
.full-link span i, .half-link span i {
	font-size: 50px;
	line-height: 1.4;
	display: block;
	color: #fff;
}
.bottom-addon {
    text-align: justify;
    text-align-last: center;
    font-size: 11px;
    padding: 0 1.55vh;
}
h1 {
    font-size: 150%;
    font-weight: 600;
    margin: 20px 0 10px;
}
p {
    margin-bottom: 10px;
}
ul {
    list-style: none;
    margin-bottom: 10px;
}
ul li {
    padding-left: 25px;
    list-style: none;
    position: relative;
}
ul li:before {
    content: '—';
    position: absolute;
    left: 2px;
}