html {
  font-size: 10px;
  font-family: Manrope, sans-serif;
  overflow: auto;
}
html * {
  box-sizing: border-box;
}
html body {
  margin: 0;
  font-family: Obvia, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}
html body .highlight {
  color: #87DAC2;
}
html body strong {
  font-weight: 500;
}
html body ul {
  padding: 1rem;
}
html body button:active, html body a:active, html body span, html body input, html body li, html body a {
  outline: none !important;
  border: none !important;
  -webkit-tap-highlight-color: transparent;
}
html body button:focus, html body a:focus, html body span, html body input, html body li {
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
}
html body input[type=text], html body textarea, html body input, html body li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
  -webkit-tap-highlight-color: transparent;
}
html body input[type=text]:focus, html body textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  padding: 3px 0 3px 3px;
  margin: 5px 1px 3px 0;
  border: 1px solid #51cbee;
  -webkit-tap-highlight-color: transparent;
}
html body input:-webkit-autofill {
  border-right-color: #2A2D33 !important;
  background-color: black;
  -webkit-text-fill-color: #DDDDDD;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body input:-webkit-autofill:hover, html body input:-webkit-autofill:focus {
  border-right-color: #2A2D33 !important;
  background-color: black;
  -webkit-text-fill-color: #DDDDDD;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body textarea:-webkit-autofill {
  border-right-color: #2A2D33 !important;
  background-color: black;
  -webkit-text-fill-color: #DDDDDD;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body textarea:-webkit-autofill:hover, html body textarea:-webkit-autofill:focus {
  border-right-color: #2A2D33 !important;
  background-color: black;
  -webkit-text-fill-color: #DDDDDD;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body select:-webkit-autofill {
  border-right-color: #2A2D33 !important;
  background-color: black;
  -webkit-text-fill-color: #DDDDDD;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body select:-webkit-autofill:hover, html body select:-webkit-autofill:focus {
  border-right-color: #2A2D33 !important;
  background-color: black;
  -webkit-text-fill-color: #DDDDDD;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
html body main {
  display: flex;
  box-sizing: border-box;
  min-height: calc(100vh - 167px);
  padding-top: 1px;
  padding-bottom: 1px;
}
html body main .clearfix {
  clear: both;
}
@media (max-width: 1355px) and (min-width: 100px) {
  html body main .container-1 {
    padding-left: 14px;
    padding-right: 14px;
    width: auto;
  }
}
@media (max-width: 1280px) {
  html body main .container-1 {
    width: auto;
  }
}
@media (max-width: 1024px) {
  html body main .container-1 {
    padding-bottom: 10rem;
  }
}
html body main .first {
  width: 100%;
  margin-top: 0;
  padding-top: 0 !important;
  display: grid;
  position: relative;
  box-sizing: border-box;
  align-items: center;
}
html body main .first .container-1 {
  max-width: 1156px;
  margin: 0 auto;
}
html body main .first .container-1 .second {
  position: relative;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1355px) and (min-width: 100px) {
  html body main .first .container-1 .second {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second {
    position: static;
    height: auto;
    display: grid;
    grid-template-rows: 2fr auto;
  }
}
@media (max-width: 767px) {
  html body main .first .container-1 .second {
    grid-template-rows: 1fr auto;
  }
}
html body main .first .container-1 .second .form {
  padding-top: 0.5rem;
  padding-left: 4rem;
  padding-right: 5rem;
  margin-bottom: 4rem;
  align-self: center;
}
@media (max-width: 1355px) and (min-width: 100px) {
  html body main .first .container-1 .second .form {
    padding-top: 0;
  }
}
@media (max-width: 1280px) {
  html body main .first .container-1 .second .form {
    padding-top: 4rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .form {
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4rem;
    order: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    margin-bottom: 0;
  }
}
html body main .first .container-1 .second .form .headers {
  position: relative;
  display: grid;
  align-items: end;
}
html body main .first .container-1 .second .form .headers .head-in {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  transition-delay: 0s;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  padding-top: 1px;
  padding-bottom: 1px;
}
html body main .first .container-1 .second .form .headers .head-in h3 {
  font-size: 3.8rem;
  color: #87DAC2;
  font-family: Manrope, sans-serif;
  line-height: 124%;
  margin: 0;
  margin-bottom: 2.5rem !important;
  font-weight: bold;
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .form .headers .head-in h3 {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 2.3rem;
  }
}
html body main .first .container-1 .second .form .headers .head-in p {
  padding-right: 10%;
  font-family: Manrope, sans-serif;
  line-height: 170%;
  font-size: 1.4rem;
  color: #FFFFFF;
  opacity: 0.8;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  visibility: visible;
  display: block;
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .form .headers .head-in p {
    text-align: center;
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
}
@media (max-width: 568px) {
  html body main .first .container-1 .second .form .headers .head-in p {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 435px) {
  html body main .first .container-1 .second .form .headers .head-in p {
    font-size: 1.1rem;
  }
}
html body main .first .container-1 .second .form .headers .head-in-active {
  position: static;
  visibility: visible;
  opacity: 1;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -ms-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
html body main .first .container-1 .second .form .headers .head-in-active p, html body main .first .container-1 .second .form .headers .head-in-active h3 {
  height: auto !important;
}
html body main .first .container-1 .second .form .headers .head-in-active p {
  padding-right: 10% !important;
}
html body main .first .container-1 .second .form .mc-field-group:first-child {
  background: #2A2D33;
  border-radius: 4rem;
  margin-right: 4rem;
  width: 90%;
  z-index: 12;
}
html body main .first .container-1 .second .form .contact_form {
  color: #87DAC2;
  margin-top: 2.5rem;
}
html body main .first .container-1 .second .form .contact_form .label {
  font-size: 1.3rem;
  color: #87DAC2;
  text-align: left;
  margin-bottom: 5px;
  padding-left: 1%;
  padding-bottom: 5%;
  font-weight: 300;
  line-height: 1.3;
  padding-top: 0;
}
html body main .first .container-1 .second .form .contact_form .submit {
  background: linear-gradient(249.86deg, #64C785 0%, #87DAC2 100%);
  font-size: 1.5rem;
  border-radius: 10rem;
  padding-top: 12px !important;
  padding-bottom: 12px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #FFFFFF;
  border: none;
  z-index: 3;
  display: table-cell;
  width: 100%;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 767px) {
  html body main .first .container-1 .second .form .contact_form .submit {
    font-size: 1.3rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 435px) {
  html body main .first .container-1 .second .form .contact_form .submit {
    font-size: 1rem;
    width: 110%;
  }
}
html body main .first .container-1 .second .form .contact_form .failed .submit {
  background: linear-gradient(249.86deg, #9e2f29 0%, #cf3f1b 100%);
}
html body main .first .container-1 .second .form .contact_form #email-in-error {
  display: none !important;
}
html body main .first .container-1 .second .form .contact_form .contact_input {
  text-align: center;
  margin: 1em 0;
}
html body main .first .container-1 .second .form .contact_form .contact_input form div.mce_inline_error {
  display: none !important;
  overflow: hidden !important;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  row-gap: 2rem;
  width: 94%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll .mc-field-group {
  border: none;
  grid-column: 1/3;
  grid-row: 1/2;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll .mc-field-group .content__gdpr .mc-field-group .mce_inline_error {
  background: #9e2f29;
  margin-left: 6%;
  font-size: 1.1rem;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll .mc-field-group .content__gdpr .mc-field-group .check-check-checked, html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll .mc-field-group .content__gdpr .mc-field-group input[type=checkbox]:checked {
  pointer-events: none;
  background-color: transparent;
  -webkit-appearance: none;
  content: url(/img/check.svg);
  z-index: 4;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll .mc-field-group .content__gdpr .mc-field-group .checkbox-content {
  float: left;
  margin-top: 1%;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll .mc-field-group a {
  text-decoration: none;
  color: #87DAC2 !important;
  font-weight: bolder;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll #mergeRow-gdpr {
  grid-column: 1/3;
  grid-row: 3/4;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll #mce-responses {
  font-size: 1.5rem;
  display: flex;
  max-width: 100%;
  font-weight: 500;
  grid-row: 2/3;
  grid-column: 1/3;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll #mce-responses #mce-error-response.failed {
  background: linear-gradient(249.86deg, #9e2f29 0%, #cf3f1b 100%);
}
html body main .first .container-1 .second .form .contact_form .contact_input form .checkbox {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 4rem 0 2rem;
}
@media (max-width: 435px) {
  html body main .first .container-1 .second .form .contact_form .contact_input form .checkbox {
    padding: 0;
  }
}
html body main .first .container-1 .second .form .contact_form .contact_input form .checkbox span {
  outline: none !important;
  border: none !important;
  -webkit-tap-highlight-color: transparent;
  margin-left: 1rem;
  font-size: 1.3rem;
  text-align: left;
  letter-spacing: 0.02em;
}
html body main .first .container-1 .second .form .contact_form .contact_input form .checkbox input {
  border-radius: 5px;
  outline: none;
  float: none;
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  color: #b3b0b1;
  border: 1px solid #787777 !important;
  margin: 0;
  -webkit-appearance: none;
  padding: 1px;
  cursor: pointer;
}
html body main .first .container-1 .second .form .contact_form .contact_input form #mc_embed_signup_scroll .clear {
  grid-column: 2/3;
  width: 100%;
  grid-row: 1/2;
  z-index: 16;
}
html body main .first .container-1 .second .form .contact_form .contact_input .form-field .checkbox-content {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .form .contact_form .contact_input .form-field .checkbox-content {
    margin-top: 0.5%;
  }
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .form .contact_form .contact_input {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
  }
}
html body main .first .container-1 .second .form .contact_form .response {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 1;
  visibility: visible;
  color: #87DAC2 !important;
  font-weight: bolder;
  margin-left: 3rem;
  margin-right: 0.5rem;
  text-align: start;
}
html body main .first .container-1 .second .form .contact_form .response[style="display:none"] {
  margin-left: 0;
  visibility: hidden;
  opacity: 0;
  display: block !important;
}
html body main .first .container-1 .second .form .contact_form .response a {
  text-decoration: none;
  color: #87DAC2 !important;
  font-weight: bolder;
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .form .contact_form {
    padding-left: 10%;
    padding-right: 10%;
  }
}
html body main .first .container-1 .second .form .contact_form .failed.form-control {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
html body main .first .container-1 .second .form .err .contact_input {
  grid-template-columns: 1fr 0;
}
html body main .first .container-1 .second .form .err .contact_input .form-control {
  display: none;
}
html body main .first .container-1 .second .form #mce-EMAIL {
  box-shadow: none;
  width: 67%;
  padding-top: 1rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  border-radius: 10rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  height: 100%;
  position: inherit;
  color: #FFFFFF;
  display: block;
  opacity: 0.3;
  margin: 0;
  z-index: 999;
}
@media (max-width: 435px) {
  html body main .first .container-1 .second .form #mce-EMAIL {
    font-size: 1rem;
    padding-left: 10%;
  }
}
html body main .first .container-1 .second .form input#mce-EMAIL:not(:last-child) {
  color: #ff2919;
  opacity: 0.6 !important;
  caret-color: #DDDDDD;
}
html body main .first .container-1 .second .form input#mce-EMAIL:not(:last-child)::-webkit-input-placeholder {
  color: #ff2919;
  opacity: 0.6 !important;
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .carousel {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 1280px) {
  html body main .first .container-1 .second .carousel .carousel-in .slider-container {
    margin-top: 11%;
  }
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .carousel .carousel-in .slider-container {
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    position: relative;
  }
}
@media (max-width: 1024px) {
  html body main .first .container-1 .second .carousel .carousel-in .slider-container .slider-content {
    height: 100%;
  }
}
html body main .first .container-1 .second .carousel .carousel-in .switcher ul li span {
  outline: none !important;
  border: none !important;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1025px) {
  html body main .first .container-1 .second .carousel .carousel-in .switcher ul li:hover {
    filter: brightness(160%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.terms * {
  box-sizing: border-box;
}
.terms body {
  margin: 0;
  background-color: #FFFFFF;
  font-family: Obvia, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: auto;
}
.terms main {
  display: block;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .terms main {
    min-height: calc(100vh - 238px);
  }
}
.terms .first {
  width: 100%;
  margin-top: 0;
  padding-top: 0 !important;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.terms .first .container-1 {
  padding-bottom: 7rem;
  max-width: 1156px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .terms .first .container-1 {
    width: auto;
  }
}
.terms .first .container-1 .second {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .terms .first .container-1 .second {
    margin-top: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 599px) {
  .terms .first .container-1 .second {
    padding-left: 0;
    padding-right: 0;
    grid-template-rows: auto !important;
  }
}
.terms .first .container-1 .second strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.terms .first .container-1 .second > ul {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0.8;
  padding-left: 1.2em;
}
.terms .first .container-1 .second > ol {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0.8;
  padding-left: 1.2em;
}
.terms .first .container-1 .second .title {
  font-weight: 700;
  color: #87DAC2;
  font-size: 2.4rem;
  padding-top: 4.9rem;
  display: block;
  padding-bottom: 4rem;
  padding-left: 0;
}
@media (max-width: 767px) {
  .terms .first .container-1 .second .title {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.terms .first .container-1 .second li {
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: 1.8;
}
.terms .first .container-1 .second a {
  color: inherit;
}
.terms ol {
  padding: 1rem;
}
.terms .clearfix {
  clear: both;
}

.about main {
  font-size: 12px;
  line-height: 1.5;
}
.about main h1 {
  font-size: 32px;
  font-weight: 700;
  color: #87DAC2;
  line-height: 1.14;
}
.about main .container-1 {
  max-width: 1156px;
  margin: 0 auto;
  padding-top: 6vh;
}
@media (max-width: 1024px) {
  .about main .container-1 {
    padding-bottom: 0;
  }
}
.about main .container-1 .container-in {
  padding-left: 13.8408304498%;
  max-width: 840px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .about main .container-1 .container-in {
    padding-left: 0;
  }
}
.about main .container-1 .container-in .back-link {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 599px) {
  .about main .container-1 .container-in .back-link {
    position: static;
    margin-bottom: 2em;
  }
}
.about main .container-1 .container-in .person-img {
  display: block;
  float: left;
  width: 39.7058823529%;
  max-width: 270px;
  margin: 0 40px 40px 0;
  background: linear-gradient(26.46deg, rgba(135, 218, 194, 0.5) 0%, rgba(135, 218, 194, 0) 100%);
  box-shadow: 0 0 250px rgba(135, 218, 194, 0.3), 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
@media (max-width: 599px) {
  .about main .container-1 .container-in .person-img {
    margin: 0 auto 40px auto;
    width: 100%;
    float: none;
  }
}
.about main .container-1 .container-in hr {
  width: 100%;
  max-width: 300px;
  height: 1px;
  padding: 0;
  margin: 2em 0;
  background: #87DAC2;
  clear: both;
  float: none;
  border: none;
  opacity: 0.25;
}
.about main .container-1 .container-in hr:nth-of-type(2) {
  float: right;
  width: 30%;
  max-width: 110px;
  margin: 1em 0;
}

.footer {
  margin-top: 20px;
  overflow: auto;
}
.footer .container-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1156px;
  margin: 0 auto;
}
@media (max-width: 1355px) and (min-width: 100px) {
  .footer .container-1 {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (max-width: 1024px) {
  .footer .container-1 {
    grid-template-columns: none;
    grid-template-rows: auto 1fr;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 435px) {
  .footer .container-1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.footer .container-1 .menu {
  width: fit-content;
}
@media (max-width: 1024px) {
  .footer .container-1 .menu {
    grid-row: none;
    width: 100%;
  }
}
.footer .container-1 .menu ul {
  display: block;
  overflow: hidden;
  width: fit-content;
}
@media (max-width: 1024px) {
  .footer .container-1 .menu ul {
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    justify-content: space-between;
    padding: 0;
    width: 46rem;
    flex-flow: wrap;
    margin: 0 auto;
    padding: 0;
    place-content: center;
  }
}
@media (max-width: 768px) {
  .footer .container-1 .menu ul {
    width: 34rem;
  }
}
@media (max-width: 435px) {
  .footer .container-1 .menu ul {
    width: 28rem;
  }
}
.footer .container-1 .menu ul li {
  display: block;
  list-style: none;
  margin: 0 0 0 4.5rem;
  padding: 0;
  float: left;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer .container-1 .menu ul li {
    text-align: center;
    margin: 1rem;
  }
}
@media (max-width: 435px) {
  .footer .container-1 .menu ul li {
    margin: 0.5rem 1rem;
  }
}
.footer .container-1 .menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  opacity: 0.25;
}
@media (max-width: 1024px) {
  .footer .container-1 .menu ul li a {
    font-size: 1rem;
  }
}
.footer .container-1 .menu ul li:first-child {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .footer .container-1 .menu ul li:first-child {
    margin: 1rem;
  }
}
@media (max-width: 435px) {
  .footer .container-1 .menu ul li:first-child {
    margin: 0.5rem 1rem;
  }
}
@media (max-width: 1024px) {
  .footer .container-1 .menu ol {
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    justify-content: space-between;
    padding: 0;
  }
}
.footer .container-1 .apps {
  width: fit-content;
  display: flex;
  place-self: flex-end;
  align-self: center;
}
@media (max-width: 1024px) {
  .footer .container-1 .apps {
    opacity: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
}
.footer .container-1 .apps a svg {
  width: 80px;
}
.footer .container-1 .apps a:first-child {
  text-decoration: none;
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  .footer .container-1 .apps a:first-child {
    float: left;
    margin-right: 8%;
  }
}
.footer .container-1 .apps a:first-child svg {
  margin-right: 1rem;
}
@media (max-width: 1024px) {
  .footer .container-1 .apps a:last-child {
    float: right;
  }
}
@media (max-width: 1024px) {
  .footer .container-1 .apps a img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .footer .container-1 .apps a img {
    height: 36px;
  }
}
@media (max-width: 568px) {
  .footer .container-1 .apps a img {
    height: 30px;
  }
}
@media (max-width: 435px) {
  .footer .container-1 .apps a img {
    height: 32px;
  }
}
.footer .container-1 .apps img {
  height: 28px;
}

.nav {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  max-width: 1156px;
  margin: 0 auto;
}
@media (max-width: 1355px) and (min-width: 100px) {
  .nav {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
.nav .navlog {
  align-self: center;
  display: flex;
  flex: auto;
}
.nav .navlog img {
  display: block;
  height: 24px;
}
.nav ul {
  align-self: center;
}
.nav ul li {
  display: block;
  list-style: none;
  margin: 0 0 0 1.6rem;
  padding: 0;
  float: left;
}
.nav ul li:hover {
  filter: brightness(160%);
}
.nav .logo {
  float: left;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .nav .logo {
    margin-top: 1.3rem !important;
  }
}
.nav .name {
  font-size: 1.6rem;
  color: #87DAC2;
  align-self: center;
}
@media (max-width: 435px) {
  .nav .lang {
    display: flex;
  }
}
.nav .lang ul {
  margin-right: 1rem;
  align-self: start;
}
@media (max-width: 435px) {
  .nav .lang ul {
    margin-top: 1.2rem;
    margin-right: 0;
    padding-right: 0;
  }
}
.nav .lang a {
  font-size: 1.9rem;
  opacity: 0.2;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s all;
}
@media (max-width: 435px) {
  .nav .lang a {
    font-size: 1.6rem;
  }
}
.nav .lang a:hover {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #64C785;
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1355px) and (min-width: 100px) {
  .nav a::before {
    visibility: hidden !important;
  }
}
@media (max-width: 1355px) and (min-width: 100px) {
  .nav a::after {
    display: none;
  }
}
@media (max-width: 1355px) and (min-width: 100px) {
  .nav #menu-container {
    position: static;
    left: 0;
    top: 100%;
    background: transparent;
    height: auto;
    width: auto;
    display: block;
    overflow-y: hidden;
    padding: 0 14px;
  }
}

/*# sourceMappingURL=style.css.map */
