.header {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 5%;
  right: 5%;
  height: auto;
  border-radius: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(30, 30, 30, 0.3);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 4px 30px rgba(0, 0, 0, 0.1);
}
.header__logo {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header__logo a:hover, .header__logo a:focus {
  outline: none;
}
.header__logo a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__menu {
  width: 100%;
  height: auto;
}
.header__menu .menu {
  width: 100%;
  height: auto;
}
.header__menu .menu .menu-nav {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  gap: 2vw;
}
.header__menu .menu .menu-nav li a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #FFFFFF;
}
.header__menu .menu .menu-nav li a:hover {
  color: #FF00FF;
}
.header__menu {
  font-family: "Space Grotesk", sans-serif;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  line-height: 17.5px;
  color: #FFFFFF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .header__menu {
    font-size: 15.68px;
    line-height: 19.6px;
  }
}
@media (min-width: 1024px) {
  .header__menu {
    font-size: 1.1vw;
    line-height: 1.375vw;
  }
}
@media (min-width: 1440px) {
  .header__menu {
    font-size: 1.1vw;
    line-height: 1.375vw;
  }
}
.header__burger {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__burger button {
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
}
.header__burger button:focus, .header__burger button:hover {
  outline: none;
  cursor: pointer;
}
.header__burger button svg {
  pointer-events: none;
}
.header--mobile {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (6fr)[2];
  grid-template-columns: repeat(2, 6fr);
  grid-auto-rows: auto;
}
.header--mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 40px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(30, 30, 30, 0.2);
  backdrop-filter: blur(20px);
}
.header--mobile__menu .menu {
  width: 100%;
  height: auto;
}
.header--mobile__menu .menu .menu-nav {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  gap: 20px;
}
.header--mobile__menu .menu .menu-nav li a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #FFFFFF;
}
.header--mobile__menu .menu .menu-nav li a:hover {
  color: #FF00FF;
}
.header--mobile__menu {
  font-family: "Space Grotesk", sans-serif;
  font-family: "Space Mono", monospace;
  font-size: 14px;
  line-height: 17.5px;
  color: #FFFFFF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .header--mobile__menu {
    font-size: 15.68px;
    line-height: 19.6px;
  }
}
@media (min-width: 1024px) {
  .header--mobile__menu {
    font-size: 14px;
    line-height: 17.5px;
  }
}
@media (min-width: 1440px) {
  .header--mobile__menu {
    font-size: 14px;
    line-height: 17.5px;
  }
}
.header--mobile__menu-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--mobile__menu .back {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header--mobile__menu .back button {
  width: 50px;
  height: 50px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  background-color: transparent;
}
.header--mobile__menu .back button:focus, .header--mobile__menu .back button:hover {
  outline: none;
}
.header--mobile__menu .braink-core-button {
  margin-top: 20px;
}
.header--desktop {
  display: none;
}

@media (min-width: 768px) {
  .header__logo a img {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1024px) {
  .header {
    position: fixed;
    top: 1vw;
    border-radius: 2vw;
    border-bottom: 0.2vw solid rgba(255, 255, 255, 0.1);
    padding: 1vw 1.5vw;
    backdrop-filter: blur(0.5vw);
    -webkit-box-shadow: inset 0 0.1vw 0.1vw rgba(255, 255, 255, 0.1), inset 0 -0.1vw 0.1vw rgba(0, 0, 0, 0.1), 0 0.2vw 0.1vw rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0.1vw 0.1vw rgba(255, 255, 255, 0.1), inset 0 -0.1vw 0.1vw rgba(0, 0, 0, 0.1), 0 0.2vw 0.1vw rgba(0, 0, 0, 0.1);
  }
  .header__logo a img {
    width: 4vw;
    height: 4vw;
  }
  .header--mobile {
    display: none;
  }
  .header--desktop {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 10fr 2fr;
    grid-template-columns: 2fr 10fr 2fr;
    grid-auto-rows: auto;
  }
}