:root {
  --black: #101828;
  --light-black: #424a5a;
  --white: white;
  --primary-clr: #7e56da;
  --violet: #b4a9cd;
  --hover-violet: #522bab;
  --bg: #f7f7f7;
  --grey: #d7d7d7;
  --dark-grey: #9699ab;
}

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

body {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 74px;
  font-weight: 700;
  line-height: 96px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 62px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

p {
  color: var(--light-black);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.hero-bg {
  background-image: url('../images/Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  z-index: 20;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  top: 0%;
}

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

.nav-menu {
  width: 100%;
}

.navbar-outer {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brand-logo {
  width: 100%;
  max-width: 100px;
}

.navlink {
  padding: 0;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 28px;
  transition: all .3s;
}

.navlink:hover, .navlink.w--current {
  color: var(--primary-clr);
}

.line {
  width: 1px;
  height: 24px;
  background-color: var(--violet);
  margin-left: 24px;
  margin-right: 40px;
}

.line.mobile-none {
  opacity: 1;
}

.navlink-outer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.btn-outer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.btn-outer.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.primary-btn {
  background-color: var(--primary-clr);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.primary-btn:hover {
  background-color: var(--hover-violet);
}

.primary-btn.nav {
  padding: 10px 26px;
}

.primary-btn.padding {
  padding: 12px 32px;
}

.secondary-btn {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 6px;
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.secondary-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.hero-section {
  padding-top: 76px;
  overflow: hidden;
}

.hero-left {
  width: 100%;
  max-width: 648px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-right {
  margin-right: -72px;
}

.hero-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-text-outer {
  margin-bottom: 24px;
  position: relative;
}

.hero-text-outer.mb-24 {
  margin-bottom: 24px;
}

.purple-text {
  color: var(--primary-clr);
}

.paragraph {
  color: var(--light-black);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.shape-text {
  background-image: url('../images/Shape.svg');
  background-position: 100% 69%;
  background-repeat: no-repeat;
  background-size: 88px;
  padding-right: 128px;
  display: inline-block;
}

.feature-btn {
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-text {
  color: var(--black);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.down-arrow {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-left: 10px;
}

.about-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-right {
  width: 100%;
  max-width: 608px;
}

.title-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.title-tag.mb-12 {
  margin-bottom: 12px;
}

.title-tag.mb-12.align-center {
  justify-content: center;
}

.title-tag.leftside {
  justify-content: flex-start;
}

.tag-title {
  color: var(--primary-clr);
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.mb-40 {
  margin-bottom: 40px;
}

.card-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.card-block.mb-32 {
  margin-bottom: 32px;
}

.card-block.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-block {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.gap-32 {
  display: flex;
}

.about-image {
  margin-left: -50px;
}

.description {
  color: var(--light-black);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.arrow-block {
  height: 18px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.image {
  width: 100%;
}

.why-use-section {
  background-color: var(--bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.gap-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.p-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.p-100 {
  background-color: var(--bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.p-100.bg-white {
  background-color: var(--bg);
}

.section.footer {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

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

.align-center.mb-24, .mb-24 {
  margin-bottom: 24px;
}

.title-block {
  text-align: center;
  margin-bottom: 50px;
}

.title-block.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-inner {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #efeff2;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.btn-center {
  text-align: center;
}

.use-card-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

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

.para-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 50px;
  display: flex;
}

.feature-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.feature-wrapper.mt-50 {
  margin-top: 50px;
}

.feature-wrapper.reverse {
  flex-direction: row-reverse;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.feature-image {
  width: 100%;
  max-width: 50%;
}

.feature-image.mr-50 {
  margin-right: -50px;
}

.feature-image.ml-50 {
  margin-left: -50px;
}

.feature-detail {
  width: 100%;
  max-width: 50%;
}

.feature-image-outer.mr-50 {
  margin-right: -50px;
}

.feature-image-outer.ml-50 {
  margin-left: -50px;
}

.founder-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border: 1px solid #efeff2;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.founder-wrapper.mt-50 {
  margin-top: 50px;
}

.founder-wrapper.reverse {
  flex-direction: row-reverse;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
}

.founder-image {
  width: 100%;
  max-width: 563px;
  overflow: hidden;
}

.founder-image.mr-50 {
  margin-right: -50px;
}

.founder-image.ml-50 {
  margin-left: -50px;
}

.founder-detail {
  width: 100%;
  max-width: 50%;
  padding-right: 60px;
}

.tag-name {
  color: var(--primary-clr);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.tag-name.clr-white {
  color: var(--white);
}

.founder-inner {
  width: 100%;
  max-width: 563px;
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.footer-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.footer-bottom {
  background-color: #060e1e;
  padding-top: 24px;
  padding-bottom: 32px;
}

.footer-description {
  color: var(--grey);
}

.footer-title {
  color: var(--white);
}

.social-outer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.social-text {
  color: var(--grey);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.link {
  color: var(--white);
}

.social-link {
  color: var(--white);
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: all .3s;
}

.social-link:hover {
  color: var(--grey);
}

.social-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.gap-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.social-icon {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
}

.field-label {
  color: var(--white);
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.text-field {
  height: 41px;
  color: var(--grey);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #303745;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 6px 14px;
  font-size: 16px;
  line-height: 28px;
}

.text-field:focus {
  border-color: var(--primary-clr);
}

.text-field.height-127 {
  height: 127px;
  color: var(--grey);
}

.form-block {
  height: 100%;
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form {
  width: 100%;
  height: 100%;
  color: var(--black);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.div-block {
  padding: 40px;
}

.form-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
}

.form-inner.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-inner.mb-50 {
  margin-bottom: 50px;
}

.div-block-2 {
  color: var(--black);
}

.footer-link {
  color: #b3b3b3;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--primary-clr);
}

.footer-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.small-text {
  color: #b3b3b3;
}

.success-message {
  color: var(--white);
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 10px;
  padding: 127px 60px;
}

.right-icon {
  margin-bottom: 60px;
}

.success-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

.thanks-description {
  color: var(--grey);
  font-size: 16px;
  line-height: 28px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-4 {
  display: none;
}

.nav-inner {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-bg {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #fff;
  padding-bottom: 0;
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

.div-block-5 {
  margin-left: 24px;
  margin-right: 40px;
}

.bg-color {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-clr {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #fff;
  padding-bottom: 0;
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

.d-none {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 76px;
  }

  h2 {
    font-size: 42px;
    line-height: 48px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h4 {
    font-size: 18px;
    line-height: 30px;
  }

  p {
    line-height: 28px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    z-index: 999;
    min-height: 100vh;
    background-color: var(--white);
    background-image: url('../images/Bg-1.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 350px;
    padding-top: 50px;
    padding-bottom: 0;
    overflow: auto;
  }

  .navlink {
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
  }

  .line.mobile-none {
    display: none;
  }

  .navlink-outer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-outer.gap-32 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .btn-outer.align-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-left {
    margin-bottom: 80px;
  }

  .hero-right {
    margin-right: -50px;
  }

  .hero-text-outer {
    margin-bottom: 20px;
  }

  .mb-50 {
    margin-bottom: 40px;
  }

  .shape-text {
    padding-right: 111px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .card-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .card-block.mb-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 28px;
  }

  .about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .icon-block.mb-24 {
    margin-bottom: 18px;
  }

  .icon-block.width {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .about-image {
    margin-left: -30px;
  }

  .description {
    line-height: 28px;
  }

  .section, .section.p-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .title-block {
    margin-bottom: 40px;
  }

  .card-inner {
    justify-content: flex-start;
    padding: 30px;
  }

  .use-card-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .para-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 18px;
    margin-bottom: 40px;
  }

  .feature-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-wrapper.reverse {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .feature-image-outer.mr-50 {
    margin-right: -30px;
  }

  .feature-image-outer.ml-50 {
    margin-left: -30px;
  }

  .founder-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .founder-detail {
    padding-right: 0;
  }

  .footer-top, .social-outer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .social-text {
    line-height: 26px;
  }

  .social-inner {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .form {
    padding: 20px;
  }

  .form-inner {
    margin-bottom: 20px;
  }

  .form-inner.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-inner.mb-50 {
    margin-bottom: 40px;
  }

  .footer-link-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .success-message {
    padding: 80px 20px;
  }

  .menu-btn {
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .paragraph-2 {
    line-height: 28px;
  }

  .upper-line {
    width: 22px;
    height: 1.5px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .middle-line {
    width: 22px;
    height: 1.5px;
    background-color: var(--black);
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line {
    width: 22px;
    height: 1.5px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .right-icon {
    margin-bottom: 40px;
  }

  .success-title {
    font-size: 26px;
  }

  .bg-image {
    margin-top: 52px;
  }

  .div-block-4 {
    display: none;
  }

  .nav-inner {
    flex-direction: column;
  }

  .bg-clr {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brand-logo {
    padding-left: 0;
  }

  .btn-outer.gap-32 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .btn-outer.align-center {
    width: 100%;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-btn {
    padding: 10px 20px;
  }

  .primary-btn.nav, .secondary-btn {
    width: 100%;
  }

  .hero-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .hero-text-outer {
    margin-bottom: 16px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .shape-text {
    background-size: 50px;
    padding-right: 60px;
  }

  .down-arrow {
    margin-left: 8px;
  }

  .title-tag {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 10px;
  }

  .title-tag.mb-12 {
    margin-bottom: 10px;
  }

  .card-block.mb-32 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 25px;
  }

  .about-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .icon-block {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .icon-block.mb-24 {
    margin-bottom: 12px;
  }

  .about-image {
    margin-left: 0;
  }

  .description {
    font-size: 16px;
    line-height: 26px;
  }

  .gap-6 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .section, .section.p-100 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

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

  .title-block {
    margin-bottom: 30px;
  }

  .card-inner {
    padding: 25px;
  }

  .use-card-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .para-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 14px;
    margin-bottom: 25px;
  }

  .feature-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .feature-wrapper.reverse {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .feature-image, .feature-detail {
    max-width: 100%;
  }

  .feature-image-outer.mr-50 {
    margin-right: 0;
  }

  .feature-image-outer.ml-50 {
    margin-left: 0;
  }

  .founder-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 20px;
  }

  .founder-detail, .founder-inner {
    max-width: 100%;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .social-outer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .social-link {
    line-height: 26px;
  }

  .social-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-field.height-127 {
    height: 100px;
  }

  .form-inner {
    margin-bottom: 12px;
  }

  .form-inner.grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form-inner.mb-50 {
    margin-bottom: 30px;
  }

  .footer-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .btn-outer {
    flex-direction: column;
  }

  .btn-outer.gap-32 {
    flex-direction: row;
  }

  .icon-block.mb-24 {
    margin-bottom: 10px;
  }

  .para-block {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .social-link {
    font-size: 16px;
    line-height: 28px;
  }

  .success-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .right-icon {
    margin-bottom: 30px;
  }
}

#w-node-cfa4d6c3-b4bd-b2db-d6c9-c7dd1361b0e0-5cba1853 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_8163e57d-7518-588b-2a91-a7eea45431ba-5cba1853 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8163e57d-7518-588b-2a91-a7eea45431ba-5cba1853 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}