@font-face {
    font-family: IBM-Plex-Mono;
    src: url(/fonts/IBMPlexMono-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: IBM-Plex-Mono;
    src: url(/fonts/IBMPlexMono-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: IBM-Plex-Mono;
    src: url(/fonts/IBMPlexMono-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: IBM-Plex-Mono;
    src: url(/fonts/IBMPlexMono-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  font-size: 14px;
}

body {
  color: #fff;
  background-color: #000;
  font-family: IBM-Plex-Mono, sans-serif;
  font-weight: 300;
  line-height: 28px;
  padding: 20px;
  margin: 0;
}

body * {
  box-sizing: border-box;
}

input,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 12px;
  color: #fff;
  background-color: #000;
  border: 3px solid #fff;
  font-size: 14px;
  line-height: 1.42857;
}

input {
  height: 38px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px
}

.hp-h1 {
  font-size: 24px;
  text-align: center;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px
}

p {
  margin-bottom: 10px
}

@media screen and (max-width: 767px){
  h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 20px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 20px;
  }

  h4, h5, h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 20px;
  }
}

@media screen and (max-width: 399px){
  h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700px;
  }

  .hp-h1 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 500;
  }
}


.underlined {
  text-decoration: underline;
}

a {
  color: rgba(167, 167, 167, 0.933);
  text-decoration: underline;
  transition: opacity .2s;
  display: block
}

a.clean {
  text-decoration: none;
}

a:hover {
  color: #32343a
}

a:active {
  color: #43464d
}

.wordbreak-all-links a {
  word-break: break-all;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc
}

li {
  margin-bottom: 10px
}

img {
  display: block
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px
}

.fw {
  width: 100%;
}

.fh {
  height: 100%;
}

.sticky-cont>* {
  position: sticky;
  top: 0;
}

.absolute {
  position: absolute;
}

.absolute.bottom {
  bottom: 0;
}

.inline {
  display: inline;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.g-20-80 {
  grid-template-columns: 1fr 4fr;
}

.three-col {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr
}

@media screen and (max-width: 479px) {
  .two-col{
    grid-template-columns: 1fr;
  }

  .three-col {
    grid-template-columns: 5.5fr 1fr 5.5fr;
  }
}

.h {
  height: 1px;
  z-index: -100;
  position: absolute;
  opacity: 0;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex.row {
  flex-direction: row;
}

.flex.center {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.gap-s {
  gap: 5px;
}

.gap-m {
  gap: 10px;
}

.gap-l {
  gap: 20px;
}

.container {
  align-self: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  z-index: 0;
}

.fullscreen {
  width: 100%;
  min-height: 100vh;
}

.content-section {
  height: auto;
}

.big-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 5px solid #fff;
  padding: 15px 40px;
  font-size: 25px;
  font-weight: 400;
}

.big-button.centered {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.jwd-contact-form {
  display: flex;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.textarea-l {
  height: 250px;
}

.annotation {
  color: #fff;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  inset: 0% 0% auto;
  max-width: none;
  margin: 5px auto;
}

.header.static {
  position: static;
}

.header-logo-bg {
  background-image: url(/assets/jawas_logo_transparent.png), linear-gradient(#0006, #0006);
  background-position: 0 0, 0 0;
  background-size: contain, auto;
  width: 100px;
  height: 100px;
}

.logo-large {
  width: 170px;
}

.footer {
  padding-top: 40px
}

.footer-logo {
  max-width: 80px;
}

.footer-details {
  color: rgba(167, 167, 167, 0.933);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.footer-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  font-size: 12px;
  list-style: none;
}

.footer-navigation>a {
  text-decoration: none;
}

.linkedin-icon {
  height: 20px;
  width: 20px;
  margin-top: 10px;
}