@import url("https://fonts.googleapis.com/css?family=Nunito&display=swap");

html * {
  font-family: "Nunito", sans-serif;
  color: #212121;
}

html,
body {
  background: #ffffff;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.privacy-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 5%;
}

.privacy-terms p,
.privacy-terms ul {
  margin-top: 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 114px;
  height: 114px;
  border-radius: 22px;
  -webkit-box-shadow: 0 9px 38px 0 rgba(86, 86, 86, 0.1);
  box-shadow: 0 9px 38px 0 rgba(86, 86, 86, 0.1);
  margin-bottom: 32px;
}

.brand-name {
  width: 260px;
  height: 43px;
  margin-bottom: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.tagline {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.6;
  color: #3f3f3f;
  text-align: center;
}

.btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 166px;
  height: 54px;
  background-image: linear-gradient(109deg, #e53d68 -120%, #fba73b 160%);
  border-radius: 10px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.btn:focus {
  outline: none;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 124px;
  border-top: 1px solid #eaeaea;
  padding-top: 5px;
}

.footer__email {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.footer__links {
  font-size: 16px;
}

.footer .copy {
  font-size: 14px;
  line-height: 3;
}
/*# sourceMappingURL=style.css.map */
