@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=latin-ext');
 
audio,canvas,progress,video {
	display:inline-block;
}

progress,sub,sup {
	vertical-align:baseline;
}

button,hr,input {
	overflow:visible;
}

article,aside,details,figcaption,figure,footer,header,hr,main,menu,nav,section {
	display:block;
}

.clearfix:after {
	clear:both;
}

.invisible {
	visibility:hidden;
}

body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
}

figure {
	margin:1em 40px;
}

code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em;
}

a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects;
}

abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted;
}

b,strong {
	font-weight:bolder;
}

dfn {
	font-style:italic;
}

mark {
	background-color:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
}

sub {
	bottom:-.25em;
}

sup {
	top:-.5em;
}

audio:not([controls]) {
	display:none;
	height:0;
}

img {
	border-style:none;
}

svg:not(:root) {
	overflow:hidden;
}

button,input,optgroup,select,textarea {
	font-family:sans-serif;
	font-size:100%;
	line-height:1.15;
	margin:0;
}

button,select {
	text-transform:none;
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance:button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style:none;
	padding:0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline:ButtonText dotted 1px;
}

legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal;
}

textarea {
	overflow:auto;
	resize:vertical;
}

[type=checkbox],[type=radio] {
	box-sizing:border-box;
	padding:0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height:auto;
}

[type=search] {
	-webkit-appearance:textfield;
	outline-offset:-2px;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}

::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit;
}

summary {
	display:list-item;
}

[hidden],template {
	display:none;
}
 
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	color:#222;
	font-size:1em;
	line-height:1.4;
}

::-moz-selection {
	background:#b3d4fc;
	text-shadow:none;
}

::selection {
	background:#b3d4fc;
	text-shadow:none;
}

hr {
	box-sizing:content-box;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

audio,canvas,iframe,img,svg,video {
	vertical-align:middle;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

.browserupgrade {
	margin:.2em 0;
	background:#ccc;
	color:#000;
	padding:.2em 0;
}

.hidden {
	display:none!important;
}

.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
	white-space:nowrap;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip:auto;
	-webkit-clip-path:none;
	clip-path:none;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
	white-space:inherit;
}

.clearfix:after,.clearfix:before {
	content:" ";
	display:table;
}

@media print {
	blockquote,img,pre,tr {
		page-break-inside:avoid;
	}
	
	*,:after,:before {
		background:0 0!important;
		color:#000!important;
		box-shadow:none!important;
		text-shadow:none!important;
	}
	
	a,a:visited {
		text-decoration:underline;
	}
	
	a[href]:after {
		content:" (" attr(href) ")";
	}
	
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	
	a[href^="#"]:after,a[href^="javascript:"]:after {
		content:"";
	}
	
	pre {
		white-space:pre-wrap!important;
	}
	
	blockquote,pre {
		border:1px solid #999;
	}
	
	thead {
		display:table-header-group;
	}
	
	h2,h3,p {
		orphans:3;
		widows:3;
	}
	
	h2,h3 {
		page-break-after:avoid;
	}
}
  
.button {
	text-decoration:none;
	border:none;
	appearance:none; 
	text-transform:uppercase;
	font-size:22px;
	color:#fff;
	letter-spacing:0;
	line-height:30px;
	padding:10px 40px;
	display:inline-block;
	border-radius:0;
}
 
h1,p {
	color:#2C3742;
}

p a,p a:visited {
	color:#6BB4AE;
}

h2,h4 {
	line-height:1;
	margin:0;
} 

.button--primary {
	background:#77BC32;
	padding-bottom:6px;
	border-bottom:4px solid rgba(19,25,33,.2);
	transition:background-color 150ms ease-in-out;
}

.button--primary:hover {
	background-color:#6fb02f;
}

.button--primary:active,.button--primary:focus {
	background-color:#588c25;
}

.button--primary.hover-2 {
	transition:all 150ms ease-in-out;
}

.button--primary.hover-2:hover {
	background:#77BC32;
	padding-bottom:10px;
	border-bottom-width:0;
}

.button--primary.hover-2:active,.button--primary.hover-2:focus {
	background-color:#588c25;
}

.button--default {
	font-size:18px;
	padding:5px 35px;
	background:#2c3742;
}

* {
	outline:0;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

body,html {
	height:100%;
}

body {
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight:400;
}

h1,h3,h5 { 
	text-transform:uppercase;
	font-weight:400;
	text-align:center;
}

a {
	transition:color .2s ease-in-out;
}

h1 {
	font-size:30px;
	letter-spacing:1.64px;
	padding: 0 0 20px;
	margin:0 0 20px;
}

@media screen and (max-width:400px) {
	h1 {
		font-size:25px; 
		letter-spacing:normal;
	}
}

h1:after,h3:after {
	content:'';
	display:block;
	margin:0 auto;
	width:50px;
	height:2px;
	background-color:#E4343D;
	margin-top: 20px;
}

h2 {
	font-size:20px;
	color:#999;
	letter-spacing:.42px;
	text-align:center;
	font-weight:400;
}

h3 {
	font-size:20px;
	letter-spacing:.78px;
	margin:0 0 20px;
}

h4 {
	font-size:14px;
	color:#D1D1D1;
	letter-spacing:.25px;
	text-align:center;
	font-weight:400;
}

h5 {
	font-size:22px;
	letter-spacing:.92px;
}

@media screen and (max-height:800px) {
	h5 {
		margin:15px 0;
	}
}

p {
	font-size:14px;
	letter-spacing:.29px;
	text-align:center;
	line-height:26px;
}

p a {
	text-decoration:underline;
}

p a:hover {
	text-decoration:none;
}

.vertical-center {
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	margin:0 auto;
	top:30%\9;
}

@media screen and (orientation:landscape) and (max-width:900px), screen and (max-width:500px) {
	.vertical-center {
		position:relative;
		top:auto;
		left:auto;
		margin:0;
		transform:none;
	}
}

.logo {
	max-width:164px;
	margin:21px 20px 18px;
}

.container {
	display:inline-block;
	height:100%;
	text-align:center;
	position:relative; 
	width:100%; 
	padding:75px 15px 80px;
	background:#FFF;
}
 
@media screen and (max-height:800px) {
	.container {
		padding-top:50px;
	}
}

@media screen and (max-width:1275px) {
	.container {
		width:100%;
		height:auto;
		min-height:100%;
	}
}

@media screen and (orientation:landscape) and (max-width:900px),screen and (max-width:400px) {
	.container {
		padding-top:30px;
		padding-bottom:40px;
	}
}

.container__content {
	padding:40px 5px;
}

.container__text {
	max-width:450px;
	margin:14px auto;
}

.container__content img { 
	margin-bottom: 30px;
}

.container__cta {
	display:block;
	margin-top:50px;
}

.container__cta,.container__cta a {
	font-size:16px;
	color:#5EA89E;
	letter-spacing:.29px;
	text-align:center;
}
 
.container__footer{
	margin-top: 50px;
}

.container__footer ul { 
	list-style-type: none;
	padding: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    list-style-position: inside; 
}
 
.container__footer ul li a{
	color:#666;
	text-decoration: none;
}

.container__list{ 
    max-width: 500px;
    margin: 45px auto; 
}

@media screen and (orientation:landscape) and (max-width:900px),screen and (max-width:400px) {
	.container__cta {
		margin-top:30px;
	} 
}

.container__contact-icon {
	margin:0 15px;
}

.container__lang,.container__langs li {
	display:inline-block;
}

.container__contact {
	font-size:14px;
	color:#666;
	letter-spacing:.25px;
	margin-bottom:8px;
}

@media screen and (max-width:400px) {
	.container__contact {
		margin:10px 0 20px;
	}
}

.container__contact a{
	color:#666;
}

.container__contact a:hover,.container__contact a:visited{
	color: #E4343D;
} 

.container__contact a{
	text-decoration: none;
	padding: 0 25px;
	position: relative;
}

.container__contact a:last-child{
	padding-right: 0;
}

.container__contact a i{
	position: absolute;
	top:0;
	left: 0;
	font-size: 20px;
    line-height: 0; 
}

.container__contact a i.ion-ios-email-outline{ 
	font-size: 22px;
    top: -2px;
}

.container__contact a i.ion-ios-telephone-outline{
	
}

.container__langs {
	margin:0;
	padding:0;
}

.container__lang {
	font-size:14px;
	color:#B8BABC;
	letter-spacing:.58px;
	text-align:center;
	text-decoration:none;
	padding:0 24px;
}

.container__lang.active,.container__lang:hover {
	color:#131921;
}

.container__lang:first-child {
	list-style:none;
}

.container__lang-divider {
	background:#B8BABC;
	display:block;
	width:4px;
	height:4px;
	border-radius:100%;
	margin-bottom:2px;
}

@media screen and (max-width:500px) { 
	.container__footer ul { 
		list-style-type: none;
		padding: 0;
	    -webkit-columns: 1;
	    -moz-columns: 1;
	    columns: 1;
	    list-style-position: inside; 
	}
}
      
@media screen and (max-width:400px) {
	.container__contact-icon {
		margin:10px auto;
		display:block;
	}
	.container__contact a { 
	    display: inline-block;
	   margin: 10px 0;
	   padding-right: 0;
	}
}
