.banner[data-v-5da7b23d] {
  background-color: #ff7800;
  padding: 12px 10px;
  text-align: center;
}
@media (max-width: 799px) {
  .banner[data-v-5da7b23d] {
    margin: 0 -16px;
  }
}
.layout-header[data-v-1fe5e188] {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 10px;
  transition: 0.4s;
  width: 100%;
  z-index: 100;
}
.layout-header.show[data-v-1fe5e188] {
  top: 0;
  transition: 0.4s;
}
.layout-header .header-container[data-v-1fe5e188] {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1520px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 799px) {
  .layout-header .header-container[data-v-1fe5e188] {
    padding: 0;
  }
}
.layout-header .header-container .title[data-v-1fe5e188] {
  color: #ff7800;
  font-family: IBMPlexMono-Bold, IBMPlexMono-Bold fallback;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 799px) {
  .layout-header .header-container .title[data-v-1fe5e188] {
    font-size: 30px;
    scale: 0.8;
    transform-origin: left;
  }
}
.layout-header .header-container .links[data-v-1fe5e188],
.layout-header .header-container .links .link-item[data-v-1fe5e188] {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.layout-header .header-container .links .link-item[data-v-1fe5e188] {
  align-items: flex-start;
  color: #fff;
  cursor: pointer;
  font-family: IBMPlexMono-Bold, IBMPlexMono-Bold fallback;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  justify-content: flex-end;
  letter-spacing: 0;
  margin: 0 10px;
  opacity: 1;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 799px) {
  .layout-header .header-container .links .link-item[data-v-1fe5e188] {
    font-size: 14px;
    margin: 0 4px;
  }
}
.layout-header .header-container .links .link-item .icon[data-v-1fe5e188] {
  height: 36px;
  margin-left: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 36px;
}
@media (max-width: 799px) {
  .layout-header .header-container .links .link-item .icon[data-v-1fe5e188] {
    height: 20px;
    margin-left: 4px;
    width: 20px;
  }
}
a {
  color: #fff !important;
  display: inline;
  margin-left: 8px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.default-layout {
  height: auto;
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 799px) {
  .default-layout {
    padding: 0 16px;
  }
}
