.c-top2.is-scrolled {
  height: 130px;
  padding: 30px 0 0 30px;
}

.locales {
  top: 0 !important;
  right: -10px !important;
  height: 35px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .locales .primary.extra-mobile-padding {
    padding-right: 20px;
  }
}
.locales ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .locales ul li span {
    display: none;
  }
}

.country-lang {
  padding-top: 30px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.country-lang__wrapper {
  padding: 0 30px;
}
.country-lang__logo {
  margin: 0 auto;
}
.country-lang__title {
  font-size: 42px;
  color: black;
}
@media screen and (max-width: 767px) {
  .country-lang__title {
    font-size: 24px;
  }
}
.country-lang__items {
  column-count: 1;
  column-gap: 60px;
}
@media screen and (min-width: 1000px) {
  .country-lang__items {
    column-count: 2;
  }
}
.country-lang__item {
  font-size: 24px;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #CBCBCB;
  color: black;
}
@media screen and (min-width: 1000px) {
  .country-lang__item {
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
.country-lang__item ul, .country-lang__item li {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.country-lang__item ul {
  padding-top: 5px;
}
.country-lang__item li {
  margin-right: 5px !important;
  display: flex !important;
  align-items: center;
}
.country-lang__item li:last-child {
  margin-right: 0 !important;
}
.country-lang__item li:last-child:after {
  display: none !important;
}
.country-lang__item li:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: black;
  display: block;
  margin-left: 5px;
}
.country-lang__item a {
  color: #0D6849;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.country-lang__footer {
  background-color: #EBEAE6;
  color: black;
  padding: 60px 30px;
  font-size: 14px;
}

.country-lang-btn {
  background-color: #EBEAE6;
  height: 35px;
  display: flex;
  border-width: 0;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 0 20px;
}
.country-lang-btn img {
  margin-right: 10px;
}

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