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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #090c16;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #090c16;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #090c16;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}

a {
  color: #5b7fff;
  font-size: 16px;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
}

li {
  margin-bottom: 15px;
  font-size: 16px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  max-width: 600px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #7540ee;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}

.fp_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #173049;
  font-size: 15px;
  text-decoration: none;
}

.fp_link.w--current {
  border-left: 3px solid #6165ff;
  background-color: #f5fafc;
}

.c09_columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c07 {
  padding: 90px 5%;
  background-color: #fff;
}

.c07.paddingtop-20px {
  padding-top: 20px;
}

.c07_column {
  width: 33%;
  padding-right: 30px;
}

.body {
  background-color: #fff;
}

.f01_logo {
  width: 160px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.lnd_footer_columns {
  margin-top: 35px;
}

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

.lnd_footer_column_right {
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lnd_link {
  margin-bottom: 5px;
  margin-left: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #8a94a6;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.lnd_link:hover {
  color: #090c16;
}

.h06 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 120px 5% 240px;
  -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: url('../images/services-background-white01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.12)));
  background-image: url('../images/services-background-white01.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.12));
  background-position: 50% 99%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.c01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#090c16), to(#0b1430));
  background-image: linear-gradient(180deg, #090c16, #0b1430);
}

.c01.paddingtop20px {
  padding-top: 20px;
  background-color: #090c16;
  background-image: none;
}

.c08_container {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c08_feature_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 80px auto 6px;
  -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;
}

.c08_column {
  position: relative;
  z-index: 3;
  width: 33%;
  min-height: 190px;
  padding-right: 35px;
}

.c08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c08.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.c08.privacypolicy {
  padding-top: 0px;
  background-color: #090c16;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#090c16), to(#0b1430));
  background-image: linear-gradient(180deg, #090c16, #0b1430);
  color: #f5f7fd;
}

.lnd_dropdown_text {
  color: #4f5e78;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.logo_forest {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.icon {
  margin-right: 5px;
}

.image-41 {
  width: 40px;
}

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

.dropdown-list-2-mob {
  min-width: 200%;
}

.dropdown-list-2-mob.w--open {
  left: -50px;
  min-width: 150px;
  margin-top: 8px;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
}

.lnd_nav_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 5px 8px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #201b3d;
  font-size: 15px;
  text-decoration: none;
}

.lnd_nav_item:hover {
  background-color: #f8faff;
}

.lnd_nav_item.hide2 {
  display: none;
}

.lnd_dropdown_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.lnd_dropdown_link:hover {
  border-radius: 4px;
  background-color: #f8faff;
}

.dropdown-toggle-mob {
  width: 35px;
  height: 35px;
  padding: 0px;
}

.div_block_06 {
  min-height: auto;
  min-width: 320px;
  padding: 15px 10px 5px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 9px 9px 17px 5px rgba(0, 0, 0, 0.19);
}

.div_block_08 {
  min-width: 200px;
}

.drop-down-menu-button-mob {
  width: 35px;
  height: 35px;
  margin-left: 15px;
  border-radius: 100px;
  background-color: #f5f6f8;
  background-image: url('../images/menu_1menu.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.drop-down-menu-button-mob:hover {
  background-color: #dadee6;
}

.div_block_07 {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(155, 158, 184, 0.32);
}

.div_block_07.hide-3 {
  display: none;
}

.lnd_nav_link_text {
  font-weight: 500;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 6px;
  -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-image: none;
}

.text-block-39 {
  margin-bottom: 8px;
  font-family: Karla;
  color: #5d3eff;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-39.hide1 {
  display: none;
}

.dropdown-text {
  color: #201b3d;
  font-size: 14px;
  font-weight: 600;
}

.lnd_dropdown {
  min-width: 200%;
}

.lnd_dropdown.w--open {
  left: -50px;
  min-width: 150px;
  margin-top: 8px;
  padding: 4px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.1);
}

.lnd_footer_title {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #090c16;
  font-size: 15px;
  font-weight: 600;
}

.f01_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.n04_logo {
  margin-right: 55px;
}

.n04_logo.w--current {
  margin-right: 55px;
}

.lnd_content {
  padding: 100px 5%;
  -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;
  background-color: #0b1430;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#090c16), color-stop(85%, #0b1430));
  background-image: linear-gradient(180deg, #090c16, #0b1430 85%);
}

.lnd_content.white {
  background-color: #fff;
  background-image: none;
}

.lnd_h3 {
  margin: 0px auto 35px;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.lnd_service_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 100%;
  min-height: 320px;
  padding: 40px 25px 25px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.lnd_service_wrap:hover {
  border-color: #38cb89;
}

.lnd_h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #192063;
  font-size: 22px;
  line-height: 29px;
}

.lnd_link_text {
  margin-right: 8px;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.lnd_span {
  color: #090c16;
}

.lnd_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-left: 0px;
  padding: 16px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_btn:hover {
  background-color: #ddf3e7;
}

.lnd_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #8a94a6;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.lnd_link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.lnd_container_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lnd_link_arrow {
  width: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.lnd-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 100px 5%;
  -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;
  background-color: #5b7fff;
  background-image: url('../images/flowbase_wave.png'), -webkit-gradient(linear, left top, left bottom, from(#3e98f3), color-stop(99%, transparent), to(#fff));
  background-image: url('../images/flowbase_wave.png'), linear-gradient(180deg, #3e98f3, transparent 99%, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.lnd_container_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  min-height: 45px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 30px;
  -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: 50px;
  background-color: #6836db;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-button:hover {
  background-color: #7540ee;
  color: #fff;
}

.h06_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h06_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 200px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.h06_h1 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 46px;
  text-align: left;
}

.h06_icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 390px;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h06_icon_block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  min-height: 80px;
  -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;
}

.h06_icon_base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  -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;
}

.h06_icon_base.visa {
  width: 85px;
  height: 85px;
}

.h07_h1 {
  max-width: 610px;
  margin: 0px auto 15px;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.h07_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h07_title {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.h07_text {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.cta-header {
  max-width: 710px;
  margin: 0px auto;
  color: #f5f7fd;
  font-size: 34px;
  line-height: 41px;
  text-align: center;
}

.h10_h1 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}

.h10_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding: 120px 5% 240px;
  -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: url('../images/services-background-blue.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(9, 12, 22, 0.35)), to(rgba(9, 12, 22, 0.1)));
  background-image: url('../images/services-background-blue.svg'), linear-gradient(180deg, rgba(9, 12, 22, 0.35), rgba(9, 12, 22, 0.1));
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.h14_h1 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #33334f;
  font-size: 64px;
  line-height: 1;
}

.h14_h1.whitetext {
  color: #fff;
}

.lnd_navigation {
  display: block;
  padding: 10px 5%;
  -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: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.lnd_toggle_primary {
  margin-right: 5px;
  padding-right: 25px;
}

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

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

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

.lnd_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding: 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;
}

.lnd_dropdown_wrap {
  width: 35px;
  height: 35px;
  margin-left: 15px;
  border-radius: 100px;
  background-color: #f8faff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.lnd_dropdown_wrap:hover {
  background-color: #e9eefa;
}

.lnd_nav_link {
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #201b3d;
  font-size: 14px;
  font-weight: 600;
}

.lnd_nav_link:hover {
  color: #5b3acc;
}

.lnd_nav_link.w--current {
  color: #5b3acc;
}

.lnd_nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c09_icon_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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: 100px;
  background-color: #fff;
  box-shadow: 6px 6px 13px 0 rgba(164, 174, 175, 0.17);
}

.c09_column_02 {
  padding-top: 35px;
  padding-left: 35px;
}

.c09_feature_column_15 {
  width: 15%;
  height: 100%;
}

.lnd_footer {
  min-height: 400px;
  padding: 100px 5%;
  background-color: #fafbfc;
}

.faq-main-wrap {
  margin-bottom: 20px;
}

.lnd_nav_line_2 {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-right: 5px;
  margin-left: 10px;
  background-color: #ebecf0;
}

.lnd_dropdown_base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 790px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 14px 14px 40px 5px rgba(118, 126, 173, 0.1);
}

.lnd_dropdown_list {
  background-color: transparent;
}

.lnd_dropdown_list.w--open {
  left: -125px;
  background-color: transparent;
}

.lnd_nav_col_1 {
  width: 23%;
  padding: 15px;
}

.lnd_nav_col_3 {
  width: 25%;
  padding: 15px;
}

.lnd_nav_title {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #5d3eff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_button_4 {
  margin-left: 0px;
  padding: 12px 35px;
  border-radius: 30px;
  background-color: #7540ee;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.lnd_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 35px;
  -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-bottom: 1px solid rgba(155, 158, 184, 0.26);
}

.lnd_footer_caption {
  display: inline-block;
  margin-right: 15px;
  color: #090c16;
  font-size: 15px;
  font-weight: 500;
}

.lnd_footer_wrap {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.c01_h3 {
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c01_h3.whitetext {
  color: #fff;
}

.c01_title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c01_title.whitetext_80op {
  opacity: 0.8;
  color: #fff;
}

.c01_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  opacity: 0.83;
  line-height: 25px;
}

.c01_paragraph.whitetext {
  color: #fff;
}

.c01_block {
  position: relative;
  width: 50%;
  padding-right: 55px;
}

.c01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.lnd_title_wrap {
  margin-bottom: 55px;
}

.c01_focus_colour {
  color: #5b7fff;
}

.c07_h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 45px;
}

.c07_paragraph {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  line-height: 26px;
}

.c07_h4 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

.c07_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -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;
}

.c07_image {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.c07_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c07_icon {
  width: 45px;
  margin-bottom: 25px;
}

.c07_icon_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c07_title {
  margin-bottom: 8px;
  color: rgba(118, 126, 173, 0.59);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c08_paragraph {
  display: block;
  max-width: 560px;
  margin-bottom: 15px;
}

.c08_h6 {
  position: relative;
  z-index: 5;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.c08_number_low {
  position: absolute;
  left: -7px;
  top: -25px;
  z-index: 2;
  color: rgba(117, 64, 238, 0.03);
  font-size: 70px;
  line-height: 90px;
  font-weight: 700;
}

.c09 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.c09.no_padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.c09.paddingtop-20px {
  padding-top: 20px;
}

.c09_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c09_h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 32px;
}

.c09_paragraph {
  display: block;
  max-width: 560px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  line-height: 26px;
  text-align: left;
}

.c09_h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.c09_feature_column_85 {
  width: 85%;
  height: 100%;
}

.c09_feature_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c09_title {
  margin-bottom: 8px;
  color: rgba(118, 126, 173, 0.59);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_social_wrap {
  float: right;
}

.lnd_footer_text {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #090c16;
  font-size: 15px;
  font-weight: 500;
}

.h14_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 400px;
  -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;
}

.h14_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c09_check {
  width: 20px;
}

.cta05_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: 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;
}

.cta05 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
  padding: 80px 5% 160px;
  -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;
  background-image: url('../images/cta-background2.svg'), url('../images/cta-background3.svg');
  background-position: 50% -10%, 50% 110%;
  background-size: cover, cover;
  background-repeat: repeat-x, repeat-x;
  background-attachment: scroll, scroll;
}

.cta05.homepage {
  background-image: url('../images/cta-background2-blue.svg'), url('../images/cta-background3.svg');
}

.cta05_h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 42px;
  text-align: left;
}

.cta05_title {
  max-width: 500px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta05_title_wrap {
  display: inline-block;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lnd_logo_forest {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

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

.cta05_button {
  width: 100%;
  max-width: 240px;
  min-width: 160px;
  margin-bottom: 15px;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #090c16;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.lnd_template_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.lnd_template_column {
  width: 33%;
  min-height: 200px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.lnd_card_text_wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 30%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lnd_card_title {
  margin-bottom: 25px;
  color: #090c16;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_h3_02 {
  margin: 0px auto 10px;
  color: #0a1f44;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}

.lnd_h3_02.whitetext {
  color: #fff;
}

.lnd_container_02 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lnd_card_template_buy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 260px;
  padding-right: 30px;
  padding-left: 30px;
  -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: 10px;
  background-color: #030b27;
  background-image: url('../images/flowbase_wave_1.png');
  background-position: 0px 0px;
  background-size: 300%;
}

.lnd_card_title_white {
  margin-bottom: 25px;
  color: #f5f7fd;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_h6_white {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.lnd_card_text_wrap_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_btn_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  padding: 16px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lnd_btn_02:hover {
  background-color: #ddf3e7;
}

.lnd_card_template_01 {
  position: relative;
  width: 100%;
  min-height: 260px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/01.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lnd_title_wrap_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lnd_nav_col_4 {
  width: 30%;
}

.div-block-110 {
  height: 50%;
  background-color: #f5f7fd;
  background-image: url('../images/hero_image.png');
  background-position: 0px 38px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-110-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -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: #7540ee;
  background-image: url('../images/flowbase_wave_1.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav_details_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lnd_h6_white-copy {
  margin-bottom: 0px;
  color: #8a94a6;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.lnd_card_title_white-copy {
  margin-bottom: 25px;
  color: #090c16;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.f01 {
  padding: 40px 5% 100px;
  background-color: #090c16;
  color: #fff;
}

.f01_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f01_title {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 12px;
  color: #f5f7fd;
  font-size: 15px;
  font-weight: 600;
}

.f01_link {
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #8a94a6;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.f01_link:hover {
  color: #f5f7fd;
}

.f01_columns {
  margin-top: 35px;
}

.lnd_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.lnd_paragraph_03 {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.lnd_paragraph_03.whitetext {
  color: #fff;
}

.input {
  max-width: 330px;
  min-height: 48px;
  margin-bottom: 5px;
  padding-left: 15px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  color: #b0b7c3;
  font-size: 16px;
}

.input:focus {
  border-color: #5d3eff;
}

.header-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  width: 100%;
}

.nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 33px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.65;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #090c16;
  font-size: 14px;
  text-decoration: none;
}

.nav_link:hover {
  opacity: 1;
  color: #090c16;
}

.nav_column {
  padding: 15px;
}

.nav_dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: 320px;
  border-radius: 8px;
  box-shadow: 14px 14px 25px 5px rgba(118, 126, 173, 0.08);
  font-weight: 400;
}

.nav_dropdown.language {
  min-width: 100px;
}

.nav01_line {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-left: 10px;
  background-color: #ebecf0;
}

.nav_list {
  min-width: 600px;
}

.nav_list.w--open {
  left: -280px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f0f0f0;
}

.nav_list.language {
  min-width: 100px;
}

.nav_list.language.w--open {
  left: -28px;
}

.nav01_logo {
  margin-right: 25px;
}

.nav_toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_toggle.whitetext {
  margin-right: 10px;
  color: #fff;
}

.nav01_links {
  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;
  font-weight: 600;
}

.nav01_right_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav01_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
}

.nav_drop {
  display: block;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.forest_nav {
  position: absolute;
  display: block;
  width: 100%;
}

.nav_link_text {
  font-weight: 500;
}

.nav05 {
  display: block;
  min-height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent);
  font-weight: 400;
}

.nav05.whiteheadmenu {
  z-index: 500;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), color-stop(95%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 95%);
  color: #fff;
}

.nav05_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px;
  -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;
}

.nav_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  padding: 10px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #e9f9f0;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #38cb89;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav_button:hover {
  background-color: #ddf3e7;
}

.nav_h4_02 {
  margin-bottom: 25px;
  color: #0a1f44;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 1px;
}

.nav_heading_02 {
  margin-bottom: 0px;
  color: #8a94a6;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.nav04_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.nav05_mobile {
  z-index: 500;
  display: none;
  min-height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  font-weight: 400;
}

.lnd_navigation_mobile {
  display: none;
  padding-right: 5%;
  padding-left: 5%;
  -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: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.lnd_nav_link_button {
  padding-right: 18px;
  padding-left: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Sfprodisplay;
  color: #201b3d;
  font-size: 14px;
  font-weight: 600;
}

.lnd_nav_link_button:hover {
  color: #5b3acc;
}

.lnd_nav_link_button.w--current {
  color: #5b3acc;
}

.nav_icon_arrow {
  margin-right: 0px;
}

.nav05_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.nav05_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav05_link {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.nav05_link.whitetext {
  color: #fff;
}

.nav05_link.mobilelangwhite {
  color: #fff;
}

.nav05_nav_menu {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.nav05_buy_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  margin-left: 20px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #326cae;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav05_buy_button:hover {
  background-color: #5d3eff;
  color: #fff;
}

.nav05_right_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav05_links {
  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;
  font-size: 14px;
  font-weight: 600;
}

.nav05_links.hidethis {
  display: none;
}

.nav05_line {
  width: 1px;
  height: 100%;
  min-height: 31px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ebecf0;
  opacity: 0.2;
}

.nav05_line.hidethis {
  display: none;
}

.form02 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 590px;
  padding: 15px 30px;
  border-radius: 10px;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.form02_field_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form02_input {
  width: 49%;
  min-height: 48px;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form02_input:focus {
  border-color: #5d3eff;
}

.form02_input_full {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.form02_input_full:focus {
  border-color: #5d3eff;
}

.form02_button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 4px;
  background-color: #090c16;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form02_success {
  background-color: #fff;
}

.form02_error {
  background-color: #fff;
}

.form_alert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -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-radius: 4px;
  background-color: #68c38a;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_alert_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_alert_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

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

.form_error {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 8px 15px;
  -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-radius: 4px;
  background-color: #fe3e3e;
  box-shadow: 1px 1px 17px 0 rgba(0, 0, 0, 0.07);
}

.form_error_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 92%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_error_line {
  width: 1px;
  min-height: 23px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(53, 45, 45, 0.07);
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

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

.link-11 {
  text-decoration: none;
}

.heading {
  margin-bottom: 35px;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 630px;
  -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;
}

.submit {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
  background-color: #5b7fff;
}

.heading-2 {
  margin-bottom: 25px;
}

.temp_nav {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.temp_nav_wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.temp_mobile {
  position: relative;
  z-index: 5;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.temp_nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.temp_logo {
  margin-right: 35px;
}

.temp_logo_image {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 25px;
}

.temp_nav_link {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
}

.temp_nav_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
  min-height: 35px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none #5d3eff;
  border-radius: 50px;
  background-color: #7540ee;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.temp_nav_button:hover {
  background-color: #5d3eff;
  color: #fff;
}

.temp_nav_menu {
  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;
  font-size: 14px;
  font-weight: 600;
}

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

.temp_nav_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.temp_mobile_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.temp_nav_right_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.temp_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.temp_nav_menu_main {
  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;
  font-family: Sfprodisplay;
  font-size: 14px;
  font-weight: 600;
}

.temp_nav_link_main {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
}

.lnd_card_template_02 {
  position: relative;
  width: 100%;
  min-height: 260px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/02.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lnd_card_template_03 {
  position: relative;
  width: 100%;
  min-height: 260px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/03.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lnd_card_template_04 {
  position: relative;
  width: 100%;
  min-height: 260px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/04.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lnd_card_template_05 {
  position: relative;
  width: 100%;
  min-height: 260px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/05.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-item {
  margin-bottom: 35px;
}

.div-block-123 {
  padding-top: 140px;
}

.search-result-list {
  padding: 35px;
  border-radius: 15px;
  background-color: #fafbfc;
}

.lnd_paragraph_04 {
  max-width: 240px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 25px;
}

.cg_body {
  background-color: #090c16;
  font-family: Montserrat, sans-serif;
  color: #090c16;
}

.nav_details_block_fullheight {
  height: 100%;
  padding: 5px 0px 5px 5px;
}

.nav_column_30pcnt {
  width: 30%;
}

.nav_column_70pcnt {
  width: 70%;
  padding: 15px;
}

.c08_h3-2 {
  margin: 0px auto 15px;
  color: #0a1f44;
  line-height: 45px;
}

.c08_title-2 {
  margin-bottom: 8px;
  color: #8a94a6;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h10-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 75vh;
  min-height: 650px;
  padding-right: 5%;
  padding-bottom: 90px;
  padding-left: 5%;
  -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: url('../images/about-us-background.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.15)));
  background-image: url('../images/about-us-background.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15));
  background-position: 50% 101%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.h10_text-2 {
  max-width: 500px;
  margin-bottom: 20px;
  color: #f5f7fd;
  font-size: 17px;
  font-weight: 500;
}

.h10_button-2 {
  margin-right: 10px;
  padding: 12px 40px;
  border: 1px none #6165ff;
  border-radius: 100px;
  background-color: #f5f7fd;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #090c16;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.h14_title-2 {
  max-width: 500px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #7540ee;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h14_title-2.whitetext {
  color: #fff;
}

.h14_text-2 {
  display: block;
  max-width: 410px;
  margin-right: auto;
  margin-bottom: 15px;
  color: #0a1f44;
  font-size: 17px;
  text-align: left;
}

.h14_text-2.whitetext {
  color: #fff;
}

.h06_text-2 {
  max-width: 560px;
  margin-bottom: 20px;
  color: #f5f7fd;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.c07_line-2 {
  display: block;
  height: 1px;
  max-width: 1140px;
  margin: 45px auto;
  background-color: #ebecf0;
}

.h07-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 750px;
  padding: 160px 5% 140px;
  -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: #5b7fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent);
}

.background-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  -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;
}

.padding-40px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav_cta_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: url('../images/project-management-2.png');
  background-position: 0% 50%;
  background-size: cover;
}

.servicesbtn {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.servicesbtn:hover {
  box-shadow: 0 0 40px 0 #1379ff, 0 0 10px 0 #1956ff;
  -webkit-transform: translate(0px, -7px);
  -ms-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.servicesbtn.lnd_card_template_01 {
  background-image: url('../images/icon4.png');
}

.servicesbtn.lnd_card_template_03 {
  background-image: url('../images/icon5.png');
}

.servicesbtn.lnd_card_template_02 {
  background-image: url('../images/icon2.png');
}

.servicesbtn.lnd_card_template_04 {
  background-image: url('../images/icon3.png');
}

.servicesbtn.lnd_card_template_05 {
  background-image: url('../images/icon1.png');
}

.superbackgroundaboutus {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/dubai-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.h10-pp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 30vh;
  min-height: 400px;
  padding: 140px 5% 40px;
  -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: #090c16;
  background-image: none;
}

@media screen and (min-width: 1920px) {
  .cta05_button {
    min-width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .c07_column {
    width: 100%;
    margin-bottom: 10px;
  }

  .c08_feature_wrap {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c08_column {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .div_block_04 {
    position: absolute;
  }

  .dropdown-list-2-mob.w--open {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    min-height: 420px;
    min-width: 250px;
    margin-top: 65px;
    margin-left: -191px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lnd_dropdown_link {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 42px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #4f5e78;
  }

  .lnd_dropdown_link:hover {
    color: #5d3eff;
  }

  .lnd_dropdown_link.hide {
    display: none;
  }

  .drop-down-menu-button-mob {
    position: relative;
    display: block;
  }

  .arrow {
    position: absolute;
    left: 3px;
    top: 59px;
    right: 50px;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .dropdown-text {
    font-size: 15px;
  }

  .menu-button {
    display: none;
  }

  .lnd_service_wrap {
    width: 49%;
    min-height: 300px;
    margin-bottom: 35px;
  }

  .lnd_btn {
    margin-right: 10px;
  }

  .h06_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h06_block {
    width: 100%;
  }

  .cta-header {
    font-size: 34px;
    line-height: 43px;
  }

  .h14 {
    background-position: 50% 100%;
  }

  .h14_h1 {
    font-size: 48px;
  }

  .lnd_navigation {
    display: none;
    padding-right: 3%;
    padding-left: 3%;
  }

  .lnd_toggle_primary {
    display: none;
    font-size: 15px;
  }

  .lnd_nav_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .lnd_nav_link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .lnd_nav_container {
    position: relative;
  }

  .c09_column_02 {
    padding-left: 0px;
  }

  .faq-main-wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .c01_block {
    width: 100%;
    padding-right: 15px;
  }

  .c07_paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c07_icon_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c09_paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }

  .c09_feature_wrap {
    max-width: 500px;
  }

  .h14_block {
    width: 75%;
  }

  .cta05_container {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .cta05_button {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .lnd_template_column {
    width: 50%;
  }

  .nav_column {
    width: 33%;
  }

  .nav_dropdown {
    box-shadow: none;
  }

  .nav01_line {
    display: none;
  }

  .nav_list.w--open {
    min-width: auto;
  }

  .nav01_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav01_burger {
    border-radius: 100px;
  }

  .nav01_burger.w--open {
    border-radius: 50px;
    background-color: hsla(0, 0%, 78.4%, 0.08);
    color: #000;
  }

  .nav05 {
    display: none;
  }

  .nav05.whiteheadmenu {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), color-stop(95%, transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 95%);
  }

  .nav05_wrap {
    padding-right: 5%;
    padding-left: 5%;
  }

  .nav05_mobile {
    display: block;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent);
    box-shadow: none;
  }

  .lnd_navigation_mobile {
    display: block;
    padding-right: 3%;
    padding-left: 3%;
  }

  .mobile_dropdown_link {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ebecf0;
    font-size: 15px;
  }

  .mobile_dropdown_link.w--current {
    color: #7540ee;
  }

  .lnd_nav_link_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #7540ee;
    background-image: url('../images/forest_cover.png');
    background-position: 100% 50%;
    background-size: 510px;
    background-repeat: no-repeat;
    font-family: Cabin, sans-serif;
    color: #fff;
    font-size: 15px;
  }

  .lnd_nav_link_button:hover {
    color: #fff;
  }

  .dropdown-toggle-10 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lnd_drop_down_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav_icon_arrow {
    margin-right: 15px;
  }

  .nav05_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav05_link {
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid #e2e2e2;
    color: rgba(9, 12, 22, 0.65);
    text-align: center;
  }

  .nav05_link:hover {
    color: #090c16;
  }

  .nav05_link.services {
    background-color: #f3f3f3;
  }

  .nav05_link.services.w--current {
    color: #5b7fff;
  }

  .nav05_link.noborder {
    border-bottom-style: none;
  }

  .nav05_link.mobilelangwhite {
    display: none;
    margin-right: 5px;
    border-bottom: 0px none transparent;
    text-align: right;
  }

  .nav05_link.mobilelangwhite:hover {
    color: rgba(255, 255, 255, 0.65);
  }

  .nav05_nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .nav05_button {
    border-radius: 100px;
    background-color: #fafbfc;
  }

  .nav05_button.w--open {
    background-color: #ebecf0;
  }

  .nav05_menu_icon {
    color: #4e5d78;
  }

  .nav05_buy_button {
    display: none;
  }

  .nav05_right_wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav05_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .temp_nav {
    display: none;
  }

  .temp_mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    background-color: transparent;
  }

  .temp_nav_container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .temp_nav_link {
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .temp_nav_button {
    display: none;
  }

  .temp_nav_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .temp_nav_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .temp_nav_burger {
    color: #fff;
  }

  .temp_nav_burger_button.w--open {
    border-radius: 100px;
    background-color: #ebecf0;
  }

  .temp_mobile_wrap {
    padding-right: 5%;
    padding-left: 5%;
  }

  .temp_nav_right_mobile {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .temp_icon {
    color: #fff;
  }

  .temp_nav_btn.w--open {
    border-radius: 100px;
    background-color: rgba(235, 236, 240, 0.42);
  }

  .temp_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .temp_nav_menu_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  }

  .temp_nav_link_main {
    width: 100%;
    min-height: 45px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav_column_30pcnt {
    display: none;
  }

  .nav_column_70pcnt {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .f01_logo {
    margin-right: 0px;
    padding-left: 0px;
  }

  .lnd_footer_column_right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h06 {
    padding-bottom: 40px;
    background-image: url('../images/services-background-white01.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.12)));
    background-image: url('../images/services-background-white01.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.12));
    background-position: 0% 105%, 0px 0px;
  }

  .dropdown-toggle-mob {
    margin-left: 5px;
  }

  .lnd_footer_link_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lnd_btn {
    margin-left: 15px;
  }

  .h14 {
    padding-top: 110px;
    padding-bottom: 110px;
    background-position: 0% 104%;
  }

  .lnd_nav_container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .c09_column_02 {
    padding-left: 0px;
  }

  .lnd_button_4 {
    margin-left: 15px;
  }

  .lnd_top_wrap {
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .lnd_footer_caption {
    margin-right: 0px;
  }

  .c01_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c07_block {
    width: 100%;
  }

  .c07_image {
    margin-top: 55px;
  }

  .c07_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c07_icon_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h14_block {
    width: 100%;
    min-height: auto;
  }

  .h14_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta05_container {
    width: 100%;
  }

  .lnd_template_column {
    width: 100%;
  }

  .lnd_btn_02 {
    margin-left: 15px;
  }

  .lnd_title_wrap_02 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .f01 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .f01_column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav_column {
    width: 50%;
  }

  .nav_dropdown {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav_button {
    margin-left: 15px;
  }

  .nav05_nav_menu {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav05_buy_button {
    display: none;
  }

  .temp_nav_button {
    display: none;
  }

  .nav_column_70pcnt {
    width: 50%;
  }

  .h07-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
}

@media screen and (max-width: 479px) {
  .c07_column {
    padding-right: 0px;
  }

  .lnd_service_wrap {
    width: 100%;
  }

  .lnd_btn {
    display: none;
    margin-right: 5px;
  }

  .h06_h1 {
    font-size: 32px;
  }

  .h06_icon_block {
    min-height: 50px;
  }

  .h06_icon_base {
    width: 50px;
    height: 50px;
  }

  .h06_icon_base.visa {
    width: 60px;
    height: 60px;
  }

  .h10_h1 {
    font-size: 28px;
  }

  .h14_h1 {
    font-size: 28px;
  }

  .c09_icon_circle {
    margin-bottom: 15px;
  }

  .c07_block {
    padding-right: 0px;
  }

  .c09_h3 {
    font-size: 24px;
  }

  .c09_feature_column_85 {
    padding-left: 10px;
  }

  .c09_feature_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta05_container {
    padding-left: 0px;
  }

  .cta05_h1 {
    font-size: 36px;
  }

  .nav01_links {
    box-shadow: none;
  }

  .lnd_nav_link_button {
    background-image: url('../images/template_01.png');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .dropdown-list-8 {
    overflow: scroll;
  }

  .form02 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form02_field_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form02_input {
    width: 100%;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}