:root {
  --white: white;
  --black: black;
}

.page_wrapper {
  background-image: url('../images/backgraund.webp');
  background-position: 50% 0;
  background-size: cover;
}

.global_margin_and_padding {
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 7.5rem;
  padding-bottom: 1.875rem;
}

.section_large {
  flex-flow: column;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner_img {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  max-width: 704px;
}

.spacer46 {
  padding-top: 46px;
}

.paragraph {
  color: var(--white);
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.banner_text {
  max-width: 600px;
}

.spacer64 {
  padding-top: 64px;
}

.button {
  max-width: 379px;
}

.button-3 {
  letter-spacing: 2.72px;
  background-color: #028c85;
  border-radius: 57px;
  padding-bottom: 12px;
  padding-left: 114px;
  padding-right: 114px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .3s;
}

.button-3:hover {
  background-color: #a5ec70;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 2.72px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
}

.link-block {
  padding: 0;
  text-decoration: none;
  position: absolute;
  top: 24px;
  right: 24px;
}

.content_container {
  width: 457px;
}

.small {
  flex-flow: column;
  align-items: center;
  max-width: 457px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.roudmap_container {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  display: flex;
}

.data {
  color: #a5ec70;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text {
  color: var(--white);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.logo_container {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  margin-top: 6px;
  display: flex;
}

.global_margin_and_padding2 {
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 22.3125rem;
}

.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;
}

.section_contact {
  min-height: 100vh;
}

.section_lcontact {
  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: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 967px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_left {
  width: 283px;
}

.banner_img2 {
  justify-content: center;
  align-items: center;
  max-width: 146px;
  display: flex;
}

.paragraph_contact {
  color: var(--white);
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-span {
  font-size: 18px;
  font-weight: 700;
}

.section_right {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 643px;
  display: flex;
}

.field-label {
  color: var(--white);
  margin-bottom: 8px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field {
  color: #828282;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.form_top {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.form-block, .form_top-left, .form_top-right {
  width: 100%;
}

.button-3-copy {
  letter-spacing: 2.72px;
  background-color: #028c85;
  border-radius: 57px;
  margin-top: 36px;
  padding-bottom: 12px;
  padding-left: 114px;
  padding-right: 114px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .3s;
}

.button-3-copy:hover {
  background-color: #a5ec70;
}

.text-area {
  color: #828282;
  border-radius: 8px;
  max-width: 643px;
  min-height: 162px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  overflow: auto;
}

.global_margin_and_padding3 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.privacy_container {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 991px;
  margin: auto;
  padding: 20px 32px;
  display: flex;
  position: relative;
}

.link-block-2 {
  padding: 8px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.paragraph-4 {
  color: var(--black);
  text-align: center;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.text_container {
  margin-top: 8px;
}

.paragraph-5 {
  font-size: 20px;
}

.paragraph-6 {
  color: var(--black);
  margin-bottom: 32px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.popup {
  background-color: rgba(0, 0, 0, .45);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup.dnone {
  display: none;
}

.button-4 {
  letter-spacing: 2.72px;
  background-color: #028c85;
  border-radius: 57px;
  padding-bottom: 12px;
  padding-left: 73px;
  padding-right: 73px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.div-block-7 {
  margin-top: 8px;
}

.accept {
  letter-spacing: 2.72px;
  background-color: #028c85;
  border-radius: 57px;
  padding-bottom: 12px;
  padding-left: 73px;
  padding-right: 73px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color .3s;
}

.accept:hover {
  background-color: #a5ec70;
}

.text_container2 {
  margin-top: 8px;
}

.paragraph-7 {
  color: var(--black);
  font-family: IBM Plex Sans, sans-serif;
}

.success-message {
  background-color: #028c85;
  border-radius: 30px;
}

.paragraph5 {
  color: #fff;
  letter-spacing: 2.72px;
  margin-bottom: 0;
  padding: 8px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  transition: color .3s;
}

.paragraph5:hover {
  color: #a5ec70;
}

@media screen and (max-width: 767px) {
  .banner_text {
    width: 100%;
    display: flex;
  }

  .section_lcontact {
    flex-flow: column;
  }

  .section_left {
    width: 100%;
  }

  .paragraph_contact {
    margin-right: 32px;
  }
}

@media screen and (max-width: 479px) {
  .spacer64.mobile {
    padding-top: 0;
  }

  .button-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .banner_img2 {
    max-width: 100%;
  }

  .paragraph_contact.right {
    margin-right: 0;
  }

  .form_top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .button-3-copy, .button-4, .accept {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form {
    flex-flow: column;
    display: flex;
  }
}


