.intro {
  background: #0048ff;
  padding: clamp(54px, 45.7411764706px + 2.1176470588vw, 72px) 0;
  position: relative;
  overflow: hidden;
}
.intro::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(0deg, rgba(0, 7, 23, 0.5), rgba(0, 7, 23, 0.5)), #0048ff;
  mix-blend-mode: multiply;
}
.intro__bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(36px, 30.4941176471px + 1.4117647059vw, 48px);
  z-index: 10;
}
.intro__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}
.intro__text h1 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-family: "Unbounded";
  font-size: 42px;
}
@media (max-width: 390px) {
  .intro__text h1 {
    font-size: 24px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .intro__text h1 {
    font-size: calc(0.0211764706 * 100vw + 15.7411764706px);
  }
}
@media (min-width: 1241px) {
  .intro__text h1 {
    font-size: 42px;
  }
}
.intro__text h1 {
  color: #f9f9f9;
  text-align: center;
}
.intro__text h4 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .intro__text h4 {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .intro__text h4 {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .intro__text h4 {
    font-size: 18px;
  }
}
.intro__text h4 {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
}

.seo {
  background: #f9f9f9;
  padding: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px) 0 clamp(54px, 45.7411764706px + 2.1176470588vw, 72px);
}
.seo__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
}
.seo__read {
  display: flex;
  align-items: center;
  gap: clamp(9px, 7.6235294118px + 0.3529411765vw, 12px);
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.seo__read svg {
  flex-shrink: 0;
}
.seo__read span {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Unbounded";
  font-size: 18px;
}
@media (max-width: 390px) {
  .seo__read span {
    font-size: 13.5px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .seo__read span {
    font-size: calc(0.0052941176 * 100vw + 11.4352941176px);
  }
}
@media (min-width: 1241px) {
  .seo__read span {
    font-size: 18px;
  }
}
.seo__read span {
  color: #0048ff;
}
.seo__text {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: clamp(13.5px, 11.4352941176px + 0.5294117647vw, 18px);
  max-height: 150px;
  overflow: hidden;
  transition: all 1s ease-in-out;
  height: auto;
  position: relative;
}
.seo__text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgb(249, 249, 249), rgba(249, 249, 249, 0));
  transition: all 1s ease-in-out;
}
.seo__text.active {
  max-height: 500px;
}
.seo__text.active::before {
  opacity: 0;
}
.seo__text p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .seo__text p {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .seo__text p {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .seo__text p {
    font-size: 16px;
  }
}
.seo__text p {
  color: #000717;
}

.steps {
  background: #f9f9f9;
  padding: clamp(45px, 38.1176470588px + 1.7647058824vw, 60px) 0 clamp(27px, 22.8705882353px + 1.0588235294vw, 36px);
}
.steps__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(31.5px, 26.6823529412px + 1.2352941176vw, 42px);
}
.steps__container h2 {
  max-width: 750px;
  text-align: center;
}
.steps__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(45px, 38.1176470588px + 1.7647058824vw, 60px);
}
.steps__step {
  display: flex;
  align-items: center;
  gap: clamp(24px, 12.9882352941px + 2.8235294118vw, 48px);
  justify-content: space-around;
}
.steps__step.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .steps__step {
    flex-direction: column-reverse !important;
  }
}
.steps__step-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(177, 218, 255, 0.4);
  border-radius: 24px;
  padding: clamp(22.5px, 19.0588235294px + 0.8823529412vw, 30px);
  width: calc(60% - clamp(18px, 15.2470588235px + 0.7058823529vw, 24px));
}
.steps__step-img img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 567px) {
  .steps__step-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .steps__step-img {
    width: 100%;
  }
}
.steps__step-content {
  width: calc(40% - clamp(18px, 15.2470588235px + 0.7058823529vw, 24px));
  display: flex;
  flex-direction: column;
  gap: clamp(7.5px, 6.3529411765px + 0.2941176471vw, 10px);
}
@media (max-width: 767px) {
  .steps__step-content {
    width: 100%;
  }
}
.steps__step-header {
  display: flex;
  align-items: center;
  gap: clamp(18px, 15.2470588235px + 0.7058823529vw, 24px);
}
.steps__step-header h3 {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-family: "Unbounded";
  font-size: 24px;
}
@media (max-width: 390px) {
  .steps__step-header h3 {
    font-size: 18px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .steps__step-header h3 {
    font-size: calc(0.0070588235 * 100vw + 15.2470588235px);
  }
}
@media (min-width: 1241px) {
  .steps__step-header h3 {
    font-size: 24px;
  }
}
.steps__step-header h3 {
  color: #0048ff;
}
.steps__step-num {
  width: clamp(54px, 45.7411764706px + 2.1176470588vw, 72px);
  height: clamp(54px, 45.7411764706px + 2.1176470588vw, 72px);
  border-radius: 50%;
  background: rgba(177, 218, 255, 0.4);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-family: "Unbounded";
  font-size: 24px;
}
@media (max-width: 390px) {
  .steps__step-num {
    font-size: 18px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .steps__step-num {
    font-size: calc(0.0070588235 * 100vw + 15.2470588235px);
  }
}
@media (min-width: 1241px) {
  .steps__step-num {
    font-size: 24px;
  }
}
.steps__step-num {
  color: #0048ff;
}
.steps__step-info {
  display: flex;
  align-items: flex-start;
  gap: clamp(7.5px, 6.3529411765px + 0.2941176471vw, 10px);
}
@media (max-width: 767px) {
  .steps__step-info {
    flex-direction: column;
  }
}
.steps__step-text {
  display: flex;
  flex-direction: column;
  gap: clamp(21px, 17.7882352941px + 0.8235294118vw, 28px);
}
.steps__step-text p {
  font-family: "Roboto Mono", "Unbound", "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Mono";
  font-size: 16px;
}
@media (max-width: 390px) {
  .steps__step-text p {
    font-size: 12px;
  }
}
@media (min-width: 391px) and (max-width: 1240px) {
  .steps__step-text p {
    font-size: calc(0.0047058824 * 100vw + 10.1647058824px);
  }
}
@media (min-width: 1241px) {
  .steps__step-text p {
    font-size: 16px;
  }
}
.steps__step-text p {
  color: #000717;
  line-height: 150%;
}
.steps__step-text p b {
  font-weight: 700;
}/*# sourceMappingURL=instruction.css.map */