/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
._1MzbsTKGnwcX8KOZ6681n8 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

._1lBFfLpYXnQO81APkndo2h {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
._7wYLbCcdRATGNwje5a9Fh {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  align-items: stretch;
}

._3RtaPXWf_wFjBX0E2VAwNT {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  text-align: center;
}

._21uDVCrgrdvBNYQ-NrN3IB {
  height: 128px;
}

._2TYXCq1vzAdKmKgBl3G1kV {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 600;
  max-width: 80%;
  margin: 48px 0 0;
  letter-spacing: 4px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
}

._15evn4ffi6s450ZomxKDr7,
._1YsoaksiY6cNfNKnUslg92 {
  display: flex;
  justify-content: center;
  align-items: center;
}

._1YsoaksiY6cNfNKnUslg92 {
  height: 0;
  overflow: hidden;
}

.EuI9hje0Bieg6gPs_RlXI {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
._2Dq0ebPi3RNoeD8JNXzjwY {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 0;
  max-width: 100vw;
}

.xpQdPGjxojLatxEFL61Lp {
  position: absolute;
  display: block;
  width: 372px;
  height: 496px;
  box-shadow: 10px 20px 40px 0 rgba(0,0,0,0.5);
  transform-origin: center;
  background-color: #fff;
  background-position: center;
  background-size: cover;
}
._26rqDl6bd7o8NsUao6QJjC {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

._2DY6pFIgqlbMHm20IatRGI,
.XlO18GAMPdEB2DmLGMzs5 {
  font-weight: 600;
  border: 1px solid #F10F4A;
  border-radius: 80px;
  margin: 80px 128px;
  transition: opacity .25s linear;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.XlO18GAMPdEB2DmLGMzs5 {
  padding: 48px;
  font-size: 64px;
  margin-bottom: 0;
}

._2DY6pFIgqlbMHm20IatRGI {
  padding: 32px 48px;
  font-size: 48px;
  border-color: #BD10E0;
  margin-top: 0;
}

._1mR54dEb_R1kvFz1c8XQI4 {
  position: absolute;
  bottom: 16px;
  transition: opacity .25s linear;
}
._2d4glu93pkyRUhMm_TszYr {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

._2qCxRsZxLwyZqsGwCdQhM- {
  transform-origin: top;
}

._3ztd-Gxb0f3kr_YQ47qgvg {
  font-size: 600px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

._158fN8_HwG6E9gosUglAjn {
  font-size: 80px;
  font-weight: bold;
  margin: 0;
}

._2waJl0tA3RObuUeUEUxpYl {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
._1Lbf8jDrr49jQbOPmbiNfA {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
._3BLvO7Z2NXTE-CIHThXdDA {
  flex: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}

._4fd5_BhFP8UzrVEeLzLsB {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
}

._1dm5F7gSJ4GHjptc4o_1q8 {
  width: 768px;
  height: 1024px;
  background-size: cover;
  background-position: center center;
  transform-origin: center;
}
._3tBhI-WMlevV4Uc2mak1ZS {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
}

._1gOdCMCdlIF531v7D90_5Z {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 48px;
}

._1y0wnfga5iw17D5giXBqnC {
  width: 33.33%;
  padding: 0 24px;
}

._3_Wh468f4EpFkg6i_GasTX {
  width: 100%;
  height: auto;
}

._3wj4u1FKls1iU45ocsM0S3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 16px;
  letter-spacing: 1.5px;
}
._2nd6IKSZb_ju8gDn3LBqn0 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
}

._175zkxeameL2NqVkDaB6t_ {
  height: 1024px;
}

._1RfkQ6oU6cs1O_8smec7sN {
  font-weight: bold;
}

._3IVgnKJPQ17J5X8kyAsYpo {
  width: 200px;
  height: 200px;
  border: 8px solid #fff;
  background-color: #fff;
  margin-top: 16px;
}

._1b6vWdKuRBZNiThpah5nvt {
  font-size: 52px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  padding: 0 64px;
}
._3_x0YUZXXHvB3jr9w7MBjc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.ERha_-tJMaAO9JNsiV3tf {
  width: 648px;
  height: 864px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fdfdfd;
}

.h3IewF5JMybBDS9ArpB72 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 48px;
  margin: 0 -24px;
}

._1kb8P0SR8fuB6I_8Yd8cjV {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

._1LFjRa-gV3J-z4gfyY1G2Z {
  flex: 1;
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

._2sSZ-oGwb7XH6AHCVz1uA_ {
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  background-color: #fff;
}

._2acpRzlUzavG6SVxNn2YW7 {
  max-width: 176px;
  max-height: 176px;
}

.TOvcOQn0QQ6ZqMexqN4aS {
  font-size: 52px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  padding: 64px 64px 0;
}
._273we9X9YMrd-bfcYHv6Qx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
}

._2BTWqDCrYlo8brSlmBCEjm {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

._2vywqA2a34nkHvL8SSowjQ {
  width: 192px;
  height: 192px;
  border-radius: 60px;
  border: 1px solid #fff;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

._2vywqA2a34nkHvL8SSowjQ > img {
  width: 128px;
  height: 128px;
}

._3HbaMP_CXN7Vbfq-GFpNSx {
  position: absolute;
  width: 100%;
  top: 100%;
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  text-align: center;
}
.l1JlRrEZTJfksNZwWoeZz {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 24px 0;
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
}

._2pJC34nDexT8uwltcGo49x,
._2HPlY6f7DvcFQn-72KszQe,
._234pYbvEsUFjtQxPIDJK4U {
  margin: 0 72px;
  opacity: .4;
}

._2pJC34nDexT8uwltcGo49x {
  height: 14px;
}

._2HPlY6f7DvcFQn-72KszQe {
  height: 56px;
}

._234pYbvEsUFjtQxPIDJK4U {
  height: 32px;
}
._3PpMRS3fYBcQTK6FBX5iHA {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

._5FgPp0Q3JlRBdZjhZ-AGN {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  padding: 16px;
}

._5FgPp0Q3JlRBdZjhZ-AGN button {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 16px 16px 14px;
  font-weight: bold;
  border-radius: 8px;
  text-transform: uppercase;
  line-height: 1;
  border: 0;
  margin: 0 8px;
}
html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "HMAmpersand";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/fonts/HMAmpersand-Regular.28ed29ad9b5bf9d1787435e9eec44bcb.ttf)  format("truetype");
}

@font-face {
  font-family: "HMAmpersand";
  font-weight: 600;
  font-style: normal;
  src: url(/assets/fonts/HMAmpersand-DemiBold.2869c12f626e05adade15ee7a64ab209.ttf)  format("truetype");
}

@font-face {
  font-family: "HMAmpersand";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/fonts/HMAmpersand-Bold.7bfb2455bf8ec8fa783bf93935fb1313.ttf)  format("truetype");
}

@font-face {
  font-family: "HMAmperserif";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/fonts/HMAmperserif-Regular.2b77cd44fb7088a6923ba3bddd97c96e.ttf)  format("truetype");
}

body {
  background-color: #000;
  background-image: radial-gradient(at top, #3C484E, #000);
  color: #fff;
  font-family: "HMAmpersand", sans-serif;
  text-align: center;
}

/*# sourceMappingURL=9c6554096d3cf0c8b125.styles.css.map*/