* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  min-height: 100vh;
  position: relative;
  color: #ffffff;
  text-rendering: geometricPrecision;
  background-color: #e695a4;
  background-image: linear-gradient(315deg, #f090b3 0%, #ea8eae 74%);
}

header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  margin-bottom: 2vh;
}

.blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("bg.e79a717b.png") no-repeat bottom left;
  background-size: cover;
  background-color: #ea8eae;
  background-blend-mode: multiply;
  background-position-y: 34%;
  z-index: 0;
  opacity: 0.5;
}

.header-bg {
  line-height: 0;
}
.header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1280px) {
  .header-bg {
    height: 50vh;
  }
}

.main {
  min-height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.logo {
  width: 20vh;
  z-index: 10;
  position: relative;
  padding-top: 30px;
}
.logo img {
  width: 100%;
}

.hashtag {
  padding: 0 30px;
  width: 100%;
  max-width: 500px;
}
.hashtag svg {
  width: 100%;
  max-width: 500px;
}

.links {
  max-width: 500px;
}

h1 {
  font-size: 4vh;
  text-align: center;
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 0 30px 0;
  z-index: 10;
}

.btn-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.btn {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  max-width: 300px;
  position: relative;
  border: 1px solid #D60064;
  background: #fff;
}
.btn img {
  width: 230px;
}
.btn--second, .btn--third {
  order: 2;
  margin-top: 40px;
}
.btn--second:before, .btn--third:before {
  content: "";
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 0;
}
.btn--third {
  order: 3;
}

.local {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

.legal {
  font-size: 12px;
  text-align: center;
  padding: 30px 0 0 0;
  z-index: 10;
  font-family: Arial, Helvetica, sans-serif;
}
.legal a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
}

/*# sourceMappingURL=style.97fcb138.css.map */