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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	border-radius: 0;
	vertical-align: baseline
}

:focus {
	outline: 0
}

strong, b {
	font-weight: bold
}

i, em {
	font-style: italic
}

ol, ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption, th, td {
	font-weight: normal;
	text-align: left
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}

blockquote, q {
	quotes: "" ""
}

a img {
	border: 0
}

@font-face {
	font-family: Poppins Semibold;
	src: local('Poppins Semibold'), url("../font/poppins-semibold-webfont.woff") format("woff"), url("../font/poppins-semibold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: Poppins Medium;
	src: local('Poppins Medium'), url("../font/poppins-medium-webfont.woff") format("woff"), url("../font/poppins-medium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal
}

* {
	-webkit-overflow-scrolling: touch
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	line-height: 32px;
	font-size: 16px;
	font-family: "Poppins Medium", Arial, Tahoma;
	font-weight: normal;
	color: #000;
	background: transparent;
	min-width: 320px;
	-webkit-text-size-adjust: none
}

b {
	font-family: "Poppins Semibold", Arial, Tahoma
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

img {
	border: 0
}

a, a:hover, a:active {
	outline: none
}

::-moz-selection {
	background: #000;
	color: #fff
}

::selection {
	background: #000;
	color: #fff
}

a {
	color: #012169;
	transition: all .2s ease-in-out;
	text-decoration: none;
	border-bottom: 2px solid #012169
}

a:hover {
	border-color: #FACC00
}

::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.6
}

:-moz-placeholder {
	color: #fff;
	opacity: 0.6
}

::-moz-placeholder {
	color: #fff;
	opacity: 0.6
}

:-ms-input-placeholder {
	color: #fff;
	opacity: 0.6
}

p, ul {
	margin: 0 0 30px 0
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 8vw;
	line-height: 8.5vw;
	font-family: "Poppins Semibold", Arial, Tahoma;
	font-weight: normal;
	color: #FACC00;
	text-align: center;
	position: absolute;
	padding: 0 11.5vw;
	top: 64%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

#en h1 {

	padding: 0 20vw;

}


h1 span {
	color: #fff
}

h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 40px;
	line-height: 50px;
	font-family: "Poppins Semibold", Arial, Tahoma;
	font-weight: normal;
	color: #012169;
	text-align:
}

h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 21px;
	line-height: 32px;
	font-family: "Poppins Semibold", Arial, Tahoma;
	font-weight: normal;
	color: #000000
}

section {
	width: 100%;
	position: relative
}

.error{
	text-align: left;
	width:100%;
	display: block;
	color:#FF6341;
}

#name, #email, #number, #social, #mobile {
	position: fixed;
	z-index: 500;
	font-size: 21px;
	color: #012169
}

#name {
	left: 5.5vw;
	top: 5.5vw
}

#social {
	right: 5.5vw;
	top: 5.5vw;
}

#social #lang{
margin-top: -5px;
display: inline-block;
}

#social img {margin:4px 0 -4px 0;}

#social a, #mobile a {
	padding: 5px;
	margin: 0 0 0 20px;
	border: 0
}

#mobile a {
	padding: 12px 0 0 0;
	margin: 0 10px 0 10px;
	width: 48px;
	height: 48px;
	background-color: #FACC00;
	border-radius: 100px;
	display: inline-block
}

#social a:hover {
	opacity: 0.6
}

#email {
	right: 5.5vw;
	bottom: 5.5vw
}

#number {
	left: 5.5vw;
	bottom: 5.5vw
}

#mobile {
	display: none
}

header, article, footer {
	padding: 9vw 80px;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	position: relative
}

header {
	font-size: 21px;
	line-height: 30px;
	padding: 0 80px
}

#hdr {
	min-height: 100%;
	background: transparent;
	overflow: hidden
}

.bg {
	min-height: 100%;
	background-image: url(../img/veronica.png);
	background-position: center bottom 30px;
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-color: #E6E9F0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(1.)
}

#quote #image {
	height: 500px
}

#quote {
	padding: 0 80px
}

#quote #image {
	width: calc(100% + 160px);
	margin: 0  -80px 0  -80px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

#quote #text {
	position: absolute;
	margin-top: -4vw;
	left: calc(50% - 225px);
	cursor: pointer;
	background-color: #FACC00;
	width: 450px;
	height: 450px;
	padding: 140px 80px 0 80px;
	text-align: center;
	transition: all .2s ease-in-out
}

#text button {
	padding: 15px 0 !important
}

#quote #text:hover {
	margin-top: calc(-4vw - 10px);
	width: 470px;
	height: 470px;
	left: calc(50% - 235px);
	padding: 150px 90px 0 90px
}

#quote h2 {
	color: #000
}

#services {
	text-align: center;
	grid-template-areas: 'hdr hdr hdr'
	'box1 box2 box3'
	'extra extra extra';
	grid-gap: 64px;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	padding-bottom: 13vw
}

.hdr {
	grid-area: hdr
}

.box1 {
	grid-area: box1
}

.box2 {
	grid-area: box2
}

.box3 {
	grid-area: box3
}

.extra {
	grid-area: extra
}

#feedback {
	text-align: left;
	grid-template-areas: 'hdr hdr'
	'box1 box2';
	grid-gap: 64px;
	grid-auto-columns: 1fr;
	grid-auto-flow: column
}

#feedback img {
	width: 48px;
	margin: -15px 10px -15px 0
}

#blank {
	background-color: #FFFAE5;
	min-height: calc(11vw + 30px)
}

#ftr {
	text-align: center;
	background: linear-gradient(to top, #FFFAE5 70%, #ffffff 30%)
}

#ftr h2 {
	color: #fff
}

#ftr input, #ftr textarea {
	border: 3px solid #fff;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: transparent;
	line-height: 24px;
	min-height: 56px;
	font-size: 16px;
	margin: 0 0 10px 0;
	font-family: "Poppins Medium", Arial, Tahoma;
	font-weight: normal;
	color: #fff;
	resize: none;
	width: 100%
}

#ftr input:focus, #ftr textarea:focus {

	background-color: rgba(0,0,0,0.2);

}



footer {
	padding-left: 10vw;
	padding-right: 10vw;
	color: #fff;
	background-color: #012169;
	padding-bottom: 11vw
}

button {
	background-color: transparent;
	border: 0;
	padding: 15px 30px;
	font-size: 21px;
	line-height: 21px;
	font-family: "Poppins Semibold", Arial, Tahoma;
	color: #012169;
	position: relative;
	transition: all 0.1s;
	cursor: pointer;
	text-align: center;
	height: auto;
	min-height: 56px;
	transition: all .2s ease-in-out
}

button img {
	transition: all .2s ease-in-out;
	margin: -3px 15px -3px 0
}

button:hover img {
	margin: -3px 25px -3px 0
}

#text button:hover img {
	margin: -3px 15px -3px 0
}

#ftr button {
	color: #FACC00
}

@media all and (-ms-high-contrast:none) {
}

@supports (-ms-ime-align:auto) {
}

@media screen and (max-width:1440px) {
	header, article, footer {
		padding: 160px 80px
	}

	header, article, footer {
		max-width: 1100px
	}

}

@media screen and (max-width:1280px) {
	h1 {
		padding: 0 10vw
	}

	p, ul {
		margin: 0 0 20px 0
	}

	h2 {
		margin: 0 0 20px 0
	}

	h3 {
		margin: 0 0 20px 0
	}

	header, article, footer {
		padding: 9vw 40px
	}

	header {
		grid-gap: 40px
	}

	#quote #image {
		width: calc(100% + 80px);
		margin: 0 -40px 0 -40px
	}

	footer {
		padding-left: 20vw;
		padding-right: 20vw
	}

	#quote {
		padding: 0 40px
	}

	#services, #quote #feedback {
		grid-gap: 40px
	}

}

@media screen and (max-width:1024px) {
	button {

	font-size: 18px;
	line-height: 18px;

}

}

@media screen and (max-width:768px) {




	#desk {
		display: none;
	}
	#mobile {
		width: 100%;
		position: fixed;
		text-align: center
	}

	#email {
		display: none
	}

	#number {
		display: none
	}

	#mobile {
		right: 0;
		display: initial;
		bottom: 40px
	}

}

@media screen and (max-width:1024px) and (orientation:landscape) {
	.bg {
		background-position: center bottom 10px
	}

}

@media screen and (max-width:780px) and (orientation:portrait) {
	h1 {
		font-size: 12vw;
		line-height: 12.5vw;
	}

			#en h1 {

	padding: 0 10vw;

}

}

@media screen and (max-width:640px) {

html, body {

	line-height: 26px;
	font-size: 14px;

}

#ftr input, #ftr textarea {

	line-height: 21px;
	min-height: 28px;
	font-size: 14px;

}

#feedback p {
	margin-bottom: 20px;
}
	#name, #email, #number, #social {
		width: 100%;
		position: fixed;
		text-align: center
	}

	#name {
		left: 0;
		top: 40px
	}

	#social {
		position: absolute;
		right: 0;
		top: 90px
	}

	#social a {
		padding: 5px;
		margin: 0 10px 0 10px;
		border: 0
	}

	p, ul {
		margin: 0 0 10px 0
	}

	h1 {
		margin: 0 0 20px 0;
		font-size: 14vw;
		line-height: 14.5vw;
		top: 70%
	}

	h2 {
		margin: 0 0 20px 0;
		font-size: 30px;
		line-height: 36px
	}

	h3 {
		margin: 0 0 10px 0;
		font-size: 21px;
		line-height: 30px
	}

	header, article, footer {
		padding: 64px 40px
	}

	header {
		grid-gap: 0;
		display: flex;
		flex-direction: column
	}

	.bg {
		display: none
	}

	#hdr {
		background-image: url(../img/veronica.png);
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: auto 150vw;
		background-color: #E6E9F0
	}

	footer, #services {
		padding-bottom: 120px
	}

	#quote #image {
		height: 300px
	}

	#quote {
		padding: 0 20px
	}

	#quote #image {
		width: calc(100% + 40px);
		margin: 0 -20px
	}

	#quote #text {
		position: absolute;
		margin-top: -64px;
		left: calc(50% - 150px);
		width: 300px;
		height: 300px;
		padding: 64px  20px 20px 20px;
		text-align: center
	}

	#quote #text:hover {
		margin-top: -74px;
		width: 320px;
		height: 320px;
		left: calc(50% - 160px);
		padding: 74px  30px 30px 30px
	}

	#blank {
		display: none
	}

	#services, #quote, #feedback {
		display: flex;
		flex-direction: column;
		grid-gap: 0
	}

	#services > div, #quote > div, #feedback > div {
		margin-bottom: 40px
	}

	#services > div:last-child, #quote > div:last-child, #feedback > div:last-child {
		margin-bottom: 0
	}

}

@media screen and (max-width:480px) {
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
	header, article, footer {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap
	}

	header div, article  div, footer  div {
		padding-left: 2% !important;
		padding-right: 2% !important;
		-ms-flex: 1;
		flex: 1
	}

	

	article#services   .hdr, article#feedback   .hdr, article#services   .extra {
		flex: 0 1 100%;
		margin: 0 0 20px 0
	}



}