@charset "utf-8";
@font-face {
	font-family: "BwSeidoRound-Black";
	src: url("fonts/BrandingwithType-BwSeidoRoundBlack.woff") format("woff"), url("fonts/BrandingwithType-BwSeidoRoundBlack.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "BwSeidoRound-Medium";
	src: url("fonts/BrandingwithType-BwSeidoRoundMedium.woff") format("woff"), url("fonts/BrandingwithType-BwSeidoRoundMedium.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
* + * {
	margin: 1em 0 0;
}
strong {
	font-family: 'BwSeidoRound-Black', sans-serif;
}
body {
	font-family: 'BwSeidoRound-Medium', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #777;
	line-height: 18px;
	max-width: 2100px;
}
h1, h2 {
	font-family: 'BwSeidoRound-Black', sans-serif;
	margin-bottom: 0.5em;
	line-height: 1.1em;
	font-size: 30px;
	color: #000;
}
.cv-center {
	width: 92%;
	max-width: 1280px;
	margin: 0 auto;
}
header {
	padding: 12px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.logo {
	width: 100px;
}
main {
	padding-bottom: 64px;
}
label {
	display: block;
	font-family: 'BwSeidoRound-Black', sans-serif;
}
label span {
	color: #f00;
	font-size: 22px;
}
input[type=text], input[type=tel], input[type=email], textarea, select {
	border: 1px solid #D0D0D0;
	padding: 10px 14px;
	border-radius: 10px;
	width: 100%;
	margin-top: 0.5em;
	font-family: 'BwSeidoRound-Medium', sans-serif;
	color: #777;
}
button {
	font-family: 'BwSeidoRound-Black', sans-serif;
	background-color: #A9C621;
	width: auto;
	padding: 12px 32px;
	border-radius: 10px;
	border: 2px solid #A9C621;
	text-transform: uppercase;
	color: #fff;
}
form {
	margin-top: 32px;
}
select {
	width: auto;
}
textarea {
	min-height: 150px;
	max-height: 450px;
	max-width: 100%;
	min-width: 100%;
}
.container-header {
	background-repeat: no-repeat;
	padding-bottom: 65%;
	background-size: 110%;
	padding-top: 24px;
	background-color: rgb(0, 183, 226);
	background-image: url(img/smile.svg), url(img/man.png);
	background-position: left -13% bottom 60px, left -20px bottom 0px;
	background-size: 50%, 110%;
	margin-bottom: 48px;
}
.container-header * {
	color: #fff;
}
.cta {
	display: grid;
	grid-template-columns: 24px 1fr;
	grid-column-gap: 12px;
	align-items: center;
	margin: 0;
}
.cta ul {
	margin-top: 0;
}
.cta li:first-child {
	font-family: 'BwSeidoRound-Black', sans-serif;
}
.cta li {
	list-style: none;
	margin: 0;
}
.cta img {
	width: 24px;
}
.cta li a {
	color: #000;
	text-decoration: none;
}
.cta li a:hover {
	color: rgb(0, 183, 226);
	text-decoration: underline;
}

@media only screen and (min-width: 760px) {
h1 {
	font-size: 40px;
}
form > div {
	margin: 0;
}
form {
	#display: grid;
	#grid-template-columns: 1fr 1fr;
	#grid-gap: 16px 32px;
}
.intro-text {
	width: 70%
}
.cv-grid-slider {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 16px;
}
.cv-grid-slider > * {
	grid-column: 1/-3;
}
}

@media only screen and (min-width: 1280px) {
.logo {
	width: 120px;
}
.container-header {
	display: grid;
	align-items: center;
	justify-content: center;
}
.cv-grid-slider {
	grid-template-columns: repeat(12, 1fr);
}
.cv-grid-slider > * {
	grid-column: 7/-1;
}
.container-header {
	position: relative;
	height: 500px;
	padding-bottom: 0;
	background-size: 500px, auto 105%;
}
.cta {
	grid-column-gap: 14px;
}
}

@media only screen and (min-width: 1600px) {
.nohp .cv-grid-slider > * {
	grid-column: 8/-1;
}
}

