header {
    width: 100%;
    padding: 20px 10% 180px 10%;
    position: relative;
    background-image: var(--bcg1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;


    @media (max-width: 1571px) {
        padding: 0 5% 60px 5%;
    }

    @media (max-width: 749px) {
        padding: 0 15px 60px 15px;
        background-image: none;
    }
}

.xzhev2 {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  width: 100%;

  @media (max-width: 1041px) {
    display: none;
  }
}

.xv3813 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.xnnof4 {
  display: flex;
  height: 40px;
  background-color: #051417;
  border-radius: 50px;
  color: var(--text);
}

.x66115 {
  background-color: var(--button);
  border: none;
  width: 150px;
  border-radius: 50px;
}

.x66115:hover {
  background-color: var(--button-hover);
}

.xz2ng7 {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 150px;
}

.xz2ng7:hover {
  color: var(--button);
}

.xpgwf8 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.xbwtu47 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    max-width: 725px;
}

.xbwtu47-buttons {
    display: grid;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;

    @media (max-width: 1348px) {
      grid-template-columns: 1fr;
    }
}

.xi0qa28 {
    height: 60px;
    width: 100%;
    background-color: var(--button);
    border: none;
    border-radius: 50px;
}

.xi0qa28:hover {
    background-color: var(--button-hover);
}

.x4afw30 {
  height: 60px;
  width: 100%;
  color: var(--button);
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid var(--button);
  border-radius: 50px;
}

.x4afw30:hover {
  color: var(--button-hover);
  border-color: var(--button-hover);
}

.x60xr12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 10px;
  border-radius: 100px;
  background-color: #051417;
}


.xp6t313 {
  display: none;

  @media (max-width: 1041px) {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

.xl0pc14 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 60px;
}

.xab5x15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.x7raw49 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.xkze950 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  gap: 20px;
}

.x7fbb16 {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: var(--background2);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  left: 0;
  padding: 0 16px;
}

.x7fbb16-log {
  width: 100%;
  background-color: #051417;
  border-radius: 50px;
  height: 60px;
  display: flex;
  
}

.x7fbb16-log-but {
  background-color: var(--button);
  border: none;
  width: 100%;
  border-radius: 50px;
}

.x7fbb16-log-but:hover {
  background-color: var(--button-hover);
}

.x7fbb16-reg-but {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
}

.x7fbb16-reg-but:hover {
  color: var(--button);
}