@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,300;0,600;0,700;1,400&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  list-style-type: none;
  font-family: "Libre Franklin", sans-serif;
}

.rt-footer .attribution {
  font-size: 11px;
  text-align: center;
}
.rt-footer .attribution a {
  color: #3e52a3;
}

.sr-only {
  display: block;
  position: absolute;
  left: -100vw;
}

.rt-main {
  margin: 80px max(7.2%, 50vw - 320px) 49px max(7.4666666667%, 50vw - 320px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .rt-main .logo-link {
    width: 90px;
    height: 39px;
    display: grid;
    place-items: center;
  }
}
.rt-main .logo {
  width: 56px;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .rt-main .logo {
    width: 90px;
  }
}
.rt-main .title {
  margin-top: 32px;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #969696;
}
@media screen and (min-width: 1200px) {
  .rt-main .title {
    margin-top: 40px;
    font-size: 48px;
    line-height: 60px;
  }
}
.rt-main .title strong {
  font-weight: 700;
  color: #151f29;
}
.rt-main .call-to-action-text {
  margin-top: 15px;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .rt-main .call-to-action-text {
    margin-top: 16px;
    font-size: 20px;
    line-height: 24px;
  }
}
.rt-main .form {
  margin-top: 32px;
  width: 87.8125%;
}
@media screen and (min-width: 1200px) {
  .rt-main .form {
    margin-top: 40px;
    width: 637px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.rt-main .form .input-email,
.rt-main .form .input-submit {
  width: 100%;
  height: 40px;
  border-radius: 28px;
  border: none;
}
.rt-main .form .input-email {
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.0001);
  font-weight: 300;
  font-size: 12px;
  color: #151f29;
  padding-inline: 30px;
  border: 1px solid #c2d3ff;
}
.rt-main .form .input-email.invalid {
  border-color: #ff5263;
}
@media screen and (min-width: 1200px) {
  .rt-main .form .input-email {
    width: 421px;
    height: 56px;
    font-size: 16px;
  }
}
.rt-main .form .error-message {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #ff5263;
  margin-left: 30px;
  margin-top: 6px;
}
.rt-main .form .error-message.hidden {
  display: none;
}
.rt-main .form .input-submit {
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  border: none;
  background: #4f7df3;
  box-shadow: 0px 5px 10px 2px rgba(76, 123, 243, 0.230414);
  color: white;
  cursor: pointer;
}
.rt-main .form .input-submit:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .rt-main .form .input-submit {
    width: 200px;
    height: 56px;
    margin-top: 0;
    font-size: 16px;
  }
}
.rt-main .hero-image {
  margin-top: 72px;
  width: 100%;
  height: auto;
}
.rt-main .social-media-contact {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .rt-main .social-media-contact {
    margin-top: 72px;
  }
}
.rt-main .social-media-contact .social-link {
  width: 32px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid #c2d3ff;
  display: inline-grid;
  place-items: center;
}
.rt-main .social-media-contact .social-link:hover {
  border: none;
  background-color: #4f7df3;
}
.rt-main .social-media-contact .social-link:hover svg path {
  fill: white;
}
.rt-main .copyright {
  margin-top: 27px;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #969696;
}

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