html {
  font-size: 1vw;
  font-family: "Nyata", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  background-color: black;
}
h1 {
  font-family: "Nyata", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 5rem;
  text-align: center;
}
h2 {
  font-family: "Nyata", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace;
  color: #FFFFFF;
  text-align: center;
  font-size: max(2.5rem, 30px);
  text-shadow: 0.05em 0.05em #00000099;
}
h3 {
  font-family: "Nyata", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace;
  color: #FFFFFF;
  text-align: center;
  font-size: max(2rem, 23px);
  text-shadow: 0.05em 0.05em #00000099;
}
a {
  outline: none;
  text-decoration: none;
}
p {
  text-align: justify;
  font-size: max(1.8rem, 20px);
  margin-block-end: 2rem;
  text-shadow: 0.05em 0.05em #00000099;
}
@media screen and (max-height: 400px), (max-width: 350px) {
  p {
    font-size: max(1.5rem, 15px);
  }
}
svg {
  overflow: visible;
}
ul {
  display: flex;
  list-style-type: none;
  padding: 0px;
  flex-wrap: wrap;
}
li {
  text-align: center;
  padding: 0.5rem;
  width: 50%;
  box-sizing: border-box;
}
li.right {
  text-align: right;
}
li.left {
  text-align: left;
}
a.bbc {
  color: #e72e67;
}
iframe {
  transition: all 0.3s ease-in-out;
}
@font-face {
  font-family: 'Nyata';
  src: url('../fonts/NyataFtrRegular.otf') format("opentype");
}
@keyframes bump_bbs {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bump_bbc {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes bump_cabin {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
#animated_shape_1 {
  animation: bump_bbs 0.5s;
  animation-timing-function: ease-in-out;
}
#animated_shape_2 {
  animation: bump_bbc 0.5s;
  animation-delay: calc(0.8 * 0.5s/2);
  animation-timing-function: ease-in-out;
}
#animated_shape_3 {
  animation: bump_cabin 0.5s;
  animation-delay: calc(0.8 * 0.5s);
  animation-timing-function: ease-in-out;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
.big-blue-link {
  transition: all ease-in-out calc(0.5s/4);
}
.big-blue-link #animated_shape_1,
.big-blue-link #animated_shape_2,
.big-blue-link #animated_shape_3 {
  transition: all ease-in-out calc(0.5s/2);
}
.big-blue-link > a {
  display: block;
  /* &::after  { */
  /* transition: all ease-in-out calc(@shape-speed/4); */
  /* content: ">"; */
  /* font-size: 10vh; */
  /* position: absolute; */
  /* font-family: consolas, monospace; */
  /* letter-spacing: -0.5vh; */
  /* margin-top: 3.8vh; */
  /* color: #0055cc; */
  /* opacity:0; */
  /* animation:appear @shape-speed forwards ; */
  /* animation-delay: calc(1.5*@shape-speed) */
  /* } */
}
.big-blue-link:hover {
  transform: scale(1.05);
}
.big-blue-link:hover #animated_shape_1 {
  transform: translateX(15%);
}
.big-blue-link:hover #animated_shape_2 {
  transform: translateX(50%);
}
.big-blue-link:hover #animated_shape_3 {
  transform: translateX(100%);
}
.big-blue-link:hover > a {
  /* &::after  { */
  /* color: #0055cc00 */
  /* } */
}
.big-blue-logo {
  max-height: 20vh;
  max-width: 100%;
}
.rect {
  box-sizing: border-box;
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  --padding-ratio: 1;
  --base-padding: 10vw;
  --padding: calc(var(--base-padding) * var(--padding-ratio));
  padding: var(--padding);
}
.rect.video {
  --padding-ratio: 0.3;
}
@media screen and (max-width: 780px) {
  .rect {
    --base-padding: 8vw;
  }
}
@media screen and (max-width: 550px) {
  .rect {
    --base-padding: 5vw;
  }
}
@media screen and (max-width: 350px) {
  .rect {
    --base-padding: 3vw;
  }
}
@media screen and (orientation: portrait) {
  .rect {
    --base-padding: 3vw;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .rect {
    width: 100%;
    position: absolute;
    height: 60vh;
  }
}
.rect.right {
  right: 0;
  /* background-color:@bba-darkgray; */
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .rect.right {
    top: 60vh;
  }
  .rect.right.big-mobile-half {
    top: 30vh;
    height: 70vh;
  }
}
.rect.left {
  left: 0;
  /* padding:5vw; */
  /* background-color:@bba-blue; */
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .rect.left {
    left: auto;
    right: 0;
    top: 0;
  }
  .rect.left.small-mobile-half {
    height: 30vh;
  }
}
.rect > .rect-content {
  position: absolute;
  width: calc(100% - 2*10vw);
  top: 50%;
  transform: translateY(-50%);
  --width: calc(100% - 2 * var(--padding));
  width: var(--width);
}
@media screen and (max-width: 780px) {
  .rect > .rect-content {
    max-height: 100%;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .rect > .rect-content.stick-bot {
    bottom: 2vh;
    top: auto;
    transform: none;
  }
}
.rect > .rect-content.left {
  text-align: center;
}
.rect > .rect-content.right {
  text-align: left;
}
.rect > .rect-content > table {
  width: 100%;
}
.rect > .rect-content > img.logo {
  width: 80%;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .rect > .rect-content > img.logo {
    height: 25vh;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  .rect > .rect-content > img.logo {
    height: 18vh;
  }
}
.rect > .rect-content > img.logo.small {
  height: 50%;
}
@media screen and (orientation: portrait) {
  .rect > .rect-content > img.logo.small {
    height: 16vh;
  }
}
.background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .background-video {
    transform: rotate(90deg);
    width: 100vh;
  }
}
.background-video-rect {
  width: 50vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.background-video-rect.left {
  left: 0;
  object-position: left;
}
.background-video-rect.right {
  object-position: right;
  z-index: -2;
  right: 0;
}
button {
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #00000099;
  border: solid #FFFFFF 3px;
  height: calc(max(3rem, 25px));
  font-size: calc(calc(max(3rem, 25px)) * 0.5);
  color: #FFFFFF;
  font-family: "Nyata", "Menlo", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", Courier, monospace;
  margin: calc(calc(max(3rem, 25px))*0.2);
  transition: all ease-in-out 0.1s;
  cursor: pointer;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  button {
    height: calc(calc(max(3rem, 25px)) * 1.5);
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  button {
    font-size: calc(calc(max(3rem, 25px)) * 0.4 * 1.5);
  }
}
@media screen and (max-width: 780px) {
  button {
    margin: calc(calc(calc(max(3rem, 25px))*0.2) * 0.5);
  }
}
button img {
  height: calc(calc(max(3rem, 25px)) * 0.5);
  vertical-align: middle;
  transition: all ease-in-out 0.1s;
  filter: invert(69%) sepia(19%) saturate(285%) hue-rotate(195deg) brightness(82%) contrast(86%);
}
button:hover {
  transform: scale(1.05);
}
button:hover img {
  filter: invert(87%) sepia(9%) saturate(441%) hue-rotate(205deg) brightness(105%) contrast(98%);
}
.people-link {
  margin-top: 3%;
  width: -moz-fit-content;
  width: fit-content;
  height: calc(max(6rem, 100px));
  display: block;
  color: white;
}
@media screen and (max-height: 400px), (max-width: 350px) {
  .people-link {
    height: calc(max(4rem, 75px));
  }
}
.people-link img {
  max-height: 100%;
  filter: sepia(100%) hue-rotate(181deg);
}
.people-link img.alex {
  border-radius: 50%;
  max-height: calc(100% - 12px);
  margin: 6px;
  box-shadow: 0px 0px 0.2rem 0.2rem rgba(0, 0, 0, 0.55);
}
.people-link p {
  text-shadow: 0.07em 0.07em #00000099;
  font-size: max(1.5rem, 20px);
  display: inline-block;
  transform: translateY(calc(-0.425 * max(6rem, 100px)));
}
@media screen and (max-height: 400px) {
  .people-link p {
    font-size: max(1.5rem, 15px);
  }
}
.people-link .inline-icon {
  fill: #FFFFFF;
}
.people-link:hover {
  color: #e72e67;
}
.people-link:hover img {
  filter: sepia(100%) hue-rotate(210deg);
}
.people-link:hover .inline-icon {
  fill: #e72e67;
}
.people-container {
  text-align: left;
}
.inline-icon {
  display: inline-block;
  height: calc(max(1.5rem, 20px) * 0.5);
  width: calc(max(1.5rem, 20px) * 0.5);
}
