/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "PT Sans";
  font-weight: 400;
  font-style: normal;
  src: url("assets/pt-regular.woff2");
}
@font-face {
  font-family: "PT Sans";
  font-weight: 700;
  font-style: normal;
  src: url("assets/pt-bold.woff2");
}
@font-face {
  font-family: "Domus Titling";
  font-weight: 700;
  font-style: normal;
  src: url("assets/dt.woff2");
}
:root {
  --glass: #FBF9F3;
  --glasswhite: #FEFDFB;
  --glassmatte: #323846;
  --midnight: #301A56;
  --infrared: #FF3381;
  --bluescreen: #0099FF;
  --visiongreen: #62ff64;
  --margin: 16px;
  --header-height: 128px;
  --main-height: 0px;
  --colum-gap: 32px;
  --row-gap: 25px;
}
@media screen and (min-width: 576px) {
  :root {
    --margin: 32px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --margin: 160px;
    --row-gap: 50px;
  }
}

html {
  background: var(--glass);
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "PT Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: var(--glassmatte);
}
@media screen and (min-width: 576px) {
  html, body {
    font-size: 22px;
  }
}

body {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

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

main {
  flex-grow: 1;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.bold {
  font-weight: 700;
}

.title {
  margin: 0 0 16px 0;
  font-family: "PT Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.capture {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.28px;
}
@media screen and (min-width: 576px) {
  .capture {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}

.bold, strong {
  font-weight: 700;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

hr {
  margin-bottom: 40px;
  padding: 0;
  width: 100%;
  height: 1px;
  border: none;
  background-color: var(--glassmatte);
}

h1,
h2,
h3,
h4,
p,
pre {
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
}
h1:empty,
h2:empty,
h3:empty,
h4:empty,
p:empty,
pre:empty {
  height: inherit;
}
@media screen and (min-width: 576px) {
  h1:empty,
  h2:empty,
  h3:empty,
  h4:empty,
  p:empty,
  pre:empty {
    height: 1em;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
p a,
pre a {
  color: var(--Infrared);
}

h1 {
  font-family: "Domus Titling";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 48px;
  letter-spacing: -1.92px;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 72px;
    letter-spacing: -2.88px;
  }
}

h2 {
  font-family: "Domus Titling";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 44px;
  letter-spacing: -1.76px;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 60px;
    letter-spacing: -2.4px;
  }
}

h3 {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
  font-size: 28px;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 12px;
  font-size: 22px;
}
@media screen and (min-width: 576px) {
  h4 {
    font-size: 24px;
  }
}

p {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  p {
    margin-bottom: 40px;
  }
}

textarea,
input[type=text],
input[type=email] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font: inherit;
  resize: none;
}
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus {
  background-color: rgb(255, 255, 255) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--margin);
  padding-right: var(--margin);
  position: relative;
  row-gap: var(--row-gap);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--colum-gap) * -0.5);
  margin-right: calc(var(--colum-gap) * -0.5);
  row-gap: var(--colum-gap);
}
.row > * {
  padding-left: calc(var(--colum-gap) * 0.5);
  padding-right: calc(var(--colum-gap) * 0.5);
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
@media screen and (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}

.col {
  flex: 1 0 0%;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col {
  flex: 1 0 0%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col {
  flex: 1 0 0%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col {
  flex: 1 0 0%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col {
  flex: 1 0 0%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col {
  flex: 1 0 0%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col {
  flex: 1 0 0%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col {
  flex: 1 0 0%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col {
  flex: 1 0 0%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col {
  flex: 1 0 0%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col {
  flex: 1 0 0%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col {
  flex: 1 0 0%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 576px) {
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 576px) {
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
}

.align-content-baseline {
  align-content: baseline;
}
.align-content-center {
  align-content: center;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-space-around {
  align-content: space-around;
}
.align-content-space-between {
  align-content: space-between;
}
.align-content-space-evenly {
  align-content: space-evenly;
}
.align-content-stretch {
  align-content: stretch;
}
@media screen and (min-width: 576px) {
  .align-content-sm-baseline {
    align-content: baseline;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-space-around {
    align-content: space-around;
  }
  .align-content-sm-space-between {
    align-content: space-between;
  }
  .align-content-sm-space-evenly {
    align-content: space-evenly;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 768px) {
  .align-content-md-baseline {
    align-content: baseline;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-space-around {
    align-content: space-around;
  }
  .align-content-md-space-between {
    align-content: space-between;
  }
  .align-content-md-space-evenly {
    align-content: space-evenly;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 992px) {
  .align-content-lg-baseline {
    align-content: baseline;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-space-around {
    align-content: space-around;
  }
  .align-content-lg-space-between {
    align-content: space-between;
  }
  .align-content-lg-space-evenly {
    align-content: space-evenly;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .align-content-xl-baseline {
    align-content: baseline;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-space-around {
    align-content: space-around;
  }
  .align-content-xl-space-between {
    align-content: space-between;
  }
  .align-content-xl-space-evenly {
    align-content: space-evenly;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .align-content-xxl-baseline {
    align-content: baseline;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-space-around {
    align-content: space-around;
  }
  .align-content-xxl-space-between {
    align-content: space-between;
  }
  .align-content-xxl-space-evenly {
    align-content: space-evenly;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-space-around {
  align-items: space-around;
}
.align-items-space-between {
  align-items: space-between;
}
.align-items-space-evenly {
  align-items: space-evenly;
}
.align-items-stretch {
  align-items: stretch;
}
@media screen and (min-width: 576px) {
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-space-around {
    align-items: space-around;
  }
  .align-items-sm-space-between {
    align-items: space-between;
  }
  .align-items-sm-space-evenly {
    align-items: space-evenly;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-space-around {
    align-items: space-around;
  }
  .align-items-md-space-between {
    align-items: space-between;
  }
  .align-items-md-space-evenly {
    align-items: space-evenly;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-space-around {
    align-items: space-around;
  }
  .align-items-lg-space-between {
    align-items: space-between;
  }
  .align-items-lg-space-evenly {
    align-items: space-evenly;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-space-around {
    align-items: space-around;
  }
  .align-items-xl-space-between {
    align-items: space-between;
  }
  .align-items-xl-space-evenly {
    align-items: space-evenly;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-space-around {
    align-items: space-around;
  }
  .align-items-xxl-space-between {
    align-items: space-between;
  }
  .align-items-xxl-space-evenly {
    align-items: space-evenly;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-center {
  align-self: center;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-space-around {
  align-self: space-around;
}
.align-self-space-between {
  align-self: space-between;
}
.align-self-space-evenly {
  align-self: space-evenly;
}
.align-self-stretch {
  align-self: stretch;
}
@media screen and (min-width: 576px) {
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-space-around {
    align-self: space-around;
  }
  .align-self-sm-space-between {
    align-self: space-between;
  }
  .align-self-sm-space-evenly {
    align-self: space-evenly;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-space-around {
    align-self: space-around;
  }
  .align-self-md-space-between {
    align-self: space-between;
  }
  .align-self-md-space-evenly {
    align-self: space-evenly;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 992px) {
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-space-around {
    align-self: space-around;
  }
  .align-self-lg-space-between {
    align-self: space-between;
  }
  .align-self-lg-space-evenly {
    align-self: space-evenly;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-space-around {
    align-self: space-around;
  }
  .align-self-xl-space-between {
    align-self: space-between;
  }
  .align-self-xl-space-evenly {
    align-self: space-evenly;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .align-self-xxl-baseline {
    align-self: baseline;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-space-around {
    align-self: space-around;
  }
  .align-self-xxl-space-between {
    align-self: space-between;
  }
  .align-self-xxl-space-evenly {
    align-self: space-evenly;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
}

.justify-content-center {
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .justify-content-sm-center {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-center {
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .justify-content-xxl-center {
    justify-content: center;
  }
}
.justify-content-end {
  justify-content: flex-end;
}
@media screen and (min-width: 576px) {
  .justify-content-sm-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-end {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
}
.justify-content-start {
  justify-content: flex-start;
}
@media screen and (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-start {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
}
.justify-content-space-around {
  justify-content: space-around;
}
@media screen and (min-width: 576px) {
  .justify-content-sm-space-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-space-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-space-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-space-around {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .justify-content-xxl-space-around {
    justify-content: space-around;
  }
}
.justify-content-space-between {
  justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .justify-content-sm-space-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-space-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-space-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-space-between {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .justify-content-xxl-space-between {
    justify-content: space-between;
  }
}
.justify-content-space-evenly {
  justify-content: space-evenly;
}
@media screen and (min-width: 576px) {
  .justify-content-sm-space-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-space-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-space-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-space-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1400px) {
  .justify-content-xxl-space-evenly {
    justify-content: space-evenly;
  }
}
.justify-content-stretch {
  justify-content: stretch;
}
@media screen and (min-width: 576px) {
  .justify-content-sm-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 768px) {
  .justify-content-md-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 992px) {
  .justify-content-lg-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .justify-content-xl-stretch {
    justify-content: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .justify-content-xxl-stretch {
    justify-content: stretch;
  }
}
.justify-items-baseline {
  justify-items: baseline;
}
@media screen and (min-width: 576px) {
  .justify-items-sm-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .justify-items-md-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 992px) {
  .justify-items-lg-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .justify-items-xl-baseline {
    justify-items: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .justify-items-xxl-baseline {
    justify-items: baseline;
  }
}
.justify-items-center {
  justify-items: center;
}
@media screen and (min-width: 576px) {
  .justify-items-sm-center {
    justify-items: center;
  }
}
@media screen and (min-width: 768px) {
  .justify-items-md-center {
    justify-items: center;
  }
}
@media screen and (min-width: 992px) {
  .justify-items-lg-center {
    justify-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .justify-items-xl-center {
    justify-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .justify-items-xxl-center {
    justify-items: center;
  }
}
.justify-items-end {
  justify-items: flex-end;
}
@media screen and (min-width: 576px) {
  .justify-items-sm-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .justify-items-md-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .justify-items-lg-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .justify-items-xl-end {
    justify-items: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .justify-items-xxl-end {
    justify-items: flex-end;
  }
}
.justify-items-start {
  justify-items: flex-start;
}
@media screen and (min-width: 576px) {
  .justify-items-sm-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .justify-items-md-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .justify-items-lg-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .justify-items-xl-start {
    justify-items: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .justify-items-xxl-start {
    justify-items: flex-start;
  }
}
.justify-items-stretch {
  justify-items: stretch;
}
@media screen and (min-width: 576px) {
  .justify-items-sm-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .justify-items-md-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .justify-items-lg-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .justify-items-xl-stretch {
    justify-items: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .justify-items-xxl-stretch {
    justify-items: stretch;
  }
}
.justify-self-baseline {
  justify-self: baseline;
}
@media screen and (min-width: 576px) {
  .justify-self-sm-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 768px) {
  .justify-self-md-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 992px) {
  .justify-self-lg-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 1200px) {
  .justify-self-xl-baseline {
    justify-self: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .justify-self-xxl-baseline {
    justify-self: baseline;
  }
}
.justify-self-center {
  justify-self: center;
}
@media screen and (min-width: 576px) {
  .justify-self-sm-center {
    justify-self: center;
  }
}
@media screen and (min-width: 768px) {
  .justify-self-md-center {
    justify-self: center;
  }
}
@media screen and (min-width: 992px) {
  .justify-self-lg-center {
    justify-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .justify-self-xl-center {
    justify-self: center;
  }
}
@media screen and (min-width: 1400px) {
  .justify-self-xxl-center {
    justify-self: center;
  }
}
.justify-self-end {
  justify-self: flex-end;
}
@media screen and (min-width: 576px) {
  .justify-self-sm-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .justify-self-md-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .justify-self-lg-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  .justify-self-xl-end {
    justify-self: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .justify-self-xxl-end {
    justify-self: flex-end;
  }
}
.justify-self-start {
  justify-self: flex-start;
}
@media screen and (min-width: 576px) {
  .justify-self-sm-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .justify-self-md-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .justify-self-lg-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .justify-self-xl-start {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .justify-self-xxl-start {
    justify-self: flex-start;
  }
}
.justify-self-stretch {
  justify-self: stretch;
}
@media screen and (min-width: 576px) {
  .justify-self-sm-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .justify-self-md-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 992px) {
  .justify-self-lg-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .justify-self-xl-stretch {
    justify-self: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .justify-self-xxl-stretch {
    justify-self: stretch;
  }
}

form .form-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
form .form-field {
  position: relative;
}
form .form-field label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: all 0.25s;
  padding: 0 10px;
  pointer-events: none;
  color: #FFFFFF;
}
form .form-field input, form .form-field textarea {
  position: relative;
  background-color: var(--glassmatte);
  border-radius: 5px;
  padding: 10px 10px;
  color: #FFFFFF;
  width: 100%;
  border: transparent 2px solid;
}
form .form-field input:not(:-moz-placeholder-shown) + label, form .form-field textarea:not(:-moz-placeholder-shown) + label {
  top: 0;
  font-size: 16px;
  opacity: 1;
  color: var(--glassmatte);
  transform: translateY(-100%);
}
form .form-field input:not(:placeholder-shown) + label, form .form-field input:not(:empty) + label, form .form-field textarea:not(:placeholder-shown) + label, form .form-field textarea:not(:empty) + label {
  top: 0;
  font-size: 16px;
  opacity: 1;
  color: var(--glassmatte);
  transform: translateY(-100%);
}
form .form-field + .error {
  display: none;
  margin: 0;
  color: var(--infrared);
  font-size: 16px;
  line-height: normal;
  padding: 0 10px;
}
form .form-field.has-error input, form .form-field.has-error textarea {
  border-color: var(--infrared);
}
form .form-field.has-error + .error {
  display: block;
  margin-top: -25px;
}
form .form-field button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: -moz-min-content;
  width: min-content;
  height: 48px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  color: var(--glass);
  border: none;
  border-radius: 32px;
  background-color: var(--infrared);
  outline: none;
  padding: 0px 32px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  pointer-events: all;
  white-space: nowrap;
}
form .hint {
  padding: 10px;
  border-radius: 10px;
  background-color: #0099FF;
  color: #FFFFFF;
}

@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
header {
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 666;
}
header .container {
  display: block;
  line-height: 16px;
  padding-top: calc(var(--colum-gap) * 0.5);
  padding-bottom: calc(var(--colum-gap) * 0.5);
}
header .container > a {
  display: inline-block;
}
header svg {
  display: block;
}
header .ticker {
  overflow: hidden;
  display: flex;
  background-color: var(--glassmatte);
  color: #FFFFFF;
  padding-top: calc(var(--colum-gap) * 0.5);
  padding-bottom: calc(var(--colum-gap) * 0.5);
}
header .ticker .ticker-list {
  display: flex;
  animation: ticker 15s infinite linear;
}
header .ticker .ticker-list .ticker-item {
  white-space: nowrap;
  background-color: var(--glassmatte);
}
header .ticker .ticker-list .ticker-item > span {
  padding: 0 10px;
}
header .ticker:hover .ticker-list {
  animation-play-state: paused;
}

footer {
  background-color: var(--glassmatte);
  color: var(--glass);
  padding: calc(var(--colum-gap) * 0.5);
}

.nav {
  list-style: none;
  padding: 0;
  row-gap: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.nav .nav-link {
  display: block;
  padding: 10px 10px 5px;
  transition: all 250ms;
  width: 100%;
  border-bottom: 5px transparent solid;
  text-align: center;
}
.nav .nav-link.active {
  color: var(--infrared);
  border-color: var(--infrared);
}

@keyframes gizmo {
  0% {
    transform: translateY(-2%);
  }
  25% {
    transform: translateX(-2%);
  }
  50% {
    transform: translateY(2%);
  }
  75% {
    transform: translateX(2%);
  }
  100% {
    transform: translateY(-2%);
  }
}
.gizmo {
  animation: gizmo 5s ease-in-out infinite;
}

.mb-0 {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */