body {
  background-color: #f2f2f2;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  padding: 16px;
}
header img {
  width: 100%;
  max-width: 420px;
}

.welcome {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 480px;
  padding: 16px;
  overflow: hidden;
}
.welcome .grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #277798FF 0%, #27779800 50%);
}
.welcome video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome h2, .welcome a {
  z-index: 1;
}
.welcome h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.welcome .h2 {
  font-size: 2.75rem;
}
.welcome .btn-round {
  margin-top: 18px;
}
.welcome .btn-round:last-of-type {
  margin: 32px 0;
}

@media (min-width: 1024px) {
  .welcome {
    aspect-ratio: 2;
  }
  .welcome h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .welcome .h2 {
    font-size: 96px;
    line-height: 115px;
  }
}
@media (min-width: 1640px) {
  .welcome video {
    height: 110%;
  }
}

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