/*breakpoints*/
.alternativelandingpage .header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.alternativelandingpage .header__logo img {
  width: 260px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 991.98px) {
  .alternativelandingpage .header__logo img {
    width: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .alternativelandingpage .header__logo img {
    width: 160px;
  }
}
.apple.AlternativeLandingPage {
  padding-left: 0;
}
.apple.AlternativeLandingPage .element:nth-child(1 of .element) {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .apple.AlternativeLandingPage .element:nth-child(1 of .element) {
    margin-top: 4rem;
  }
}
.lang__select {
  --offset-right: 1rem;
  --bottom-offset: 4.5rem;
  position: fixed;
  bottom: var(--bottom-offset);
  right: var(--offset-right);
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .lang__select {
    --offset-right: 2rem;
    --bottom-offset: 5rem;
  }
}
.lang__select .current__locale {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
}
.lang__select .current__locale:after {
  display: none;
}
.lang__select .current__locale img.lang_flags {
  --size: 2rem;
  border-radius: 50%;
  width: var(--size) !important;
  height: var(--size) !important;
}
@media screen and (min-width: 992px) {
  .lang__select .current__locale img.lang_flags {
    --size: 3rem;
  }
}
.lang__select .dropdown-menu {
  background-color: #f2f6f7;
  padding: 0;
}
.lang__select .dropdown-menu .locales {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lang__select .dropdown-menu .locales a {
  color: #008abd;
  text-decoration: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fcarasana%2Fscss%2Fcomponents%2F_alternativelandingpage.scss%22%2C%22%2Fthemes%2Fcarasana%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkBJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqCF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%22%7D */