.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  background-color: #994343;
  margin-bottom: 0;
  margin-right: 532px;
  padding-top: 768px;
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  background-color: #011011;
  margin-left: 0;
  padding-top: 0;
}

.split-wrapper {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.left {
  background-image: url('../images/Screenshot-2025-06-01-at-8.00.30-PM.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.right {
  background-image: url('../images/Screenshot-2025-06-01-at-8.00.40-PM.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.link-block {
  background-image: url('../images/GOUP-ACADEMY-LOGO.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 97px;
  padding-right: 247px;
}

.link-block-2 {
  background-image: url('../images/logo-go-up-investments.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 97px;
  padding-right: 218px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.full-height-ios-fix {
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
  display: block;
  overflow: hidden;
}

.left-link {
  background-image: url('../images/Pattern-academy.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.right-link {
  background-image: url('../images/Background-investents.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.image {
  max-width: 60%;
}

.slide-section {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

.grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-3 {
  width: 60vw;
  max-width: none;
  max-height: 100%;
}

.academy-logo {
  flex: 0 auto;
  width: 60%;
  max-width: none;
  max-height: none;
}

.investments-logo {
  width: 57%;
}

.hero-section {
  width: 100%;
  height: 100vh;
}

.hero-wraper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 60px;
  display: flex;
}

.hero-left {
  width: 50%;
  padding-left: 0;
}

.heading {
  color: #2d4654;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.paragraph {
  color: #2d4654;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.button {
  background-color: #70b477;
  border-radius: 6px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.hero-right {
  padding-right: 0;
}

.navbar {
  background-color: #fff0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.brand {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 150px;
  margin-left: 0;
}

.nav-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 200px;
  display: flex;
}

.nav-link {
  color: #2d4654;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.body {
  background-image: url('../images/Screenshot-2025-06-01-at-8.00.30-PM.png');
  background-position: 0 0;
  background-size: 502px;
}

.image-4 {
  width: auto;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: 450px;
  margin-bottom: 0;
  display: block;
}

.paragraph-2 {
  color: #154454;
  font-family: Montserrat, sans-serif;
  font-size: 4vh;
  font-weight: 700;
  line-height: 5vh;
}

.div-block-3 {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  place-items: center;
  width: 200px;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 0;
  display: flex;
}

.div-block-2 {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 80vw;
  max-width: none;
  display: grid;
}

.flex-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  max-height: none;
}

.paragraph-3 {
  color: #154454;
  font-family: Montserrat, sans-serif;
  font-size: 5vh;
  line-height: 6vh;
}

.heading-2 {
  color: #154454;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3vh;
  font-weight: 300;
  line-height: 3vh;
}

.flex-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5vw;
}

.text-field {
  border: 1px solid #0000;
  border-radius: 12px 0 0 12px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link {
  color: #1544547a;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.5rem;
  text-decoration: none;
}

.image-5 {
  width: auto;
}

.form {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.submit-button {
  -webkit-text-stroke-color: #93278f;
  -webkit-text-fill-color: inherit;
  background-color: #93278f;
  background-clip: border-box;
  border: 1px solid #0000;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-7 {
  flex: 0 auto;
  width: auto;
  height: auto;
}

.image-6 {
  width: auto;
  padding-left: 3px;
}

.body-2 {
  background-image: url('../images/Background-investents_1.avif');
  background-position: 50%;
  background-size: cover;
}

.flex-block-4 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-9 {
  flex-flow: column;
  flex: 1;
  height: 100%;
  min-height: 50%;
  display: block;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .academy-logo {
    width: 60%;
    max-width: 100%;
  }

  .div-block-3 {
    width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .form-block {
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  .split-wrapper {
    flex-flow: column;
    width: 200vw;
  }

  .container {
    max-width: 728px;
  }

  .grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-wraper {
    flex-flow: row;
  }

  .hero-left {
    width: 100%;
  }

  .heading {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-right {
    flex: 0 auto;
    width: 100%;
  }

  .image-4 {
    max-width: 100%;
  }

  .form-block {
    padding-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 90vw;
    display: grid;
  }

  .heading-2 {
    text-align: center;
    align-self: auto;
  }

  .flex-block-3 {
    order: 0;
    padding-left: 5vw;
  }

  .link {
    font-size: 13px;
    line-height: 4vw;
  }

  .image-5 {
    max-width: 100%;
  }

  .flex-block-2 {
    order: 0;
  }

  .form {
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    align-self: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .split-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 200vw;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .academy-logo {
    width: 40vw;
  }

  .investments-logo {
    width: 37vw;
    max-width: none;
  }

  .hero-wraper {
    flex-flow: column;
  }

  .image-4 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .form-block {
    align-self: flex-start;
    margin-bottom: 0;
  }

  .paragraph-2 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90vw;
    display: grid;
  }

  .paragraph-3 {
    align-self: flex-start;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .heading-2 {
    align-self: flex-start;
    font-size: 1rem;
    line-height: 1rem;
  }

  .flex-block-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5vw;
  }

  .link {
    margin-left: 15px;
    line-height: 1.5rem;
  }

  .image-5 {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .flex-block-2 {
    order: 0;
    justify-content: center;
    align-items: flex-start;
  }

  .form {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .split-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
  }

  .left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .right {
    width: 100%;
    height: 50vh;
  }

  .container {
    max-width: none;
  }

  .full-height-ios-fix {
    height: 100dvh;
    min-height: 100vh;
    overflow: hidden;
  }

  .left-link {
    flex: none;
    width: 100%;
    height: 50dvh;
    min-height: 50dvh;
  }

  .right-link {
    flex-flow: row;
    flex: none;
    width: 100%;
    height: 50dvh;
    min-height: 50dvh;
    overflow: hidden;
  }

  .image {
    width: 60vw;
    max-width: 100%;
    overflow: clip;
  }

  .image-2 {
    width: 60vw;
    max-width: 100%;
  }

  .academy-logo {
    width: 80vw;
    max-width: none;
  }

  .investments-logo {
    width: 76vw;
    max-width: none;
    max-height: none;
  }

  .hero-wraper {
    flex-flow: column;
  }

  .hero-left, .hero-right {
    width: 100%;
  }

  .form-block {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .paragraph-2 {
    text-align: center;
    width: 100%;
  }

  .div-block-3 {
    width: 30vh;
  }

  .div-block-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-2 {
    text-align: center;
    width: 100%;
    font-size: 4vw;
    line-height: 4vw;
  }

  .flex-block-3 {
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: 90vw;
    padding-bottom: 1rem;
    padding-right: 5vw;
  }

  .link {
    margin-left: 0;
  }

  .flex-block-2 {
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .form {
    display: flex;
  }

  .flex-block-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-8 {
    height: auto;
  }

  .div-block-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
  }
}


