
.header[data-v-29e8c3c6]{
  height: 12.8vw;
  /* background-color: var(--main-c); */
  background: rgb(234,81,58);
  background: linear-gradient(90deg, rgba(234,81,58,1) 0%, rgba(213,33,39,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  letter-spacing: 1px;
  font-size: 4vw;
  z-index: 10;
  font-weight: 700;
}
.header svg[data-v-29e8c3c6]{
  width: 8vw;
  height: 8vw;
  position: absolute;
  left: 5px;
}

