/* Nunito Sans */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto");
/*! 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 auto; }

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

body {
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

::selection {
  background: #F0527D;
  color: white; }

::-moz-selection {
  background: #F0527D;
  color: white; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: #fff; }

h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #F0527D;
  font-size: 4em;
  line-height: 1.2em; }
  @media (max-width: 700px) {
    h1 {
      font-size: 3em; } }

h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #F0527D;
  font-size: 3em;
  line-height: 1.3em; }
  @media (max-width: 700px) {
    h2 {
      font-size: 2.5em; } }

p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: #656565;
  font-size: 1.3em;
  line-height: 1.5em; }

i {
  font-weight: 400; }

blockquote {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 200;
  color: #656565;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #F0527D; }
  blockquote cite {
    font-weight: 700;
    font-size: 0.7em; }

.aligned::after {
  content: "\201D"; }

a {
  color: #F0527D;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1; }

a:hover {
  opacity: 0.6; }

.header-small {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: white;
  font-size: 1.5em;
  line-height: 1.3em; }

.hero-header {
  color: white; }

.new-space {
  margin-top: 50px; }

.buttons {
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  margin-top: 70px; }

.buttons-left {
  float: left; }

.buttons-right {
  float: right; }

header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax 122px, auto;
  grid-gap: 16px;
  max-width: 100%;
  margin: 0 auto;
  height: 100vh;
  background-position: cover;
  background-color: #F0527D; }
  @media (max-width: 1000px) {
    header {
      height: auto;
      padding: 100px 0; } }
  header .header-text {
    grid-column: 2/8;
    align-self: center; }
    @media (max-width: 1000px) {
      header .header-text {
        grid-column: 2/12; } }
  header .header-notifications {
    grid-column: 8/12;
    align-self: center; }
    @media (max-width: 1000px) {
      header .header-notifications {
        grid-column: 2/12;
        align-self: bottom; } }

.content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax 122px, auto;
  grid-gap: 16px;
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 2000px) {
    .content {
      max-width: 700px; } }
  .content .wrapper {
    grid-column: 4/10;
    padding: 100px 0; }
    @media (max-width: 1300px) {
      .content .wrapper {
        grid-column: 2/12; } }
    @media (min-width: 2000px) {
      .content .wrapper {
        grid-column: 1/12; } }
    .content .wrapper h1 {
      padding: 0 0 30px 0; }
  .content .hook {
    height: 50%;
    grid-column: 11/12;
    align-self: start;
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 5%;
    z-index: -1;
    margin-top: -15px; }
    @media (max-width: 700px) {
      .content .hook {
        opacity: .5; } }

nav a {
  text-decoration: none;
  color: #232323;
  transition: color 0.2s ease;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700; }

nav a:hover {
  color: #F0527D; }

.active-link {
  color: #F0527D; }

#menuToggle {
  display: block;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none; }

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none; }

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  opacity: .4;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

.ham-short {
  display: block;
  width: 17px !important;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  opacity: .4;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle span:first-child {
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%; }

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #2d2d2d; }

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px); }

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 300px;
  height: 425px;
  margin: -100px 0 0 0;
  padding: 50px 100px;
  padding-top: 125px;
  right: -100px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }

#menu li {
  padding: 10px 0;
  font-size: 2em; }

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1; }

#dialog-container {
  /** border: dashed 2px pink; **/
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

@media (max-width: 1000px) {
  #dialog-container {
    width: auto; } }

.dialog-box {
  position: relative;
  min-height: 70px;
  max-height: 180px;
  border-radius: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  font-family: 'Roboto', sans-serif; }

.dialog-box .header {
  height: 35px;
  position: relative;
  color: #9B9A9B; }

.background-blur {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute; }

.ios-left {
  float: left;
  text-transform: uppercase;
  text-align: left;
  width: content-max;
  padding: 10px 0 0 10px; }

.ios-left span {
  padding-left: 7px; }

.ios-left img {
  float: left;
  height: 20px;
  margin-top: -3px; }

.ios-right {
  float: right;
  text-align: right;
  width: content-max;
  padding: 10px 20px 0 0; }

.ios-contents {
  z-index: 100;
  position: inherit;
  font-size: 0.9em; }

.main-content {
  padding: 12px 20px 10px 15px;
  font-size: 1.1em;
  height: content-max;
  color: black; }

.main-content span {
  color: #9B9A9B;
  font-size: 0.8em;
  float: left;
  padding: 0 0 12px 0; }

#ping1 {
  -webkit-animation: 1.5s ease 0s normal forwards 1 fadein1;
  animation: 1.5s ease 0s normal forwards 1 fadein1; }

@keyframes fadein1 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein1 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#ping2 {
  -webkit-animation: 2s ease 0s normal forwards 1 fadein2;
  animation: 2s ease 0s normal forwards 1 fadein2; }

@keyframes fadein2 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein2 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#ping3 {
  -webkit-animation: 2.5s ease 0s normal forwards 1 fadein3;
  animation: 2.5s ease 0s normal forwards 1 fadein3; }

@keyframes fadein3 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein3 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#ping4 {
  -webkit-animation: 3s ease 0s normal forwards 1 fadein4;
  animation: 3s ease 0s normal forwards 1 fadein4; }

@keyframes fadein4 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein4 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#ping5 {
  -webkit-animation: 3.5s ease 0s normal forwards 1 fadein5;
  animation: 3.5s ease 0s normal forwards 1 fadein5; }

@keyframes fadein5 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein5 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#ping6 {
  -webkit-animation: 4s ease 0s normal forwards 1 fadein6;
  animation: 4s ease 0s normal forwards 1 fadein6; }

@keyframes fadein6 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein6 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.animate-in {
  -webkit-animation: fadeIn .5s ease-in;
  animation: fadeIn .5s ease-in; }

.animate-out {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
