.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.75;
  text-decoration: none;
}

.nav-link.w--current {
  padding: 24px;
  border-bottom: 1px none #fe794d;
  opacity: 0.75;
  color: #fff;
}

.menu-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: auto;
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.3);
  background-image: linear-gradient(300deg, #6948b4, #6169e3);
  box-shadow: none;
  opacity: 0.98;
}

.menu-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  text-align: right;
}

.menu-login:hover {
  opacity: 0.75;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand.w--current {
  margin-left: 0px;
}

.image {
  display: block;
  height: auto;
  max-width: none;
  margin-bottom: 8px;
}

.lnd_team_link-block {
  padding: 16px;
  border-style: none;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease-in-out, box-shadow 400ms ease-in-out;
  transition: border-color 200ms ease-in-out, box-shadow 400ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.lnd_team_link-block:hover {
  border-style: none;
  border-color: #fff;
  box-shadow: 0 4px 18px 4px rgba(0, 0, 0, 0.24);
}

.text-normal-16-centre {
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.heading-medium-22-centre {
  font-family: Montserrat, sans-serif;
  color: #5e69e3;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
}

.image-rounded {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 9999px;
  background-color: #e5e5e5;
  text-align: left;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.navbar-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr 0.25fr 0.25fr;
  grid-template-columns: 0.5fr 1fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  height: auto;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none hsla(0, 0%, 100%, 0.3);
  background-color: #482aaa;
  background-image: -webkit-gradient(linear, left top, right top, from(#734fbe), to(#5e69e3));
  background-image: linear-gradient(90deg, #734fbe, #5e69e3);
}

.submit-button {
  width: 100%;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #e37a78;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.submit-button:hover {
  background-color: #d56a68;
}

.form {
  height: auto;
  margin-bottom: 0px;
}

.form-block {
  min-width: auto;
  margin-bottom: 0px;
  padding: 0px;
}

.form-field {
  margin-bottom: 16px;
  border-radius: 4px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #999;
}

.form-field::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
}

.form-field:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
}

.form-field::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
}

.form-field::placeholder {
  font-family: Montserrat, sans-serif;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #5e69e3;
  border-radius: 4px;
  background-color: #fff;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
}

.heading_form {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #657bec;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  text-decoration: none;
}

.text-block-s {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #657bec;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.select-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 64.7%, 0.6);
  border-radius: 4px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #a5a5a5;
  font-weight: 400;
}

.tabs {
  display: none;
  width: auto;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
}

.tabs.login {
  position: static;
  display: block;
  background-color: #fff;
}

.tab-link-tab-1 {
  padding-top: 9px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #e5e5e5;
  border-radius: 4px 0px 0px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #5e69e3;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.tab-link-tab-1:hover {
  background-color: #f2f1f6;
}

.tab-link-tab-1.w--current {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #e37a78;
  border-radius: 4px 0px 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #e37a78;
  font-weight: 500;
  text-align: center;
}

.tab-link-tab-2 {
  padding: 12px 36px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #e37a78 #e37a78 #e5e5e5;
  border-radius: 0px 4px 0px 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #5e69e3;
  font-weight: 500;
}

.tab-link-tab-2:hover {
  background-color: #f2f1f6;
}

.tab-link-tab-2.w--current {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-bottom: 2px solid #e37a78;
  border-radius: 0px 4px 0px 0px;
  background-color: #fff;
  color: #e37a78;
  font-weight: 500;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.tab-pane-tab-2 {
  border-style: none;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 0px;
}

.tab-pane-tab-1 {
  position: relative;
  border-style: none;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 4px;
}

.text-block-6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.lnd_contact_content {
  width: 640px;
  min-height: auto;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.18);
}

.text-link-12 {
  margin-top: 8px;
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #657bec;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.text-link-12:hover {
  opacity: 0.7;
  color: #657bec;
}

.heading-normal-32-left {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.button {
  display: block;
  width: 180px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #e37a78;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #d56a68;
}

.button.header {
  margin-right: 2px;
}

.link-block-5 {
  padding: 12px;
}

.animation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.lnd_joinus {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding: 48px 0px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(115, 79, 190, 0.8)), to(rgba(94, 105, 227, 0.8))), url('../images/Bemobi_core.jpg');
  background-image: linear-gradient(270deg, rgba(115, 79, 190, 0.8), rgba(94, 105, 227, 0.8)), url('../images/Bemobi_core.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.lnd_joinus.hero {
  padding-top: 32px;
  padding-bottom: 32px;
}

.lottie-animation {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form {
  background-color: #fff;
}

.text-area {
  font-family: Montserrat, sans-serif;
}

.form-block {
  display: block;
  min-width: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 4px;
}

.grid_8column {
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-secondary {
  display: block;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #6639ff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button-secondary:hover {
  background-color: #e5e5e5;
  opacity: 1;
  color: #6639ff;
}

.button-secondary.w--current {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #fff;
  background-color: #fff;
}

.button-secondary.w--current:hover {
  color: #9f80ff;
}

.paragraph-normal-16-left {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.text-link {
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.text-link:hover {
  opacity: 0.75;
}

.tab-pane-tab-1-1 {
  text-align: center;
}

.heading-normal-32-center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.tab-pane-tab-2-2 {
  text-align: center;
}

.tab-link-tab-2-2 {
  padding: 16px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #fff;
  background-color: rgba(90, 56, 137, 0.2);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.tab-link-tab-2-2.w--current {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e37a78;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.tab-link-tab-1-1 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #fff;
  background-color: rgba(70, 76, 163, 0.2);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.tab-link-tab-1-1.w--current {
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 24px;
  border-bottom-color: #e37a78;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
}

.text-block-7 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.text-block-8 {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.image-7 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: transparent;
}

.image-8 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.error-message {
  padding: 6px;
  border-style: none;
  border-width: 1px;
  border-color: #d56a68;
  border-radius: 4px;
  background-color: rgba(227, 122, 120, 0.18);
}

.text-block {
  font-family: Montserrat, sans-serif;
}

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

.heading.blue {
  padding-right: 124px;
  color: #fff;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.paragraph.white {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.paragraph.violet {
  margin-bottom: 0px;
  padding-left: 24px;
  color: #fff;
  font-size: 18px;
}

.paragraph.blue {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.lnd_values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#734fbe), to(#5e69e3));
  background-image: linear-gradient(0deg, #734fbe, #5e69e3);
}

.heading-2 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
}

.heading-2.left {
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.heading-2.white {
  color: #fff;
}

.text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
}

.body-3 {
  background-color: #fff;
  color: #464ca3;
}

.icon_wrapper {
  width: auto;
  height: auto;
  margin-right: 24px;
  padding: 0px;
  border: 1px none #fff;
  border-radius: 4px;
}

.lnd_slider {
  padding: 60px 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5e69e3), to(#734fbe));
  background-image: linear-gradient(0deg, #5e69e3, #734fbe);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.lnd_about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 60px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e69e3), to(#734fbe)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #5e69e3, #734fbe), linear-gradient(180deg, #fff, #fff);
}

.lnd_calltoaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 84vh;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#734fbe), to(rgba(94, 105, 227, 0.5))), url('../images/Bemobi_core_a.png');
  background-image: linear-gradient(0deg, #734fbe, rgba(94, 105, 227, 0.5)), url('../images/Bemobi_core_a.png');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, 2200px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.calltoaction_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon_text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_about_text_wrapper {
  width: 640px;
}

.values_content_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider {
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: transparent;
}

.slide-nav {
  font-size: 10px;
}

.icon-2 {
  margin-right: 34px;
  font-size: 22px;
}

.icon-3 {
  margin-left: 34px;
  font-size: 22px;
}

.lnd_hero_background_color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: linear-gradient(135deg, #5e69e3, transparent 60%);
}

.text-span {
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.slide {
  text-align: center;
}

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

.ldn_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 54px;
  padding-left: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
}

.heading-4 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 42px;
  line-height: 48px;
}

.heading-4.white {
  color: #fff;
}

.paragraph-3 {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-3.white {
  color: #fff;
}

.paragraph-3.coral {
  color: #e37a78;
}

.heading-5 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 36px;
  line-height: 42px;
}

.heading-5.white {
  color: #fff;
}

.details-text {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

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

.details-text.coral {
  color: #e37a78;
}

.div-block-16 {
  padding-left: 0px;
}

.details_headings_wrap {
  padding-left: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.details_headings_wrap.purple {
  padding-right: 24px;
  padding-left: 24px;
  background-color: #fff;
}

.details_headings_wrap.white {
  padding-right: 24px;
  padding-left: 24px;
  background-color: #464ca3;
}

.details_text_coral {
  color: #e37a78;
}

.heading-1 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 60px;
  line-height: 66px;
}

.heading-1.white {
  color: #fff;
}

.link {
  color: #e37a78;
}

.lnd_hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-bottom: 96px;
  padding-left: 88px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.ldn_hero_content {
  position: absolute;
  width: 40%;
  padding: 0px;
}

.lnd_hero_background_video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  height: 100vh;
}

.lnd_hero_mobile {
  position: relative;
  z-index: 1;
  display: none;
  height: 100vh;
  margin-top: 48px;
  padding-bottom: 96px;
  padding-left: 96px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.lnd_hero_background_video_mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  height: 100vh;
}

.line_short {
  width: 320px;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e5e5e5;
}

.heading-2-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.heading-3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 48px;
  line-height: 54px;
}

.heading-3.white {
  color: #fff;
}

.details_text_wrap {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.details_text_purple {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #464ca3;
}

.heading-6 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 30px;
  line-height: 36px;
}

.heading-6.white {
  color: #fff;
}

.heading-7 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 24px;
  line-height: 30px;
}

.heading-7.white {
  color: #fff;
}

.heading-7.centered {
  text-align: center;
}

.heading-7-copy {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 24px;
  line-height: 30px;
}

.heading-8 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 18px;
  line-height: 24px;
}

.heading-8.white {
  color: #fff;
}

.heading-9 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 12px;
  line-height: 18px;
}

.heading-9.white {
  color: #fff;
}

.heading-9.coral {
  color: #e37a78;
}

.grid_2column {
  grid-column-gap: 12px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details_text_white {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
}

.section-8 {
  padding-right: 36px;
  padding-left: 36px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lnd_typography_styles {
  padding-right: 36px;
  padding-left: 36px;
}

.lnd_text_wrapper {
  padding-left: 0px;
}

.paragraph-1 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph-1.white {
  color: #fff;
}

.paragraph-1.centered {
  text-align: center;
}

.paragraph-2 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: normal;
}

.paragraph-2.left {
  color: #fff;
  font-size: 28px;
  text-align: left;
}

.paragraph-2.white {
  margin-top: 12px;
  color: #fff;
}

.paragraph-2.centered {
  text-align: center;
}

.heading-3-copy {
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 48px;
  line-height: 54px;
}

.heading-3-copy.white {
  color: #fff;
}

.lnd_headings_wrap {
  margin-bottom: 36px;
  padding: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
}

.lnd_paragraphs_wrap {
  margin-bottom: 24px;
  padding: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
}

.details-text-bold {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #464ca3;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}

.details-text-bold.white {
  color: #fff;
}

.details-text-bold.coral {
  color: #e37a78;
}

.image-9 {
  max-width: none;
}

.image-10 {
  max-width: none;
}

.image-11 {
  max-width: none;
}

.image-12 {
  max-width: none;
}

.image-13 {
  max-width: none;
}

.image-14 {
  max-width: none;
}

.lnd_team {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: auto;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(115, 79, 190, 0.8)), to(rgba(94, 105, 227, 0.8))), url('../images/Bemobi_core.jpg');
  background-image: linear-gradient(270deg, rgba(115, 79, 190, 0.8), rgba(94, 105, 227, 0.8)), url('../images/Bemobi_core.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.lnd_team.hero {
  padding-top: 32px;
  padding-bottom: 32px;
}

.lnd_contact {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: auto;
  padding: 60px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(115, 79, 190, 0.8)), to(rgba(94, 105, 227, 0.8))), url('../images/Bemobi_core.jpg');
  background-image: linear-gradient(270deg, rgba(115, 79, 190, 0.8), rgba(94, 105, 227, 0.8)), url('../images/Bemobi_core.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.lnd_contact.hero {
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-18 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.container {
  overflow: visible;
}

.tab-link-tab-3 {
  padding: 12px 36px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #e37a78 #e37a78 #e5e5e5;
  border-radius: 0px 4px 0px 0px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #5e69e3;
  font-weight: 500;
}

.tab-link-tab-3:hover {
  background-color: #f2f1f6;
}

.tab-link-tab-3.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 2px solid #e37a78;
  border-radius: 0px 4px 0px 0px;
  background-color: #fff;
  color: #e37a78;
  font-weight: 500;
}

.lnd_joinus_content {
  width: 640px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.tabs-content {
  position: static;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-pane-tab-3 {
  border-style: none;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 0px;
}

.lnd_login {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding: 48px 0px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(115, 79, 190, 0.8)), to(rgba(94, 105, 227, 0.8))), url('../images/Bemobi_core.jpg');
  background-image: linear-gradient(270deg, rgba(115, 79, 190, 0.8), rgba(94, 105, 227, 0.8)), url('../images/Bemobi_core.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  text-align: left;
  -o-object-fit: cover;
  object-fit: cover;
}

.lnd_login.hero {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    position: relative;
    width: auto;
    min-width: 100%;
    padding: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 28px;
    text-align: center;
  }
  .menu-navigation {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#734fbe), to(#5e69e3));
    background-image: linear-gradient(180deg, #734fbe, #5e69e3);
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu-login {
    margin-left: 240px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
  }
  .brand {
    margin-right: 0px;
    padding-left: 0px;
  }
  .icon {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
  }
  .menu-button {
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .text-normal-16-centre {
    color: #ccc;
  }
  .navbar-grid {
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 9px;
    -ms-grid-columns: 1fr 1fr 0.25fr;
    grid-template-columns: 1fr 1fr 0.25fr;
  }
  .footer {
    padding-top: 8px;
  }
  .heading_form {
    color: #999;
  }
  .text-block-s {
    color: #999;
  }
  .lnd_contact_content {
    width: 640px;
  }
  .button {
    margin-right: 0px;
  }
  .animation-block {
    min-height: 640px;
  }
  .lnd_joinus {
    position: relative;
    height: auto;
    padding-top: 60px;
  }
  .form-block {
    min-width: auto;
  }
  .grid_8column {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .button-secondary {
    width: auto;
  }
  .button-secondary.w--current {
    width: auto;
  }
  .paragraph-normal-16-left {
    color: #fff;
  }
  .heading.blue {
    margin-top: 24px;
    margin-bottom: 16px;
    padding-right: 280px;
  }
  .heading-2 {
    line-height: 66px;
  }
  .lnd_calltoaction {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#734fbe), to(rgba(94, 105, 227, 0.9))), url('../images/Bemobi_core_a.png');
    background-image: linear-gradient(0deg, #734fbe, rgba(94, 105, 227, 0.9)), url('../images/Bemobi_core_a.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .calltoaction_content_wrapper {
    width: 640px;
  }
  .values_content_wrapper {
    width: 640px;
  }
  .lnd_hero_background_color {
    background-image: linear-gradient(135deg, #5e69e3, transparent 74%);
  }
  .heading-4 {
    line-height: 54px;
  }
  .heading-5 {
    line-height: 48px;
  }
  .heading-1 {
    line-height: 72px;
  }
  .lnd_hero {
    padding-left: 24px;
  }
  .ldn_hero_content {
    width: 50%;
  }
  .lnd_hero_background_video {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .lnd_hero_mobile {
    padding-left: 24px;
  }
  .lnd_hero_background_video_mobile {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-3 {
    line-height: 60px;
  }
  .heading-6 {
    line-height: 42px;
  }
  .heading-7 {
    line-height: 36px;
  }
  .heading-8 {
    line-height: 30px;
  }
  .heading-8.white {
    line-height: 30px;
  }
  .paragraph-2 {
    line-height: 28px;
  }
  .lnd_paragraphs_wrap {
    padding: 24px;
  }
  .lnd_team {
    height: auto;
  }
  .lnd_contact {
    height: 100vh;
    background-position: 0px 0px, 50% 50%;
  }
  .lnd_joinus_content {
    width: 640px;
  }
  .lnd_login {
    position: relative;
    height: auto;
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding: 20px;
    background-color: #5c33ed;
    background-image: -webkit-gradient(linear, right top, left top, from(#734fbe), to(#5e69e3));
    background-image: linear-gradient(270deg, #734fbe, #5e69e3);
  }
  .navbar {
    height: auto;
    padding-right: 0px;
    padding-left: 32px;
  }
  .menu-login {
    margin-left: 32px;
  }
  .brand {
    margin-right: 0px;
  }
  .icon {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .image {
    margin-bottom: 8px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navbar-grid {
    grid-column-gap: 7px;
  }
  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lnd_contact_content {
    width: 380px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-normal-32-left {
    font-size: 28px;
    line-height: 36px;
  }
  .button {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .animation-block {
    min-height: 460px;
  }
  .lnd_joinus {
    height: auto;
    margin-top: 0px;
    padding: 24px;
  }
  .grid_8column {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .button-secondary {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .heading-normal-32-center {
    font-size: 28px;
    line-height: 36px;
  }
  .tab-link-tab-1-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading.blue {
    padding-right: 64px;
    font-size: 26px;
    line-height: 36px;
  }
  .paragraph.blue {
    font-size: 18px;
    line-height: 28px;
  }
  .lnd_values {
    height: auto;
    padding: 16px;
  }
  .heading-2 {
    font-size: 28px;
  }
  .heading-2.left.blue {
    line-height: 38px;
  }
  .lnd_about {
    height: 100vh;
  }
  .calltoaction_content_wrapper {
    width: 480px;
  }
  .lnd_about_text_wrapper {
    width: 480px;
  }
  .values_content_wrapper {
    width: 480px;
  }
  .lnd_hero_background_color {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(36%, #5e69e3), to(rgba(115, 79, 190, 0.18)));
    background-image: linear-gradient(0deg, #5e69e3 36%, rgba(115, 79, 190, 0.18));
  }
  .ldn_hero {
    padding: 24px;
  }
  .paragraph-3 {
    line-height: 26px;
  }
  .details-text {
    line-height: 24px;
  }
  .lnd_hero {
    display: none;
  }
  .ldn_hero_content {
    width: auto;
    padding-top: 54px;
  }
  .lnd_hero_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .heading-2-copy {
    font-size: 28px;
  }
  .details_text_wrap {
    line-height: 24px;
  }
  .grid_2column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .paragraph-1 {
    line-height: 28px;
  }
  .paragraph-2 {
    font-size: 28px;
    line-height: 40px;
  }
  .paragraph-2.left.blue {
    line-height: 38px;
  }
  .lnd_headings_wrap {
    padding: 24px;
  }
  .details-text-bold {
    line-height: 24px;
  }
  .details-text-bold.coral {
    line-height: 24px;
  }
  .lnd_team {
    padding-bottom: 32px;
    background-size: auto, cover;
  }
  .lnd_contact {
    padding-bottom: 88px;
  }
  .lnd_joinus_content {
    width: 480px;
  }
  .lnd_login {
    height: auto;
    margin-top: 0px;
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding: 20px;
    border-top: 1px none #c4c4c4;
    background-color: #5c33ed;
  }
  .menu-navigation {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .navbar {
    position: fixed;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-login {
    margin-top: 0px;
    margin-left: auto;
    padding: 8px;
  }
  .brand {
    padding-left: 5px;
  }
  .icon {
    color: #fff;
  }
  .image {
    margin-bottom: 8px;
  }
  .menu-button {
    padding: 16px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: rgba(90, 56, 137, 0.18);
  }
  .heading-medium-22-centre {
    font-size: 24px;
  }
  .body {
    padding-top: 0px;
  }
  .navbar-grid {
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 8px;
    -ms-grid-columns: 1.5fr 1fr 0.5fr;
    grid-template-columns: 1.5fr 1fr 0.5fr;
  }
  .footer {
    position: relative;
    padding: 24px;
  }
  .heading_form {
    color: #5e69e3;
  }
  .tab-link-tab-1 {
    border-style: none none solid;
    border-top-right-radius: 4px;
  }
  .tab-link-tab-1.w--current {
    border-bottom-style: solid;
    border-bottom-color: #fe794d;
    border-top-right-radius: 4px;
  }
  .tab-link-tab-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lnd_contact_content {
    width: 320px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .heading-normal-32-left {
    font-size: 16px;
    line-height: 19px;
  }
  .button {
    display: block;
    width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .button.header {
    display: none;
  }
  .animation-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .lnd_joinus {
    height: auto;
    margin-top: 72px;
    padding: 24px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .lnd_joinus.recoverpass {
    padding-top: 24px;
    padding-bottom: 100px;
  }
  .lottie-animation {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .form-block {
    padding-top: 0px;
  }
  .grid_8column {
    margin-top: 0px;
    justify-items: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }
  .footer-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .button-secondary {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .paragraph-normal-16-left {
    text-align: center;
  }
  .heading-normal-32-center {
    font-size: 16px;
    line-height: 19px;
  }
  .tab-link-tab-2-2 {
    font-size: 14px;
  }
  .tab-link-tab-2-2.w--current {
    font-size: 14px;
  }
  .tab-link-tab-1-1 {
    font-size: 14px;
  }
  .tab-link-tab-1-1.w--current {
    font-size: 14px;
  }
  .heading {
    font-size: 38px;
  }
  .heading.blue {
    padding-right: 0px;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }
  .paragraph {
    font-size: 20px;
  }
  .paragraph.white {
    font-size: 18px;
    text-align: left;
  }
  .paragraph.violet {
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    text-align: left;
  }
  .paragraph.blue {
    color: #fff;
    font-size: 18px;
    text-align: left;
  }
  .lnd_values {
    height: auto;
    padding: 24px 21px;
  }
  .heading-2 {
    font-size: 22px;
    line-height: 34px;
  }
  .heading-2.left.blue {
    font-size: 22px;
    line-height: 32px;
  }
  .text_wrapper {
    margin-bottom: 0px;
  }
  .lnd_slider {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .lnd_about {
    height: auto;
    padding: 24px 16px;
  }
  .lnd_calltoaction {
    height: 70vh;
    padding: 24px 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 79, 190, 0.8)), to(#5e69e3)), url('../images/Bemobi_core_a.png');
    background-image: linear-gradient(180deg, rgba(115, 79, 190, 0.8), #5e69e3), url('../images/Bemobi_core_a.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .lnd_about_text_wrapper {
    width: auto;
  }
  .values_content_wrapper {
    width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider {
    height: auto;
  }
  .slide-nav {
    padding-top: 24px;
  }
  .icon-2 {
    margin-right: 42px;
  }
  .icon-3 {
    margin-left: 42px;
  }
  .lnd_hero_background_color {
    position: absolute;
    z-index: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(36%, #5e69e3), to(rgba(115, 79, 190, 0.18)));
    background-image: linear-gradient(0deg, #5e69e3 36%, rgba(115, 79, 190, 0.18));
  }
  .paragraph-3.white.centered {
    text-align: center;
  }
  .lnd_hero {
    display: none;
    height: 100vh;
    margin-top: 0px;
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 79, 190, 0.5)), to(#5e69e3)), url('../images/Bemobi_core_a.png');
    background-image: linear-gradient(180deg, rgba(115, 79, 190, 0.5), #5e69e3), url('../images/Bemobi_core_a.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .ldn_hero_content {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 16px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .lnd_hero_background_video {
    display: none;
  }
  .lnd_hero_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    padding: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: none;
    background-position: 0px 0px;
  }
  .lnd_hero_background_video_mobile {
    z-index: -1;
    display: block;
    height: auto;
    margin-bottom: 96px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .line_short {
    width: 180px;
  }
  .heading-2-copy {
    font-size: 22px;
    line-height: 34px;
  }
  .details_text_wrap {
    margin-bottom: 12px;
  }
  .paragraph-2 {
    font-size: 22px;
    line-height: 34px;
  }
  .paragraph-2.left.blue {
    font-size: 22px;
    line-height: 32px;
  }
  .image-9 {
    max-width: none;
  }
  .image-10 {
    max-width: none;
  }
  .image-11 {
    max-width: none;
  }
  .image-12 {
    max-width: none;
  }
  .image-13 {
    max-width: none;
  }
  .image-14 {
    max-width: none;
  }
  .lnd_team {
    margin-top: 72px;
    padding: 24px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-size: auto, cover;
  }
  .lnd_team.recoverpass {
    padding-top: 24px;
    padding-bottom: 100px;
  }
  .lnd_contact {
    height: auto;
    padding: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .lnd_contact.recoverpass {
    padding-top: 24px;
    padding-bottom: 100px;
  }
  .tab-link-tab-3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .tab-link-tab-3.w--current {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .lnd_joinus_content {
    width: 320px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .lnd_login {
    height: auto;
    margin-top: 72px;
    padding: 24px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .lnd_login.recoverpass {
    padding-top: 24px;
    padding-bottom: 100px;
  }
}

#w-node-e269c37fff66-384d14fa {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e269c37fff6a-384d14fa {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e269c37fff71-384d14fa {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a7cf3e0d1a93-3e0d1a86 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-2d52d5e49146-863b8f18 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a4733a0c1cf6-863b8f18 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-7da3df1deafa-863b8f18 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-9e0be926e0f9-863b8f18 {
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-9b480d5f105c-863b8f18 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-41886f3b4a46-863b8f18 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-00e020bf9804-863b8f18 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-3cfe98eb92a0-863b8f18 {
  -ms-grid-column-span: 2;
  grid-column-end: 9;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-27fc677d9b3d-e23b8f1a {
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-27fc677d9b3d-ea3b8f1c {
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-2d52d5e49146-863b8f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a4733a0c1cf6-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-7da3df1deafa-863b8f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-9e0be926e0f9-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-9b480d5f105c-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-41886f3b4a46-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-00e020bf9804-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-3cfe98eb92a0-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-27fc677d9b3d-e23b8f1a {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-27fc677d9b3d-ea3b8f1c {
    -ms-grid-column-span: 8;
    grid-column-end: 9;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e269c37fff66-384d14fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-e269c37fff6a-384d14fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-e269c37fff71-384d14fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-2d52d5e49146-863b8f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a4733a0c1cf6-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  #w-node-7da3df1deafa-863b8f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-9e0be926e0f9-863b8f18 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-9b480d5f105c-863b8f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-41886f3b4a46-863b8f18 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-00e020bf9804-863b8f18 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-3cfe98eb92a0-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-27fc677d9b3d-e23b8f1a {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-27fc677d9b3d-ea3b8f1c {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e269c37fff66-384d14fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-e269c37fff6a-384d14fa {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-e269c37fff71-384d14fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-a7cf3e0d1a93-3e0d1a86 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-2d52d5e49146-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-a4733a0c1cf6-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
  #w-node-7da3df1deafa-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-9e0be926e0f9-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-9b480d5f105c-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }
  #w-node-41886f3b4a46-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }
  #w-node-00e020bf9804-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }
  #w-node-3cfe98eb92a0-863b8f18 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
  #w-node-27fc677d9b3d-e23b8f1a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-27fc677d9b3d-ea3b8f1c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}