@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&display=swap");
.nav #tetranav a#myanchor canvas {
  display: block;
  max-width: 100%;
  height: auto;
  left: 0;
  top: 0;
}

.body-container {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: visible;
  background-color: transparent;
}

.home-section-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 65vw;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .home-section-container {
    width: 100vw;
  }
}

.section-container {
  padding-left: 3rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .section-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.nav-container {
  max-height: 100vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  -webkit-transform: translate(-10vw, 5vw);
          transform: translate(-10vw, 5vw);
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .nav-container {
    -webkit-transform: translate(0, 30vw);
            transform: translate(0, 30vw);
  }
}

.nav-container .info {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 10%;
  top: 10%;
  font-size: 5.6rem;
  line-height: 1.2em;
  font-family: sans-serif;
}

.first-container {
  padding-top: 20vw;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .first-container {
    padding-top: 20vw;
  }
}

.section-title {
  font-size: 2rem;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .section-title {
    font-size: 1.1rem;
  }
}

.section-text {
  font-weight: light;
  font-size: 1.3em;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 300;
}

.contact-form-container {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
}

.contact-form {
  font-family: "IBM Plex Mono", monospace;
}

.contact-form-container {
  width: 100%;
}

.contact-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
  color: pink;
}

.main-container {
  background-color: transparent;
}

.address {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 300;
}

.eng {
  text-decoration: none;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@700&display=swap");
}

a {
  color: blue;
  font-family: 'IBM Plex Mono', monospace;
}

a:visited {
  color: blue;
}

body {
  position: relative;
}

.info-container {
  position: fixed;
  min-width: 150px;
  right: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .info-container {
    top: 0;
    left: 0;
    right: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}

.info-container .info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  min-width: 150px;
}

.info-container .info .logo-container {
  width: 20vw;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 4000000;
}

.info-container .info .logo-container a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info-container .info .logo-container .logo {
  width: 100%;
}

.info-container .info .submenu-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1rem;
  z-index: 4000000;
}

.info-container .info .submenu-container .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.3rem;
}

.info-container .info .submenu-container .submenu a {
  text-align: end;
}

.info-container .info .submenu-container .submenu .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.info-container .info .submenu-container .submenu .language a {
  padding-left: 6px;
}

.contact-section {
  font-size: 1.3rem;
  padding-bottom: 3rem;
  padding-top: 2rem;
}

.contact-section textarea {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
  font-size: 1.3rem;
  font-family: Helvetica Neue, sans-serif;
  color: black;
}

.contact-section .contact-form::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.contact-section .contact-form:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.contact-section .contact-form::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.contact-section .contact-form::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.contact-section .contact-form {
  padding-top: 1rem;
  height: 3rem;
  width: 50%;
  border: 0;
  background-color: transparent;
  resize: none;
  outline: none;
  border-bottom: 1px black solid;
  font-size: 1.3rem;
  font-family: Helvetica Neue, sans-serif;
  color: black;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .contact-section .contact-form {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.contact-section .contact-form a {
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  cursor: pointer;
}

.contact-section .contact-form .contact-form:focus {
  outline: none !important;
}

.contact-section .subject {
  padding-top: 0;
  width: 50%;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .contact-section .subject {
    width: 100%;
  }
}

.contact-section .contact-form {
  width: 50%;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .contact-section .contact-form {
    width: 100%;
  }
}

.contact-section .message {
  padding-top: 1rem;
  height: 12rem;
}

.contact-section .submit-container {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1rem;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .contact-section .submit-container {
    width: 100%;
  }
}

.contact-section .submit {
  background-color: black;
  color: white;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  border-bottom: 0;
  padding-top: 0rem;
  font-weight: lighter;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  padding: 0.4rem 1rem 0.4rem 1rem;
  border-radius: 7px;
  font-family: 'IBM Plex Mono', monospace;
}

.contact-section .address {
  padding-top: 1rem;
}

.contact-section .address p:first-of-type {
  padding-bottom: 1rem;
}

.contact-section .legal {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1000px) and (min-width: 100px) {
  .contact-section .legal {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

html, * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'IBM Plex Mono', monospace;
  background: #f9d635;
  position: relative;
}

@-webkit-keyframes change {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
  }
}

@keyframes change {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
  }
}

.js body {
  display: none;
}

a {
  color: black;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 300;
}

a:visited {
  color: black;
}

a:hover {
  cursor: pointer;
}

body {
  position: relative;
}
/*# sourceMappingURL=style.css.map */