/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "ChiswickGrotesqueLebara";
  src: url('ChiswickGrotesqueLebara-Bold-Web.eot');
  src: url('ChiswickGrotesqueLebara-Bold-Web.eot?#iefix') format("embedded-opentype"), url('ChiswickGrotesqueLebara-Bold-Web.woff2') format("woff2"), url('ChiswickGrotesqueLebara-Bold-Web.woff') format("woff");
  font-weight: bold;
  font-style: normal;
}
:root {
  --color-grey: #c0cce2;
  --color-canvas: white;
  --color-pink: #ff3182;
  --color-dark: #1a1f45bf;
  --color-border: #1a1f45bf;
  --color-header: #3c2da0;
  --color-placeholder: #1a1f4540;
  --color-border-focus: #3c2da0;
  --color-background-focus: #f4f4f4;
  --color-link: #2353FE;
  --color-link-muted: #e6f4fe;
  --color-link-active: #3db2ff;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: var(--color-dark);
  background: var(--color-canvas);
  text-align: left;
  padding: 0;
  margin: 0;
}
body h1 {
  color: var(--color-header);
  font-family: ChiswickGrotesqueLebara;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  letter-spacing: -0.43px;
}
body section {
  display: block;
  margin: 40px 0;
}
body h2 {
  color: var(--color-header);
  font-family: ChiswickGrotesqueLebara;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.29px;
  margin: 0;
}
body h3 {
  position: relative;
  color: var(--color-header);
  font-family: ChiswickGrotesqueLebara;
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0 8px 0;
}
body p {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
body p.larger {
  font-size: 18px;
  line-height: 28px;
}
body .bluebox {
  font-size: 18px;
  margin: 30px 0;
  background-color: var(--color-link-muted);
  border: solid 2px var(--color-link);
  border-radius: 8px;
  padding: 16px 16px 16px 50px;
  color: var(--color-dark);
  position: relative;
  line-height: 24px;
  font-weight: 500px;
}
body .bluebox img {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 20px;
  height: 20px;
}
body .bluebox a {
  color: var(--color-link);
}
body .bluebox a:hover {
  font-weight: bold;
}
body .submitcontainer {
  padding-bottom: 30px;
}
body .submitcontainer .primaryButton-body {
  display: flex;
  flex-wrap: nowrap;
  background-color: var(--color-pink);
  border: 0.188em solid var(--color-pink);
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 16px 0 rgba(255, 49, 130, 0.2);
  transition: background-color 150ms ease-in-out, border 150ms ease-in-out;
  align-items: center;
  width: auto;
  padding: 16px 24px 16px 24px;
  text-indent: 0px;
  height: auto;
  outline: 0;
}
body .submitcontainer .primaryButton-body:hover {
  background-color: #ff68a3;
  border-color: #ff68a3;
  outline: none;
}
body .submitcontainer .primaryButton-body:focus {
  background-color: #ff68a3;
  border-color: #d8789d;
}
body .submitcontainer .primaryButton-body.disabled {
  background-color: var(--color-grey);
  border-color: var(--color-grey);
  box-shadow: none;
}
body .submitcontainer .primaryButton-body.disabled:focus {
  border-color: var(--color-border);
}

@media screen and (max-width: 400px) {
  body h1 {
    font-size: 32px;
    letter-spacing: -0.29px;
  }
  body h2 {
    font-size: 24px;
    letter-spacing: -0.21px;
  }
  body h3 {
    font-size: 20px;
    letter-spacing: -0.02em;
  }
  body section {
    margin: 24px 0;
  }
  body p.larger {
    font-size: 16px;
    line-height: 24px;
  }
}

::placeholder {
  color: var(--color-placeholder);
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}

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