@font-face {
  font-family: 'Mairy Bold';
  src: url("../assets/fonts/Mairy Bold.eot");
  src: url("../assets/fonts/Mairy Bold.woff") format('woff'), url("../assets/fonts/Mairy Bold.ttf") format('truetype'), url("../assets/fonts/Mairy Bold.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mairy Book';
  src: url("../assets/fonts/Mairy Book.eot");
  src: url("../assets/fonts/Mairy Book.woff") format('woff'), url("../assets/fonts/Mairy Book.ttf") format('truetype'), url("../assets/fonts/Mairy Book.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mairy Light';
  src: url("../assets/fonts/Mairy Light.eot");
  src: url("../assets/fonts/Mairy Light.woff") format('woff'), url("../assets/fonts/Mairy Light.ttf") format('truetype'), url("../assets/fonts/Mairy Light.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  box-sizing: border-box;
  margin: 0;
}
body padding 0 {
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  background-color: #1c7e77;
}
* {
  margin: 0;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-style: inherit;
  font-weight: normal;
}
.formError .formErrorContent {
  background: transparent;
  border: none;
  box-shadow: none;
}
.formError .formErrorContent position absolute {
  top: 100%;
  font-size: 14px;
  color: #ff1900 !important;
  font-family: 'Mairy Book';
  position: relative;
  padding: 0;
  letter-spacing: 0px !important;
}
.formErrorContent {
  color: #ff1900 !important;
  padding-left: 0 !important;
  letter-spacing: 0px !important;
}
.formError {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-top: 1px solid #ff1900;
  left: 0;
  top: 100% !important;
  margin-top: 0 !important;
}
.formErrorArrow {
  display: none;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
.wancho {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.first-div {
  margin-top: 73px;
}
input,
textarea,
select,
button {
  outline: 0;
  box-shadow: none;
  background: none;
  border: 0;
  -webkit-appearance: none;
  resize: none;
}
input,
textarea,
select {
  font-size: 32px;
  font-family: 'Mairy Book';
  color: #fff;
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(255,255,255,0.6);
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 200px #0eaba1 inset;
  -webkit-text-fill-color: #fff;
}
textarea {
  display: block;
}
figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  border: 0;
}
.formErrorContent {
  font-size: 20px;
}
.body-profile footer {
  position: relative;
}
@media screen and (min-width: 1270px) {
  .wancho {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .wancho {
    width: 87%;
  }
}
@media screen and (min-width: 1024px) {
  .wancho {
    width: 100%;
    max-width: 750px;
  }
  input,
  textarea,
  select {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .wancho {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .wancho {
    padding: 0 30px;
  }
}
@font-face {
  font-family: 'Mairy Bold';
  src: url("../assets/fonts/Mairy Bold.eot");
  src: url("../assets/fonts/Mairy Bold.woff") format('woff'), url("../assets/fonts/Mairy Bold.ttf") format('truetype'), url("../assets/fonts/Mairy Bold.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mairy Book';
  src: url("../assets/fonts/Mairy Book.eot");
  src: url("../assets/fonts/Mairy Book.woff") format('woff'), url("../assets/fonts/Mairy Book.ttf") format('truetype'), url("../assets/fonts/Mairy Book.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mairy Light';
  src: url("../assets/fonts/Mairy Light.eot");
  src: url("../assets/fonts/Mairy Light.woff") format('woff'), url("../assets/fonts/Mairy Light.ttf") format('truetype'), url("../assets/fonts/Mairy Light.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
footer {
  display: none;
  background-color: #0c282f;
  min-height: 120px;
  position: relative;
  z-index: 1200;
}
footer * {
  font-family: 'Helvetica';
  font-size: 8px;
  color: #fff;
}
.footer-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 1px solid #768386;
}
.footer-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.footer-social figure {
  margin-left: 23px;
}
.footer-social figure:first-child {
  margin-left: 0;
}
.footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.footer-bottom a {
  display: inline-block;
  position: relative;
}
.footer-bottom a:after {
  content: '';
  width: 95%;
  height: 1px;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}
.footer-bottom em {
  display: inline-block;
  margin: 0 5px;
  width: 1px;
  height: 10px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
