.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-color: #fafbff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.hero-section.no-bottom-padding {
  padding-bottom: 0;
}

.container {
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.navbar {
  background-color: #122354;
  border-radius: 13px;
  justify-content: space-between;
  width: 923px;
  position: static;
  inset: 0% 0% auto;
  box-shadow: 0 15px 15.4px #304b971a;
}

.navbar-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 5px 0;
  display: flex;
}

.nav-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 4% 0% auto;
}

.logo-wrapper {
  width: 12.802vw;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo.cover {
  object-fit: cover;
}

.logo-link {
  object-fit: contain;
  width: 12.802vw;
  height: 3.14vw;
}

.nav-link {
  color: #fff;
  letter-spacing: -.04em;
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
}

.nav-link.w--current {
  color: #fff;
}

.login-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  background-color: #304b97;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 8.696vw;
  height: 3.382vw;
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  display: flex;
}

.login-button:hover {
  color: #122354;
  background-image: linear-gradient(#adbcf7, #fafbff);
}

.nav-menue {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.hero-heading-wrapper {
  z-index: 5555;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.hero-heading {
  color: #122354;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-family: Outfit, Arial, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 7.085vw;
}

.center-align-div {
  z-index: 5555;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
  position: relative;
}

.center-align-div.padding {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 0;
}

.center-align-div.right {
  justify-content: center;
  align-items: center;
  width: 91.304vw;
  margin-top: 6rem;
}

.center-align-div.no-padding {
  margin-bottom: 60px;
}

.center-align-div.less-padding {
  margin-bottom: 40px;
}

.hero-sub-heading {
  color: #122354;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 1.932vw;
  font-weight: 400;
  line-height: 7.085vw;
}

.hero-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: linear-gradient(45deg, #304b97, #77f1a1);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 8vw;
  padding: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.hero-button:hover {
  background-image: linear-gradient(45deg, #77f1a1, #304b97);
}

.hero-other-heading {
  color: #122354;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.gradient-circle {
  z-index: 555;
  background-image: url('../images/Sphere.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 900px;
  width: 50vw;
  height: 50vw;
  position: absolute;
  inset: 34% 25% auto auto;
}

.section {
  background-color: #fafbff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section.bg-image {
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  padding-top: 0;
  padding-bottom: 2rem;
}

.section-radial-gradient-left {
  background-image: radial-gradient(circle farthest-side, #adbcf7b3, #fafbff26);
  border-radius: 600px;
  width: 55.717vw;
  height: 55.717vw;
  position: absolute;
  inset: 134% auto auto -21%;
}

.card-div {
  z-index: 5555;
  width: 82.448vw;
  position: relative;
}

.card-div.right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.content-div {
  background-image: linear-gradient(315deg, #e0e8ff, #fff);
  border-radius: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 47.424vw;
  height: 32vw;
  padding: 50px;
  display: flex;
}

.content-div.green {
  background-image: linear-gradient(315deg, #fff, #dbffe8);
  align-items: flex-end;
}

.number-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-wrapper {
  width: 2.576vw;
  height: 2.576vw;
}

.number {
  color: #122354;
  letter-spacing: -.02em;
  font-family: Outfit, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.content-heading-wrapper {
  width: 297px;
}

.section-heading {
  color: #122354;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.section-heading.right-align {
  text-align: right;
}

.section-heading.center {
  text-align: center;
}

.section-heading.big {
  text-transform: uppercase;
  font-size: 5.797vw;
  font-weight: 500;
  line-height: 88px;
}

.paragraph-wrapper {
  width: 18vw;
}

.paragraph {
  color: #122354;
  letter-spacing: -.02em;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.paragraph.right-align {
  text-align: right;
}

.image-div {
  justify-content: flex-end;
  display: flex;
}

.card-image-wrapper {
  border-radius: 10px;
  width: 49.678vw;
  height: 32.77vw;
  margin-top: -200px;
}

.card-image-wrapper.left {
  margin-top: 0;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.radius {
  border-radius: 10px;
}

.section-radial-gradient-right {
  background-image: radial-gradient(circle farthest-side, #77f1a182, #fafbff4d);
  width: 77.697vw;
  height: 69vw;
  position: absolute;
  inset: 153% -23% auto auto;
}

.background-wrapper {
  background-image: url('../images/Regcheck-V-1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 97.907vw;
  position: absolute;
  top: 385.438px;
  overflow: hidden;
}

.left-image-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -120px;
  display: flex;
}

.image-wrapper {
  width: 49.678vw;
  height: 32.77vw;
}

.big-gradient-wrapper {
  background-image: radial-gradient(circle farthest-side, #adbcf7, #fafbff);
  width: 147.826vw;
  height: 147.826vw;
  position: absolute;
  inset: 252% auto auto -88%;
  overflow: hidden;
}

.year-heading {
  color: #122354;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 150px;
}

.year-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 42vw;
  display: flex;
}

.section-heading-wrapper {
  width: 72vw;
}

.cta-form {
  z-index: 5555;
  width: 51.53vw;
  position: relative;
}

.field-label, .field-label-2 {
  display: none;
}

.text-field {
  color: #122354;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #304b97;
  height: 8vh;
  min-height: 10vh;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  line-height: 64px;
}

.text-field::placeholder {
  color: #122354;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fafbff00;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  line-height: 64px;
}

.button-center-div {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: capitalize;
  background-color: #304b97;
  border-radius: 5px;
  width: 138px;
  height: 48px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.submit-button:hover {
  color: #122354;
  background-image: linear-gradient(135deg, #adbcf7, #fff);
}

.cta-radial-gradient-green {
  background-image: radial-gradient(circle farthest-side, #77f1a199, #fafbff);
  border-radius: 600px;
  width: 70.773vw;
  height: 70.773vw;
  position: absolute;
  inset: 492% -19% auto auto;
}

.cta-radial-gradient-blue {
  background-image: radial-gradient(circle farthest-side, #adbcf7b3, #fafbff);
  border-radius: 600px;
  width: 67.311vw;
  height: 67.311vw;
  position: absolute;
  inset: auto auto -606% -35%;
  overflow: hidden;
}

.footer-center-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 6.25rem;
  display: grid;
  position: relative;
}

.footer-number-div {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30vw;
  display: flex;
}

.footer-heading {
  color: #122354;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer-heading.right-align {
  align-self: flex-end;
}

.footer-logo-div {
  width: 4vw;
}

.email-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-mid-div {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30vw;
  display: flex;
}

.socials-div {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.social-icon {
  width: 26.015px;
  height: 26.015px;
}

.privacy-div {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  display: flex;
}

.email-link {
  align-self: flex-start;
  text-decoration-color: #122354;
}

.phone-link {
  text-decoration-color: #122354;
  display: none;
}

.copyright-link {
  align-self: flex-end;
  text-decoration: none;
}

.mobile-nav-wrapper {
  display: none;
}

.card-heading {
  color: #122354;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.card-heading.right-align {
  text-align: right;
}

.card-heading.center {
  text-align: center;
}

.card-heading.big {
  text-transform: uppercase;
  font-size: 5.797vw;
  line-height: 88px;
}

.section-heading-copy {
  color: #122354;
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.section-heading-copy.right-align {
  text-align: right;
}

.section-heading-copy.center {
  text-align: center;
}

.section-heading-copy.big {
  text-transform: uppercase;
  font-size: 5.797vw;
  line-height: 88px;
}

.overflow-div {
  overflow: hidden;
}

.footer-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background-color: #3898ec00;
  background-image: linear-gradient(45deg, #304b97, #77f1a1);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 24vw;
  height: 8vw;
  padding: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.footer-button:hover {
  background-image: linear-gradient(45deg, #77f1a1, #304b97);
}

.footer-sub-heading {
  color: #122354;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.success-message {
  background-color: #fff0;
  background-image: linear-gradient(#adbcf7, #fafbff);
}

.text-block {
  color: #122354;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.hero-gradient-green {
  background-image: radial-gradient(circle farthest-side, #77f1a14d, #fafbff);
  width: 72.153vw;
  height: 72.153vw;
  position: absolute;
  inset: 11% auto auto -22%;
}

.hero-gradient-blue {
  background-image: radial-gradient(circle, #5076f60f, #fafbff);
  border-radius: 40vw;
  width: 56.528vw;
  height: 70vw;
  position: absolute;
  inset: 10% 0% auto auto;
}

@media screen and (min-width: 1920px) {
  .navbar {
    width: 1100px;
  }

  .nav-link {
    font-size: 20px;
    line-height: 54px;
  }

  .login-button {
    font-size: 24px;
  }

  .hero-heading-wrapper {
    margin-top: 8rem;
  }

  .hero-heading {
    font-size: 120px;
  }

  .hero-other-heading {
    font-size: 24px;
    line-height: 40px;
  }

  .year-wrapper {
    width: 56vw;
  }

  .cta-radial-gradient-green {
    top: 449%;
    right: -40%;
  }

  .cta-radial-gradient-blue {
    bottom: -532%;
  }

  .footer-heading {
    font-size: 22px;
  }

  .footer-sub-heading {
    font-size: 24px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar {
    width: 655px;
  }

  .navbar-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-wrapper {
    display: none;
  }

  .nav-link {
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    display: flex;
  }

  .login-button {
    width: 12vw;
    height: 6vw;
  }

  .hero-heading-wrapper {
    margin-top: 4rem;
  }

  .hero-heading {
    font-size: 62px;
    line-height: 68px;
  }

  .center-align-div, .center-align-div.padding {
    margin-bottom: 60px;
  }

  .hero-button {
    font-size: 22px;
  }

  .gradient-circle {
    top: 84%;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.bg-image {
    padding-top: 4rem;
  }

  .section-radial-gradient-left {
    width: 50vw;
    height: 50vw;
    left: 1%;
    overflow: hidden;
  }

  .content-div, .content-div.green {
    width: 60vw;
    height: 50vw;
  }

  .section-heading {
    font-size: 42px;
    line-height: 46px;
  }

  .section-heading.center {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-wrapper {
    width: 35vw;
  }

  .card-image-wrapper {
    margin-top: -58px;
  }

  .section-radial-gradient-right {
    width: 50vw;
    height: 50vw;
    top: 194%;
    right: 0%;
  }

  .left-image-div {
    margin-top: -35px;
  }

  .big-gradient-wrapper {
    border-radius: 600px;
    width: 100vw;
    height: 100vw;
    top: 243%;
    left: 0%;
  }

  .year-heading {
    font-size: 160px;
    line-height: 160px;
  }

  .cta-form {
    width: 100%;
  }

  .text-field {
    background-color: #fff0;
  }

  .text-field::placeholder {
    background-color: #fafbff00;
  }

  .submit-button {
    width: 14vw;
    height: 5vw;
  }

  .cta-radial-gradient-green {
    width: 50vw;
    height: 50vw;
    top: 482%;
    right: 2%;
  }

  .cta-radial-gradient-blue {
    z-index: 0;
    width: 30vw;
    height: 30vw;
    bottom: -463%;
    left: 0%;
  }

  .footer-center-div {
    z-index: 555;
    position: relative;
  }

  .footer-bottom-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .footer-number-div {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-heading {
    align-self: center;
  }

  .email-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-mid-div {
    width: 100%;
  }

  .email-link, .copyright-link {
    align-self: center;
  }

  .mobile-nav-wrapper {
    z-index: 2147483647;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
    inset: 4% 0% auto;
  }

  .mobile-navbar {
    z-index: 2147483647;
    background-color: #122354;
    border-radius: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    padding: 0 2rem;
    display: flex;
    position: relative;
    box-shadow: 0 15px 15.4px #304b971a;
  }

  .mobile-logo-wrapper {
    width: 10rem;
    height: auto;
    padding-top: 10px;
  }

  .mobile-nav-menu {
    padding: 0;
  }

  .mobile-nav-menu.w--open {
    background-color: #c8c8c800;
  }

  .mobile-menu {
    width: 3rem;
    height: 4rem;
  }

  .full-screen-mobile-menu {
    background-color: #122354;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .card-heading {
    font-size: 42px;
    line-height: 46px;
  }

  .card-heading.center {
    font-size: 36px;
    line-height: 42px;
  }

  .section-heading-copy {
    font-size: 42px;
    line-height: 46px;
  }

  .section-heading-copy.center {
    font-size: 36px;
    line-height: 42px;
  }

  .footer-button {
    font-size: 22px;
  }

  .mobile-nav-container {
    width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    display: block;
  }

  .nav-menu {
    background-color: #122354;
    height: 80vh;
    display: flex;
  }

  .nav-link-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container.hero {
    max-width: 100%;
    overflow: hidden;
  }

  .hero-heading-wrapper {
    margin-top: 8rem;
  }

  .hero-heading {
    font-size: 42px;
    line-height: 48px;
  }

  .hero-sub-heading {
    text-align: center;
    font-size: 3vw;
    line-height: 4vw;
  }

  .hero-button {
    width: 28vw;
    height: 12vw;
    font-size: 20px;
  }

  .section.bg-image {
    padding-top: 2rem;
  }

  .content-div {
    width: 75vw;
    height: 65vw;
  }

  .content-div.green {
    width: 75vw;
    height: 66vw;
  }

  .content-heading-wrapper {
    width: auto;
  }

  .section-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .paragraph-wrapper {
    width: auto;
  }

  .card-image-wrapper {
    width: 60vw;
    margin-top: -21px;
  }

  .image.radius {
    object-fit: cover;
  }

  .year-heading {
    font-size: 120px;
    line-height: 125px;
  }

  .section-heading-wrapper {
    width: auto;
  }

  .submit-button {
    width: 18vw;
    height: 7vw;
  }

  .cta-radial-gradient-green {
    top: 398%;
  }

  .footer-bottom-div {
    margin-top: 4rem;
  }

  .footer-logo-div {
    width: 10vw;
  }

  .card-heading, .section-heading-copy {
    font-size: 36px;
    line-height: 42px;
  }

  .footer-button {
    width: 28vw;
    height: 12vw;
    font-size: 20px;
  }

  .hero-gradient-green {
    width: 53vw;
    left: 5%;
  }

  .hero-gradient-blue {
    width: 40vw;
    height: 42vw;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }

  .hero-section {
    height: 100vh;
    padding-bottom: 0;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.hero {
    height: 100%;
  }

  .login-button {
    width: 25vw;
    height: 11vw;
  }

  .hero-heading-wrapper {
    margin-top: 6rem;
  }

  .center-align-div {
    margin-bottom: 40px;
  }

  .center-align-div.padding {
    margin-top: 4rem;
    margin-bottom: 20px;
  }

  .center-align-div.right {
    width: 100%;
  }

  .center-align-div.less-padding {
    margin-top: 1rem;
  }

  .hero-sub-heading {
    text-align: center;
    font-size: 5vw;
  }

  .hero-button {
    width: 45vw;
    height: 18vw;
    font-size: 17px;
  }

  .gradient-circle {
    top: 68%;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.bg-image {
    padding-bottom: 2rem;
  }

  .section.footer {
    padding-bottom: 1rem;
  }

  .card-div.up-padding {
    margin-top: 40px;
  }

  .content-div {
    width: 100%;
    height: 100vw;
    padding: 38px;
  }

  .content-div.green {
    width: 100%;
    height: 100vw;
  }

  .number-div {
    justify-content: space-between;
    align-items: center;
  }

  .icon-wrapper {
    width: 6vw;
    height: 7vw;
  }

  .number {
    margin-top: 0;
    font-size: 36px;
    line-height: 42px;
  }

  .card-image-wrapper {
    width: auto;
    height: auto;
    margin-top: 40px;
  }

  .card-image-wrapper.left {
    margin-top: 40px;
  }

  .left-image-div {
    margin-top: 0;
  }

  .image-wrapper {
    width: 100%;
    height: auto;
  }

  .year-heading {
    font-size: 80px;
    line-height: 79px;
  }

  .year-wrapper, .section-heading-wrapper {
    width: 100%;
  }

  .submit-button {
    width: 25vw;
    height: 11vw;
    font-size: 18px;
    line-height: 19px;
  }

  .cta-radial-gradient-green {
    top: 378%;
  }

  .cta-radial-gradient-blue {
    display: none;
    bottom: -338%;
  }

  .footer-center-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-bottom-div {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .footer-heading {
    text-align: center;
  }

  .footer-logo-div {
    width: 15vw;
  }

  .privacy-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mobile-navbar {
    width: 85vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-logo-wrapper {
    width: 7rem;
  }

  .mobile-menu {
    cursor: pointer;
    width: 2.3rem;
    height: 3.1rem;
  }

  .full-screen-mobile-menu {
    display: none;
  }

  .card-heading.right-align {
    text-align: right;
  }

  .footer-button {
    width: 45vw;
    height: 18vw;
    font-size: 17px;
  }

  .mobile-hero-align-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ae933501-6b2e-3773-4dc9-85862cafd323-fbdd908e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ae933501-6b2e-3773-4dc9-85862cafd323-fbdd908e {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_573c4c22-84fd-b6ef-cf5e-35edcac0a3c2-fbdd908e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ae933501-6b2e-3773-4dc9-85862cafd323-fbdd908e {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}