html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  font-family: inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-bottom: 55px;
  font-size: 45px;
  font-weight: 600;
}

h2 {
  margin-bottom: 21px;
  font-size: 32px;
  font-weight: 600;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

b {
  font-weight: 700;
}

html, body {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  height: 100vh;
  background-color: #3f2e47;
}

.header__content {
  max-width: 1400px;
  height: 100%;
  display: grid;
}

.header__logo {
  width: 120px;
  margin-top: 30px;
  margin-left: 30px;
}

@media (min-width: 780px) {
  .header__logo {
    width: 242px;
    margin-top: 80px;
    margin-left: 80px;
  }
}

.header__intro {
  color: #fff;
  justify-self: center;
  padding: 0 30px;
  font-size: 32px;
  font-weight: 100;
  line-height: 44px;
}

@media (min-width: 780px) {
  .header__intro {
    max-width: 720px;
    justify-self: start;
    padding: 0 80px;
    font-size: 48px;
    line-height: 62px;
  }
}

.header__graphic {
  height: 30%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1080px) {
  .header__graphic {
    height: 50%;
  }
}

@media (min-width: 1700px) {
  .header__graphic {
    height: 70%;
  }
}

main {
  max-width: 1400px;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  column-gap: 80px;
  margin: 80px auto;
  padding: 80px;
  display: grid;
}

main p {
  margin-bottom: 43px;
}

main svg {
  width: 100%;
}

@media (min-width: 1080px) {
  main {
    grid-template-columns: 1fr 1fr;
  }
}

.content {
  margin-bottom: 80px;
}

.footer {
  color: #fff;
  background-color: #654972;
}

.footer__wrapper {
  max-width: 1400px;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 80px;
  display: grid;
}

@media (min-width: 1080px) {
  .footer__wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    column-gap: 80px;
  }
}

.footer p {
  margin-bottom: 40px;
}

.footer a {
  color: #fff;
  border-bottom: 2px solid #0000;
  text-decoration: none;
  transition: border-color .2s;
}

.footer a:hover {
  border-color: #fff;
}

.footer svg {
  justify-self: center;
  margin-bottom: 80px;
}

@media (min-width: 1080px) {
  .footer svg {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=index.6495ea9d.css.map */
