body {
  color: textColor;
  margin: 0;
  padding: 0;
  font-family: "Space Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
* {
  box-sizing: border-box;
}
/* 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 */
  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;
}

.Logo_logo__oSfJS {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 0 0 3px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .Logo_logo__oSfJS {
    margin: 0 0 0 4px;
  }
}
.Logo_logo_white__3Bu7n {
  color: #fff;
}
.Logo_logo__oSfJS:visited {
  color: currentColor;
}
.Logo_icon__1BDfi {
  height: 37px;
  width: 43px;
  margin: 0 13px 0 0;
}
@media all and (max-width: 767px) {
  .Logo_icon__1BDfi {
    width: 37px;
    height: 32px;
    margin: 0 11px 0 0;
  }
}
.Logo_text__wiAEg {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin: 7px 0 0;
  color: currentColor;
}
@media all and (max-width: 767px) {
  .Logo_text__wiAEg {
    font-size: 26px;
  }
}

.Header_header__Gilc0 {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 25px 0;
  height: 96px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .Header_header__Gilc0 {
    padding: 28px 0;
  }
}
.Header_header__logo_white__3qTIW {
  color: #fff;
}
.Header_header__logo_white__3qTIW:visited,
.Header_header__logo_white__3qTIW color #Header_fff__3vU1f,
.Header_header__logo_white__3qTIW img {
  filter: invert(100%);
}
.Header_signIn__2eycQ {
  margin-top: 2px;
  position: absolute;
  right: 30px;
}
.Header_wrapper__3TBCz {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
}

.typo_typo__2gXke h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  font-weight: bold;
}
.typo_typo__2gXke h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 1.7em;
  margin-block-end: 0.63em;
  font-weight: bold;
}
.typo_typo__2gXke p,
.typo_typo__2gXke .typo_text__2GjS7 {
  line-height: 1.6;
  font-size: 16px;
}
.typo_typo__2gXke ul,
.typo_typo__2gXke li {
  margin: 0;
  padding: 0;
}
.typo_typo__2gXke ul {
  padding-left: 1.6em;
}
.typo_typo__2gXke li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}
.typo_typo__2gXke a {
  color: rgba(0,0,0,0.7);
}
.typo_typo__2gXke a:hover {
  color: #000;
}
.typo_typo__2gXke .typo_mainText__26olA {
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 1.4;
}
.typo_button__3kIpb {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.3px;
  height: 37px;
  display: inline-flex;
  padding: 0 20px;
  transition: background-color 0.2s ease-in;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  outline: none;
  user-select: none;
}
.typo_button__3kIpb:hover {
  background-color: #eef1fb;
}
.typo_mainButton__k-VO8 {
  color: #fff !important;
  background: #5a53b7;
  font-weight: 600;
}
.typo_mainButton__k-VO8:hover {
  background-color: #7c77c6;
}
.typo_height__2cXJR {
  min-height: calc(100vh - 36px - 188px);
}
.typo_updated__3hSHb {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.8;
}
.typo_container__2nzjK {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 26px;
}
.typo_small__24xre {
  padding: 0 2px;
}

.Social_social__1Ix1K {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.Social_link__328RG {
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  width: 32px;
  height: 32px;
  position: relative;
  color: #525768;
  transition: color ease 0.4s;
}
.Social_link__328RG ~ .Social_link__328RG {
  margin: 0 0 0 48px;
}
.Social_link__328RG:hover,
.Social_link__328RG:active {
  color: #8b8e9b;
}
.Social_linkIcon__2BaDH {
  min-width: 32px;
  min-height: 32px;
}
.Social_signature__OznLM {
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 10px;
  color: #5e6374;
}

.Footer_footer__3oY4G {
  padding: 0;
  background-color: #23252d;
  height: 150px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  .Footer_footer__3oY4G {
    padding: 0;
    height: 200px;
  }
}
.Footer_wrapper__3Ti3F {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .Footer_wrapper__3Ti3F {
    flex-direction: column;
  }
}
.Footer_copyright__uaiV7 {
  margin: 0 0 0 2px;
  color: #464c5c;
}
@media screen and (max-width: 767px) {
  .Footer_copyright__uaiV7 {
    order: 2;
  }
}
.Footer_privacy__2SYWo {
  display: inline-block;
  text-decoration: none;
  color: #95a5b3;
  transition: color all 0.4s;
}
@media screen and (max-width: 767px) {
  .Footer_privacy__2SYWo {
    order: 1;
    margin: 0 0 28px 0;
  }
}
.Footer_privacy__2SYWo:hover {
  color: #fff;
  transition: color all 0.4s;
}
.Footer_social__3J7Gk {
  margin: 0 63px 0 0;
}
@media screen and (max-width: 767px) {
  .Footer_social__3J7Gk {
    margin: 0 0 28px;
  }
}

@font-face {
  font-family: 'Space Grotesk';
  src: url("/fonts/SpaceGrotesk-Regular.woff2") format('woff2'), url("/fonts/SpaceGrotesk-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url("/fonts/SpaceGrotesk-Medium.woff2") format('woff2'), url("/fonts/SpaceGrotesk-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url("/fonts/SpaceGrotesk-SemiBold.woff2") format('woff2'), url("/fonts/SpaceGrotesk-SemiBold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url("/fonts/SpaceGrotesk-Bold.woff2") format('woff2'), url("/fonts/SpaceGrotesk-Bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.Page_page__wbFXB {
  background-color: #191b21;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.Page_pageHeight__1DcAG {
  min-height: calc(100vh - 200px);
}
.Page_preload__2_8Ey * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

