@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  position: relative;
  font-family: "Inter", sans-serif;
  color: #FFF;
  background-color: #0a0a0a;
  height: 100%;
  overflow-x: hidden;
  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;
}

.inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  min-height: auto;
  padding: 40px 20px;
  width: 100%;
}

.header {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 0;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.logo {
  position: relative;
  z-index: 2;
  right: 30px;
}

.hero {
  position: relative;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.hero img.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #FFF;
}

.num {
  position: relative;
  font-size: 65px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.subtitle {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}

.steps {
  margin: 20px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.step-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background: #FFF;
  color: #111;
  border-radius: 50%;
  text-align: center;
  line-height: normal;
  font-weight: 700;
  margin-right: 6px;
  font-size: 14px;
}

.step-text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background: #D42A28;
  -webkit-box-shadow: 0 5px 20px 0 rgba(212, 42, 40, 0.5);
          box-shadow: 0 5px 20px 0 rgba(212, 42, 40, 0.5);
  padding: 15px 40px;
  max-width: 310px;
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.footer {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  color: #FFF;
}