@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Bold.woff2") format("woff2"), url("/fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Regular.woff2") format("woff2"), url("/fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-BoldItalic.woff2") format("woff2"), url("/fonts/Raleway-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Italic.woff2") format("woff2"), url("/fonts/Raleway-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Bold.woff2") format("woff2"), url("/fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-Regular.woff2") format("woff2"), url("/fonts/PTSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-BoldItalic.woff2") format("woff2"), url("/fonts/PTSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-Italic.woff2") format("woff2"), url("/fonts/PTSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/*
Colour 1
A secondary colour, in terms of frequency, to help show the start of new sections and add one of your theme colours to different elements, including:
- h2
- a.primary
- a:hover, a:focus
- Scrollbar thumb
- .subTitle
- Message notification
*/
/*
Colour 2
The primary colour used throughout the template. Elements that use this colour include:
- h1, h3
- p.extraInfo
- .highlight, .highlight a
- header nav a: active
- Borders on form elements, like inputs and selects
- Button borders that have data-state=active
*/
/*
Colour 3
The colour used to show additional importance or interactivity. Elements that use this colour include:
- form .important
- Most hoverable elements
*/
/*
Colour 4
This colour has been added to allow for themes that use 4 colours to easily get started. No elements inherently use this colour.
*/
/*
Body colour
The colour of the majority of the text on the screen
*/
/*
Button Colour
The primary colour of the text of most buttons
*/
/*
BG 100
- Background of the body
- Background of the active anchor in the navigation
- Background of any anchor in the navigation that is being hovered
*/
/*
BG 200
- Background of the header, subheader and sidebar
- Bottom left corner colour of the gradient on elements with the raised class
- Background of inputs, selects and other form elements
*/
/*
BG 300
- Top left corner colour of the gradient on elements with the raised class
- Start and end of delimiter background
- Background of the popup and message container
- Background of buttons
*/
/*
BG 400
- Navigation anchor borders on a phone
*/
/*
BG 500
- Box shadow colour
- Scroll bar track colour
- Inactive bell colour
*/
/*
BG 600
- Colour of the bottom border of navigation anchors
*/
/*
BG 700
- Underline colour of h2's with the class of underline
- Colour of button borders
- Middle of a delimiter background
*/
/*
BG 800
- Active bell colour
*/
* {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
}

a, p, label, code, h5, li, button {
  font-size: var(--fontSizeM);
}
@media screen and (max-width: 767px) {
  a, p, label, code, h5, li, button {
    font-size: 1rem;
  }
}

i {
  font-size: var(--fontSizeL);
}

code {
  font-family: monospace;
}

h1 {
  color: hsl(0deg, 0%, 85%);
  margin-bottom: var(--gapM);
  font-size: var(--fontSizeXXXL);
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
    text-align: center;
  }
}

h2 {
  color: #d79627;
  font-size: var(--fontSizeXXL);
  margin-bottom: var(--gapL);
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  color: hsl(0deg, 0%, 85%);
  font-size: var(--fontSizeXL);
  margin-bottom: var(--gapM);
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: var(--fontSizeL);
  margin-bottom: var(--gapXS);
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: var(--fontSizeM);
  margin-bottom: var(--gapXS);
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}

a {
  color: #dbdbdb;
  text-decoration: none;
}
a.primary {
  color: #d79627;
  font-weight: bold;
}
a.primary:hover, a.primary:focus {
  color: #37a3d4;
}
a.redirect {
  color: #b9b1b1;
}
a.redirect:hover, a.redirect:focus {
  color: #dbdbdb;
}
a:hover, a:focus {
  color: #d79627;
}

p {
  max-width: 100ch;
  font-size: var(--fontSizeL);
}
p.error, p.warning {
  color: #ff6565;
  font-weight: bold;
  margin: var(--gapS);
}
p.error[data-state=hidden], p.warning[data-state=hidden] {
  display: none;
}
p.error[data-state=shown], p.warning[data-state=shown] {
  display: flex;
}
p.warning {
  color: #ff6633;
}
p + p {
  margin-top: var(--gapM);
}
p.italic {
  font-style: italic;
}
p.bold {
  font-weight: bold;
}
p.left {
  text-align: left;
}
p.center {
  text-align: center;
}
p.right {
  text-align: right;
}
p.small {
  max-width: 30ch;
}
p.extraInfo {
  font-size: var(--fontSizeS);
  color: #37a3d4;
  font-style: italic;
  margin: var(--gapS);
}
@media screen and (max-width: 767px) {
  p.extraInfo {
    text-align: center;
  }
}

span.extraInfo {
  font-size: var(--fontSizeS);
  color: #37a3d4;
  font-style: italic;
  margin: var(--gapS);
}
@media screen and (max-width: 767px) {
  span.extraInfo {
    text-align: center;
  }
}

.highlight, .highlight a {
  color: #66ed7c;
  font-style: italic;
}

ul {
  padding: var(--gapS) var(--gapL);
}
ul li + li {
  margin-top: var(--gapS);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #0a0a0a inset !important;
  -webkit-text-fill-color: #dbdbdb !important;
}

#skip_link {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 99;
  transition: transform 0.3s;
  font-weight: bold;
}
#skip_link:hover, #skip_link:focus {
  transform: translate(-50%, 100%);
}

.overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8666666667);
  z-index: 97;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}
.overlay[data-state=hidden] {
  display: none;
}
.overlay[data-state=shown] {
  display: flex;
}

.raised {
  border-radius: var(--borderRadiusM);
  box-shadow: 0px 0px 7px 1px #5c5c5c;
  position: relative;
  padding: var(--gapXL);
  margin: var(--gapM);
}
.raised::before {
  content: "";
  position: absolute;
  border-radius: var(--borderRadiusM);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #0a0a0a, hsl(0deg, 0%, 10%));
  z-index: -1;
  filter: opacity(0.6);
}
@media screen and (max-width: 767px) {
  .raised {
    min-width: unset;
    margin: 1rem 0;
    padding: var(--gapM);
  }
}

.underline {
  position: relative;
  width: 100%;
}
.underline i {
  margin: 0;
}
.underline::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 95%;
  left: 0%;
  background-color: #666666;
}
@media screen and (max-width: 767px) {
  .underline {
    text-align: center;
  }
  .underline::before {
    width: 30%;
    left: 35%;
  }
}

img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

button, .button, .cta, .smallButton {
  display: inline-block;
  text-decoration: none;
  background-color: hsl(0deg, 0%, 10%);
  letter-spacing: 0.04rem;
  font-size: var(--fontSizeS);
  color: #e6e6e6;
  padding: var(--gapS) var(--gapS);
  margin: var(--gapXS);
  font-weight: 400;
  border-radius: var(--borderRadiusM);
  border: 1px solid #666666;
  cursor: pointer;
  transition: 0.1s;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
button:hover, button:focus, .button:hover, .button:focus, .cta:hover, .cta:focus, .smallButton:hover, .smallButton:focus {
  color: #37a3d4;
}
button:hover.deleteButton, button:focus.deleteButton, .button:hover.deleteButton, .button:focus.deleteButton, .cta:hover.deleteButton, .cta:focus.deleteButton, .smallButton:hover.deleteButton, .smallButton:focus.deleteButton {
  color: #ff6633;
}
button[data-state=active], .button[data-state=active], .cta[data-state=active], .smallButton[data-state=active] {
  border-color: #37a3d4;
  color: #37a3d4;
}
button[data-state=inactive], .button[data-state=inactive], .cta[data-state=inactive], .smallButton[data-state=inactive] {
  color: #888;
  border-color: #666;
}
button[data-state=inactive]:hover, button[data-state=inactive]:focus, .button[data-state=inactive]:hover, .button[data-state=inactive]:focus, .cta[data-state=inactive]:hover, .cta[data-state=inactive]:focus, .smallButton[data-state=inactive]:hover, .smallButton[data-state=inactive]:focus {
  color: #e6e6e6;
}

.cta {
  font-size: var(--fontSizeM);
  color: #e6e6e6;
  padding: var(--gapS) var(--gapL);
  min-width: 150px;
  margin: var(--gapM);
  letter-spacing: 0.08rem;
}
.cta:hover, .cta:focus {
  color: #66ed7c;
}
.cta:hover.deleteButton, .cta:focus.deleteButton {
  color: #ff6633;
}

.smallButton {
  margin: var(--gapXS);
  font-size: var(--fontSizeXS);
}

span.delimiter {
  display: inline-block;
  margin: var(--gapL) 0;
  position: relative;
  width: 100%;
}
span.delimiter::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, hsl(0deg, 0%, 10%) 0%, #666666 20%, #666666 80%, hsl(0deg, 0%, 10%) 100%);
  filter: opacity(0.8);
}
span.delimiter.small {
  margin: var(--gapS) 0;
}
span.delimiter.fifty::before {
  left: 25%;
  width: 50%;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: var(--gapM) 0;
  perspective: 100px;
}
form .formField {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 80%;
}
form .formField + .formField {
  margin-top: var(--gapM);
}
form .formField label {
  font-size: var(--fontSizeL);
  pointer-events: none;
  padding: 0 0 var(--gapS) var(--gapS);
  transform: translateY(0) scale(1);
  transition: transform 0.3s;
  font-weight: bold;
}
form .formField label[data-state=empty] {
  transform: translateY(115%) scale(0.8);
}
form .formField label[data-validate=valid] {
  color: #66ed7c;
}
form .formField label[data-validate=invalid] {
  color: #ff6565;
}
form .formField input, form .formField select, form .formField textarea {
  font-size: var(--fontSizeM);
  width: 100%;
  border-radius: var(--borderRadiusM);
  border: 1.5px solid hsl(0deg, 0%, 85%);
  background: rgba(0, 0, 0, 0.2666666667);
  color: #dbdbdb;
  accent-color: hsl(0deg, 0%, 85%);
  padding: var(--gapS) var(--gapM);
}
form #formWebsiteInput {
  position: fixed;
  top: -1000vh;
}
form .contactContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
form .contactContainer .submitButton {
  transform: rotateX(0deg);
  transition: transform 0.3s;
}
form .contactContainer .submitButton[data-state=submitted] {
  transform: rotateX(-90deg);
}
form .contactContainer .contactMessage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateX(-270deg);
  transition: transform 0.3s;
  pointer-events: none;
  color: rgb(255, 255, 0);
  font-weight: bold;
}
form .contactContainer .contactMessage[data-state=submitted] {
  transform: translate(-50%, -50%) rotateX(-360deg);
}

.carousel {
  --speed: 500ms;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 90%;
  margin: var(--gapM) auto;
  position: relative;
  height: 45vw;
  min-height: 300px;
}
.carousel .backButton, .carousel .nextButton {
  --dim: var(--gapL);
  --minDim: 30px;
  --borderWidth: 5px;
  position: absolute;
  left: 0;
  top: 37%;
  transition: scale 0.3s;
  scale: 1;
  width: var(--dim);
  height: var(--dim);
  min-height: var(--minDim);
  min-width: var(--minDim);
  border-radius: 5px;
  border: none;
  background-color: transparent;
  border-top: var(--borderWidth) solid #777;
  border-right: var(--borderWidth) solid #777;
  rotate: -135deg;
}
.carousel .backButton:hover, .carousel .backButton:focus, .carousel .nextButton:hover, .carousel .nextButton:focus {
  border-color: #37a3d4;
}
.carousel .backButton:disabled, .carousel .nextButton:disabled {
  scale: 0;
  cursor: not-allowed;
}
.carousel .nextButton {
  rotate: 45deg;
  left: unset;
  right: 0;
}
.carousel .viewPort {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 80%;
}
.carousel .viewPort .imageContainer {
  position: relative;
  --translate: 0px;
  translate: var(--translate);
  transition: translate var(--speed);
  width: 100%;
  height: 100%;
}
.carousel .viewPort .imageContainer img {
  position: absolute;
  max-height: 100%;
  --translate: 0px;
  left: 50%;
  top: 50%;
  translate: calc(var(--translate) - 50%) -50%;
  pointer-events: none;
  user-select: none;
}
.carousel .quickLinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
  margin: var(--gapM) 0;
}
.carousel .quickLinks .dot {
  --dim: var(--gapL);
  width: var(--dim);
  height: var(--dim);
  border-radius: 50%;
  border: 2px solid black;
  background-color: #777;
  margin: var(--gapXS);
  position: relative;
  cursor: pointer;
}
.carousel .quickLinks .dot[data-state=active] {
  background-color: #dbdbdb;
}
.carousel .quickLinks .dot[data-state=active]:hover, .carousel .quickLinks .dot[data-state=active]:focus {
  background-color: #dbdbdb;
}
.carousel .quickLinks .dot:hover, .carousel .quickLinks .dot:focus {
  background-color: #b9b1b1;
}
@media screen and (min-width: 1440px) {
  .carousel .dot::before {
    content: attr(data-tooltip);
    position: absolute;
    top: -20%;
    left: 50%;
    translate: -50% -100%;
    background: #0a0a0a;
    border: 1px solid black;
    border-radius: var(--borderRadiusM);
    padding: var(--gapS);
    transform-origin: bottom;
    scale: 0;
    filter: opacity(0);
    transition: scale 0.2s, filter 0.2s;
  }
  .carousel .dot[data-hover=hovered]::before {
    scale: 1;
    filter: opacity(1);
  }
}
@media screen and (max-width: 767px) {
  .carousel {
    width: 100%;
    margin: 0;
    height: 50vh;
  }
  .carousel .backButton, .carousel .nextButton {
    --borderWidth: 2px;
    --minDim: 20px;
    top: 85%;
    border-color: #dbdbdb;
  }
  .carousel .quickLinks .dot {
    --dim: var(--gapM);
  }
}

@keyframes pulse {
  50% {
    scale: 0.95;
  }
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Bold.woff2") format("woff2"), url("/fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Regular.woff2") format("woff2"), url("/fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-BoldItalic.woff2") format("woff2"), url("/fonts/Raleway-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Italic.woff2") format("woff2"), url("/fonts/Raleway-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Bold.woff2") format("woff2"), url("/fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-Regular.woff2") format("woff2"), url("/fonts/PTSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-BoldItalic.woff2") format("woff2"), url("/fonts/PTSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("/fonts/PTSans-Italic.woff2") format("woff2"), url("/fonts/PTSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/*
Colour 1
A secondary colour, in terms of frequency, to help show the start of new sections and add one of your theme colours to different elements, including:
- h2
- a.primary
- a:hover, a:focus
- Scrollbar thumb
- .subTitle
- Message notification
*/
/*
Colour 2
The primary colour used throughout the template. Elements that use this colour include:
- h1, h3
- p.extraInfo
- .highlight, .highlight a
- header nav a: active
- Borders on form elements, like inputs and selects
- Button borders that have data-state=active
*/
/*
Colour 3
The colour used to show additional importance or interactivity. Elements that use this colour include:
- form .important
- Most hoverable elements
*/
/*
Colour 4
This colour has been added to allow for themes that use 4 colours to easily get started. No elements inherently use this colour.
*/
/*
Body colour
The colour of the majority of the text on the screen
*/
/*
Button Colour
The primary colour of the text of most buttons
*/
/*
BG 100
- Background of the body
- Background of the active anchor in the navigation
- Background of any anchor in the navigation that is being hovered
*/
/*
BG 200
- Background of the header, subheader and sidebar
- Bottom left corner colour of the gradient on elements with the raised class
- Background of inputs, selects and other form elements
*/
/*
BG 300
- Top left corner colour of the gradient on elements with the raised class
- Start and end of delimiter background
- Background of the popup and message container
- Background of buttons
*/
/*
BG 400
- Navigation anchor borders on a phone
*/
/*
BG 500
- Box shadow colour
- Scroll bar track colour
- Inactive bell colour
*/
/*
BG 600
- Colour of the bottom border of navigation anchors
*/
/*
BG 700
- Underline colour of h2's with the class of underline
- Colour of button borders
- Middle of a delimiter background
*/
/*
BG 800
- Active bell colour
*/
.projectContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  overflow-x: auto;
  max-width: 100%;
}

.project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #666;
  padding: var(--gapM);
  border-radius: 12px;
  flex-shrink: 0;
}
.project img {
  width: 150px;
  margin-bottom: var(--gapL);
}
.project h2 {
  color: hsl(0deg, 0%, 85%);
  text-align: center;
  font-size: var(--fontSizeXL);
  padding: 0 var(--gapM);
  max-width: 20ch;
  position: relative;
}
.project span {
  margin-top: auto;
}
.project .buttonRow {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .project {
    min-width: 300px;
  }
  .project .buttonRow {
    flex-direction: column;
  }
  .project .buttonRow .button {
    width: 80%;
  }
}

.smContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.smContainer a {
  padding: 0 var(--gapXS);
  transition: filter 0.2s;
}
.smContainer a img {
  width: 48px;
}
.smContainer a:hover, .smContainer a:focus {
  filter: brightness(1.3);
}
@media screen and (max-width: 767px) {
  .smContainer {
    margin-top: var(--gapM);
  }
}

.projectHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.projectHeader h1 {
  margin: var(--gapXL) 0 var(--gapS);
}
.projectHeader .logo {
  max-width: 33vw;
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 1%;
  filter: opacity(0.35);
}
.projectHeader .cta {
  margin: var(--gapL) 0;
}
.projectHeader .liveDate {
  color: #ababab;
  font-size: var(--fontSizeS);
}
@media screen and (max-width: 767px) {
  .projectHeader {
    align-items: center;
  }
  .projectHeader .liveDate {
    width: 100%;
  }
  .projectHeader .logo {
    position: relative;
    filter: none;
    max-width: 80%;
    right: 0;
    top: 0;
    margin-top: 2rem;
  }
}

.techRow {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  justify-content: center;
}
.techRow .tech {
  align-items: center;
  margin: var(--gapM);
}
.techRow .tech img {
  width: 100px;
  margin-bottom: var(--gapM);
}

.screenshotWarning {
  margin: var(--gapM) auto;
  text-align: center;
  font-style: italic;
  color: #d79627;
}

.keyFeatures {
  display: block;
}
.keyFeatures img {
  max-width: 90%;
}
.keyFeatures #keyFeaturesQuickLinks {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  transition: transform 0.75s;
  max-width: 20vw;
  padding: var(--gapM);
}
.keyFeatures #keyFeaturesQuickLinks[data-location=offscreen] {
  transform: translate(-150%, -50%);
}
.keyFeatures #keyFeaturesQuickLinks .title {
  font-weight: bold;
  color: #d79627;
}
.keyFeatures #keyFeaturesQuickLinks a {
  padding: var(--gapS);
  border: 1px solid #222;
  width: 100%;
  border-radius: var(--borderRadiusS);
}
.keyFeatures #keyFeaturesQuickLinks a[data-state=active] {
  color: #37a3d4;
  border-color: #444;
}
@media screen and (min-width: 767px) and (max-width: 1024px), screen and (width: 1366px) and (height: 1024px) {
  .keyFeatures #keyFeaturesQuickLinks {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .keyFeatures #keyFeaturesQuickLinks {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px), screen and (width: 1366px) and (height: 1024px) {
  .keyFeatures #keyFeaturesQuickLinks {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .keyFeatures #keyFeaturesQuickLinks {
    display: none;
  }
}

.sidescroller {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .sidescroller {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

@media screen and (max-width: 767px) {
  .filterButton {
    width: 45%;
  }
}

.bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
}
@media screen and (max-width: 767px) {
  .bubble p {
    text-align: center;
  }
  .bubble .cta {
    margin: 0.5rem;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding: 12vh;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  html {
    scroll-padding: 8rem;
  }
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  min-height: 100vh;
  background-color: #080808;
  color: #dbdbdb;
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("/img/bg/space.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  filter: brightness(0.25);
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 66vw;
  min-width: 1000px;
  padding: var(--gapL) 0;
}
@media screen and (max-width: 767px) {
  main {
    min-width: unset;
    max-width: unset;
    width: 90%;
    padding: 6rem 0 2rem;
  }
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #0a0a0a;
  padding: var(--gapM) var(--gapXL);
  box-shadow: 0px 0px 7px 1px #5c5c5c;
  position: sticky;
  top: 0;
  z-index: 90;
}
header #headerLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
header nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}
header nav ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  list-style: none;
}
header nav ul li a {
  padding: 0 var(--gapM);
  font-weight: bold;
}
header nav ul li a[data-state=active] {
  color: #37a3d4;
}
header nav form {
  width: unset;
  max-width: unset;
}
header nav form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #dbdbdb;
  margin: 0;
  border: none;
  padding: 0 var(--gapM);
}
header nav form button i {
  margin: var(--gapS);
}
header nav form button:hover, header nav form button:focus {
  background-color: transparent;
  color: hsl(0deg, 0%, 85%);
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  header {
    padding: 0 var(--gapM);
  }
  header #headerLogo {
    padding: var(--gapS);
  }
  header nav ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--gapM);
  }
  header nav form button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--gapM);
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 100%;
    transform: translateX(5vw);
    transition: 0.5s transform;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10rem;
  }
  header::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("/img/bg/space2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: brightness(0.25);
  }
  header #headerLogo img {
    margin: 0;
  }
  header nav {
    flex-direction: column;
    margin-top: 2rem;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  header nav ul li a {
    padding: var(--gapM);
    text-align: center;
  }
  header nav form button {
    padding: var(--gapM);
  }
  header[data-state=shown] {
    transform: translateX(-100%);
  }
}

#subHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: none;
  width: 100%;
  position: fixed;
  background-color: #0a0a0a;
  box-shadow: 0px 0px 7px 1px #5c5c5c;
  top: 0;
  min-height: 3rem;
  z-index: 90;
  padding: 0 1rem;
}
#subHeader #hamburger {
  background-color: hsl(0deg, 0%, 10%);
  border: 1px solid #666666;
  border-radius: 5px;
  width: 35px;
  height: 30px;
  position: relative;
}
#subHeader #hamburger::before, #subHeader #hamburger::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 15%;
  width: 70%;
  height: 2px;
  border-radius: 5px;
  background-color: hsl(0deg, 0%, 85%);
  transition: transform ease-out 0.5s, background-color ease-out 0.5s, left 0.5s;
}
#subHeader #hamburger::after {
  top: 60%;
  width: 55%;
}
#subHeader #hamburger[data-state=active]::before {
  transform: rotate(45deg) translate(15%, 210%);
  background-color: #d79627;
  left: 19%;
}
#subHeader #hamburger[data-state=active]::after {
  transform: rotate(-45deg) translate(10%, -140%);
  background-color: #d79627;
  width: 68%;
  left: 19%;
}
@media screen and (max-width: 767px) {
  #subHeader {
    display: flex;
  }
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding: var(--gapL);
  width: 100%;
}
footer p {
  font-size: var(--fontSizeM);
}
footer .linkRow {
  display: none;
}

#bellHolder {
  margin: 0 var(--gapL) 0 auto;
  padding: var(--gapM);
  position: relative;
  cursor: pointer;
}
#bellHolder[data-state=active] i {
  animation: bell-shake 1s ease-in-out 0s 1 forwards;
  color: #777777;
}
#bellHolder[data-state=active] #notificationNumber {
  display: block;
}
#bellHolder i {
  transform-origin: top center;
  animation: none;
  color: #5c5c5c;
  font-size: var(--fontSizeXL);
}
#bellHolder #notificationNumber {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0.3rem;
  right: 0.3rem;
  background-color: #0a0a0a;
  border-radius: 50%;
  border: 2px solid #222222;
  width: clamp(1.2rem, 1vw, 2rem);
  height: clamp(1.2rem, 1vw, 2rem);
}
#bellHolder #notificationNumber[data-state=hidden] {
  display: none;
}
#bellHolder #notificationNumber[data-state=shown] {
  display: flex;
}
#bellHolder #notificationNumber::before {
  content: "!";
  font-weight: bold;
  color: #d79627;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: var(--fontSizeM);
}
@media screen and (max-width: 767px) {
  #bellHolder #notificationNumber {
    right: 0.5rem;
  }
}
@media screen and (max-width: 767px), screen and (min-width: 767px) and (max-width: 1024px), screen and (width: 1366px) and (height: 1024px) {
  #bellHolder {
    margin: 0 0 0 auto;
  }
}

@keyframes bell-shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-20deg);
  }
  40% {
    transform: rotate(20deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#messageContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  z-index: 10;
  top: 3vh;
  left: 100%;
  background-color: hsl(0deg, 0%, 10%);
  transition: 0.3s transform;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 7px 1px #5c5c5c;
  padding: var(--gapM);
  cursor: default;
}
#messageContainer[data-state=open] {
  transform: translateX(-100%);
}
#messageContainer #messages {
  min-width: 300px;
  width: 25vw;
  max-height: 33vh;
  flex-wrap: nowrap;
  overflow-y: auto;
  margin-bottom: var(--gapS);
}
#messageContainer .message {
  width: 100%;
  padding: var(--gapM);
  border-bottom: 1px solid #666666;
}
#messageContainer .message p.title {
  font-weight: bold;
  margin-bottom: var(--gapS);
}
#messageContainer .message p[data-state=error] {
  color: #ff6565;
}
#messageContainer .message p[data-state=warning] {
  color: #ff6633;
}
#messageContainer .message p[data-state=info] {
  color: #66ed7c;
}

.toTopButton {
  position: fixed;
  bottom: var(--gapS);
  right: var(--gapS);
  z-index: 99;
  padding: var(--gapS) var(--gapL);
  transform: translateX(150%);
  transition: transform 0.5s;
}
.toTopButton[data-location=onscreen] {
  transform: translateX(0);
}

/***********************Start Popup CSS/***********************/
.popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 33vw;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 99;
  pointer-events: none;
}
.popup[data-state=hidden] {
  transition: opacity 0.2s;
  opacity: 0;
}
.popup[data-state=shown] {
  transition: opacity 0.5s;
  opacity: 1;
  pointer-events: all;
}
.popup p {
  max-width: 60ch;
  text-align: center;
}
.popup p.title {
  font-size: var(--fontSizeL);
  font-weight: bold;
  color: hsl(0deg, 0%, 85%);
  margin-bottom: var(--gapM);
}
.popup .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--gapM) var(--gapXL);
  border-radius: 8px;
  background: #0a0a0a;
  width: 100%;
  height: 100%;
  max-height: 55vh;
  flex-wrap: nowrap;
  overflow-y: auto;
  border: 1px solid #666;
}
.popup .buttonRow {
  margin-top: var(--gapM);
}
.popup .decal {
  position: absolute;
  width: 90%;
  height: 60%;
  z-index: -1;
  background: hsl(0deg, 0%, 7%);
  border: 1px solid #444;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .popup .decal {
    display: none;
  }
}
.popup .topDecal {
  top: -10px;
  left: -10px;
}
.popup .bottomDecal {
  bottom: -10px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  .popup {
    top: 25%;
    left: 5%;
    transform: translate(0, 0);
    width: 90%;
    min-width: 90%;
    max-height: calc(75vh - 10%);
    overflow-y: auto;
    justify-content: flex-start;
  }
  .popup form input {
    max-width: 80%;
  }
}

:root {
  --prefSize: clamp(500px, 30vw, 1400px);
  --fontSizeXS: clamp(0.8rem, 0.6vw, 1.2rem);
  --fontSizeS: clamp(0.9rem, 0.7vw, 1.4rem);
  --fontSizeM: clamp(1rem, 0.8vw, 1.6rem);
  --fontSizeL: clamp(1.2rem, 1vw, 2rem);
  --fontSizeXL: clamp(1.5rem, 1.2vw, 2.5rem);
  --fontSizeXXL: clamp(1.7rem, 1.8vw, 4rem);
  --fontSizeXXXL: clamp(2rem, 2.5vw, 6rem);
  --fontSizeXXXXL: clamp(3rem, 4vw, 10rem);
  --titleFontSize: clamp(8rem, 13vw, 30rem);
  --gapXS: clamp(0.3rem, 0.3vw, 0.8rem);
  --gapS: clamp(0.5rem, 0.5vw, 1rem);
  --gapM: clamp(1rem, 0.8vw, 1.5rem);
  --gapL: clamp(1.5rem, 1.2vw, 3rem);
  --gapXL: clamp(2rem, 1.5vw, 4rem);
  --gapXXL: clamp(4rem, 3vw, 8rem);
  --borderRadiusS: clamp(5px, 0.3vw, 10px);
  --borderRadiusM: clamp(8px, 0.5vw, 15px);
  --imgSize: clamp(50px, 8vw, 500px);
}
@media screen and (max-width: 767px) {
  :root {
    --titleFontSize: clamp(3rem, 8vw, 6rem);
  }
}

*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-color: #d79627 #5c5c5c;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: var(--gapS);
  height: var(--gapXS);
  cursor: pointer;
}

::-webkit-scrollbar-track {
  background: #5c5c5c;
}

::-webkit-scrollbar-thumb {
  background: #d79627;
}

::-webkit-scrollbar-thumb:hover {
  background: #37a3d4;
}

.scrollable::-webkit-scrollbar, header::-webkit-scrollbar {
  width: var(--gapXS);
}

header::-webkit-scrollbar-thumb {
  background: #444;
}

header::-webkit-scrollbar-thumb:hover {
  background: #888;
}

section, div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section[data-state=hidden], div[data-state=hidden] {
  display: none;
}
section[data-state=shown], div[data-state=shown] {
  display: flex;
}
@media screen and (max-width: 767px) {
  section, div {
    max-width: 100%;
  }
}

section {
  margin: var(--gapM) 0;
}

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

.row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.fw {
  width: 100%;
}

.clickable {
  cursor: pointer;
}
.clickable:hover, .clickable:focus {
  color: #37a3d4;
}

.container {
  min-width: var(--prefSize);
  width: 85%;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    min-width: unset;
  }
}

.scrollable {
  padding: 10px;
  max-height: 50vh;
  flex-wrap: nowrap;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.centered {
  align-items: center;
}

.grow {
  flex-grow: 1;
}

.colour1 {
  color: #d79627;
}

.colour2 {
  color: hsl(0deg, 0%, 85%);
}

.colour3 {
  color: #37a3d4;
}

.colour4 {
  color: #19a2b4;
}/*# sourceMappingURL=main.css.map */