* {
  margin: 0;
  padding: 0;
  outline: none;
}
*::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
*::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 100px;
  transition: all 0.3s;
}
*:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

body {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
}
body a, body .nav-link, body .btn-link {
  text-decoration: none;
  color: #ff0044;
  font-weight: 500;
}
body a:hover, body .nav-link:hover, body .btn-link:hover {
  text-decoration: none;
  color: #000;
}
body .button,
body .btn-primary {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  padding: 6px 10px;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
body .button:hover,
body .btn-primary:hover {
  background-color: #4d4d4d;
  color: #fff;
}
body #page {
  position: relative;
}
body #page .header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(30px);
  z-index: 99;
}
body #page .header .logo {
  display: block;
  position: relative;
}
body #page .header .auth {
  text-align: right;
}
body #page .header .auth a {
  margin-left: 10px;
}
body #page .header .auth a:first-child {
  margin-left: 0;
}
body #page .hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
body #page .hero img {
  width: auto;
  max-height: 500px;
  max-width: 100%;
}
body #page .content {
  position: relative;
}
body #page .content h1 {
  text-align: center;
}
body #page .content p {
  text-align: center;
}
body #page .content-2 {
  position: relative;
  padding: 50px 0;
}
body #page .content-2 h1 {
  text-align: center;
}
body #page .content-2 p {
  text-align: center;
}
body #page .content-2 img {
  width: 100%;
  height: auto;
}
body #page .content-3 {
  position: relative;
  padding: 0 0 50px;
}
body #page .content-3 h1 {
  text-align: center;
}
body #page .content-3 p {
  text-align: center;
}
body #page .content-3 img {
  width: 100%;
  height: auto;
}
body #page .content-3 .p-card {
  display: block;
  position: relative;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}
body #page .content-3 .p-card h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
}
body #page .content-3 .p-card p {
  font-size: 15px;
  font-weight: 300;
}
body #page .content-4 {
  position: relative;
  padding: 50px 0;
}
body #page .content-4 h1 {
  text-align: center;
}
body #page .content-4 p {
  text-align: center;
}
body #page .content-4 img {
  width: 100%;
  height: auto;
}
body #page .content-4 .cta-button {
  text-align: center;
  margin-bottom: 20px;
}
body #page .content-4 .cta-button a {
  display: inline-block;
  background-color: #ff0044;
  color: #fff;
  padding: 20px 50px;
  border-radius: 6px;
  transition: all 0.2s;
}
body #page .content-4 .cta-button a:hover {
  background-color: #000;
}
body #page .content-4 .download-desktop-app {
  text-align: center;
  margin-bottom: 40px;
}
body #page .content-4 .download-desktop-app a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  padding: 20px 22px;
  border-radius: 6px;
}
body #page .content-4 .download-desktop-app a svg {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
body #page .content-4 .download-desktop-app a:hover {
  background-color: #333;
}
body #page #app main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: calc(100vh - 70px);
}
body #page #app main .card {
  width: 400px;
}
body #page .footer {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 40px 0;
  font-size: 15px;
  z-index: 1;
}
body #page .footer .logo {
  position: relative;
}
body #page .footer .logo img {
  width: auto;
  height: 26px;
  filter: grayscale(100%);
  opacity: 0.7;
}
body #page .footer .copyright {
  margin: 0;
  text-align: center;
  font-size: 14px;
}
body #page .footer .auth {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body #page .footer .auth a {
  display: inline-block;
  margin-left: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
body #page .footer .auth a:hover {
  text-decoration: underline;
}
body #app {
  position: relative;
}
body #app main {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body #app main .card {
  width: 320px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.btn-google {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
}
.btn-google svg {
  width: 20px;
  height: 20px;
}
.btn-google span {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
  color: #6f6f6f;
  transition: all 0.2s;
}
.btn-google:hover {
  border-color: #000;
}
.btn-google:hover span {
  color: #000;
}

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