* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.bg {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-filler {
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
}

.logo-main {
  top: 10vh;
  bottom: 55vh;
  background-attachment: fixed;
  position: absolute;
  aspect-ratio: 2/1;
  max-width: 80%;
  height: auto;
  z-index: 2;
}

.logo-main-img {
  margin: auto auto;
  display: block;
  background-attachment: fixed;
  top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-main:hover {
  opacity: 0.8;
}

.logo-container {
  position: fixed;
  top: 80vh;
  bottom: 0vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  min-height: 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
}

.logo-img {
  height: 10vh;
  aspect-ratio: 1/1;
}

.logo-img:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.dynamic-elements {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  position: absolute;
  top: 5vh;
  left: 5vh;
  right: 5vh;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
}

.bot-title {
  font-size: min(4rem, 5vw);
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 20px;
  white-space: pre-wrap;
}

.bot-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.bot-description {
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.3rem;
  text-align: justify;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 25vh;
}

.bot-description p {
  margin-right: 1em;
  text-indent: 1em;
  line-height: 1.2;
}

.bot-description li {
  margin-left: 2em;
  margin-right: 1em;
  offset: 0;
  line-height: 1.25;
}

.bot-description a {
  color: #00b3ff;
  text-decoration: none;
  text-indent: 1em;
  line-height: 1.25;
}

.warning {
  font-style: italic;
}

.bot-logo {
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}