@font-face {
  font-family: Roobert;
  src: url('../fonts/Roobert-Bold.woff2') format("woff2"), url('../fonts/Roobert-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik web;
  src: url('../fonts/Graphik-Regular-Web.woff2') format("woff2"), url('../fonts/Graphik-Regular-Web.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #6021ff;
}

body {
  color: #333;
  text-align: center;
  font-family: Graphik web, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h2 {
  letter-spacing: 0;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-family: Roobert, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.page-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-logo {
  max-width: 10rem;
  margin-bottom: 3vh;
}

.form-block {
  width: 90%;
  max-width: 27rem;
  margin-top: 2rem;
}

.submit-button {
  background-color: #ff8e88;
  background-image: linear-gradient(5deg, #fc7062 33%, #ff8e88 73%);
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 1.3rem 1rem;
  font-family: Roobert, sans-serif;
  font-size: 1.2rem;
  transition: all .4s;
}

.submit-button:hover {
  box-shadow: 1px 0 20px #ff8e88;
}

.text-field {
  z-index: 1;
  border: 1px solid var(--blue);
  height: 64px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 1.4rem;
  font-size: 1rem;
  position: relative;
}

.text-field:focus {
  border: 1px solid #ff8e88;
}

.text-colour-white {
  color: #fff;
}

.body {
  font-family: Graphik web, sans-serif;
}

.container {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.lower {
  z-index: 0;
  background-image: url('../images/background-mobile1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  min-height: 50vh;
  position: relative;
}

.max-width-40 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  max-width: 44rem;
  height: 100%;
  min-height: 50vh;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #391692, #6a08fa 71%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  font-family: Roobert, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.text-size-large {
  font-size: 1.8rem;
  font-weight: 400;
}

.max-width-40-lower {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  min-height: 50vh;
  padding-top: 5rem;
  padding-bottom: 4rem;
  display: flex;
}

.background {
  z-index: -1;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-50 {
  z-index: 2;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.lottie-animation {
  width: 130%;
  margin-right: -30%;
}

.lower-container {
  z-index: 2;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.heading-2 {
  font-size: 2.5rem;
}

.form {
  align-items: center;
  width: 37rem;
  display: flex;
}

.heading-3 {
  margin-bottom: .5rem;
}

.button {
  background-color: #ff8e88;
  background-image: linear-gradient(5deg, #fc7062 33%, #ff8e88 73%);
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 1.3rem 2.6rem;
  font-family: Roobert, sans-serif;
  font-size: 1.2rem;
  transition: all .4s;
}

.button:hover {
  box-shadow: 1px 0 90px 30px #c47cff;
}

.button.hide-desktop {
  display: none;
}

.white-gradient {
  background-image: linear-gradient(#fffffe, #fff0);
  position: absolute;
  inset: 0% 0% auto;
}

.sucess-page-wrapper {
  background-color: #444bfc;
  background-image: url('../images/sucess-background1.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .background-50 {
    justify-content: center;
    align-items: center;
  }

  .lottie-animation {
    width: 100%;
    max-width: 60rem;
    margin-right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/background-mobile1.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 120%;
    background-attachment: scroll;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .submit-button {
    width: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lower {
    background-image: none;
    min-height: auto;
  }

  .max-width-40 {
    z-index: 4;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    position: relative;
  }

  .max-width-40-lower {
    min-height: auto;
    margin-top: -68px;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .background-50 {
    width: 100%;
    height: auto;
    margin-top: -16.7rem;
    position: relative;
  }

  .lottie-animation {
    width: 130%;
    margin-left: -10%;
    margin-right: -20%;
  }

  .form {
    width: 100%;
    min-width: 37rem;
  }

  .margin-top-1 {
    margin-top: 1rem;
  }

  .button {
    width: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .button:hover {
    box-shadow: none;
  }

  .button.hide-desktop {
    display: block;
  }

  .white-gradient {
    background-image: linear-gradient(#fff, #faf4f400);
    width: 100%;
    height: 72px;
    position: absolute;
  }

  .header-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .sucess-page-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #6021ff;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    display: grid;
  }
}

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

  .heading {
    font-size: 43px;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .background-50 {
    margin-top: -7.8rem;
  }

  .form {
    min-width: 31rem;
  }

  .sucess-page-wrapper {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  body {
    text-align: center;
    font-size: .85rem;
  }

  h2 {
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
  }

  .page-wrapper {
    background-position: 50% 120%;
    background-size: 180% 46rem;
  }

  .image-logo {
    width: 70%;
    margin-bottom: 2rem;
  }

  .form-block {
    width: 100%;
    margin-top: 1rem;
  }

  .submit-button {
    width: 100%;
  }

  .text-field {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .heading {
    font-size: 33px;
  }

  .max-width-40-lower {
    margin-top: 0;
  }

  .background-50 {
    margin-top: -4.4rem;
  }

  .lottie-animation {
    width: 130%;
  }

  .form {
    flex-direction: column;
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_748c4660-7182-6727-86e5-87f236a48f00-7085b5ec {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e22f2bea-765f-5812-a432-f19a3642b3b9-7085b5ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51754578-4631-372d-0d97-9ef9bc758e08-7085b5ec {
    grid-area: 2 / 1 / 3 / 2;
  }

  #signup.w-node-_3e1a93fb-d02a-f464-7e09-d192abdb544f-7085b5ec {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Bold.woff2') format('woff2'), url('../fonts/Roobert-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik web';
  src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}