html,
body,
* {
  margin: 0;
}
a {
  text-decoration: none;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.full {
  width: 100%;
  height: 100%;
}
.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.text-primary {
  color: #3271AE;
}
.text-grey-black {
  color: #1A1A1A;
}
.text-grey-1 {
  color: #5A5A5A;
}
.text-white {
  color: white;
}
.text-weight {
  font-weight: bold;
}
.bg-primary {
  background-color: #3271AE;
}
/*# sourceMappingURL=lp.css.map */