:root {
  --fs-normal: 1.7rem;
}

@media (min-width: 500px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 96%!important;
    }
}




.header__wrapper {
  justify-content: space-between;
}

.logo.disabled {
  pointer-events: none;
  cursor: default;
}

.header__language-swapper {
  gap: 2.5rem;
  margin-right: 5rem;
}

.header__language-item {
  padding: 0;
}

.header__language-item:first-child {
  border: none;
}

.header__language-item > a {
  font-family: var(--font-secondary);
  font-size: var(--fs-normal);
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.header__language-item.active > a {
  font-weight: 500;
  opacity: .4;
  pointer-events: none;
  cursor: default;  
}

.btn a, .btn button {
  font-size: var(--fs-normal);
  font-weight: 600;
  padding: 2.4rem 3.8rem;
  background: #fff;
  border-radius: .6rem;
  color: #1A1D26;
  text-transform: uppercase;
  width: auto;
  height: auto;
}

.hero__text > * {
  line-height: 1.35;
}

.btn a {
  transition: all .3s ease-in-out;
}

.btn--clr-black a {
  color: #fff;
  background: #1A1D26;;
}

.btn--clr-black a:hover {
  color: #1A1D26;
  background: #ffffff;
}