@charset "utf-8";


/* literata-500 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Literata';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/literata-v40-latin-500.eot');
	/* IE9 Compat Modes */
	src: url('../fonts/literata-v40-latin-500.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/literata-v40-latin-500.woff2') format('woff2'),
		/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		url('../fonts/literata-v40-latin-500.woff') format('woff'),
		/* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		url('../fonts/literata-v40-latin-500.ttf') format('truetype'),
		/* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		url('../fonts/literata-v40-latin-500.svg#Literata') format('svg');
	/* Legacy iOS */
}

/* mulish-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mulish-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/mulish-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mulish-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/mulish-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/mulish-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/mulish-v18-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/mulish-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/mulish-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mulish-v18-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/mulish-v18-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/mulish-v18-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/mulish-v18-latin-600.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/mulish-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/mulish-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mulish-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/mulish-v18-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/mulish-v18-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/mulish-v18-latin-700.svg#Mulish') format('svg'); /* Legacy iOS */
}

:root {
	font-size: 16px;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Mulish", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 50rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: solid 1px #ccc;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

a.apply {
	background: #006982;
	display: block;
	width: fit-content;
	padding: 7px 15px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
}

p {
	margin: 0 0 16px;
}

h1 {
	color: #006982;
	font-weight: 500;
	margin: 0;
	font-family: "Literata", "Arial", sans-serif;
	font-size: 37px
}

h2 {
	font-weight: 700;
	color: #006982;
	font-size: 22px;
	margin: 0 0 5px;
	line-height: 1.2
}

h3 {
	color: #006982;
	font-weight: 600;
	margin: 0 0 5px;
}

h4 {
	color: #fff;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Literata", "Arial", sans-serif;
}

h4 span {
	background: #62C5F8;
	width: fit-content;
	display: inline-block;
	padding: 2px 5px 2px 15px;
}

ul {
	list-style: none;
	margin: 0 0 0.625rem;
	padding: 0;
}

ul li {
	padding: 0 0 5px 1.125rem;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.125rem;
	font-size: 1rem;
	line-height: 1.4;
}

.margin {
	margin: 0 0 5px;
}

header {
	padding: 10px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}



.figure {
	display: block;
	position: relative
}

.text {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #62C5F8;
	border-bottom-right-radius: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

article {
	padding: 25px 20px 0;
}

.section {
	padding: 0 30px;

}

.box {
	border: 1px solid #62C5F8;
	padding: 15px 25px;
	position: relative;
	margin: 25px 0 25px
}

.image {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 140px;
}

footer {
	padding: 10px 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5px;
}

.logo {
	padding-right: 10px;
}

@media only screen and (max-width: 49.937rem) {
	#wrapper {
		border: none;
		margin: 0 auto;
	}


	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 16px;
	}
}

@media only screen and (max-width: 780px) {
	.section {
		padding: 0 15px
	}

	.box {
		padding: 15px;
	}

	a.apply {
		margin: 0 auto;
	}

	.box p,
	.box h2 {
		text-align: center;
	}

	.image {
		position: static;
		margin: 16px auto;
	}


}

@media only screen and (max-width: 670px) {
	h4 {
		font-size: 24px;
	}

	h4 span {
		padding: 2px .312rem 2px .937rem
	}

}

@media only screen and (max-width: 550px) {
	header {
		align-items: center;
		justify-content: center;
	}

	.text {
		position: static;
		margin: 20px 20px;
		width: calc(100% - 40px);
	height: calc(100% - 40px);
		overflow: hidden;
	}
	h4 br{
		display: none;
		
	}
	h4 {
		display: inline-block;
		background: #4FBEFB;
		padding: 10px;
	}
	h4 span{
		background: transparent;
		padding: 0;
	}
	article{
		padding: 0 20px;
	}
	h1, h1 +p{
		text-align: center;
	}
	footer{
		flex-wrap: wrap;
		gap:10px;
		padding: 0 20px 20px;;
	}
	h1{
		font-size: 28px;
	}
	h2{
		font-size: 19px;
	}
	h3{
		font-size: 17px;
	}
}

@media only screen and (max-width: 23.437rem) {}