:root {
  --midnight-blue: #0a1f44;
  --dark-slate-blue: #4e5d78;
  --blue-violet: #7540ee;
  --neon-blue: #8de5ed;
  --black: black;
  --ghost-white: #f5f7fd;
  --white-smoke: #ebecf0;
  --light-slate-grey: #8a94a6;
  --silver-2: #c1c7d0;
  --silver: #b0b7c3;
  --blue-violet-2: #5d3eff;
  --orange: #ffab00;
  --medium-sea-green: #38cb89;
  --tomato: #ff5630;
  --lavender: #e3d9fc;
  --honeydew: #e9f9f0;
  --white: #fafbfc;
  --white-2: white;
  --seashell: #fff3f1;
  --tomato-2: #fe3e3e;
  --lavender-2: #d5dff7;
  --floral-white: #fffaf1;
  --medium-slate-blue: #5762ff;
  --white-3: #f8fbfe;
}

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

h1 {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: var(--midnight-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

a {
  color: var(--blue-violet);
  font-size: 16px;
  text-decoration: underline;
}

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

li {
  color: var(--dark-slate-blue);
  margin-bottom: 15px;
  font-size: 16px;
}

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

label {
  color: var(--dark-slate-blue);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

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

.h09 {
  height: 85vh;
  min-height: 600px;
  background-color: #000;
  background-image: url('../images/ChessKnightDALLE.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h09_button {
  background-color: var(--neon-blue);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #6165ff;
  border-radius: 100px;
  margin-right: 15px;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.h09_button:hover {
  border-color: var(--ghost-white);
  background-color: var(--black);
  color: var(--ghost-white);
}

.h11_right_arrow {
  opacity: .25;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.h11_right_arrow:hover {
  opacity: 1;
}

.h11_arrow {
  opacity: .25;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.h11_arrow:hover {
  opacity: 1;
}

.menu_left {
  width: 15%;
  background-color: #fff;
  border-right: 1px solid rgba(23, 48, 73, .05);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.product_wrap {
  align-items: center;
  display: flex;
}

.content_section {
  width: 85%;
  height: 2000px;
  background-color: #fff;
  border-right: 1px solid rgba(23, 48, 73, .05);
  margin-left: 15%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.top_block {
  height: 13%;
  border-bottom: 1px solid rgba(23, 48, 73, .05);
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  display: flex;
  position: relative;
}

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

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

.buy_wrap {
  height: 12%;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button_buy_01 {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #5b3acc;
  border: 1px #6165ff;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.lnd_heading {
  min-height: 600px;
  background-color: #5b3acc;
  justify-content: center;
  align-items: center;
  padding: 175px 5% 90px;
  display: flex;
  position: relative;
}

.menu_title {
  border-bottom: 1px solid rgba(23, 48, 73, .04);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

.text_block_01 {
  color: rgba(23, 48, 73, .39);
  letter-spacing: 2px;
  font-weight: 500;
}

.menu_body {
  height: 75%;
  max-height: 75vh;
  border-bottom: 1px solid rgba(23, 48, 73, .09);
  overflow: auto;
}

.p02_column_price {
  width: 49%;
  height: auto;
  min-height: 420px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 20px 20px 30px;
  position: relative;
}

.p02_item_text {
  max-width: 560px;
  color: var(--dark-slate-blue);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 25px;
}

.p02_price_block {
  min-height: 120px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.p02_price {
  color: #33334f;
  margin-bottom: 20px;
  font-size: 36px;
}

.p02_price_span {
  color: var(--blue-violet);
  margin-left: 6px;
  font-size: 14px;
}

.c09_columns {
  flex: 1;
}

.p04_pricing_card {
  border: 1px solid var(--white-smoke);
  border-radius: 8px;
  padding: 35px;
}

.p04_check_wrap {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.p02_button {
  width: 100%;
  background-color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

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

.b01 {
  min-height: 400px;
  background-color: #fff;
  padding: 120px 5%;
}

.b01_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b01_blog_image {
  min-height: 190px;
  background-image: url('../images/highrise.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.b01_card {
  width: 32%;
  border: 1px solid var(--white-smoke);
  border-radius: 10px;
  overflow: hidden;
}

.b01_card_text {
  padding: 25px 25px 15px 15px;
}

.b01_date {
  color: var(--light-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.b01_paragraph {
  color: var(--light-slate-grey);
}

.b02_link_wrap {
  margin-top: 25px;
  text-decoration: none;
}

.b01_link {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.fe02_card_titles {
  flex-direction: column;
  display: flex;
}

.fe02_h5 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 21px;
}

.fe02_link_cover {
  margin-top: 0;
  text-decoration: none;
}

.fe02_text {
  color: var(--silver-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.te01 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

.te01_card {
  width: 24%;
  min-height: 200px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px 15px;
  transition: all .2s;
  display: flex;
}

.te01_card:hover {
  box-shadow: 7px 7px 55px 0 var(--white-smoke);
  transform: translate(0, -4px);
}

.te01_avatar {
  width: 120px;
  height: 120px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te01_name {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}

.te01_job_title {
  color: var(--light-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.te01_social_icon {
  width: 18px;
}

.te01_social_link {
  margin-left: 8px;
  margin-right: 8px;
}

.te02 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

.te02_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.te02_card {
  width: 25%;
  min-height: 200px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.te02_card:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 20px rgba(235, 236, 240, .44);
}

.te02_team_image {
  width: 150px;
  height: 150px;
  opacity: .07;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.te02_card_cover {
  width: auto;
  background-color: rgba(255, 255, 255, .56);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.te02_name {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}

.te02_job_title {
  color: var(--light-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.te02_social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #fff;
}

.lnd_content_description {
  color: #6165ff;
  text-align: center;
  letter-spacing: 1px;
  margin-right: 14px;
  font-size: 13px;
  font-weight: 600;
}

.lnd_right_wrap {
  height: 100%;
  min-height: 60px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.cl01_logo {
  width: 25%;
  padding: 25px 35px;
  display: inline-block;
}

.cl03 {
  width: 100%;
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.cl03_slider_nav {
  display: none;
}

.cl04 {
  min-height: 400px;
  background-color: #fff;
  padding: 80px 5%;
}

.cl04_container {
  max-width: 1140px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.cl04_card {
  width: 25%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.cl04_card:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 35px rgba(193, 199, 208, .25);
}

.cl04_card_wrap {
  max-width: 1140px;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe06_icon {
  width: 50px;
  height: 50px;
  background-color: rgba(227, 217, 252, .49);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_icon_image {
  width: 25px;
}

.tab01_menu {
  min-width: 40%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 35px;
  display: flex;
}

.tab01_h4 {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.tab01_tab {
  min-width: 200px;
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px 25px 20px;
}

.tab01_tab.w--current {
  background-color: var(--blue-violet);
  color: #fff;
  border-radius: 8px;
}

.tab01_tabs {
  display: flex;
}

.f01_logo {
  width: 130px;
  margin-right: 15px;
}

.lnd_footer_columns {
  margin-top: 35px;
}

.lnd_footer_column {
  flex-direction: column;
  display: flex;
}

.lnd_footer_column_right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.lnd_link {
  color: var(--light-slate-grey);
  margin-bottom: 5px;
  margin-left: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.lnd_link:hover {
  color: var(--midnight-blue);
}

.slide_nav {
  margin-top: 27px;
  bottom: -55px;
}

.t02_testimonial_wrap {
  height: auto;
  max-width: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.t02_icon {
  width: 25px;
  height: 25px;
  color: var(--dark-slate-blue);
  font-size: 22px;
}

.t02_slider {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.t02_slide_arrow_right {
  color: #000;
}

.p02_column {
  width: 35%;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  position: relative;
}

.fe05_h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

.h06 {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hero-wave.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 120px;
  display: flex;
  position: relative;
}

.p05_card {
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 15px;
  display: flex;
}

.p05_h5 {
  color: #102438;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
}

.p05_paragraph {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 29px;
}

.p05_h3 {
  color: var(--midnight-blue);
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.p05_button {
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 35px;
  margin-left: 0;
  padding: 12px 35px;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.p01_card {
  max-width: 330px;
  min-height: 400px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
}

.p01_h2 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 40px;
}

.p01_paragraph {
  min-height: 120px;
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.p01_button {
  border: 1px solid var(--blue-violet);
  color: var(--blue-violet);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-top: 25px;
  margin-left: 0;
  padding: 12px 35px;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.p01_info_text {
  max-width: 200px;
  color: var(--silver);
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p01_tab {
  min-width: 150px;
  border: 1px solid var(--blue-violet);
  letter-spacing: 1px;
  background-color: #f5fafc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.p01_tab.w--current {
  min-width: 150px;
  background-color: var(--blue-violet);
  color: #fff;
  text-transform: uppercase;
  border-style: solid none solid solid;
  border-color: #6165ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  display: flex;
}

.focus_blue {
  color: var(--blue-violet);
  display: flex;
}

.te03 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

.te01_card_wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.te02_card_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.te03_card {
  width: 32%;
  min-height: 350px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 50px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.te03_card:hover {
  box-shadow: 7px 7px 55px 0 var(--white-smoke);
  transform: translate(0, -4px);
}

.t04_name {
  color: #33334f;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.c01 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.t04 {
  min-height: 620px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: block;
}

.t04_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 55px auto;
  display: block;
}

.t04_slide {
  width: 50%;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}

.t04_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.t04_author_wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.t04_paragraph {
  color: var(--dark-slate-blue);
  margin-bottom: 30px;
}

.t04_mask {
  overflow: hidden;
}

.t04_slider_nav {
  opacity: .05;
  padding-left: 15px;
  display: flex;
  bottom: -68px;
  left: 0;
}

.t04_left_arrow {
  width: 55px;
  height: 55px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -455px;
  left: 20px;
}

.t04_right_arrow {
  width: 55px;
  height: 55px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -455px;
  left: -75%;
}

.t04_star {
  width: 16px;
  margin-right: 6px;
}

.c04_h4 {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
}

.lnd_body {
  background-color: var(--ghost-white);
}

.c04 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c04_column {
  padding-left: 0;
  padding-right: 25px;
}

.lnd_paragraph_02 {
  max-width: 560px;
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.b03_details_text {
  color: var(--dark-slate-blue);
  margin-right: 4px;
}

.b03_card {
  width: 49%;
}

.b03_details_wrap {
  align-items: center;
  display: flex;
}

.b03_blog_image {
  min-height: 230px;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b03_container {
  max-width: 1140px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b03 {
  background-color: #fff;
  padding: 120px 5%;
}

.f03_container {
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c05 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c05_h3 {
  max-width: 520px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 51px;
}

.c05_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.b04 {
  background-color: #fff;
  padding: 120px 5%;
}

.b04_card_text {
  height: auto;
  padding: 20px 20px 20px 15px;
  position: relative;
  top: auto;
}

.b04_card {
  width: 32%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.b04_card_text_featured {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 35px 35px 25px;
  display: flex;
}

.b04_card_featured {
  width: 100%;
  min-height: 510px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.b05 {
  background-color: #fff;
  padding: 120px 5%;
}

.b04_container, .b05_container {
  max-width: 1140px;
  justify-content: space-between;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b05_card {
  width: 49%;
  min-height: 450px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 0;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.b05_blog_image {
  min-height: 250px;
  background-image: url('../images/highrise.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.b05_tag_text {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.b05_card_text {
  min-height: 140px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.b06 {
  background-color: #fff;
  padding: 120px 5%;
}

.b06_container {
  max-width: 900px;
  flex-direction: column;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b06_card_featured {
  width: 100%;
  min-height: 600px;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 25px rgba(138, 161, 214, .08);
}

.b06_image_featured {
  width: 100%;
  height: 100%;
  min-height: 290px;
  background-image: url('../images/highrise.jpg');
  background-position: 50%;
  background-size: cover;
}

.b06_card_text_featured {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 40px;
  display: flex;
}

.b06_card {
  width: 100%;
  min-height: 110px;
  border-radius: 15px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 25px rgba(138, 161, 214, .08);
}

.b06_blog_image {
  width: 35%;
  height: 100%;
  min-height: 270px;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b06_card_text {
  width: 75%;
  height: 100%;
  padding: 25px;
}

.f02_text {
  color: #55c395;
  font-family: Sfprodisplay;
  font-size: 16px;
}

.f02_form_wrap {
  margin-bottom: 0;
}

.f02_success_message {
  background-color: rgba(0, 0, 0, 0);
}

.f02_button {
  min-height: 48px;
  min-width: 120px;
  background-color: var(--blue-violet-2);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 700;
}

.f02_input {
  min-height: 48px;
  background-color: var(--white-smoke);
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  border-style: none;
  border-radius: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 600;
}

.f02_input::-ms-input-placeholder {
  color: var(--light-slate-grey);
  font-weight: 700;
}

.f02_input::placeholder {
  color: var(--light-slate-grey);
  font-weight: 700;
}

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

.c08_feature_wrap {
  max-width: 1200px;
  flex: 1;
  justify-content: space-between;
  margin: 80px auto 6px;
  display: flex;
}

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

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

.lnd_header_container {
  max-width: 1100px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lnd_content_h1 {
  color: #fff;
  margin-top: 0;
  font-size: 54px;
  line-height: 60px;
}

.lnd_highlight {
  color: rgba(255, 255, 255, .61);
  font-weight: 500;
}

.lnd_details {
  max-width: 500px;
  color: rgba(245, 247, 253, .65);
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
}

.colour_wrap {
  width: 100%;
  height: 200px;
  min-height: 200px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  display: block;
  box-shadow: 6px 6px 17px rgba(82, 76, 76, .06);
}

.colour_title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.colour_title_text {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.colour_block {
  height: 60%;
  background-color: var(--blue-violet);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.colour_block.c4 {
  background-color: var(--orange);
}

.colour_block.c2 {
  background-color: var(--neon-blue);
}

.colour_block.c3 {
  background-color: var(--medium-sea-green);
}

.colour_block.c5 {
  background-color: var(--tomato);
}

.colour_block.c6 {
  background-color: var(--lavender);
}

.colour_block.c7 {
  background-color: #e6edff;
}

.colour_block.c8 {
  background-color: var(--honeydew);
}

.colour_block.c9 {
  background-color: #fff7e9;
}

.colour_block.c11 {
  background-color: var(--midnight-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.colour_block.c12 {
  background-color: var(--dark-slate-blue);
}

.colour_block.c13 {
  background-color: var(--light-slate-grey);
}

.colour_block.c14 {
  background-color: #fff;
  background-color: var(--silver);
}

.colour_block.c15 {
  background-color: var(--silver-2);
}

.colour_block.c16 {
  background-color: var(--white-smoke);
}

.colour_block.c17 {
  background-color: var(--white);
}

.colour_block.c18 {
  background-color: var(--white-2);
}

.colour_block.c10_02 {
  background-color: var(--seashell);
}

.colour_block_text {
  height: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 14px;
  display: flex;
}

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

.colour_wrapper {
  width: 16.6667%;
  min-height: 150px;
  margin-right: 15px;
}

.lnd_page_content {
  padding: 70px 5%;
  overflow: hidden;
}

.container_colour {
  max-width: 1100px;
  flex: 1;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container_elements {
  max-width: 1100px;
  flex: 1;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.element_wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 45px;
  display: flex;
}

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

.button_drop {
  min-width: 130px;
  color: #4f5e78;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
}

.button_drop.w--open {
  width: 100%;
}

.dropdown_list {
  padding: 0;
}

.dropdown_list.w--open {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px 0;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.button_disable {
  min-width: 130px;
  color: #d6d6d6;
  background-color: #f5f6f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button_warning {
  min-width: 130px;
  background-color: var(--orange);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button_warning:hover {
  background-color: #f0a101;
}

.button_p {
  min-width: 130px;
  color: #fff;
  background-color: #5d3eff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_p:hover {
  background-color: #5234eb;
}

.button_error {
  min-width: 130px;
  color: #fff;
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_error:hover {
  background-color: #de350b;
}

.button_dropdown {
  color: #333;
  background-color: #f5f6f8;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
}

.dropdown_link {
  color: #4f5e78;
  padding-left: 15px;
  font-size: 15px;
  transition: all .25s;
}

.dropdown_link:hover {
  background-color: #fafafa;
}

.button_default {
  min-width: 130px;
  color: #4f5e78;
  background-color: #f5f6f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.button_default:hover {
  background-color: #e9edf5;
}

.button_wrap {
  width: 25%;
  min-height: 120px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 15px 15px 0;
  display: flex;
}

.button-p-round {
  min-width: 150px;
  background-color: var(--blue-violet);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button-p-round:hover {
  background-color: #6e3be2;
}

.button-d-round {
  min-width: 150px;
  color: #4f5e78;
  background-color: #f5f6f8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .25s;
  display: flex;
}

.button-d-round:hover {
  background-color: #e9edf5;
}

.dropdown_round {
  min-width: 150px;
  color: #4f5e78;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown_round.w--open {
  width: 100%;
}

.dropdown-round {
  min-width: 150px;
  color: #333;
  background-color: #f5f6f8;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 0;
}

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

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

.input_focused {
  max-width: 330px;
  min-height: 48px;
  background-color: #fafbfc;
  border: 1.5px solid #5d3eff;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
}

.paypal {
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 15px;
}

.alert_wrap {
  max-height: 48px;
  max-width: 330px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.alert_image {
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 15px;
}

.paypal_input {
  max-height: 48px;
  max-width: 330px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.text_instruction {
  color: rgba(51, 51, 51, .33);
  margin-bottom: 0;
  font-size: 13px;
}

.link_block {
  position: absolute;
}

.f03_link {
  color: rgba(255, 255, 255, .69);
  margin-bottom: 11px;
  text-decoration: none;
  display: block;
}

.f03_social_wraps {
  margin-top: 10px;
  display: flex;
}

.f03_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.f03_title {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 500;
}

.f03_social_wrap {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
  display: flex;
  position: relative;
}

.f03_top_wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 35px;
  display: flex;
}

.f03_footer_wrap {
  padding-top: 35px;
}

.f03_h4 {
  max-width: 480px;
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 38px;
  display: block;
}

.f03_social_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.shadow_wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

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

.fp_h6 {
  color: rgba(118, 126, 173, .33);
  margin-top: 0;
  margin-bottom: 0;
}

.fp_h3 {
  color: #4e5d78;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 38px;
}

.fp_title_wrap {
  margin-top: 65px;
  margin-bottom: 65px;
}

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

.h13_container {
  width: 100%;
  max-width: 1140px;
}

.details_type_wrap {
  align-items: center;
  display: block;
}

.alert_line {
  width: 1px;
  min-height: 23px;
  background-color: #ececec;
  margin-left: 8px;
  margin-right: 8px;
}

.alert_warning {
  height: 45px;
  background-color: #ffc107;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.details_wrap {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.alert_error {
  height: 45px;
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.column {
  margin-bottom: 35px;
}

.details_type_02 {
  float: left;
  color: #816ef3;
  margin-left: 8px;
}

.alert_content_wrap {
  height: 100%;
  max-width: 92%;
  align-items: center;
  display: flex;
}

.alert_6 {
  height: 45px;
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.alert_default {
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.details_type {
  float: left;
  color: #33334f;
  font-size: 16px;
  font-weight: 500;
}

.alert_7 {
  height: 45px;
  background-color: #afaec2;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

.paragraph-2-a {
  color: #353357;
  font-size: 16px;
  line-height: 17px;
}

.paragraph-2-a.white-text {
  color: #fff;
}

.details_line {
  width: 30%;
  height: 1px;
  min-width: 220px;
  background-color: var(--white-smoke);
  margin-top: 8px;
}

.avatar_wrap {
  width: 20%;
  margin-bottom: 0;
  position: relative;
}

.details_type_03 {
  float: left;
  color: var(--dark-slate-blue);
  margin-top: 3px;
  margin-left: 0;
}

.details_wrap_03 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  display: flex;
}

.button_disable_round {
  min-width: 150px;
  color: #d6d6d6;
  background-color: #f5f6f8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button_info {
  min-width: 130px;
  color: #fff;
  background-color: #0284fe;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button_info:hover {
  background-color: #0277e7;
}

.button_success {
  min-width: 130px;
  color: #fff;
  background-color: #36ab80;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_success:hover {
  background-color: #309a78;
}

.button_info_round {
  min-width: 150px;
  background-color: var(--neon-blue);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_info_round:hover {
  background-color: #5375ee;
}

.button_success_round {
  min-width: 150px;
  color: #fff;
  background-color: #36ab80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_success_round:hover {
  background-color: #309a78;
}

.button_wraning_round {
  min-width: 150px;
  background-color: var(--orange);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_wraning_round:hover {
  background-color: #f0a101;
}

.button_error_round {
  min-width: 150px;
  background-color: var(--tomato);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_error_round:hover {
  background-color: #ee4823;
}

.button_w_secondary {
  min-width: 130px;
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffc107;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_w_secondary:hover {
  color: #fff;
  background-color: #ffc107;
}

.button_e_secondary {
  min-width: 130px;
  color: #fe3e3e;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fe3e3e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_e_secondary:hover {
  color: #fff;
  background-color: #fe3e3e;
}

.button_p_secondary {
  min-width: 130px;
  color: #33334f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #5d3eff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

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

.button_s_secondary {
  min-width: 130px;
  color: #26b564;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #36ab80;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_s_secondary:hover {
  color: #fff;
  background-color: #36ab80;
}

.avatar_p_96 {
  width: 96px;
  height: 96px;
  background-image: url('../images/ui_face_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  position: relative;
}

.avatar_p_40 {
  width: 40px;
  height: 40px;
  background-image: url('../images/wuaeGZnN.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.avatar_p_32 {
  width: 32px;
  height: 32px;
  background-image: url('../images/avatar_1avatar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.avatar_p_24 {
  width: 25px;
  height: 25px;
  background-image: url('../images/68_168.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.avatar_p_16 {
  width: 18px;
  height: 18px;
  background-image: url('../images/avatar_1avatar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.avatar_d_96 {
  width: 96px;
  height: 96px;
  background-color: #5b3acc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar_d_40 {
  width: 40px;
  height: 40px;
  background-color: var(--neon-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar_d_32 {
  width: 32px;
  height: 32px;
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar_d_24 {
  width: 25px;
  height: 25px;
  background-color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tb_text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
}

.tb_text_2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.tb_text_03 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.tb_text_04 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.avatar_d_16 {
  width: 18px;
  height: 18px;
  background-color: var(--tomato);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tb_text_05 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
}

.button_p_secondary_r {
  min-width: 150px;
  color: #33334f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

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

.button_s_secondary_r {
  min-width: 150px;
  color: #26b564;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #36ab80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_s_secondary_r:hover {
  color: #fff;
  background-color: #36ab80;
}

.button_w_secondary_r {
  min-width: 150px;
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffc107;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_w_secondary_r:hover {
  color: #fff;
  background-color: #ffc107;
}

.button_e_secondary_r {
  min-width: 150px;
  color: #fe3e3e;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fe3e3e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_e_secondary_r:hover {
  color: #fff;
  background-color: #fe3e3e;
}

.form_element_wrap {
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.input_disabled {
  max-width: 330px;
  min-height: 48px;
  background-color: #fafbfc;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 16px;
}

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

.input_success {
  max-width: 330px;
  min-height: 48px;
  background-color: #fafbfc;
  border: 1.5px solid #36ab80;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
}

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

.input_error {
  max-width: 330px;
  min-height: 48px;
  background-color: #fafbfc;
  border: 1.5px solid #fe3e3e;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
}

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

.tag-s {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--honeydew);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.div_block_09 {
  width: 30px;
  height: 30px;
  background-color: #2dc76d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input_warning {
  max-width: 330px;
  min-height: 48px;
  background-color: #fafbfc;
  border: 1.5px solid #ffab00;
  border-radius: 4px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

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

.text_01 {
  color: #2dc76d;
  margin-left: 10px;
  font-weight: 700;
}

.tag_text {
  color: #fff;
  font-weight: 600;
}

.button_bar {
  width: 0%;
  background-color: var(--ghost-white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav_text {
  z-index: 5;
  color: #4e5d78;
  font-weight: 500;
  position: relative;
}

.element_wrap_btm {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 45px;
  display: flex;
}

.content_paragraph {
  color: var(--light-slate-grey);
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 29px;
}

.fp_h4 {
  color: var(--midnight-blue);
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.fp_component_wrap {
  width: 50%;
  min-height: 400px;
}

.form_column_wrap {
  align-items: flex-start;
  display: flex;
}

.plain_input_long {
  max-width: 330px;
  min-height: 100px;
  background-color: #fafbfc;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 16px;
}

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

.focused_input_long {
  max-width: 330px;
  min-height: 100px;
  background-color: #fafbfc;
  border: 1.5px solid #5d3eff;
  border-radius: 4px;
  font-size: 16px;
}

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

.warning_input_long {
  max-width: 330px;
  min-height: 100px;
  background-color: #fafbfc;
  border: 1.5px solid #ffab00;
  border-radius: 4px;
  font-size: 16px;
}

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

.m03 {
  width: 100%;
  max-width: 450px;
  min-height: 240px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding: 15px 25px;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.m06_title {
  color: var(--midnight-blue);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.m01_text {
  color: #8b95a7;
  font-size: 16px;
}

.m01_button_wrap {
  flex-wrap: wrap;
  margin-top: 25px;
  display: flex;
}

.m03_button_02 {
  min-width: 130px;
  color: #fff;
  background-color: #36ab80;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m03_button_02:hover {
  background-color: #309a78;
}

.m01_button {
  min-width: 130px;
  color: #33334f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dce1e7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_buy {
  height: 45px;
  max-width: 170px;
  min-width: 130px;
  color: #fff;
  background-color: #ffab00;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 30px;
  font-family: Sfprodisplay;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: none;
  position: relative;
}

.button_buy:hover {
  background-color: #3213d3;
}

.div_block_01 {
  width: 1px;
  height: 60%;
  background-color: #fff;
  margin-left: 12px;
  margin-right: 12px;
}

.div_block_02 {
  align-items: center;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div_block_03 {
  margin-right: 40px;
}

.badge_wrap {
  width: 20%;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 0;
  display: flex;
}

.pill_text_default {
  color: #33334f;
  font-weight: 700;
}

.pill_default {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--ghost-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.pill_text_white {
  color: #fff;
  font-family: Karla;
  font-weight: 700;
}

.pill_error {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--tomato);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill_warning_02 {
  min-height: 25px;
  min-width: 45px;
  background-color: #fff7e9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill_text_gressen {
  font-weight: 700;
}

.pill_text_purple {
  color: var(--blue-violet);
  font-weight: 700;
}

.badge_default {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--ghost-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.badge_p_2 {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--lavender);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge_success {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge_warning {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--orange);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge_error {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--tomato-2);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag_p {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--lavender-2);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag_circle_p {
  width: 25px;
  height: 25px;
  background-color: var(--blue-violet);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag_d {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--white-smoke);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag_d_text {
  color: var(--dark-slate-blue);
  margin-left: 10px;
  font-weight: 700;
}

.tag_circle_d {
  width: 25px;
  height: 25px;
  background-color: var(--dark-slate-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag_w {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: #fff7e9;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag-w-text {
  color: var(--orange);
  margin-left: 10px;
  font-weight: 700;
}

.tag-cirle-w {
  width: 25px;
  height: 25px;
  background-color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-e {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--seashell);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag-e-text {
  color: var(--tomato);
  margin-left: 10px;
  font-weight: 700;
}

.tag-cirle-e {
  width: 25px;
  height: 25px;
  background-color: var(--tomato);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.typograhy_wrap {
  margin-bottom: 45px;
}

.m09 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  min-height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.input_payment {
  max-width: 330px;
  min-height: 48px;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  font-size: 16px;
}

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

.cta03 {
  min-height: 480px;
  background-color: var(--blue-violet);
  background-image: url('../images/map-18b073154fe6a34a0819d1c79f404288.png');
  background-position: 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.form06_account {
  color: var(--blue-violet);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.m11 {
  width: 100%;
  max-width: 400px;
  min-height: 390px;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 4px 4px 13px rgba(118, 126, 173, .08);
}

.m11_image {
  min-height: 270px;
  background-image: url('../images/highrise.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  padding: 22px;
  display: flex;
  position: relative;
}

.m11_content {
  height: 55%;
  padding: 25px;
  position: relative;
}

.m11_author {
  margin-bottom: 15px;
  display: flex;
}

.m11_name {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.m11_title {
  color: var(--light-slate-grey);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.m11_paragraph {
  color: var(--dark-slate-blue);
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.temp01_paragraph_centre_02 {
  max-width: 560px;
  color: #506370;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.h15_container {
  max-width: 1140px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tag-s_landing {
  max-width: 160px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--honeydew);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 15px 5px 5px;
  display: flex;
}

.h15_block_left {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h15_image {
  border-radius: 10px;
}

.h15_block_right {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_wrap {
  width: 5%;
  min-height: 55px;
  min-width: 55px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.element-wrap-icon {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 45px;
  display: flex;
}

.badge-p-2-tight {
  max-width: 130px;
  min-height: 25px;
  min-width: 90px;
  background-color: var(--lavender);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p2 {
  max-width: 600px;
  font-size: 16px;
}

.p3 {
  max-width: 600px;
  font-size: 14px;
  line-height: 23px;
}

.p4 {
  max-width: 600px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.q2 {
  max-width: 600px;
  border-left-color: var(--orange);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.button_info_d {
  min-width: 130px;
  background-color: var(--lavender-2);
  color: var(--neon-blue);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button_info_d:hover {
  background-color: #c6d2ee;
}

.button_success_d {
  min-width: 130px;
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_success_d:hover {
  background-color: #dcf0e5;
}

.button_warning_d {
  min-width: 130px;
  background-color: var(--floral-white);
  color: var(--orange);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button_warning_d:hover {
  background-color: #f8f3e9;
}

.button_error_d {
  min-width: 130px;
  background-color: var(--seashell);
  color: #fe3e3e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button_error_d:hover {
  background-color: #f6e6e3;
}

.button_info_round_d {
  min-width: 150px;
  color: var(--neon-blue);
  background-color: #d5dff7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_info_round_d:hover {
  background-color: #c6d2ee;
}

.button_success_round_d {
  min-width: 150px;
  background-color: var(--honeydew);
  color: #36ab80;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_success_round_d:hover {
  background-color: #dcf0e5;
}

.button_warning_round_d {
  min-width: 150px;
  background-color: var(--floral-white);
  color: #ffab00;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_warning_round_d:hover {
  background-color: #f8f3e9;
}

.button_error_round_d {
  min-width: 150px;
  background-color: var(--seashell);
  color: #fe3e3e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.button_error_round_d:hover {
  background-color: #f6e6e3;
}

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

.nav02_en_dropdown {
  padding: 0;
}

.nav02_en_dropdown.w--open {
  background-color: #fff;
  border-radius: 4px;
  margin-top: 5px;
  padding: 10px 0;
  top: 45px;
  bottom: auto;
  left: 0%;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.lnd_tag_wrap {
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.lnd_tag {
  width: 100%;
  max-width: 1140px;
  min-height: 70px;
  border: 2px dashed rgba(97, 101, 255, .37);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.menu_wrap {
  min-height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.b02_container {
  max-width: 1140px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b02_card {
  width: 49%;
}

.b02_blog_image {
  min-height: 260px;
  background-image: url('../images/highrise.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}

.b02_blog_image:hover {
  border-radius: 8px;
}

.p1 {
  max-width: 600px;
  font-size: 16px;
  font-weight: 400;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.bold {
  font-weight: 700;
}

.em {
  font-style: italic;
}

.delete {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.mark {
  background-color: rgba(255, 171, 0, .23);
}

.pill_purple {
  min-height: 25px;
  min-width: 45px;
  background-color: #6165ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge_purple {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--blue-violet);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge_s2 {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge_w2 {
  min-height: 25px;
  min-width: 90px;
  color: var(--orange);
  background-color: #fff7e9;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge_e2 {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--seashell);
  color: var(--tomato-2);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m11_button {
  min-width: 130px;
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
  letter-spacing: 1px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.icon {
  margin-right: 5px;
}

.image-41 {
  width: 40px;
}

.div_block_05 {
  flex-direction: column;
  display: flex;
}

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

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

.lnd_nav_item {
  color: #201b3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  align-items: center;
  padding: 8px 5px 8px 10px;
  font-size: 15px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

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

.lnd_nav_item.hide2 {
  display: none;
}

.lnd_dropdown_link {
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

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

.div_block_08 {
  min-width: 200px;
}

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

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

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

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

.lnd_nav_link_text {
  font-weight: 500;
}

.icon-wrap {
  width: 35px;
  height: 35px;
  background-image: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 6px;
  display: flex;
}

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

.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 {
  min-width: 150px;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 8px;
  padding: 4px;
  left: -50px;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .1);
}

.t03 {
  min-height: 800px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t03_container {
  max-width: 1140px;
  flex: 1;
  position: relative;
}

.t03_slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.t03_author_wrap {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f01_top_wrap {
  border-bottom: 1px solid rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.f01_button {
  background-color: var(--blue-violet-2);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 100px;
  margin-left: 0;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
}

.f01_button:hover {
  background-color: #5133eb;
}

.lnd_footer_title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.f02 {
  background-color: #fff;
  padding: 100px 5%;
}

.f02_top_wrap {
  border-bottom: 1px solid rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

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

.f03 {
  background-color: #5b3acc;
  padding: 100px 5%;
}

.f03_button {
  min-height: 48px;
  min-width: 150px;
  color: var(--blue-violet-2);
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.f03_column_right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.f04 {
  background-color: #fff;
  padding: 100px 5%;
}

.f04_container {
  max-width: 1140px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f04_column {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f04_logo {
  margin-bottom: 35px;
}

.f04_link {
  color: var(--light-slate-grey);
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f04_link:hover {
  color: var(--midnight-blue);
}

.f04_link_p {
  color: var(--blue-violet-2);
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f04_title {
  color: var(--midnight-blue);
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.f04_email {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f04_email:hover {
  color: var(--midnight-blue);
}

.f04_colums {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.f04_bottom_wrap {
  min-height: 80px;
  border-top: 1px solid rgba(176, 183, 195, .22);
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.f04_copyright {
  color: var(--light-slate-grey);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f04_copyright:hover {
  color: var(--midnight-blue);
}

.f04_social_wrap {
  align-items: center;
  display: flex;
}

.f04_social_link {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.f04_social_ico {
  width: 20px;
}

.f05 {
  background-color: var(--black);
  background-image: url('../images/map_svg_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 5%;
}

.f05_container {
  max-width: 1140px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f05_footer_top {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.f05_h2 {
  max-width: 420px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 37px;
}

.f08_form {
  align-items: flex-start;
  display: flex;
}

.f05_button {
  min-height: 48px;
  min-width: 130px;
  background-color: var(--black);
  color: var(--ghost-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.f05_button:hover {
  background-color: var(--ghost-white);
  color: var(--neon-blue);
}

.f05_colum_wrap {
  justify-content: flex-start;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.f05_link {
  color: rgba(235, 236, 240, .74);
  margin-bottom: 12px;
  margin-left: 1px;
  text-decoration: none;
  transition: all .25s;
}

.f05_link:hover {
  color: #fff;
}

.f05_title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.f05_column {
  width: 20%;
  min-height: 250px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f06 {
  background-color: #fff;
  padding: 100px 5%;
}

.f06_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f06_social_wrap {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.f06_social_icon {
  width: 15px;
}

.f06_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f06_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.f06_email {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  margin-left: 1px;
  text-decoration: none;
  transition: all .25s;
}

.f06_email:hover {
  color: var(--midnight-blue);
}

.f06_logo {
  margin-bottom: 25px;
}

.f06_legal {
  color: #8a94a6;
}

.f07 {
  background-color: #fff;
  padding: 100px 5%;
}

.f07_container {
  max-width: 1140px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f07_top_wrap {
  border-bottom: 1px solid var(--white-smoke);
  justify-content: space-between;
  padding-bottom: 35px;
  display: flex;
}

.f07_bottom_wrap {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 10px;
  display: flex;
}

.f07_social_wrap {
  align-items: center;
  display: flex;
}

.f07_legal {
  color: #8a94a6;
  font-size: 15px;
  font-weight: 500;
}

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

.t03_icon {
  width: auto;
  color: #000;
}

.t06_icon {
  color: #000;
  font-size: 17px;
}

.t03_card {
  z-index: 10;
  width: 80%;
  max-width: 650px;
  min-height: 360px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 50px rgba(193, 199, 208, .48);
}

.t03_name_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.t03_slider_nav {
  display: none;
}

.t03_slide {
  height: auto;
}

.t03_mask {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.fp_block {
  min-height: 570px;
  background-color: #5b3acc;
  justify-content: center;
  align-items: center;
  padding: 55px 5%;
  display: flex;
}

.temp02_hero {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hero-wave-tall.svg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5% 95px;
  display: flex;
}

.temp02_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h02_dashboard {
  width: 100%;
  max-width: 80%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe08_paragraph {
  text-align: center;
}

.fe08_h5 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.m03_title {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.m04_icon {
  width: 50px;
  margin-bottom: 15px;
}

.m05_icon {
  width: 25px;
  margin-bottom: 15px;
}

.m01 {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 38px 25px;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.m02_title {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.m02 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.m02_button {
  width: 100%;
  min-width: 130px;
  background-color: var(--neon-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m02_button:hover {
  background-color: #5375ee;
}

.m06 {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.p03_tabs {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.shadow_column {
  width: 20%;
}

.details_wrap_02 {
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.s1_shadow {
  height: 140px;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  display: block;
  box-shadow: 0 2px 5px rgba(118, 126, 173, .08);
}

.s2_shadow {
  height: 140px;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  display: block;
  box-shadow: 0 5px 8px rgba(118, 126, 173, .08);
}

.s3_shadow {
  height: 140px;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  display: block;
  box-shadow: 0 5px 16px rgba(118, 126, 173, .08);
}

.s4_shadow {
  height: 140px;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  display: block;
  box-shadow: 0 20px 40px rgba(118, 126, 173, .08);
}

.s5_shadow {
  height: 140px;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  display: block;
  box-shadow: 0 30px 60px rgba(118, 126, 173, .12);
}

.is1_shadow {
  height: 140px;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-right: 25px;
  display: block;
  box-shadow: inset -1px 1px 2px rgba(118, 126, 173, .05);
}

.is2_shadow {
  height: 140px;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-right: 25px;
  display: block;
  box-shadow: inset -1px 1px 3px rgba(118, 126, 173, .12);
}

.is3_shadow {
  height: 140px;
  max-width: 170px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-right: 25px;
  display: block;
  box-shadow: inset -4px 4px 8px rgba(118, 126, 173, .12);
}

.lnd_content {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 5%;
}

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

.lnd_button {
  min-height: 45px;
  background-color: var(--blue-violet);
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.lnd_button:hover {
  color: #fff;
  background-color: #6c3add;
}

.lnd_button_explore {
  min-height: 45px;
  min-width: 160px;
  box-shadow: none;
  color: rgba(10, 31, 68, .53);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px dashed #e0e4df;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.lnd_button_explore:hover {
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
  border-style: solid;
  border-color: #fff;
}

.lnd_paragraph {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.lnd_service_wrap {
  width: 23%;
  height: 100%;
  min-height: 320px;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 25px 25px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.lnd_service_wrap:hover {
  border-color: var(--medium-sea-green);
}

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

.lnd_service_icon {
  width: 65px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 15px;
  right: 0%;
}

.lnd_link_text {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.link {
  color: var(--blue-violet);
  text-decoration: none;
}

.lnd_content_block {
  width: 50%;
  min-height: 200px;
  padding-left: 15px;
}

.lnd_h4 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 45px;
}

.lnd_icon {
  margin-bottom: 15px;
}

.lnd_container {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lnd_img_block {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.t01 {
  min-height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.t01_container {
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.t01_h3 {
  max-width: 640px;
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 38px;
}

.t01_quote {
  color: var(--silver-2);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 80px;
  line-height: 50px;
}

.t05_job_title {
  color: var(--silver-2);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

.t01_name {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
}

.t02_container {
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t02_avatar {
  width: 65px;
  height: 65px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t04_slider_arrow {
  width: 8px;
}

.t04_block {
  height: 100%;
  min-height: 350px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px 20px;
  position: relative;
  box-shadow: 1px 1px 20px rgba(195, 198, 213, .09);
}

.t04_avatar {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 10px;
  position: relative;
}

.t04_avatar_02 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
}

.t02 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 70px 5%;
  display: block;
  overflow: hidden;
}

.lnd_span {
  color: var(--midnight-blue);
  font-weight: 500;
}

.lnd_btn {
  min-height: 35px;
  background-color: var(--honeydew);
  box-shadow: none;
  color: var(--medium-sea-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  margin-left: 0;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

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

.main_img_wrap {
  width: 100%;
  max-width: 550px;
  min-width: 500px;
  justify-content: center;
  align-items: center;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.lnd_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

.lnd_container_flex {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lnd_link_arrow {
  width: 15px;
  filter: invert();
}

.lnd_check_wrap {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lnd_checks {
  margin-top: 25px;
  margin-bottom: 25px;
}

.lnd_hero_block {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lnd_hero {
  height: 85vh;
  min-height: 710px;
  border-bottom: 1px solid var(--white-smoke);
  background-image: url('../images/forest_hero.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 120px;
  display: flex;
}

.lnd_badge {
  max-width: 200px;
  min-height: 35px;
  min-width: 120px;
  background-color: var(--honeydew);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 15px 5px 5px;
  display: flex;
}

.lnd_badge_text {
  color: var(--medium-sea-green);
  letter-spacing: 1px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 700;
}

.lnd_badge_circle {
  width: 30px;
  height: 30px;
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ldn_h1 {
  max-width: 630px;
  color: var(--midnight-blue);
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
}

.lnd-cta {
  min-height: 500px;
  background-color: var(--blue-violet);
  background-image: url('../images/flowbase_wave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.h01 {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/header.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 5% 0;
  display: flex;
}

.h01_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h01_tag {
  min-height: 30px;
  min-width: 120px;
  background-color: #fff7e9;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.h01_tag_text {
  color: rgba(255, 171, 0, .7);
  margin-left: 10px;
  font-weight: 700;
}

.h01_h1 {
  max-width: 610px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 46px;
}

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

.h01_button {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #6165ff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px 52px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.h01_tag_c {
  width: 25px;
  height: 25px;
  background-color: #ffab00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h01_tag_t {
  color: #fff;
  font-family: Sfprodisplay;
  font-weight: 600;
}

.h01_span_highlight {
  color: #ffab00;
}

.h01_dashboard {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.h04 {
  min-height: 650px;
  background-color: var(--blue-violet);
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
  position: relative;
}

.h04_h1 {
  max-width: 610px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
}

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

.h04_block {
  width: 50%;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h04_title {
  max-width: 500px;
  color: #ddd;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.h04_button {
  max-height: 40px;
  min-height: 35px;
  min-width: 150px;
  background-color: var(--honeydew);
  box-shadow: none;
  color: var(--medium-sea-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.h04_button:hover {
  background-color: #d6eee0;
}

.h05 {
  min-height: 650px;
  background-color: var(--blue-violet);
  justify-content: center;
  align-items: center;
  padding: 70px 5%;
  display: flex;
  position: relative;
}

.h05_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h05_h1 {
  max-width: 610px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 46px;
}

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

.h05_form_base {
  width: 100%;
  max-width: 560px;
  background-color: rgba(245, 247, 253, .09);
  border-radius: 10px;
  margin-top: 15px;
  padding: 25px;
}

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

.h05_input {
  max-width: 330px;
  min-height: 48px;
  background-color: #fafbfc;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

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

.h05_button {
  min-height: 48px;
  background-color: var(--orange);
  letter-spacing: 1px;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
}

.fp_h1 {
  color: #fff;
  margin-top: 0;
  font-size: 54px;
  line-height: 60px;
}

.tag-d2 {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: #4e5d78;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag-cirle-d2 {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-d2-text {
  color: #fff;
  margin-left: 10px;
  font-weight: 700;
}

.tag_text_d2 {
  color: var(--dark-slate-blue);
  font-weight: 600;
}

.tag-p2 {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--blue-violet);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag-cirle-p2 {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag_text_p2 {
  color: var(--blue-violet);
  font-weight: 600;
}

.h02 {
  min-height: 90vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Group-32.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 130px 5% 0;
  display: flex;
}

.h02_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h02_h1 {
  max-width: 610px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 46px;
}

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

.h02_button {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #6165ff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 10px 52px;
  font-size: 13px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.lnd_cta_text_wrap {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lnd_container_main {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-button {
  max-width: 220px;
  min-height: 45px;
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6836db;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.cta-button:hover {
  background-color: var(--blue-violet);
  color: #fff;
}

.lnd_faq {
  padding: 180px 5% 120px;
}

.f08_social {
  width: 35px;
  height: 35px;
  background-color: var(--blue-violet);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 10px;
  display: flex;
  position: relative;
}

.f08_column {
  width: 20%;
  min-height: 200px;
  display: block;
}

.f08_link {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.f08_input {
  min-height: 45px;
  color: #7b92b5;
  border: 1px solid #c6dce5;
  border-radius: 50px;
}

.f08_wrap {
  border-bottom: 1px #e6e6e6;
  padding: 100px 5%;
  position: relative;
}

.f08_paragraph {
  max-width: 500px;
  color: #142c65;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.f08 {
  background-color: #fff;
}

.f08_button {
  min-height: 45px;
  background-color: var(--blue-violet);
  border-radius: 50px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  left: -35px;
}

.f08_column_large {
  width: 40%;
  min-height: 200px;
}

.f08_social_wrap {
  display: flex;
}

.f08_legal_wrap {
  min-height: 50px;
  border-top: 1px solid var(--white-smoke);
  background-color: #fff;
  padding: 18px 5%;
}

.f07_logo {
  margin-bottom: 25px;
}

.lnd_cta_tex_plain {
  font-weight: 500;
}

.lnd_heading_link {
  color: var(--ghost-white);
  text-decoration: none;
}

.h03 {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hero-wave-tall.svg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 90px 5% 0;
  display: flex;
}

.h03_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h03_h1 {
  max-width: 610px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 46px;
}

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

.h03_tag {
  min-height: 30px;
  min-width: 120px;
  background-color: var(--honeydew);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.h03_tag_text {
  color: rgba(56, 203, 137, .51);
  margin-left: 10px;
  font-weight: 700;
}

.h03_span_highlight {
  color: var(--medium-sea-green);
}

.h03_tag_c {
  width: 25px;
  height: 25px;
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h03_input {
  max-width: 330px;
  min-height: 48px;
  background-color: #fafbfc;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

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

.h03_button {
  min-height: 48px;
  background-color: var(--medium-sea-green);
  letter-spacing: 1px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 500;
}

.h03_form {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.h03_form_block {
  width: 100%;
}

.h03_img {
  width: 500px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.h04_button_wrap {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.h04_link_plain {
  color: var(--ghost-white);
  text-decoration: none;
}

.h02_tag {
  min-height: 30px;
  min-width: 120px;
  background-color: #fff7e9;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.h02_tag_text {
  color: rgba(255, 171, 0, .7);
  margin-left: 10px;
  font-weight: 700;
}

.h02_tag_t {
  color: #fff;
  font-weight: 600;
}

.h02_span_highlight {
  color: #ffab00;
}

.h02_tag_c {
  width: 25px;
  height: 25px;
  background-color: #ffab00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h06_container {
  max-width: 1140px;
  flex: 1;
  display: flex;
}

.h06_block {
  width: 50%;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

.h06_icon_block {
  width: 33.3333%;
  min-height: 110px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.h06_icon_base {
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.h06_icon_text {
  color: var(--ghost-white);
  font-size: 15px;
  font-weight: 500;
}

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

.h07 {
  height: 75vh;
  min-height: 750px;
  background-color: var(--blue-violet);
  background-image: url('../images/5af2e3301b12597fee306297_main-hero.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h07_container {
  max-width: 1140px;
  flex: 1;
}

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

.h06_text {
  max-width: 560px;
  color: var(--ghost-white);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.h07_form {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.h07_button {
  min-height: 48px;
  letter-spacing: 1px;
  background-color: #6d3fd8;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 500;
}

.h07_input {
  max-width: 330px;
  min-height: 48px;
  background-color: #fafbfc;
  border: 1.5px #e2e4e9;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

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

.h08 {
  height: 90vh;
  min-height: 600px;
  background-color: var(--ghost-white);
  background-image: url('../images/5af2e3301b12597fee306297_main-hero.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h08_button {
  max-height: 40px;
  max-width: 160px;
  min-height: 35px;
  min-width: 150px;
  background-color: var(--blue-violet);
  box-shadow: none;
  color: var(--ghost-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.h08_button:hover {
  background-color: #6b39dd;
}

.h08_title {
  max-width: 500px;
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.h05_text_span {
  color: #fff;
}

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

.h08_text {
  max-width: 410px;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.h08_container {
  max-width: 1140px;
  flex: 1;
}

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

.fe01_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 70px auto 35px;
  display: flex;
}

.fe01 {
  min-height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 70px 5%;
  display: block;
}

.fe01_card {
  width: 23%;
  min-height: 310px;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 25px 25px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.fe01_card:hover {
  border-color: var(--medium-sea-green);
}

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

.fe01_icon {
  width: 65px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 15px;
  right: 0%;
}

.fe01_text {
  max-width: 500px;
  margin-bottom: 18px;
  line-height: 25px;
}

.fe02 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3% 130px;
  display: block;
}

.fe02_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe02_card {
  width: 24%;
  min-height: 100px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 15px 25px;
  transition: all .2s ease-in;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 55px rgba(137, 173, 255, .35);
}

.fe02_card:hover {
  transform: translate(0, -5px);
}

.fe03 {
  min-height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: block;
}

.fe03_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe03_icon {
  width: 55px;
  box-shadow: 1px 1px 3px 0 var(--white-smoke);
  border-radius: 100px;
  margin-bottom: 25px;
}

.fe03_text {
  max-width: 500px;
  text-align: center;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 25px;
}

.fe03_card {
  width: 24%;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 12px;
  transition: all .2s;
  display: flex;
}

.fe03_card:hover {
  box-shadow: 7px 7px 55px 0 var(--white-smoke);
  transform: translate(0, -4px);
}

.fe03_h3 {
  color: #2e3280;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

.fe04 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: block;
}

.fe04_container {
  max-width: 800px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe04_card {
  width: 20%;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .25s;
  display: flex;
  position: relative;
}

.fe04_card:hover {
  border-radius: 10px;
}

.fe04_icon {
  width: 65px;
  height: 65px;
  background-color: rgba(227, 217, 252, .56);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe04_icon_2 {
  width: 65px;
  height: 65px;
  background-color: #e6edff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe04_icon_3 {
  width: 65px;
  height: 65px;
  background-color: #e9f9f0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe04_icon_4 {
  width: 65px;
  height: 65px;
  background-color: #fffaf1;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe04_icon_5 {
  width: 65px;
  height: 65px;
  background-color: #fff3f1;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fe05 {
  min-height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: block;
}

.fe01_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.fe01_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.fe02_title {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fe03_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.fe03_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.fe04_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fe04_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.fe04_icon_text {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}

.fe05_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe05_h2 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
}

.fe05_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.fe05_text {
  max-width: 500px;
  text-align: center;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.fe05_row {
  margin-bottom: 25px;
}

.fe05_card {
  min-height: 230px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
}

.fe05_container {
  max-width: 1140px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe06 {
  min-height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: block;
}

.fe06_container {
  max-width: 1140px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe06_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fe06_title {
  max-width: 500px;
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

.fe06_h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

.fe06_text {
  max-width: 500px;
  text-align: left;
  margin-bottom: 18px;
  line-height: 25px;
}

.line {
  width: 1px;
  min-height: 55px;
  background-color: #d8dcee;
  margin: 25px auto;
}

.cta-header {
  max-width: 710px;
  color: var(--ghost-white);
  text-align: center;
  margin: 0 auto;
  font-size: 34px;
  line-height: 41px;
}

.lnd_cta_bar {
  max-width: 760px;
  min-height: 70px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: -38px;
  bottom: auto;
  left: 25px;
  right: 25px;
  overflow: hidden;
  box-shadow: 0 0 40px 3px rgba(118, 126, 173, .08);
}

.p03_icon {
  margin-right: 10px;
}

.fe07_card {
  width: 32%;
  min-height: 380px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px 20px;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(145, 158, 190, .16);
}

.fe07_card:hover {
  transform: translate(0, -4px);
}

.fe07_images {
  width: 55px;
  margin-bottom: 15px;
}

.fe07_button {
  min-height: 45px;
  min-width: 160px;
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
  letter-spacing: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.fe07 {
  min-height: 500px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: block;
}

.fe07_text {
  max-width: 500px;
  text-align: center;
  margin-bottom: 18px;
}

.fe07_h4 {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 35px;
}

.fe07_container {
  max-width: 1140px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.fe07_title {
  max-width: 500px;
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.fe07_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe07_card_wrap {
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin: 55px auto;
  display: flex;
}

.h09_container {
  max-width: 1140px;
  flex: 1;
}

.h09_title {
  max-width: 500px;
  color: var(--silver);
  text-align: left;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.h09_h1 {
  max-width: 500px;
  color: var(--ghost-white);
  margin-top: auto;
  margin-bottom: 10px;
  font-size: 52px;
}

.h09_text {
  max-width: 410px;
  color: var(--lavender-2);
  text-align: left;
  margin-bottom: 25px;
  margin-right: auto;
  font-size: 17px;
  display: block;
}

.h09_button_wrap {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.h09_link {
  color: var(--honeydew);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.h10 {
  height: 85vh;
  min-height: 750px;
  background-color: var(--blue-violet);
  background-image: url('../images/waves.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.h10_text {
  max-width: 500px;
  color: var(--ghost-white);
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}

.h10_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.h10_button {
  background-color: var(--ghost-white);
  color: var(--blue-violet);
  letter-spacing: 1px;
  border: 1px #6165ff;
  border-radius: 100px;
  margin-right: 10px;
  padding: 12px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.h11 {
  min-height: 85vh;
  background-color: #f8fcff;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.h11_title {
  max-width: 500px;
  color: var(--ghost-white);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
}

.h11_slide_base {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.h11_slide_one {
  background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(255, 255, 255, 0)), url('../images/2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h11_h1 {
  max-width: 610px;
  color: var(--ghost-white);
  text-align: center;
  margin: 0 auto 15px;
  font-size: 48px;
}

.h11_text {
  max-width: 560px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h11_button {
  background-color: var(--blue-violet);
  color: #fff;
  border: 1px solid #6165ff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 52px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.h11_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h11_slide_two {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h12 {
  min-height: 60vh;
  background-image: url('../images/template_bg.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 110px 5%;
  display: block;
  position: relative;
}

.h12_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h12_h1 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.h12_text {
  max-width: 560px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h12_button {
  color: var(--neon-blue);
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 52px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.h12_image {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h13 {
  min-height: 670px;
  background-color: #fff;
  background-image: url('../images/template_bg.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h13_h1 {
  max-width: 500px;
  color: #33334f;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
}

.h13_title {
  max-width: 500px;
  color: var(--neon-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.h13_block {
  width: 60%;
  max-width: 700px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.h14 {
  min-height: 90vh;
  background-color: #fff;
  background-image: url('../images/side-shape-2.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 70px 5%;
  display: flex;
  position: relative;
}

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

.h14_text {
  max-width: 410px;
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 15px;
  margin-right: auto;
  font-size: 17px;
  display: block;
}

.h14_title {
  max-width: 500px;
  color: var(--blue-violet);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.h14_btn {
  max-height: 40px;
  min-height: 35px;
  min-width: 150px;
  background-color: var(--honeydew);
  box-shadow: none;
  color: var(--medium-sea-green);
  letter-spacing: .2px;
  text-transform: uppercase;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.h14_btn:hover {
  background-color: #d6eee0;
}

.lnd_navigation {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  display: block;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

.lnd_nav_link_wrap, .lnd_nav_left, .lnd_nav_right {
  align-items: center;
  display: flex;
}

.lnd_toggle {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

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

.lnd_nav_link {
  color: #201b3d;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s;
}

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

.lnd_nav_container {
  max-width: 1140px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab01 {
  background-color: #fff;
  padding: 100px 5%;
}

.tab01_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab02_image {
  border-radius: 9px;
  position: relative;
}

.tab01_content {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.c09_icon_circle {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 6px 6px 13px rgba(164, 174, 175, .17);
}

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

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

.module_wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.lnd_h1_faq {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.lnd_text_faq {
  max-width: 610px;
  text-align: center;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 25px;
}

.lnd_badge_faq {
  min-height: 35px;
  background-color: var(--honeydew);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px 5px 5px;
  display: flex;
}

.lnd_badge_faq_text {
  color: var(--medium-sea-green);
  margin-left: 8px;
  font-weight: 700;
}

.lnd_badge_faq_circle {
  width: 30px;
  height: 30px;
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lnd_footer {
  min-height: 400px;
  background-color: var(--white);
  padding: 100px 5%;
}

.lnd_faq_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-header {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-header.noselect {
  color: #11164d;
  font-size: 17px;
  font-weight: 500;
}

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

.temp01_link_01 {
  color: var(--blue-violet);
}

.lnd_container_hero {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lnd_nav_line_2 {
  width: 1px;
  height: 100%;
  min-height: 31px;
  background-color: var(--white-smoke);
  margin-left: 10px;
  margin-right: 5px;
}

.lnd_dropdown_base {
  min-width: 790px;
  flex-direction: row;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 14px 40px 5px rgba(118, 126, 173, .1);
}

.lnd_dropdown_list {
  background-color: rgba(0, 0, 0, 0);
}

.lnd_dropdown_list.w--open {
  background-color: rgba(0, 0, 0, 0);
  left: -125px;
}

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

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

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

.lnd_content_800 {
  max-width: 800px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.lnd_button_4 {
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 30px;
  margin-left: 0;
  padding: 12px 35px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
}

.lnd_top_wrap {
  border-bottom: 1px solid rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.lnd_footer_caption {
  color: var(--midnight-blue);
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

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

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

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

.c01_paragraph {
  max-width: none;
  flex: 0 auto;
  margin-bottom: 20px;
  line-height: 25px;
  display: flex;
}

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

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

.c02 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c02_block {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.c02_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.c02_button {
  max-width: 250px;
  min-height: 50px;
  min-width: 140px;
  background-color: var(--blue-violet);
  color: #fff;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c02_button:hover {
  background-color: #6d3be0;
}

.c02_title {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.c02_h3 {
  max-width: 480px;
  color: #33334f;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c02_check_wrap {
  margin-bottom: 35px;
}

.c02_container {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c03_block {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 55px;
  display: flex;
  position: relative;
}

.c03_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c03_h3 {
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 45px;
}

.c03_check_wrap {
  margin-bottom: 35px;
}

.c03_text {
  max-width: 560px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
}

.check-icon {
  width: 20px;
  margin-right: 12px;
}

.c03_app_wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.c03_google {
  border-radius: 8px;
}

.c03_apple {
  border-radius: 8px;
  margin-left: 15px;
}

.c03 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c03_container {
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.c04_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c04_block {
  width: 50%;
  min-height: 200px;
}

.c04_top {
  align-items: flex-start;
  margin-bottom: 55px;
  display: flex;
}

.c04_container {
  max-width: 1140px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.c04_button {
  min-height: 50px;
  min-width: 140px;
  background-color: var(--blue-violet);
  color: #fff;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c04_button:hover {
  background-color: #5b56e0;
}

.c04_block_right {
  width: 50%;
  height: 100%;
  clear: both;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 80px;
  display: flex;
}

.c05_paragraph {
  max-width: 560px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 25px;
}

.c05_container {
  max-width: 1170px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.p02 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: block;
}

.p02_container {
  max-width: 1140px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p02_h2 {
  color: #0a1f44;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
}

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

.p02_h3 {
  color: #0a1f44;
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.p02_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.p01 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  display: block;
}

.p01_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p01_title {
  max-width: 500px;
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.p01_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

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

.p01_pane {
  padding-top: 55px;
  padding-bottom: 35px;
}

.p03 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: block;
}

.p03_pricing_type {
  color: var(--silver-2);
  letter-spacing: 1px;
  font-weight: 400;
}

.p03_pricing_text {
  color: var(--midnight-blue);
  font-size: 15px;
}

.p03_button_wrap {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p03_button {
  width: 60%;
  min-width: 170px;
  border: 1px solid var(--white-smoke);
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s;
}

.p03_button:hover {
  background-color: var(--blue-violet);
  color: #fff;
}

.p03_tabs_menu {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.p03_tab {
  min-width: 135px;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.p03_tab.w--current {
  background-color: var(--blue-violet);
  color: #fff;
  border-radius: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 600;
}

.p03_title_wrap {
  margin-bottom: 15px;
}

.p03_pricing_type_02 {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
}

.p03_pricing_tag {
  min-height: 30px;
  min-width: 60px;
  background-color: var(--blue-violet);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.p03_container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p03_pricing_line {
  width: 100%;
  height: 1px;
  background-color: var(--white-smoke);
  margin-bottom: 35px;
}

.p03_pricing_wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.p03_pricing_details_wrap {
  color: var(--blue-violet);
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p03_pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p03_check_wrap {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.p03_pricing_card {
  width: 32%;
  max-width: 430px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 35px 35px;
  display: flex;
}

.p03_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin: 0 auto 45px;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.p04 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: block;
}

.cl01_logo_wrap {
  height: 100%;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cl01_image {
  width: 200px;
}

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

.cl01_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

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

.cl02_logo_wrap {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cl02_logo_img {
  width: 140px;
}

.cl02_logo {
  width: 25%;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.cl03_container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cl03_logo_wrap {
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cl04_logo_img {
  width: 130px;
}

.cl04_h3 {
  max-width: 480px;
  color: #33334f;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 38px;
  line-height: 45px;
}

.temp01_h3_centre {
  color: var(--midnight-blue);
  text-align: center;
  margin: 0 auto 25px;
  font-size: 38px;
  line-height: 45px;
}

.temp01_tag {
  min-height: 30px;
  min-width: 170px;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 2px 10px 9px rgba(235, 236, 240, .48);
}

.temp01_tag_cta {
  color: var(--blue-violet-2);
  margin-left: 10px;
  font-weight: 700;
}

.temp01_span {
  color: var(--blue-violet);
}

.temp01_paragraph {
  max-width: 560px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t05 {
  min-height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: block;
}

.t05_col_1 {
  width: 33%;
  min-height: 350px;
  border-top: 1px solid #ebecf0;
  border-bottom: 1px solid #ebecf0;
  border-left: 1px solid #ebecf0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 24px;
}

.t05_author_wrap {
  align-items: center;
  display: flex;
}

.t05_author_name_wrap {
  padding-left: 10px;
}

.t05_col_2 {
  width: 33%;
  min-height: 350px;
  border: 1px solid #ebecf0;
  padding: 24px;
}

.t05_col_3 {
  width: 33%;
  min-height: 350px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebecf0 var(--white-smoke) var(--white-smoke) var(--white-2);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 24px;
}

.h04_container {
  max-width: 1140px;
  flex: 1;
  display: flex;
}

.h05_tag {
  min-height: 30px;
  min-width: 120px;
  background-color: #fff7e9;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.h05_span_highlight {
  color: #ffab00;
}

.h05_title {
  max-width: 410px;
  color: rgba(255, 255, 255, .65);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: block;
}

.cta01 {
  min-height: 480px;
  background-color: var(--blue-violet);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cta01_h2 {
  max-width: 710px;
  color: var(--ghost-white);
  text-align: center;
  margin: 0 auto 25px;
  font-size: 33px;
}

.cta01_button {
  max-height: 45px;
  max-width: 220px;
  min-height: 45px;
  background-color: var(--ghost-white);
  box-shadow: none;
  color: var(--blue-violet);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.cta01_button:hover {
  color: #fff;
  background-color: #6433d6;
}

.cta01_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta01_bar {
  max-width: 760px;
  min-height: 70px;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: -38px;
  bottom: auto;
  left: 25px;
  right: 25px;
  overflow: hidden;
  box-shadow: 5px 5px 15px 3px rgba(78, 93, 120, .13);
}

.cta01_bar_image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta02 {
  min-height: 480px;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta02_container {
  max-width: 1140px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta02_h2 {
  max-width: 710px;
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-size: 33px;
  line-height: 40px;
}

.cta02_button {
  width: 100%;
  max-width: 240px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #6735d8;
  border-radius: 4px;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.cta03_h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
}

.cta03_paragraph {
  max-width: 410px;
  color: #f1f1f1;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  display: block;
}

.cta03_input {
  max-width: 380px;
  min-height: 55px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
}

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

.cta03_button {
  min-height: 55px;
  color: var(--blue-violet);
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 500;
}

.cta03_light_paragraph {
  max-width: 410px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq01 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.faq01_block {
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  border-bottom: 1px solid var(--white-smoke);
  cursor: pointer;
  align-items: center;
  padding: 10px 30px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq01_click_wrap {
  margin-bottom: 15px;
}

.faq01_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq01-comment {
  height: 0;
  padding-top: 15px;
  overflow: hidden;
}

.faq01_paragraph {
  color: var(--dark-slate-blue);
  margin-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.faq01_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 5%;
}

.faq02 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.faq02_block {
  width: 100%;
  min-height: 70px;
  min-width: 400px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #ebecf0 #ebecf0 var(--white-smoke);
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  padding: 20px 30px 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq02_block.faq02_middle_block {
  border-right-style: solid;
  border-radius: 0;
}

.faq02-comment {
  border-top: 1px #ebecf0;
  border-left: 1px solid #ebecf0;
  border-right: 1px solid #ebecf0;
  padding-top: 5px;
  padding-right: 25px;
  overflow: hidden;
}

.faq02-comment.faq02_bottom_block {
  border-bottom: 1px solid var(--white-smoke);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 8px;
}

.faq02_paragraph {
  color: var(--light-slate-grey);
  margin-top: 14px;
  margin-left: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
}

.faq02_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq02_h6 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.faq02_h6.noselect {
  font-size: 17px;
  font-weight: 500;
}

.faq02_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 5%;
}

.temp01_hero {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/header.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 145px 5% 0;
  display: flex;
}

.temp01_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.temp01_h1 {
  max-width: 610px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 46px;
}

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

.temp01_image {
  max-width: 650px;
  border-radius: 10px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 60px 30px rgba(118, 126, 173, .12);
}

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

.temp01_title_centre {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.temp01_logo_wrap {
  height: 100%;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.temp01_logo {
  width: 25%;
  padding: 25px 35px;
  display: inline-block;
}

.temp01_container_block {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.temp01_content_01 {
  background-color: #fff;
  background-image: linear-gradient(#fff, rgba(213, 223, 247, .65));
  justify-content: center;
  align-items: center;
  padding: 40px 5% 60px;
  display: flex;
}

.temp01_tag_hero {
  min-height: 30px;
  min-width: 120px;
  background-color: #fff7e9;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.temp01_tag_text {
  color: rgba(255, 171, 0, .7);
  margin-left: 10px;
  font-weight: 700;
}

.temp01_tag_c {
  width: 25px;
  height: 25px;
  background-color: #ffab00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.temp01_logo_image {
  width: 200px;
}

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

.temp01_content_image {
  width: 100%;
  max-width: 650px;
}

.temp01_cta {
  min-height: 440px;
  background-color: var(--blue-violet);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
  position: relative;
}

.temp01_h4 {
  max-width: 710px;
  color: var(--ghost-white);
  text-align: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  line-height: 42px;
}

.temp01_button_primary {
  max-height: 45px;
  max-width: 220px;
  min-height: 45px;
  box-shadow: none;
  color: var(--blue-violet);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.temp01_button_primary:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .09);
}

.temp01_content_02 {
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.temp01_container_02 {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  margin-bottom: 91px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.temp01_block_60 {
  width: 55%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.temp01_block_40 {
  width: 45%;
  padding-left: 25px;
  position: relative;
}

.temp01_image_content {
  width: 500px;
}

.temp01_h3 {
  max-width: 360px;
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 45px;
}

.temp01_button_main {
  max-height: 45px;
  max-width: 180px;
  min-height: 45px;
  background-color: var(--blue-violet);
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.temp01_button_main:hover {
  color: #fff;
  background-color: #6b37e0;
}

.temp01_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.temp01_faq {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 55px 5%;
  display: flex;
}

.temp01_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t05_quote {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 37px;
}

.t05_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t05_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin: 0 auto 25px;
  font-size: 36px;
  line-height: 45px;
}

.h05_tag_c {
  width: 25px;
  height: 25px;
  background-color: #ffab00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h05_tag_text {
  color: rgba(255, 171, 0, .7);
  margin-left: 10px;
  font-weight: 700;
}

.h05_tag_t {
  color: #fff;
  font-weight: 600;
}

.lnd_button_wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.lnd_title_wrap {
  margin-bottom: 55px;
}

.c05_button {
  max-width: 170px;
  min-height: 50px;
  min-width: 140px;
  background-color: var(--blue-violet);
  color: #fff;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c05_button:hover {
  background-color: #6c3adf;
}

.c06 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c06_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin: 0 auto 25px;
  font-size: 42px;
  line-height: 45px;
}

.c06_paragraph {
  max-width: 560px;
  text-align: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.c06_tag {
  min-height: 30px;
  min-width: 170px;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 2px 10px 9px rgba(235, 236, 240, .48);
}

.c06_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c06_image {
  width: 100%;
  max-width: 650px;
}

.c03_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.c02_check_text {
  max-width: 560px;
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.c02_check_icon {
  width: 15px;
  margin-right: 12px;
}

.c01_focus_colour {
  color: var(--blue-violet);
}

.c02_button_text, .c04_button_text {
  margin-right: 8px;
}

.c05_focus {
  color: var(--blue-violet);
}

.c05_button_text {
  margin-right: 8px;
}

.c06_tag_text {
  color: var(--blue-violet);
  margin-left: 10px;
  font-weight: 700;
}

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

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

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

.c07_block {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.c07_button {
  max-width: 170px;
  min-height: 50px;
  min-width: 140px;
  color: #fff;
  background-color: #6165ff;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 11px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c07_button:hover {
  background-color: #5b56e0;
}

.c07_button_text {
  letter-spacing: 1px;
  margin-right: 8px;
}

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

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

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

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

.c07_line {
  height: 1px;
  max-width: 1140px;
  background-color: var(--white-smoke);
  margin: 45px auto;
  display: block;
}

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

.c08_h3 {
  color: var(--midnight-blue);
  margin: 0 auto 15px;
  line-height: 45px;
}

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

.c08_title {
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

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

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

.c06_text_span {
  color: var(--blue-violet);
}

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

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

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

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

.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 {
  height: auto;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

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

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

.temp02_h2 {
  max-width: 610px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 50px;
}

.tab01_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.tab01_paragraph {
  max-width: 560px;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

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

.tab02_title {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}

.tab02_menu {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab02_link {
  max-width: 200px;
  box-shadow: none;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 12px 20px;
  transition: all .25s;
  display: flex;
}

.tab02_link:hover {
  color: #fff;
}

.tab02_link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tab02_icon {
  width: 55px;
  height: 55px;
  background-color: rgba(227, 217, 252, .56);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab02 {
  background-color: #fff;
  padding: 100px 5%;
}

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

.tab01_title_wrap, .tab02_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.tab02_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.tab02_paragraph {
  max-width: 560px;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.lnd_cta_image {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lnd_social_wrap {
  float: right;
}

.lnd_footer_text {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.h08_pattern {
  max-height: 250px;
  max-width: 250px;
  position: absolute;
  top: 105px;
  bottom: 0;
  left: -72px;
  right: 113px;
}

.h08_pattern_02 {
  z-index: 2;
  position: absolute;
  top: -97px;
  right: 32px;
}

.h14_block {
  width: 50%;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h14_container {
  max-width: 1140px;
  flex: 1;
  display: flex;
}

.h13_paragraph {
  max-width: 410px;
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 15px;
  margin-right: auto;
  font-size: 17px;
  display: block;
}

.h13_button {
  max-height: 40px;
  min-height: 35px;
  min-width: 150px;
  background-color: var(--neon-blue);
  box-shadow: none;
  color: var(--ghost-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.h13_button:hover {
  background-color: #5276f3;
}

.c04_columns {
  margin-bottom: 30px;
}

.c09_check {
  width: 20px;
}

.fe02_icon {
  width: 50px;
  margin-right: 15px;
}

.fe02_tag {
  min-height: 30px;
  min-width: 120px;
  background-color: var(--honeydew);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 20px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.fe02_tag_text {
  color: rgba(56, 203, 137, .51);
  margin-left: 10px;
  font-weight: 700;
}

.fe02_span_highlight {
  color: var(--medium-sea-green);
}

.fe02_tag_c {
  width: 25px;
  height: 25px;
  background-color: var(--medium-sea-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f02_tag_icon {
  color: #fff;
  font-weight: 600;
}

.fe01_span {
  color: var(--midnight-blue);
  font-weight: 500;
}

.fe03_line {
  width: 1px;
  min-height: 55px;
  background-color: #d8dcee;
  margin: 25px auto;
}

.fe08 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.fe08_title {
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.fe08_h4 {
  max-width: 480px;
  color: #33334f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 36px;
}

.t01_span {
  color: var(--blue-violet);
}

.t02_name {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.t02_paragraph {
  text-align: center;
  margin-bottom: 39px;
}

.t04_job_titlle {
  color: var(--blue-violet);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}

.t05_paragraph {
  color: var(--dark-slate-blue);
  margin-bottom: 30px;
}

.t05_name {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.t05_title {
  max-width: 500px;
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.t05_avatar {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.cta04 {
  background-color: #fff;
}

.cta04_wrap {
  min-height: 480px;
  background-color: var(--blue-violet);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 100px 15px;
  display: flex;
}

.cta03_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta03_form_base {
  width: 100%;
  max-width: 530px;
  border-radius: 20px;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.cta04_paragraph {
  max-width: 430px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 17px;
}

.cta04_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta04_h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
}

.cta04_title, .cta03_title {
  max-width: 500px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.cta04_button {
  max-width: 240px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #6039b9;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 14px 25px;
  font-size: 12px;
}

.cta05_text_light {
  color: var(--ghost-white);
  font-size: 13px;
  line-height: 18px;
}

.cta05_container {
  max-width: 1140px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta05 {
  min-height: 480px;
  background-color: var(--blue-violet);
  background-image: url('../images/flowbase_wave.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

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

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

.cta01_text_wrap {
  align-items: center;
  display: flex;
}

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

.cta01_text {
  font-weight: 500;
}

.cta01_link {
  text-decoration: none;
}

.cta03_form_block {
  margin-top: 10px;
}

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

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

.te01_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.te01_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

.te01_title_wrap {
  margin-bottom: 35px;
}

.te01_social_icon_space {
  width: 18px;
}

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

.te02_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.te02_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.te03_name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}

.te03_job_title {
  color: #a5a4a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.te03_avatar {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te03_paragraph {
  max-width: 560px;
  min-height: 90px;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

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

.te03_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.te03_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.te03_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.te03_avatar_02 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te03_avatar_03 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te02_team_image_02 {
  width: 150px;
  height: 150px;
  opacity: .07;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.te01_avatar_02 {
  width: 120px;
  height: 120px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te01_avatar_03 {
  width: 120px;
  height: 120px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te01_avatar_04 {
  width: 120px;
  height: 120px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te03_card_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.cl02_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

.fe07_services_temp04 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 40px 5% 20px;
  display: block;
}

.temp04_image {
  width: 55px;
  margin-bottom: 15px;
}

.temp04_h4 {
  color: #142c65;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 35px;
}

.temp04_paragraph {
  max-width: 500px;
  text-align: center;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.temp04_button {
  max-width: 170px;
  min-height: 45px;
  min-width: 160px;
  background-color: var(--floral-white);
  color: var(--orange);
  letter-spacing: 1px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.temp04_title {
  max-width: 500px;
  color: var(--orange);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

.temp04_content {
  background-color: #fff;
  align-items: center;
  padding: 90px 5% 120px;
  display: flex;
}

.temp04_button_02 {
  min-height: 50px;
  min-width: 140px;
  background-color: var(--orange);
  color: #fff;
  border: 1px rgba(23, 48, 73, .18);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.temp04_button_02:hover {
  background-color: #f3a402;
}

.temp04_h3 {
  max-width: 480px;
  color: #33334f;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.temp04_focus_span {
  color: var(--orange);
}

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

.t02_mask {
  overflow: hidden;
}

.c06_link {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.c06_link_text {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.c06_link_arrow {
  width: 15px;
  filter: invert();
}

.fe08_container {
  max-width: 1140px;
  flex-flow: column wrap;
  flex: 1;
  align-items: center;
  display: flex;
}

.fe08_card {
  width: 33.3333%;
  min-height: 220px;
  border: 1px solid var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 35px 40px;
  transition: all .2s;
  display: flex;
}

.fe08_card:hover {
  box-shadow: 11px 11px 32px rgba(235, 236, 240, .38);
}

.fe08_title_wrap {
  margin-bottom: 55px;
}

.fe06_icon_02 {
  width: 50px;
  height: 50px;
  background-color: rgba(213, 223, 247, .36);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_icon_03 {
  width: 50px;
  height: 50px;
  background-color: var(--honeydew);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_icon_04 {
  width: 50px;
  height: 50px;
  background-color: var(--floral-white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe08_icon_wrap {
  width: 55px;
  height: 55px;
  box-shadow: 1px 1px 3px 0 var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.fe08_icon-copy {
  width: 20px;
}

.f05_icon_wrap {
  width: 55px;
  height: 55px;
  box-shadow: 1px 1px 3px 0 var(--white-smoke);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.fe05_icon {
  width: 20px;
}

.fe04_link_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.t01_image {
  width: 140px;
}

.t01_job_title {
  color: var(--silver-2);
  letter-spacing: 1px;
  font-weight: 600;
}

.t02_logo {
  width: 120px;
}

.t02_avatar_02 {
  width: 65px;
  height: 65px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t03_avatar_01 {
  width: 65px;
  height: 65px;
  box-shadow: 14px 14px 40px 7px var(--white-smoke);
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
}

.t03_text_block {
  max-width: 420px;
  color: #66748d;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.t03_name {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
}

.t03_logo {
  width: 140px;
  margin-bottom: 5px;
}

.t05_avatar_02 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t05_avatar_03 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t02_slide_arrow_left {
  color: #000;
}

.cta05_button_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta05_button {
  width: 100%;
  max-width: 240px;
  background-color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 500;
}

.cta03_link {
  color: rgba(255, 255, 255, .59);
  transition: color .2s ease-in;
}

.cta03_link:hover {
  color: #fff;
}

.t05_testimoninal_wrap {
  max-width: 1140px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p01_tabs {
  margin-top: 55px;
}

.p01_button_02 {
  border: 1px solid var(--blue-violet);
  background-color: var(--blue-violet);
  color: #f5fafc;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 25px;
  margin-left: 0;
  padding: 12px 35px;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.p05_icon {
  width: 50px;
  margin-bottom: 25px;
}

.p05 {
  background-color: #fff;
  padding: 80px 5%;
}

.lnd_glossary {
  width: 100%;
  max-width: 1030px;
  min-height: 200px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.lnd_component_button {
  width: 13%;
  min-height: 50px;
  min-width: 140px;
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lnd_component_button:hover {
  background-color: #dbf0e4;
}

.lnd_tab_text {
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

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

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

.lnd_card_text_wrap {
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.lnd_card_title {
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

.lnd_link_card {
  text-decoration: none;
  display: flex;
}

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

.lnd_container_02 {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lnd_h6 {
  color: var(--blue-violet);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.lnd_card_template_buy {
  min-height: 260px;
  background-color: var(--blue-violet);
  box-shadow: 1px 1px 25px 0 var(--white-smoke);
  background-image: url('../images/flowbase_wave_1.png');
  background-position: 0 0;
  background-size: 300%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lnd_card_title_white {
  color: var(--ghost-white);
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

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

.lnd_card_text_wrap_02 {
  height: 100%;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.lnd_btn_02 {
  min-height: 35px;
  background-color: var(--honeydew);
  box-shadow: none;
  color: var(--medium-sea-green);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

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

.lnd_card_template_01 {
  min-height: 260px;
  background-color: rgba(255, 255, 255, .4);
  background-image: url('../images/01.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.lnd_title_wrap_02 {
  flex-direction: column;
  margin-bottom: 45px;
  display: flex;
}

.lnd_h6_05 {
  color: var(--blue-violet);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.lnd_card_link {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lnd_component_button_02 {
  width: 13%;
  min-height: 50px;
  min-width: 140px;
  color: var(--blue-violet);
  background-color: rgba(227, 217, 252, .44);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lnd_component_button_02:hover {
  background-color: #e3d9fc;
}

.p02_list {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 20px;
}

.p02_list_item {
  margin-bottom: 10px;
}

.p03_title {
  max-width: 500px;
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.p03_pane {
  padding-top: 35px;
}

.p03_check_full_wrap {
  width: 100%;
}

.p03_top_wrap {
  width: 100%;
  min-height: 105px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p04_title_wrap {
  margin-bottom: 15px;
}

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

.t06_slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
}

.t06_card_base {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem rgba(193, 199, 208, .23);
}

.t06_arrow_right {
  width: 50px;
  height: 50px;
  border: 1px solid var(--silver-2);
  border-radius: 100px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.t06_slider_nav {
  margin-right: 34px;
}

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

.t06_team_wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.t06 {
  min-height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: block;
  overflow: hidden;
}

.t06_stars_wrap {
  margin-bottom: 10px;
}

.t06_star {
  width: 16px;
  margin-right: 6px;
}

.t06_card {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 30px;
  display: flex;
}

.t06_mask {
  width: 40%;
  overflow: visible;
}

.t06_avatar {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_name {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.t06_job {
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

.t06_author {
  align-items: center;
  display: flex;
}

.t06_author_wrap {
  padding-left: 10px;
}

.lnd_nav_col_4 {
  width: 30%;
}

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

.div-block-110-copy {
  height: 50%;
  background-color: var(--blue-violet);
  background-image: url('../images/flowbase_wave_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_details_wrap {
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lnd_h6_white-copy {
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.lnd_card_title_white-copy {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

.c04_button_link, .c05_button_link, .c07_button_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.t06_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin: 0 auto 25px;
  font-size: 36px;
  line-height: 45px;
}

.t06_title {
  max-width: 500px;
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 750px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.b01_h6 {
  line-height: 24px;
}

.b01_link_block {
  margin-top: 25px;
  text-decoration: none;
}

.m01_title {
  color: var(--midnight-blue);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.m01_button_02 {
  min-width: 130px;
  background-color: var(--neon-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m01_button_02:hover {
  background-color: #5375ee;
}

.m03_text {
  color: #8b95a7;
  text-align: center;
  font-size: 16px;
}

.m03_button {
  min-width: 130px;
  color: #33334f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dce1e7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m03_button_wrap {
  margin-top: 25px;
  display: flex;
}

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

.f01_column {
  flex-direction: column;
  display: flex;
}

.f01_column_right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.f01_title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.f01_link {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f01_link:hover {
  color: var(--midnight-blue);
}

.f01_cta_text {
  color: var(--midnight-blue);
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.f01_columns {
  margin-top: 35px;
}

.f02_title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.f02_link {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f02_link:hover {
  color: var(--midnight-blue);
}

.f02_column {
  flex-direction: column;
  display: flex;
}

.f02_form {
  min-width: 390px;
  align-items: flex-start;
  display: flex;
}

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

.m03_icon {
  width: 50px;
  margin-bottom: 15px;
}

.m04 {
  width: 100%;
  max-width: 450px;
  min-height: 240px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding: 15px 25px;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.m04_title {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.m04_text {
  color: #8b95a7;
  text-align: center;
  font-size: 16px;
}

.m04_button {
  min-width: 130px;
  color: #33334f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dce1e7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m04_button_02 {
  min-width: 130px;
  color: #fff;
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m04_button_02:hover {
  background-color: #de350b;
}

.m05 {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 40px 25px 25px;
  display: flex;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.m05_title {
  color: var(--midnight-blue);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.m05_text {
  color: #8b95a7;
  font-size: 16px;
}

.m05_button {
  min-width: 130px;
  color: #33334f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dce1e7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m05_button_02 {
  min-width: 130px;
  background-color: var(--neon-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m05_button_02:hover {
  background-color: #5375ee;
}

.m05_button_wrap {
  margin-top: 35px;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m04_button_wrap {
  margin-top: 25px;
  display: flex;
}

.m06_text {
  color: #8b95a7;
  font-size: 16px;
}

.m06_button {
  width: 50%;
  min-width: 130px;
  color: #33334f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dce1e7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m06_button_02 {
  width: 50%;
  min-width: 130px;
  background-color: var(--neon-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m06_button_02:hover {
  background-color: #5375ee;
}

.m06_button_wrap {
  align-items: stretch;
  margin-top: 35px;
  padding-left: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m06_content_wrap {
  width: 100%;
  padding: 25px;
}

.m06_image {
  width: 100%;
  min-height: 180px;
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.m07 {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 38px 25px;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.m08 {
  width: 100%;
  max-width: 600px;
  min-height: 200px;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.m08_image {
  width: 45%;
  height: 100%;
  min-height: 200px;
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.m08_content {
  width: 55%;
  min-height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 15px 25px 25px;
  display: flex;
}

.m08_icon {
  filter: invert();
}

.m08_social_count {
  color: #fff;
  margin-left: 13px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.m08_text {
  color: #8b95a7;
  margin-bottom: 15px;
  font-size: 16px;
}

.m08_link {
  text-decoration: none;
}

.m08_title {
  color: var(--midnight-blue);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.m07_button_wrap {
  margin-top: 25px;
  display: flex;
}

.m07_button {
  min-width: 130px;
  color: #33334f;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #dce1e7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m07_button_02 {
  min-width: 130px;
  background-color: var(--neon-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.m07_button_02:hover {
  background-color: #5375ee;
}

.m07_text {
  color: #8b95a7;
  font-size: 16px;
}

.m07_title {
  color: var(--midnight-blue);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.m08_social {
  float: left;
  background-color: var(--blue-violet);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 15px;
  padding: 8px 11px;
  display: flex;
}

.b02 {
  min-height: 400px;
  background-color: #fff;
  padding: 120px 5%;
}

.b02_date {
  color: var(--light-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.b02_h4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
}

.b02_paragraph {
  color: var(--light-slate-grey);
  font-size: 16px;
  line-height: 25px;
}

.b02_link {
  color: var(--blue-violet);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.b02_blog_image_02 {
  min-height: 260px;
  background-image: url('../images/blog_img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  padding: 5px;
  position: relative;
}

.b02_blog_image_02:hover {
  border-radius: 8px;
}

.b02_card_text {
  padding: 25px 25px 15px 15px;
}

.b03_blog_image_02 {
  min-height: 230px;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.b03_paragraph {
  color: var(--dark-slate-blue);
  font-size: 16px;
  line-height: 25px;
}

.b03_h3 {
  max-width: 440px;
  background-color: var(--blue-violet);
  color: var(--ghost-white);
  margin-bottom: 15px;
  padding: 15px 8px 15px 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.b03_card_text {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: -52px;
}

.b03_author {
  margin-top: 30px;
  padding-left: 8px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.b03_author_wrap {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.b03_author_image {
  width: 30px;
  height: 30px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 8px;
}

.b03_author_name {
  color: var(--midnight-blue);
  font-size: 15px;
  font-weight: 600;
}

.b04_h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 41px;
}

.b04_details_text {
  color: var(--blue-violet-2);
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.b04_paragraph {
  color: var(--dark-slate-blue);
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
}

.b04_author_wrap {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.b04_blog_image_feature {
  width: 50%;
  height: 100%;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50%;
  background-size: cover;
}

.b04_author_name {
  color: var(--midnight-blue);
  font-size: 15px;
  font-weight: 600;
}

.b04_author_image {
  width: 30px;
  height: 30px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 8px;
}

.b04_h4, .b05_h4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 34px;
}

.b05_paragraph {
  color: var(--dark-slate-blue);
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
}

.b05_tag {
  min-height: 35px;
  background-color: var(--honeydew);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.b05_link {
  color: var(--blue-violet-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.b06_paragraph {
  max-width: 500px;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

.b06_h3 {
  max-width: 700px;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 41px;
}

.b06_tag {
  width: 140px;
  min-height: 35px;
  background-color: var(--honeydew);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.b06_author_wrap {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.b06_author_image {
  width: 30px;
  height: 30px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 8px;
}

.b06_author_name {
  color: var(--midnight-blue);
  font-size: 15px;
  font-weight: 600;
}

.b06_tag_text {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.b06_h4 {
  max-width: 700px;
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 41px;
}

.b06_paragraph_02 {
  max-width: 500px;
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
}

.f02_columns {
  margin-top: 35px;
}

.f05_form {
  align-items: flex-start;
  display: flex;
}

.f05_input {
  max-width: 330px;
  min-height: 48px;
  color: var(--silver);
  background-color: #fff;
  border: 1.5px #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

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

.f02_social_wraps {
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.f02_social_wrap {
  width: 35px;
  height: 35px;
  background-color: var(--white-smoke);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
  display: flex;
  position: relative;
}

.f02_social_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.f06_phone {
  color: var(--blue-violet-2);
  margin-left: 1px;
  text-decoration: none;
  transition: all .25s;
}

.f06_phone:hover {
  color: var(--midnight-blue);
}

.f07_link {
  color: var(--midnight-blue);
  text-decoration: none;
}

.f07_text {
  color: var(--light-slate-grey);
}

.f07_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f07_social_icon {
  width: 15px;
}

.f07_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.f08_container {
  z-index: 5;
  height: auto;
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.f08_title {
  max-width: 500px;
  color: #142c65;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.f08_columns {
  align-items: center;
  display: flex;
}

.f08_legal {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.lnd_services {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

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

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

.form06_h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.form06_form {
  flex-direction: column;
  display: flex;
}

.form06_form_block {
  margin-bottom: 0;
}

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

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

.form06_button {
  min-width: 130px;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form06_social {
  width: 100%;
  height: 40px;
  max-width: 100%;
  background-color: var(--neon-blue);
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 8px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 13px rgba(118, 126, 173, .08);
}

.form06_social:hover {
  box-shadow: 2px 2px 5px #a9a9a9;
}

.form06_social_02 {
  width: 100%;
  height: 40px;
  max-width: 100%;
  color: #fff;
  background-color: #1da1f2;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 8px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 4px 4px 13px rgba(118, 126, 173, .08);
}

.form06_social_02:hover {
  box-shadow: 2px 2px 5px #a9a9a9;
}

.form06_success {
  background-color: #fff;
}

.h01_image_wrap, .h02_image_wrap {
  max-width: 800px;
}

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

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

.m11_tag_text_02 {
  color: #fff;
  margin-left: 10px;
  font-weight: 700;
}

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

.nav_link {
  width: 100%;
  min-height: 33px;
  color: #201b3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  align-items: center;
  padding: 8px 5px 8px 10px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

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

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

.nav01_search {
  height: 100%;
  min-height: 45px;
  min-width: 45px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-weight: 500;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav_column {
  width: 22%;
  padding: 15px;
}

.nav_dropdown {
  min-height: auto;
  min-width: 320px;
  background-color: #fff;
  border-radius: 8px;
  font-weight: 400;
  display: flex;
  box-shadow: 14px 14px 25px 5px rgba(118, 126, 173, .08);
}

.nav_details_wrap_02 {
  height: 50%;
  background-color: #7540ee;
  background-image: url('../images/flowbase_wave_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav_list {
  min-width: 850px;
}

.nav_list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  left: -110px;
  overflow: hidden;
}

.nav01 {
  height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav01_logo {
  margin-right: 25px;
}

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

.nav01_links {
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav01_left {
  align-items: center;
  display: flex;
}

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

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

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

.nav_column_large_02 {
  width: 30%;
}

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

.nav01_container {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav_drop {
  height: 100%;
  align-items: center;
  display: block;
}

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

.nav_column_large {
  width: 28%;
  padding: 15px;
}

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

.nav_link_text {
  font-weight: 500;
}

.nav02_phone {
  height: 100%;
  min-height: 50px;
  border-right: 1px solid #ebecf0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.nav02_phone:hover {
  color: #7540ee;
}

.nav02_icon_02, .nav02_icons {
  width: 15px;
  margin-right: 10px;
}

.nav02_top_left {
  height: 100%;
  min-width: 200px;
  font-weight: 500;
  display: flex;
}

.nav02_dropdown_link {
  font-size: 13px;
  font-weight: 500;
}

.nav02_top {
  min-height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
}

.nav03_button {
  max-height: 40px;
  min-height: 35px;
  background-color: var(--neon-blue);
  box-shadow: none;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #5d3eff;
  border-radius: 50px;
  align-items: center;
  padding: 12px 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav03_button:hover {
  border: 1px none var(--neon-blue);
  background-color: var(--black);
  color: var(--ghost-white);
}

.nav02_top_wrap {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.nav02_account {
  height: 100%;
  min-height: 50px;
  align-items: center;
  display: flex;
}

.nav02_logo {
  margin-right: 35px;
}

.nav02_account_toggle {
  height: 100%;
  min-height: 50px;
  border-left: 1px solid rgba(0, 0, 0, .1);
  align-items: center;
  padding: 0 40px 0 20px;
  display: flex;
}

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

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

.nav02_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.nav02_icon {
  margin-right: 15px;
}

.nav02_email {
  height: 100%;
  min-height: 50px;
  border-right: 1px solid rgba(0, 0, 0, .1);
  justify-content: flex-start;
  align-items: center;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.nav02_email:hover {
  color: #7540ee;
}

.nav02 {
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-weight: 400;
  display: block;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav02_links {
  align-items: center;
  display: flex;
}

.nav02_top_right {
  height: 100%;
  min-height: 50px;
  min-width: 200px;
  display: flex;
}

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

.nav02_wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 5%;
  display: flex;
}

.nav03_logo {
  align-items: center;
  display: flex;
}

.nav03 {
  min-height: 80px;
  border-bottom: 1px solid var(--lavender);
  color: #fff;
  background-color: #000;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav03_right {
  width: auto;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav03_link {
  color: var(--ghost-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.nav03_link:hover {
  color: var(--neon-blue);
  -webkit-text-stroke-color: var(--neon-blue);
}

.nav03_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.nav05 {
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-weight: 400;
  display: block;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav05_top {
  min-height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
}

.nav05_wrap {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 3%;
  display: flex;
}

.nav05_top_wrap {
  height: 100%;
  max-width: 1140px;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.nav05_social_link {
  color: #4e5d78;
  justify-content: center;
  align-items: center;
  padding: 8px 11px;
  text-decoration: none;
  display: flex;
}

.nav05_icon_wrap {
  padding-left: 10px;
  display: flex;
}

.nav04_wrap {
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.nav04_top {
  min-height: 50px;
  color: #a09fb1;
  background-color: #fff;
  border-bottom: 1px solid #ebecf0;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.nav04 {
  z-index: 5;
  background-color: #fff;
  flex: 1;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav06 {
  height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav06_search {
  height: 100%;
  min-height: 45px;
  min-width: 45px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav06_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav01_dropdown_dot {
  width: 35px;
  height: 35px;
  background-color: #f8faff;
  border-radius: 100px;
  margin-left: 15px;
  transition: all .35s;
}

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

.nav01_dot_toggle {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav01_dot_list {
  min-width: 200%;
}

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

.nav01_dot_link {
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.lnd_image {
  width: 100%;
}

.lnd_container_reverse {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

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

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

.nav03_links {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
}

.nav04_top_wrap {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav04_text {
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.nav04_span {
  color: var(--blue-violet);
}

.nav04_logo {
  margin-right: 35px;
}

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

.nav04_links {
  align-items: center;
  display: flex;
}

.nav04_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

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

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

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

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

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

.nav05_top_left {
  height: 100%;
  min-width: 200px;
  font-weight: 500;
  display: flex;
}

.nav05_email {
  height: 100%;
  min-height: 50px;
  border-right: 1px solid rgba(0, 0, 0, .1);
  justify-content: flex-start;
  align-items: center;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.nav05_email:hover {
  color: #7540ee;
}

.nav05_icons {
  width: 15px;
  margin-right: 10px;
}

.nav05_phone {
  height: 100%;
  min-height: 50px;
  border-right: 1px solid #ebecf0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  transition: all .25s;
  display: flex;
}

.nav05_phone:hover {
  color: #7540ee;
}

.f09_link_wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.f09_text {
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.tag-s2 {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--medium-sea-green);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag-cirle-s2 {
  width: 30px;
  height: 30px;
  color: var(--medium-sea-green);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag_text_s2 {
  color: var(--medium-sea-green);
  font-weight: 600;
}

.tag_p_text {
  color: var(--blue-violet);
  margin-left: 10px;
  font-weight: 700;
}

.tag_s_text {
  color: #2dc76d;
  margin-left: 10px;
  font-weight: 700;
}

.tag_d_text_02 {
  color: #fff;
  margin-left: 10px;
  font-weight: 700;
}

.nav01_mobile {
  height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav02_mobile {
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-weight: 400;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

.nav05_mobile {
  min-height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  font-weight: 400;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.lnd_navigation_mobile {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.p02_wrap {
  width: 65%;
  justify-content: space-between;
  display: flex;
}

.p04_container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cl04_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.b04_link, .b06_link {
  color: var(--blue-violet-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.form06_line {
  width: 80%;
  height: 1px;
  background-color: rgba(235, 236, 240, .45);
  margin: 15px auto;
}

.m11_avatar {
  width: 40px;
  height: 40px;
  background-image: url('../images/t_avatar.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.f06_link, .f07_social_link, .f08_social_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f09 {
  background-color: #fff;
  padding: 100px 5%;
}

.f09_link {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f09_link:hover {
  color: #0a1f44;
}

.f09_title {
  color: #0a1f44;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

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

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

.t07 {
  min-height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: block;
  overflow: hidden;
}

.t07_slide {
  background-image: url('../images/a.jpeg');
  background-position: 50%;
  background-size: cover;
}

.t07_content_block {
  z-index: 5;
  width: 120%;
  max-height: 80%;
  min-height: 310px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.t07_slider {
  width: 70%;
  min-height: 480px;
}

.t07_container {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.t07_icon {
  font-size: 13px;
}

.t07_block {
  width: 50%;
  min-height: 480px;
  align-items: center;
  display: flex;
  position: relative;
}

.nav06_mobile {
  height: 80px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

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

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

.nav_icon_arrow {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

.nav05_links {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

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

.nav06_right {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav07 {
  height: 80px;
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav06_toggle {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav06_left {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: block;
}

.nav06_drop {
  width: 35px;
  height: 35px;
  background-color: #f8faff;
  border-radius: 100px;
  transition: all .35s;
}

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

.nav06_list {
  min-width: 200%;
}

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

.nav06_links {
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

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

.nav06_logo_link {
  min-width: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav07_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

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

.nav07_button {
  border: 1px none var(--neon-blue);
  color: var(--ghost-white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--neon-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-left: 0;
  padding: 11px 35px;
  font-size: 14px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.nav07_button:hover {
  background-color: var(--black);
  color: var(--neon-blue);
  -webkit-text-stroke-color: var(--neon-blue);
  border-style: none;
}

.lnd_licence {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 57px auto;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .1);
}

.lnd_licence_button {
  max-width: 150px;
  min-width: 130px;
  background-color: var(--neon-blue);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.lnd_licence_button:hover {
  background-color: #5375ee;
}

.lnd_licence_block {
  width: 100%;
  min-height: 290px;
  background-image: url('../images/highrise_1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lnd_licence_wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px;
  font-size: 15px;
  display: flex;
}

.fe05_icon_wrap {
  width: 55px;
  height: 55px;
  box-shadow: 1px 1px 3px 0 var(--white-smoke);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.fe08_wrap {
  flex-wrap: wrap;
  display: flex;
}

.t06_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t06_arrow_left {
  width: 50px;
  height: 50px;
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 80px;
}

.t07_arrow_left {
  width: 55px;
  height: 55px;
  background-color: var(--blue-violet);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.t07_arrow_right {
  width: 55px;
  height: 55px;
  background-color: var(--blue-violet);
  top: auto;
  bottom: 0%;
  left: 55px;
  right: auto;
}

.t07_h4 {
  margin-top: 0;
}

.t07_paragraph {
  max-width: 500px;
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
}

.t07_line_break {
  width: 70px;
  height: 2px;
  background-color: var(--blue-violet);
  margin-top: 5px;
  margin-bottom: 15px;
}

.cta03_success {
  color: #fff;
  background-color: rgba(245, 247, 253, .4);
  border-radius: 10px;
  padding: 32px;
  font-family: Sfprodisplay;
  font-size: 15px;
}

.cta03_error {
  background-color: rgba(0, 0, 0, 0);
}

.p04_columns {
  flex: 1;
}

.p04_pricing_text {
  max-width: 560px;
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p04_button {
  width: 100%;
  background-color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.p04_icon {
  margin-right: 10px;
}

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

.p04_pricing_type {
  color: var(--silver-2);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 400;
}

.p04_pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p04_pricing_details_wrap {
  color: var(--blue-violet);
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.tab01_text {
  line-height: 25px;
}

.m11_name_wrap {
  margin-left: 15px;
}

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

.f09_line {
  height: 1px;
  background-color: rgba(155, 158, 184, .26);
  border-bottom: 1px rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.f09_columns {
  margin-top: 35px;
}

.f09_column {
  flex-direction: column;
  padding-right: 78px;
  display: flex;
}

.f09_icon {
  margin-right: 10px;
}

.f09_logo {
  margin-bottom: 25px;
}

.f09_social_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f09_social {
  width: 35px;
  height: 35px;
  background-color: var(--blue-violet);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 9px;
  display: flex;
  position: relative;
}

.f09_social_wrap {
  display: flex;
}

.f09_paragraph {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.cl03_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cl03_logo {
  width: 25%;
  padding: 25px 35px;
  display: inline-block;
}

.cl03_image {
  width: 200px;
}

.cl03_arrow {
  display: none;
}

.cl03_arrow_right {
  width: 0;
  height: 0;
  display: none;
}

.f01_social_wrap {
  align-items: center;
  display: flex;
}

.f01_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f01_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.f01_social_icon {
  width: 15px;
}

.f02_success {
  background-color: rgba(0, 0, 0, 0);
}

.tab02_icon_02 {
  width: 55px;
  height: 55px;
  background-color: #e6edff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab02_icon_03 {
  width: 55px;
  height: 55px;
  background-color: #e9f9f0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab02_icon_04 {
  width: 55px;
  height: 55px;
  background-color: #fffaf1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab02_icon_05 {
  width: 55px;
  height: 55px;
  background-color: #fff3f1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.p04_title {
  max-width: 500px;
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

.t08 {
  min-height: 300px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: block;
  overflow: hidden;
}

.t08_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.t08_column {
  width: 33%;
  margin-bottom: 25px;
  padding: 15px 25px 25px 15px;
}

.t08_author {
  align-items: center;
  display: flex;
}

.t08_name {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.t08_stars {
  margin-bottom: 10px;
}

.t08_star {
  width: 16px;
  margin-right: 6px;
}

.t08_avatar {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t08_avatar_02 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t08_avatar_03 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t08_avatar_04 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t08_avatar_05 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t07_stars {
  margin-bottom: 10px;
}

.t07_star {
  width: 16px;
  margin-right: 6px;
}

.lnd_licence_content {
  margin-bottom: 20px;
}

.lnd_licence_title {
  text-align: center;
}

.t03_slider_arrow {
  width: 55px;
  height: 55px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 100px;
  font-size: 17px;
  top: 170%;
  bottom: 0%;
  left: 35%;
  right: auto;
}

.t03_slider_arrow_02 {
  width: 55px;
  height: 55px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 100px;
  font-size: 15px;
  top: 170%;
  bottom: 0%;
  right: 35%;
}

.t08_paragraph {
  font-size: 16px;
}

.form01 {
  width: 100%;
  height: 100%;
  max-width: 590px;
  border: 1px solid var(--white-smoke);
  border-radius: 10px;
  padding: 30px 30px 15px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form01_h5, .form01_paragraph {
  text-align: center;
}

.form01_bar {
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form01_logo {
  width: 55px;
  box-shadow: 7px 7px 40px 0 var(--white-smoke);
  border-radius: 100px;
}

.form01_title_wrap {
  margin-top: 25px;
}

.form01_line {
  width: 100%;
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 20px;
}

.form01_field_wrap {
  justify-content: space-between;
  display: flex;
}

.form01_input {
  width: 49%;
  min-height: 48px;
  border: 1.5px solid var(--white-smoke);
  color: var(--light-slate-grey);
  background-color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}

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

.form01_input::-ms-input-placeholder {
  color: var(--light-slate-grey);
}

.form01_input::placeholder {
  color: var(--light-slate-grey);
}

.form01_button {
  width: 100%;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.form01_dropdown {
  min-height: 48px;
  color: var(--light-slate-grey);
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.form01_dropdown.w--open {
  width: 100%;
}

.form01_input_full {
  width: 100%;
  min-height: 48px;
  color: var(--light-slate-grey);
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}

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

.form01_input_full::-ms-input-placeholder {
  color: var(--light-slate-grey);
}

.form01_input_full::placeholder {
  color: var(--light-slate-grey);
}

.form_wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

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

.form02_titles {
  margin-bottom: 25px;
}

.form03 {
  width: 100%;
  height: 100%;
  max-width: 420px;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form03_input {
  min-height: 48px;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

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

.form03_checkbox_wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}

.c10 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c10_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c10_block {
  width: 50%;
  min-height: 200px;
  padding-right: 55px;
}

.c10_icon {
  width: 55px;
  margin-bottom: 25px;
}

.c10_title {
  color: rgba(118, 126, 173, .59);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 700;
}

.m09_image {
  min-height: 180px;
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.m09_content {
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.m09_badge {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--lavender);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 6px 20px;
  display: flex;
}

.m09_badge_text {
  color: var(--blue-violet);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
}

.m10_line {
  width: 100%;
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 20px;
}

.m09_h6 {
  margin-bottom: 0;
  line-height: 29px;
}

.m09_details_wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m02_icon {
  width: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.m02_exit {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.m10_video {
  z-index: 99;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m10_icon {
  width: 35px;
}

.m10_content {
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.m09_details_text, .m10_text {
  color: var(--dark-slate-blue);
  font-size: 16px;
}

.m10_h6 {
  margin-bottom: 0;
  line-height: 29px;
}

.form04 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  min-height: 350px;
  border-radius: 10px;
  padding: 25px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form02_h5, .form02_paragraph {
  text-align: center;
}

.form02_field_wrap {
  justify-content: space-between;
  display: flex;
}

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

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

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

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

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

.form03_titles {
  margin-bottom: 25px;
}

.form03_h5 {
  line-height: 34px;
}

.form03_button {
  width: 100%;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.m11_line {
  width: 100%;
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 14px;
  margin-bottom: 14px;
}

.m12 {
  width: 100%;
  max-width: 400px;
  min-height: 390px;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  box-shadow: 4px 4px 13px rgba(118, 126, 173, .08);
}

.m12_image {
  min-height: 290px;
  background-image: url('../images/product.jpeg');
  background-position: 50%;
  background-size: cover;
}

.m12_h6 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 29px;
}

.m12_price {
  color: var(--blue-violet);
  font-size: 20px;
  font-weight: 600;
}

.m12_content {
  height: 55%;
  padding: 25px;
  position: relative;
}

.m12_feature {
  width: 40px;
  height: 40px;
  background-color: var(--blue-violet);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: flex;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.m12_star {
  width: 15px;
}

.form03_line {
  width: 100%;
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 25px;
  margin-bottom: 25px;
}

.form05 {
  width: 100%;
  height: 100%;
  max-width: 630px;
  min-height: 350px;
  border-radius: 10px;
  padding: 40px 25px 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form05_title {
  padding-right: 7px;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}

.form05_success {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 52px;
}

.form05_input {
  width: 200px;
  height: 40px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--white-smoke);
  opacity: .5;
  color: var(--white-smoke);
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 8px;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  display: inline-block;
}

.form05_input:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--blue-violet);
  opacity: 1;
  color: var(--blue-violet);
}

.form05_input::-ms-input-placeholder {
  color: var(--dark-slate-blue);
}

.form05_input::placeholder {
  color: var(--dark-slate-blue);
}

.form05_input.date, .form05_input.budget {
  width: 120px;
}

.form05_input.project {
  width: 280px;
}

.form05_wrap {
  flex-flow: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.field-label-copy {
  clear: none;
  color: var(--silver-2);
  letter-spacing: 1px;
  padding-right: 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}

.form05_top_tag {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form05_icon {
  width: 65px;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
  position: relative;
  top: -25px;
}

.form05_h5 {
  text-align: center;
  margin-bottom: 15px;
  line-height: 34px;
}

.form05_button {
  width: 100%;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.m13 {
  width: 100%;
  max-width: 370px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 13px rgba(118, 126, 173, .08);
}

.m13_h4 {
  margin-bottom: 15px;
  line-height: 29px;
}

.m13_paragraph {
  text-align: center;
}

.m13_image {
  width: 70px;
  margin-bottom: 15px;
}

.f10 {
  background-color: #fff;
  padding: 100px 5%;
}

.f10_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f10_column {
  width: 15%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form01_success, .form02_success, .form02_error {
  background-color: #fff;
}

.form03_icon {
  width: 60px;
}

.form03_success {
  background-color: #fff;
}

.form04_form {
  flex-direction: column;
  display: flex;
}

.form04_title {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.form04_line {
  width: 100%;
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.form04_input_wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.form04_payment {
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 15px;
}

.form04_input_wrap_large {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.form04_input_02 {
  max-width: 32%;
  min-height: 48px;
  color: var(--silver);
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

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

.form04_location_wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form04_location {
  max-width: 66%;
  min-height: 48px;
  color: var(--light-slate-grey);
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}

.form04_location.w--open {
  width: 100%;
}

.form04_button {
  width: 100%;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.form04_success {
  background-color: #fff;
}

.form06 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border-radius: 10px;
  padding: 35px 20px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form06_top {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form06_icon {
  width: 65px;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
  position: relative;
  top: -25px;
}

.form_alert {
  height: 45px;
  background-color: #68c38a;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

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

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

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

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

.form_error {
  height: 45px;
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .07);
}

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

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

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

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

.p05_card_focus {
  border: 2px solid var(--blue-violet);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 15px;
  display: flex;
}

.p06_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p06_column {
  width: 33.3333%;
  min-height: 400px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.p06_column_02 {
  width: 33.3333%;
  min-height: 400px;
  border: 3px solid var(--blue-violet);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(1.05);
}

.p06_column_01 {
  width: 33.3333%;
  min-height: 400px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.p06_column_04 {
  width: 33.3333%;
  min-height: 400px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--white-smoke);
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.p06_h3 {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.p06_pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p06_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.p06_icon {
  margin-right: 10px;
}

.p06_text {
  max-width: 560px;
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p06_button {
  width: 60%;
  min-width: 170px;
  border: 1px solid var(--white-smoke);
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 500;
  transition: all .2s;
}

.p06_button:hover {
  background-color: var(--blue-violet);
  color: #fff;
}

.p06_check_wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.p06_pricing_details_wrap {
  color: var(--blue-violet);
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.gallery_wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.g01_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

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

.g01_image {
  height: 200px;
}

.g01_image_link_01 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_02 {
  width: 100%;
  height: 100%;
  background-image: url('../images/highrise_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_03 {
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_05.PNG');
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_04 {
  width: 100%;
  height: 100%;
  background-image: url('../images/blog_img.jpg');
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_05 {
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img.PNG');
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_06 {
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_07 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50%;
  background-size: cover;
}

.g01_image_link_08 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.g02_column {
  width: 33.3333%;
  padding: 15px;
}

.g02_image {
  height: 250px;
}

.g02_image_link_01 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g02_image_link_01:hover {
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
}

.g02_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

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

.g02_column_03 {
  width: 50%;
  padding: 15px;
}

.g02_image_link_02 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_05.PNG');
  background-position: 50%;
  background-size: cover;
}

.g02_image_link_03 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50%;
  background-size: cover;
}

.g02_image_link_04 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50%;
  background-size: cover;
}

.g02_image_link_05 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/highrise_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.g02_image_link_06 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50%;
  background-size: cover;
}

.g03_image_wrap {
  width: 100%;
  padding: 15px;
}

.g03_container {
  max-width: 1140px;
  flex: 1;
  display: flex;
}

.g03_image {
  height: 350px;
}

.g03_gallery_column {
  width: 50%;
  flex-direction: column;
  display: flex;
}

.g03_image_link {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g03_image_wrap_02 {
  width: 100%;
  padding: 15px;
}

.g03_image_02 {
  height: 730px;
}

.g03_image_link_02 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g03_image_link_03 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/highrise_1.jpg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_column {
  width: 50%;
  padding: 15px;
}

.g04_container {
  max-width: 1140px;
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.g04_image_link_01 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_01:hover {
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
}

.g04_image {
  height: 290px;
}

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

.g04_column_03 {
  width: 75%;
  padding: 15px;
}

.g04_image_link_02 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_03 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/gallery_img.PNG');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_04 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/highrise_1.jpg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_05 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/blog_img.jpg');
  background-position: 50% 100%;
  background-size: cover;
  transition: opacity .3s;
}

.g04_image_link_06 {
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url('../images/sail.jpeg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s;
}

.p06 {
  background-color: #fff;
  padding: 124px 5%;
}

.f11_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f11_link_wrap {
  flex-wrap: wrap;
  display: flex;
}

.f11_link {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.f11_text {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 23px;
}

.form07_h5 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}

.form07_label {
  width: 100%;
  opacity: .4;
  color: #000;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: 14px;
  font-weight: 600;
}

.form07_link {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.form07_paragraph {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6em;
}

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

.tag-w2 {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--orange);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag-e2 {
  max-width: 150px;
  min-height: 30px;
  min-width: 120px;
  background-color: var(--tomato-2);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.tag-w2-text {
  color: #fff;
  margin-left: 10px;
  font-weight: 700;
}

.form07 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border-radius: 10px;
  padding: 35px 20px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form07_logo {
  width: 140px;
  margin-bottom: 25px;
}

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

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

.form07_text {
  font-size: 15px;
  line-height: 1.6em;
}

.form07_button {
  min-width: 130px;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 30px;
  font-size: 13px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form07_line {
  width: 80%;
  height: 1px;
  background-color: rgba(235, 236, 240, .45);
  margin: 15px auto;
}

.form07_legal {
  color: rgba(51, 51, 51, .6);
  margin-top: 20px;
  font-size: 13px;
}

.form07_success {
  background-color: #fff;
}

.form07_span {
  color: var(--blue-violet);
  transition: color .2s;
}

.form07_span:hover {
  color: #7649d6;
}

.form07_form {
  flex-direction: column;
  display: flex;
}

.form07_form_block {
  margin-bottom: 0;
}

.input_payment_wrap {
  max-width: 330px;
  align-items: center;
  display: flex;
  position: relative;
}

.te04 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

.te04_paragraph {
  max-width: 700px;
  text-align: center;
}

.te04_team {
  width: 100%;
  max-width: 900px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.te04_job_title {
  color: var(--light-slate-grey);
  font-weight: 500;
}

.te04_social_wrap {
  margin-top: 15px;
}

.te04_social_icon {
  width: 18px;
}

.te04_social_link {
  margin-left: 8px;
  margin-right: 8px;
}

.te04_social_icon_space {
  width: 18px;
}

.te04_name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 21px;
}

.te04_avatar {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_team_block {
  width: 33.3333%;
  min-height: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

.te04_h3 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.te04_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
}

.te04_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.te04_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.te04_avatar_02 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_ui_face.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_avatar_03 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_avatar_04 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_avatar_05 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te04_avatar_06 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 25px;
}

.te02_team_image_03 {
  width: 150px;
  height: 150px;
  opacity: .07;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.te02_team_image_04 {
  width: 150px;
  height: 150px;
  opacity: .07;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
}

.te05 {
  min-height: 400px;
  background-color: #fff;
  padding: 90px 5%;
}

.te05_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.te05_container {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.te05_avatar {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05_avatar_02 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05_avatar_03 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05_avatar_04 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05_avatar_06 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.te05_paragraph {
  max-width: 700px;
  text-align: center;
}

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

.te05_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.te05_avatar_wrap {
  padding-right: 13px;
  display: flex;
}

.te05_avatar_05 {
  width: 90px;
  height: 90px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 25px;
  margin-right: -13px;
}

.t03_avatar_02 {
  width: 65px;
  height: 65px;
  box-shadow: 14px 14px 40px 7px var(--white-smoke);
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
}

.t04_avatar_03 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
}

.t04_avatar_04 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 10px;
  position: relative;
}

.t06_avatar_02 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_avatar_03 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_avatar_04 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_avatar_05 {
  width: 44px;
  height: 44px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.div-block-120 {
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 35px;
  margin-bottom: 35px;
}

.b03_author_image_02 {
  width: 30px;
  height: 30px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 8px;
}

.b04_author_image_02 {
  width: 30px;
  height: 30px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 8px;
}

.b04_author_image_03 {
  width: 30px;
  height: 30px;
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 8px;
}

.b04_author_image_04 {
  width: 30px;
  height: 30px;
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-right: 8px;
}

.b04_blog_image_02 {
  min-height: 230px;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b04_blog_image_03 {
  min-height: 230px;
  background-image: url('../images/highrise.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b04_blog_image_04 {
  min-height: 230px;
  background-image: url('../images/gallery_06.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b05_blog_image_02 {
  min-height: 250px;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.b06_blog_image_02 {
  width: 35%;
  height: 100%;
  min-height: 270px;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b06_blog_image_03 {
  width: 35%;
  height: 100%;
  min-height: 270px;
  background-image: url('../images/highrise.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b01_blog_image_02 {
  min-height: 190px;
  background-image: url('../images/gallery_img_03.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.b01_blog_image_03 {
  min-height: 190px;
  background-image: url('../images/gallery_04.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  position: relative;
}

.tab01_icon_01 {
  width: 55px;
  height: 55px;
  background-color: var(--honeydew);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tab01_icon {
  width: 22px;
}

.tab01_icon_02 {
  width: 55px;
  height: 55px;
  background-color: var(--floral-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.tab01_icon_03 {
  width: 55px;
  height: 55px;
  background-color: var(--lavender-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.heading {
  margin-bottom: 35px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-122 {
  min-height: 630px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit {
  background-color: var(--blue-violet);
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.cta05_temp02 {
  background-color: #6165ff;
  background-image: url('../images/flowbase_wave.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 90px 5%;
  display: flex;
  position: relative;
}

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

.temp_nav_wrap {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.temp_nav_container {
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.temp_logo {
  margin-right: 35px;
}

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

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

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

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

.temp_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.temp_nav_links {
  align-items: center;
  display: flex;
}

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

.temp_mobile_wrap {
  width: 100%;
  max-width: 1140px;
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.line_break {
  height: 1px;
  max-width: 1140px;
  background-color: var(--white-smoke);
  margin-left: auto;
  margin-right: auto;
}

.cta06 {
  min-height: 480px;
  background-color: var(--blue-violet);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta06_container {
  max-width: 900px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta06_column {
  width: 33%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta06_text {
  color: #fff;
}

.cta06_h3 {
  color: #fff;
  margin-top: 0;
  font-size: 55px;
}

.faq03 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.faq03_container {
  max-width: 800px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.faq03_wrap {
  margin-bottom: 35px;
}

.faq03_line {
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq03_h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.faq01_title {
  max-width: 500px;
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

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

.faq01_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.faq02_title {
  max-width: 500px;
  color: var(--medium-sea-green);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.faq02_title_wrap {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.faq03_title {
  max-width: 500px;
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.faq03_title_wrap {
  margin-bottom: 45px;
}

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

.temp_links {
  align-items: center;
  display: flex;
}

.temp_nav_menu_main {
  align-items: center;
  font-family: Sfprodisplay;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

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

.lnd_hero_mobile {
  display: none;
}

.f02_temp03 {
  min-height: 400px;
  background-color: var(--white);
  padding: 90px 5%;
}

.temp01_footer {
  background-color: #fff;
  padding: 80px 5%;
}

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

.temp01_line {
  height: 1px;
  background-color: rgba(155, 158, 184, .26);
  border-bottom: 1px rgba(155, 158, 184, .26);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.temp01_columns {
  margin-top: 35px;
}

.temp01_column {
  flex-direction: column;
  padding-right: 78px;
  display: flex;
}

.temp01_title_02 {
  color: #0a1f44;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.temp01_link {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.temp01_link:hover {
  color: #0a1f44;
}

.temp01_social {
  display: flex;
}

.temp01_link_wrap {
  width: 35px;
  height: 35px;
  background-color: var(--blue-violet);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 9px;
  display: flex;
  position: relative;
}

.temp01_text {
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.temp01_icon {
  margin-right: 10px;
}

.temp01_link_wrap_02 {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.temp01_logo_footer {
  margin-bottom: 25px;
}

.temp01_link_block {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.temp01_link_text {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.temp01_link_span {
  color: var(--blue-violet);
  text-decoration: none;
}

.temp01_link_arrow {
  width: 15px;
  filter: invert();
}

.temp01_focus {
  color: var(--blue-violet);
}

.temp01_container_02_reverse {
  max-width: 1140px;
  flex: 1;
  align-items: center;
  margin-bottom: 91px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.temp02_hero_logo {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 12px;
  display: flex;
}

.temp02_form {
  width: 100%;
  max-width: 530px;
  border-radius: 20px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

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

.temp02_input {
  max-width: 380px;
  min-height: 55px;
  border: 1px solid var(--white-smoke);
  color: var(--silver-2);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 16px;
}

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

.temp02_button {
  min-height: 55px;
  color: var(--neon-blue);
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 4px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 700;
}

.temp02_success {
  color: #fff;
  background-color: rgba(245, 247, 253, .4);
  border-radius: 10px;
  padding: 32px;
  font-family: Sfprodisplay;
  font-size: 15px;
}

.temp02_error {
  background-color: rgba(0, 0, 0, 0);
}

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

.temp02_details_span {
  color: rgba(255, 255, 255, .59);
}

.fe06_title_wrap_temp02 {
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe06_h5_temp02 {
  color: #0a1f44;
  text-align: left;
  margin-top: 0;
  font-weight: 700;
  line-height: 42px;
}

.f11 {
  background-color: #fff;
  padding: 100px 5%;
}

.f11_logo {
  margin-bottom: 25px;
}

.f11_copy_text {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  line-height: 23px;
}

.f11_link_span {
  text-decoration: none;
}

.f10_link {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  margin-left: 1px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.f10_link:hover {
  color: #0a1f44;
}

.f10_title {
  color: #0a1f44;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.f10_logo {
  margin-bottom: 25px;
}

.f10_text {
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.f10_icon {
  margin-right: 10px;
}

.f10_link_wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.f10_column_left {
  width: 60%;
}

.temp02_focus {
  color: var(--neon-blue);
}

.temp02_btn {
  min-height: 50px;
  min-width: 140px;
  background-color: var(--neon-blue);
  color: #fff;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.temp02_btn:hover {
  background-color: #6d3be0;
}

.temp02_column {
  width: 33.3333%;
  min-height: 400px;
  border: 3px solid var(--neon-blue);
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(1.05);
}

.lnd_card_template_02 {
  min-height: 260px;
  background-color: rgba(255, 255, 255, .4);
  background-image: url('../images/02.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.h03_tag_number {
  color: #fff;
  font-weight: 600;
}

.fe02_temp02 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3% 90px;
  display: block;
}

.fe06_title_temp02 {
  max-width: 500px;
  color: var(--neon-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.c03_temp02 {
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(213, 223, 247, .63));
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.tag-cirle-w-02 {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag_text_w2 {
  color: var(--orange);
  font-weight: 600;
}

.tag-cirle-e-02 {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag_text-_e2 {
  color: var(--tomato-2);
  font-weight: 600;
}

.pill_success {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--medium-sea-green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill_warning {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--orange);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill_purple_02 {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--lavender);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill_success_02 {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--honeydew);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill_error_02 {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--seashell);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pill_text_warning {
  color: var(--orange);
  font-weight: 700;
}

.pill_text_error {
  color: var(--tomato);
  font-weight: 700;
}

.pill_text_green {
  color: #38cb89;
  font-weight: 700;
}

.badge_text_default {
  color: #33334f;
  font-weight: 700;
}

.badge_text_white {
  color: #fff;
  font-weight: 700;
}

.tab02_tab {
  min-height: 540px;
  position: relative;
}

.fe09_wrap {
  width: 100%;
  max-width: 940px;
  align-items: center;
  display: flex;
}

.fe09_column {
  width: 33.3333%;
  min-height: 200px;
  padding-left: 25px;
  padding-right: 25px;
}

.fe09_item_wrap {
  min-height: 55px;
  border-bottom: 1px solid var(--white-smoke);
  align-items: center;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fe09_icon {
  width: 23px;
  margin-right: 15px;
}

.fe09 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 120px;
  display: flex;
}

.fe09_container {
  max-width: 1140px;
  flex-flow: column wrap;
  flex: 1;
  align-items: center;
  display: flex;
}

.fe09_h4 {
  max-width: 480px;
  color: #33334f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 36px;
}

.fe09_title {
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.cta07 {
  min-height: 500px;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta07_container {
  max-width: 1140px;
  flex: 1;
  display: flex;
}

.cta07_main_wrap {
  width: 80%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta07_content {
  margin-left: 25px;
}

.cta07_button_wrap {
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta07_button {
  max-width: 240px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #6735d8;
  border-radius: 4px;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.cta07_image {
  width: 150px;
}

.p07 {
  background-color: #fff;
  padding: 124px 5%;
}

.p07_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p07_column {
  width: 33.3333%;
  padding: 10px;
}

.p07_block {
  box-shadow: 1px 1px 35px 0 var(--white-smoke);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.p07_check_wrap {
  margin-bottom: 35px;
}

.p07_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.p07_icon {
  margin-right: 10px;
}

.p07_text {
  max-width: 560px;
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p07_button {
  width: 100%;
  border: 1px solid var(--white-smoke);
  color: var(--blue-violet);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p07_button:hover {
  background-color: var(--blue-violet);
  color: #fff;
}

.p07_pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p07_pricing_wrap {
  color: var(--blue-violet);
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p07_h3 {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.p02_info_text {
  max-width: 200px;
  color: var(--silver);
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p07_block_02 {
  background-color: var(--blue-violet);
  box-shadow: 1px 1px 35px 0 var(--white-smoke);
  border-radius: 15px;
  padding: 20px;
}

.p07_block_03 {
  box-shadow: 1px 1px 35px 0 var(--white-smoke);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.p07_text_white {
  max-width: 560px;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p07_h3_white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.p07_pricing_white {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p07_date_text_white {
  color: #fff;
}

.p07_button_white {
  width: 100%;
  border: 1px solid var(--white-smoke);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p07_button_white:hover {
  color: var(--midnight-blue);
  background-color: #fff;
}

.p07_info_text {
  max-width: 200px;
  color: var(--silver);
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p01_card_shadow {
  max-width: 330px;
  min-height: 400px;
  box-shadow: 1px 1px 25px 0 var(--white-smoke);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
}

.p08_column {
  width: 33.3333%;
}

.p08_top_block {
  min-height: 50px;
  border-bottom: 1px solid var(--medium-sea-green);
  background-color: var(--honeydew);
  justify-content: center;
  align-items: center;
  display: flex;
}

.p08_h3 {
  color: var(--medium-sea-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.p08_content {
  min-height: 350px;
  border-right: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  border-left: 1px solid var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 34px 20px;
  display: flex;
}

.p08_pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.p08_date_text {
  color: rgba(6, 7, 10, .26);
}

.p08_pricing_wrap {
  color: var(--midnight-blue);
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

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

.p08_icon {
  width: 13px;
  margin-right: 10px;
}

.p08_button {
  border: 1px solid var(--white-smoke);
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 13px 36px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p08_button:hover {
  color: #fff;
  background-color: #455470;
}

.p08_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p08_column_middle {
  width: 33.3333%;
  margin-top: -10px;
  box-shadow: 1px 1px 35px rgba(193, 199, 208, .15);
}

.p08_content_middle {
  min-height: 520px;
  border-right: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  border-left: 1px solid var(--white-smoke);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 34px 20px;
  display: flex;
}

.p08_top_block_02 {
  min-height: 50px;
  border-bottom: 1px solid var(--orange);
  background-color: var(--floral-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.p08_h3_02 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.p08_top_block_03 {
  min-height: 50px;
  border-bottom: 1px solid var(--neon-blue);
  background-color: var(--lavender-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.p08_h3_03 {
  color: var(--neon-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.cl05_container {
  max-width: 1140px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cl05_column {
  width: 40%;
}

.cl05 {
  min-height: 400px;
  background-color: #fff;
  padding: 80px 5%;
}

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

.cl05_title {
  max-width: 500px;
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.cl05_wrap {
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.cl05_logo_wrap {
  width: 33.3333%;
  min-height: 120px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cl05_column_right {
  width: 60%;
  min-height: 300px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cl05_logo {
  width: 120px;
}

.cl05_button {
  min-width: 130px;
  color: #fff;
  background-color: #5d3eff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.cl05_button:hover {
  background-color: #3213d3;
}

.cl05_link {
  text-decoration: none;
}

.fe10_number {
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  margin-right: 15px;
  font-weight: 700;
}

.fe10_line_wrap {
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  display: flex;
}

.fe10_column_right {
  width: 50%;
  padding-left: 35px;
  padding-right: 25px;
}

.fe10_column_left {
  width: 50%;
  max-height: 600px;
  flex-direction: column;
  align-items: flex-start;
  padding: 46px 35px 46px 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.fe10_h3 {
  margin-bottom: 55px;
}

.fe10_container {
  max-width: 1140px;
  flex: 1;
  display: flex;
}

.fe10_feature_wrap {
  margin-bottom: 250px;
}

.fe10_line_base {
  width: 400px;
  min-height: 2px;
  background-color: var(--white-smoke);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fe10_image {
  margin-left: auto;
  margin-right: auto;
}

.fe10_content_block {
  margin-top: 35px;
}

.fe10 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5%;
  display: flex;
}

.fe10_line {
  width: 0%;
  min-height: 2px;
  background-color: var(--blue-violet);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fe10_h6 {
  margin-bottom: 25px;
  line-height: 25px;
}

.fe10_paragraph {
  margin-bottom: 15px;
}

.fe10_link {
  color: var(--midnight-blue);
  font-weight: 700;
  text-decoration: none;
}

.fe10_counter_wrap {
  margin-bottom: 15px;
}

.fe10_text {
  opacity: .5;
  color: var(--midnight-blue);
  font-size: 17px;
  font-weight: 700;
}

.fe10_line_02, .fe10_line_03 {
  width: 0%;
  min-height: 2px;
  background-color: var(--blue-violet);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fe10_focus {
  color: var(--blue-violet);
}

.lnd_card_template_03 {
  min-height: 260px;
  background-color: var(--white-2);
  background-image: url('../images/03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.faq04_container {
  max-width: 1140px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.faq04_h4 {
  color: #0a1f44;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.faq04_title {
  max-width: 500px;
  color: var(--blue-violet);
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.faq04_full_wrap {
  flex-wrap: wrap;
  display: flex;
}

.faq04_wrap {
  width: 33%;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 35px;
}

.faq04_h6 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.faq04_line {
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 15px;
  margin-bottom: 15px;
}

.faq04 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5%;
  display: flex;
}

.faq04_title_wrap {
  margin-bottom: 45px;
}

.temp04_link {
  color: var(--orange);
  text-decoration: none;
}

.f01_button_temp04 {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: 1px;
  border-radius: 100px;
  margin-left: 0;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
}

.cta01_temp04 {
  min-height: 400px;
  background-color: var(--orange);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta01_button_temp04 {
  max-height: 45px;
  max-width: 220px;
  min-height: 45px;
  background-color: var(--ghost-white);
  box-shadow: none;
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.c06_tag_text_temp04 {
  color: var(--orange);
  margin-left: 10px;
  font-weight: 700;
}

.cta01_link_temp04 {
  color: var(--orange);
  text-decoration: none;
}

.b01_link_temp04 {
  color: var(--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.fe09_wrap_temp05 {
  width: 100%;
  align-items: center;
  display: flex;
}

.fe09_temp05 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 15px 5% 120px;
  display: flex;
}

.form08 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border: 1px solid var(--white-smoke);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form08_h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 28px;
}

.form08_title_wrap {
  margin-bottom: 25px;
}

.form08_text {
  color: var(--light-slate-grey);
  text-align: center;
  font-size: 16px;
}

.form08_button {
  min-width: 130px;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form08_form {
  flex-direction: column;
  display: flex;
}

.form08_form_block {
  margin-bottom: 0;
}

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

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

.form08_success {
  background-color: #fff;
}

.form10_link_wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form10_text {
  color: var(--light-slate-grey);
  text-align: center;
  font-size: 16px;
}

.form09_link_wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form09_text_password {
  color: var(--light-slate-grey);
  text-align: center;
  font-size: 16px;
}

.form09_text_signup {
  color: var(--light-slate-grey);
  text-align: center;
  margin-right: 15px;
  font-size: 16px;
}

.form08_text_account {
  color: var(--light-slate-grey);
  text-align: center;
  font-size: 16px;
}

.form08_link_wrap {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form09_button {
  min-width: 130px;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

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

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

.form09_form {
  flex-direction: column;
  display: flex;
}

.form09_form_block {
  margin-bottom: 0;
}

.form09 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border: 1px solid var(--white-smoke);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form09_text_title {
  color: var(--light-slate-grey);
  text-align: center;
  font-size: 16px;
}

.form09_h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 28px;
}

.form09_title_wrap {
  margin-bottom: 25px;
}

.form10 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border: 1px solid var(--white-smoke);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 25px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.form10_h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 28px;
}

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

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

.form10_button {
  min-width: 130px;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form10_form {
  flex-direction: column;
  display: flex;
}

.form10_form_block {
  margin-bottom: 0;
}

.form10_success {
  background-color: #fff;
}

.form10_title_wrap {
  margin-bottom: 25px;
}

.form09_success {
  background-color: #fff;
}

.lnd_card_template_04 {
  min-height: 260px;
  background-color: rgba(255, 255, 255, .4);
  background-image: url('../images/04.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.lnd_card_template_05 {
  min-height: 260px;
  background-color: rgba(255, 255, 255, .4);
  background-image: url('../images/05.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.h15 {
  min-height: 90vh;
  background-image: url('../images/template_bg.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 110px 5%;
  display: flex;
}

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

.h15_paragraph {
  max-width: 430px;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
  display: block;
}

.h15_title {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 8px;
  font-weight: 500;
}

.h15_button_main {
  min-width: 130px;
  color: var(--neon-blue);
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.h15_button_main:hover {
  background-color: #309a78;
}

.c07_button_temp04 {
  min-height: 50px;
  min-width: 140px;
  background-color: var(--medium-sea-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c07_button_temp04:hover {
  background-color: #33c081;
}

.te05_temp04 {
  min-height: 400px;
  background-color: var(--white);
  padding: 90px 5%;
}

.nav08 {
  height: 80px;
  background-color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav08_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav08_logo {
  margin-right: 35px;
}

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

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

.nav08_left {
  align-items: center;
  display: flex;
}

.nav08_link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s;
}

.nav08_link:hover {
  color: var(--blue-violet);
}

.nav08_button {
  border: 1px solid var(--blue-violet);
  color: var(--blue-violet);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-left: 5px;
  padding: 12px 25px;
  font-weight: 500;
  transition: all .25s ease-in;
}

.nav08_button:hover {
  background-color: var(--blue-violet);
  color: #fff;
}

.nav08_nav_menu {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  display: none;
}

.b07 {
  background-color: #fff;
  padding: 120px 5%;
}

.b07_container {
  max-width: 1140px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b07_card {
  width: 32%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.b07_blog_image {
  min-height: 230px;
  background-image: url('../images/template_bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.b07_card_text {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 15px;
  display: flex;
  position: relative;
  top: auto;
}

.b07_h4 {
  font-size: 22px;
}

.b07_details {
  justify-content: flex-start;
  margin-top: 25px;
  display: flex;
}

.b07_author_wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.b07_text {
  color: var(--light-slate-grey);
  font-size: 14px;
  font-weight: 600;
}

.b07_icon {
  width: 15px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.b07_author_image {
  width: 24px;
  height: 24px;
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.b07_badge {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.b07_badge_text {
  font-weight: 700;
}

.b07_time_wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.b07_badge_02 {
  min-height: 25px;
  min-width: 90px;
  background-color: var(--lavender);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.b07_badge_text_02 {
  color: var(--blue-violet);
  font-weight: 700;
}

.tab02_content {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab03 {
  background-color: #fff;
  padding: 100px 5%;
}

.tab03_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.tab03_content {
  overflow: visible;
}

.tab03_arrow_wrap {
  height: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.tab03_arrow_block {
  z-index: 999;
  width: 20%;
  height: 90px;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: relative;
}

.tab03_arrow {
  width: 15px;
  opacity: .5;
  position: absolute;
  left: auto;
  right: 0%;
}

.tab03_tab_arrow_02 {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 28%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_title {
  margin-top: 15px;
  font-family: Varela Round, sans-serif;
  font-weight: 700;
}

.tab03_h2 {
  color: var(--midnight-blue);
  margin-bottom: 25px;
}

.tab03_tab_link {
  z-index: 999;
  width: 20%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab03_tab_link.w--current {
  background-color: rgba(0, 0, 0, 0);
  transition: all .2s;
  transform: translate(0, -10px);
}

.tab03_icon {
  max-width: 25px;
}

.tab03_block_left {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.tab03_menu {
  margin-bottom: 30px;
  display: flex;
}

.tab03_tab_arrow_03 {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 48%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_tab_content {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab03_icon_wrap {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  transition: border .25s;
  display: flex;
  box-shadow: 1px 1px 35px rgba(0, 0, 0, .05);
}

.tab03_icon_wrap:hover {
  border: 2px solid #6000fc;
}

.tab03_icon_wrap.w--current {
  background-image: linear-gradient(rgba(206, 27, 27, .77), #fd9a0f);
}

.tab03_pane {
  min-height: 500px;
  background-color: var(--white);
}

.tab03_tab_arrow_05 {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 88%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_tab_arrow {
  width: 35px;
  height: 35px;
  background-color: var(--white);
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 8%;
  right: auto;
  transform: rotate(45deg);
}

.tab03_paragraph {
  color: var(--dark-slate-blue);
}

.tab03_tabs {
  top: -100px;
}

.tab03_block_right {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.tab03_tab_arrow_04 {
  width: 35px;
  height: 35px;
  background-color: #fafbfc;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 68%;
  right: auto;
  transform: rotate(45deg);
}

.tab01_image {
  border-radius: 9px;
  position: relative;
}

.g05_container {
  max-width: 1140px;
  column-count: 3;
}

.g05_lightbox {
  margin-bottom: 15px;
}

.tab04_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab04_tabs {
  align-items: flex-start;
  display: flex;
}

.tab04_menu {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 35px;
  padding: 30px;
  display: flex;
}

.tab04_tab {
  min-width: 200px;
  color: var(--midnight-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px 25px;
  display: flex;
}

.tab04_tab.w--current {
  border: 1px solid var(--lavender-2);
  background-color: rgba(0, 0, 0, 0);
}

.tab04_icon {
  width: 22px;
  margin-right: 15px;
}

.tab04_image {
  border-radius: 9px;
  position: relative;
}

.tab04_content {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.tab04_paragraph {
  max-width: 560px;
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.tab04_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.tab04_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.tab04_title {
  font-size: 18px;
  font-weight: 600;
}

.tab04 {
  background-color: #fff;
  padding: 100px 5%;
}

.form11_label_title {
  margin-bottom: 7px;
}

.form11 {
  max-width: 450px;
  border: 1px solid var(--white-smoke);
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 25px 25px;
  position: relative;
}

.form11_line {
  width: 100%;
  height: 1px;
  background-color: rgba(79, 94, 120, .1);
  margin-top: 26px;
  margin-bottom: 26px;
}

.form11_image {
  width: 55px;
  height: 55px;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  left: 25px;
  box-shadow: 0 -1px 30px rgba(32, 27, 61, .16);
}

.form11_paragraph {
  color: #4f5e78;
  font-size: 15px;
  line-height: 23px;
}

.c11 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c11_container {
  max-width: 1140px;
  flex-flow: column wrap;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.c11_centre_block {
  width: 120px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c11_process_card {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c11_process_image {
  width: 45%;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.c11_h4 {
  color: #1d1f45;
  margin-top: 0;
  font-size: 29px;
  font-weight: 700;
}

.c11_process_card_02 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c11_process_line {
  width: 2px;
  height: 65%;
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  position: absolute;
}

.c11_centre_icon_wrap {
  z-index: 5;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px rgba(230, 203, 255, .14);
}

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

.c11_centre_step {
  color: #6937ff;
  font-size: 18px;
  font-weight: 600;
}

.c11_process_details {
  width: 45%;
  min-height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.c11_process {
  max-width: 900px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c11_title {
  color: var(--light-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c11_h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin: 0 auto 25px;
  font-size: 42px;
  line-height: 45px;
}

.c11_title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.f12 {
  background-color: var(--midnight-blue);
  padding: 100px 5% 40px;
}

.f12_h3 {
  max-width: 420px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 32px;
}

.f12_caption {
  color: rgba(245, 247, 253, .5);
  font-size: 16px;
}

.f12_input {
  max-width: 330px;
  min-height: 48px;
  color: var(--ghost-white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e2e4e9;
  border-right-style: none;
  border-radius: 4px 0 0 4px;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

.f12_button {
  min-height: 48px;
  min-width: 130px;
  background-color: var(--light-slate-grey);
  color: #fff;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

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

.f12_form {
  align-items: flex-start;
  display: flex;
}

.f12_form_block {
  margin-bottom: 0;
}

.f12_container {
  max-width: 1140px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f12_line {
  height: 1px;
  background-color: rgba(245, 247, 253, .1);
  margin-top: 50px;
  margin-bottom: 50px;
}

.f12_title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.f12_link {
  color: rgba(235, 236, 240, .74);
  margin-bottom: 12px;
  margin-left: 1px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: all .25s;
}

.f12_link:hover {
  color: #fff;
}

.f12_column {
  width: 16%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f12_colum_wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f12_column_large {
  width: 55%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.f12_blog_image {
  min-height: 150px;
  min-width: 200px;
  background-color: var(--ghost-white);
  background-image: url('../images/highrise_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}

.f12_footer_blog {
  max-width: 240px;
}

.f12_footer_legal {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f12_legal_left {
  align-items: center;
  display: flex;
}

.f12_link_text {
  color: #fff;
  margin-right: 25px;
  font-size: 14px;
  text-decoration: none;
}

.f12_copywrite_text {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.f12_social_wrap {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
  position: relative;
}

.f12_social_wrap.f12_centre_social {
  margin-left: 10px;
  margin-right: 10px;
}

.f12_social_wraps {
  margin-top: 10px;
  display: flex;
}

.f12_read_more {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-41 {
  color: #fff;
}

.p08_info_text {
  max-width: 200px;
  color: var(--silver);
  text-align: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p08_text {
  max-width: 560px;
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p08_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.p08 {
  background-color: #fff;
  padding: 124px 5%;
}

.form12_text {
  color: #808192;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.form12_h1 {
  color: #000037;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}

.form12_checkbox_label {
  display: none;
}

.form12 {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.form12_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.form12_field_long {
  min-height: 150px;
  color: rgba(0, 0, 55, .75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(62, 52, 200, .04);
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 16px;
}

.form12_field_long::-ms-input-placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.form12_field_long::placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.form12_field_wrap_02 {
  margin-bottom: 35px;
}

.h2_select {
  color: #0a1f44;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.form12_checkbox_field {
  width: 150px;
  height: 55px;
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, .28);
}

.form12_block {
  width: 100%;
  max-width: 830px;
  padding-top: 35px;
}

.form12_legal {
  text-align: center;
  font-weight: 600;
}

.error-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.form12_field {
  min-height: 55px;
  color: rgba(0, 0, 55, .75);
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid rgba(62, 52, 200, .04);
  border-radius: 6px;
  font-size: 16px;
}

.form12_field:focus {
  border-color: #5b3acc;
}

.form12_field::-ms-input-placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.form12_field::placeholder {
  color: rgba(0, 0, 55, .1);
  font-family: Varela Round, sans-serif;
}

.form12_field_wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.form12_logo {
  width: 150px;
}

.form12_button {
  width: 100%;
  max-width: 170px;
  min-height: 45px;
  min-width: 140px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5b3acc;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.form12_title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 14px;
  font-weight: 600;
  position: relative;
}

.form12_button_wrap {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

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

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

.form12_field_title {
  color: #000037;
  background-color: #fff;
  padding-left: 6px;
  font-weight: 600;
  position: relative;
  top: 10px;
  left: 12px;
}

.form12_checkbox {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form12_checkbox:active {
  border: 1px solid #000;
}

.form11_h5 {
  color: #201b3d;
  margin-bottom: 14px;
}

.cta08_column_right {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta08_button_wrap {
  max-width: 500px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
}

.cta08_button {
  min-height: 45px;
  min-width: 170px;
  background-color: var(--blue-violet);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  transition: all .2s;
  display: flex;
}

.cta08_button:hover {
  background-color: #6c36e5;
}

.cta08_image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta08_column {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.link_help {
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.link_help:hover {
  color: #445775;
}

.cta08_h2 {
  color: #142c65;
  text-align: left;
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
}

.cta08 {
  height: 520px;
  background-color: #fff;
  border-top: 1px #e7e7e7;
  border-bottom: 1px #e7e7e7;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.cta08_container {
  height: 100%;
  max-width: 1200px;
  flex: 1;
  display: flex;
}

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

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

.form11_button {
  min-width: 130px;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
  display: flex;
}

.form11_form {
  flex-direction: column;
  display: flex;
}

.form11_form_block {
  margin-bottom: 0;
}

.m13_input {
  min-height: 48px;
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

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

.m13_button {
  width: 100%;
  background-color: var(--blue-violet);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.m13_form {
  width: 100%;
}

.m13_form_block {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.nav03_left {
  width: auto;
}

.form04_input_postcode {
  max-width: 32%;
  min-height: 48px;
  color: var(--silver);
  background-color: #fff;
  border: 1.5px solid #e2e4e9;
  border-radius: 4px;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

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

.m09_line {
  width: 100%;
  height: 1px;
  background-color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 20px;
}

.m10_badge {
  min-height: 25px;
  min-width: 45px;
  background-color: var(--lavender);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 6px 20px;
  display: flex;
}

.m10_badge_text {
  color: var(--blue-violet);
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
}

.m10_video_wrap {
  min-height: 180px;
  background-color: var(--white);
  position: relative;
}

.m10 {
  width: 100%;
  height: 100%;
  max-width: 400px;
  min-height: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.m10_details {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.m12_paragraph {
  color: var(--dark-slate-blue);
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

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

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

.search-result-list {
  background-color: var(--white);
  border-radius: 15px;
  padding: 35px;
}

.search {
  align-items: flex-start;
  display: flex;
}

.search-button {
  min-height: 45px;
  background-color: var(--blue-violet-2);
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  left: -15px;
}

.search-input {
  min-height: 45px;
  border-radius: 5px;
}

.search-heading {
  margin-bottom: 35px;
}

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

.text-block-42 {
  color: var(--ghost-white);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-size: 28px;
  line-height: 28px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .h09 {
    padding: 90px 5%;
  }

  .menu_left {
    z-index: 99;
    width: 0%;
    overflow: hidden;
  }

  .content_section {
    width: 100%;
    margin-left: 0%;
  }

  .p02_column_price {
    width: 49%;
    min-height: 420px;
    margin-bottom: 35px;
    margin-right: 0;
    display: block;
  }

  .p04_pricing_card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c07_column {
    width: 100%;
    margin-bottom: 10px;
  }

  .te01_card {
    width: 49%;
    margin-bottom: 15px;
  }

  .te01_name, .te01_job_title {
    text-align: center;
  }

  .te02_card {
    width: 49%;
  }

  .cl04_card {
    padding: 20px;
  }

  .fe06_card {
    margin-bottom: 40px;
  }

  .tab01_menu {
    margin-right: 0;
  }

  .tab01_tab {
    width: 100%;
    min-height: 90px;
    margin-bottom: 15px;
  }

  .tab01_tab.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .tab01_tabs {
    flex-direction: column;
    align-items: stretch;
  }

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

  .t02_slide_arrow_right {
    max-width: 25px;
    right: -4%;
  }

  .p02_column {
    width: 100%;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .p05_card {
    margin-bottom: 15px;
  }

  .te03_card {
    width: 100%;
    max-width: 600px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .t04_left_arrow {
    top: -480px;
  }

  .t04_right_arrow {
    top: -480px;
    left: -65%;
  }

  .c04_column {
    padding-right: 15px;
  }

  .b04_card {
    width: 100%;
    margin-bottom: 25px;
  }

  .b04_card_text_featured {
    width: 60%;
  }

  .b04_container {
    flex-wrap: wrap;
  }

  .b06_card_text_featured {
    padding-left: 25px;
    padding-right: 25px;
  }

  .b06_blog_image {
    min-height: 290px;
  }

  .c08_feature_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

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

  .colour_wrap_main {
    flex-wrap: wrap;
  }

  .colour_wrapper {
    width: 25%;
    margin-bottom: 15px;
  }

  .element_wrap {
    flex-wrap: wrap;
  }

  .avatar_wrap {
    width: 25%;
  }

  .element-wrap-icon {
    flex-wrap: wrap;
  }

  .div_block_04 {
    position: absolute;
  }

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

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

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

  .lnd_dropdown_link.hide {
    display: none;
  }

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

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

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

  .menu-button {
    display: none;
  }

  .f04_column {
    width: 33%;
  }

  .f04_colums, .f05_footer_top {
    flex-wrap: wrap;
  }

  .f05_h2 {
    margin-bottom: 25px;
  }

  .f08_form, .f05_colum_wrap {
    flex-wrap: wrap;
  }

  .f05_column {
    width: 25%;
  }

  .temp02_hero {
    background-position: 36% 100%;
  }

  .h02_dashboard {
    margin-left: auto;
    margin-right: auto;
  }

  .shadow_column {
    padding-right: 10px;
  }

  .s5_shadow {
    box-shadow: 0 30px 45px rgba(118, 126, 173, .12);
  }

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

  .lnd_content_block {
    width: 100%;
  }

  .lnd_container {
    flex-direction: column;
    align-content: center;
  }

  .lnd_img_block {
    width: 100%;
    overflow: hidden;
  }

  .lnd_btn {
    margin-right: 10px;
  }

  .lnd_hero_block {
    width: 100%;
  }

  .lnd_hero {
    height: auto;
    max-height: none;
    min-height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .ldn_h1 {
    max-width: 660px;
  }

  .h04 {
    background-position: 10%;
  }

  .h04_h1 {
    text-align: center;
  }

  .h04_paragraph {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h04_block {
    width: 100%;
    align-items: center;
  }

  .h05 {
    background-position: 10%;
  }

  .f08_button {
    width: 100%;
    left: 0;
  }

  .f08_social_wrap {
    justify-content: center;
  }

  .f08_legal_wrap {
    height: auto;
    min-height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h06_container {
    flex-direction: column;
  }

  .h06_block {
    width: 100%;
  }

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

  .fe02_card {
    width: 49%;
    margin-bottom: 15px;
    display: block;
  }

  .fe03_card {
    width: 49%;
    margin-bottom: 15px;
  }

  .fe05_card {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .p03_icon {
    margin-bottom: 10px;
  }

  .fe07_card_wrap {
    z-index: 5;
    position: relative;
  }

  .h13_block {
    width: 100%;
  }

  .h14 {
    background-position: 10%;
  }

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

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

  .lnd_nav_left {
    flex: 1;
  }

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

  .lnd_nav_container {
    position: relative;
  }

  .tab01_content {
    width: 100%;
  }

  .c09_column_02 {
    padding-left: 0;
  }

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

  .lnd_container_hero {
    flex-wrap: wrap;
  }

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

  .c02_block {
    width: 100%;
  }

  .c02_button {
    position: relative;
  }

  .c02_container {
    flex-direction: column;
  }

  .c03_block {
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .c03_container {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c04_block {
    width: 70%;
  }

  .c04_button {
    position: relative;
  }

  .c04_block_right {
    width: 30%;
  }

  .p02_container {
    flex-direction: column;
  }

  .p01 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .p01_container {
    flex-direction: column;
  }

  .p03_pricing_text {
    text-align: left;
  }

  .p03_button {
    margin-left: auto;
    margin-right: auto;
  }

  .p03_check_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .p03_pricing_card {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .temp01_paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .t05_col_1 {
    width: 100%;
    min-height: 300px;
    border-bottom-style: none;
    border-right: 1px solid #ebecf0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .t05_col_2 {
    width: 100%;
    min-height: 300px;
  }

  .t05_col_3 {
    width: 100%;
    min-height: 300px;
    border-top-style: none;
    border-left-color: #ebecf0;
    border-radius: 0 0 10px 10px;
  }

  .h04_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta02 {
    background-size: 80%;
  }

  .cta02_container {
    flex-direction: column;
  }

  .cta02_h2 {
    margin-bottom: 15px;
  }

  .faq01_click_wrap, .faq02_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .temp01_content_01 {
    padding-top: 120px;
  }

  .temp01_block_60, .temp01_block_40 {
    width: 100%;
  }

  .c05_button {
    position: relative;
  }

  .c06 {
    padding-top: 120px;
  }

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

  .c07_button {
    background-color: var(--blue-violet);
    position: relative;
  }

  .c07_button:hover {
    background-color: #6d3ae2;
  }

  .c07_icon_wrap {
    flex-direction: column;
  }

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

  .c09_feature_wrap {
    max-width: 500px;
  }

  .c02_block_image {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-top: 55px;
    padding-right: 0;
    display: flex;
  }

  .fe02_icon {
    margin-bottom: 15px;
  }

  .fe08 {
    padding-top: 120px;
  }

  .cta04 {
    padding: 2%;
  }

  .cta05_container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .te03_name, .te03_job_title {
    text-align: center;
  }

  .fe08_card {
    width: 50%;
  }

  .t03_avatar_01 {
    background-image: url('../images/t_avatar.png');
  }

  .t02_slide_arrow_left {
    max-width: 25px;
    left: -4%;
  }

  .cta05_button_wrap {
    align-items: center;
    display: flex;
  }

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

  .t05_testimoninal_wrap {
    flex-wrap: wrap;
  }

  .lnd_template_column {
    width: 50%;
  }

  .lnd_card_template_01 {
    box-shadow: 1px 1px 25px 0 var(--ghost-white);
  }

  .p03_top_wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .t06_mask {
    width: 60%;
  }

  .c04_button_link, .c05_button_link, .c07_button_link {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m08_social {
    margin-bottom: 6px;
  }

  .b04_h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .b04_details_text {
    margin-bottom: 5px;
  }

  .b04_paragraph {
    margin-bottom: 10px;
  }

  .b04_blog_image_feature {
    width: 40%;
  }

  .b04_h4 {
    margin-bottom: 10px;
  }

  .b05_link {
    color: var(--blue-violet);
    font-size: 12px;
    text-decoration: none;
  }

  .b06_paragraph, .b06_paragraph_02 {
    margin-bottom: 15px;
  }

  .f08_container {
    flex-direction: column;
  }

  .nav01_search {
    margin-right: 0;
  }

  .nav_column {
    width: 33%;
  }

  .nav_dropdown {
    box-shadow: none;
  }

  .nav01_line {
    display: none;
  }

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

  .nav01 {
    display: none;
  }

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

  .nav01_button, .nav_column_large_02 {
    display: none;
  }

  .nav01_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
    padding-left: 20px;
    transition: opacity .3s;
  }

  .nav01_link:hover {
    background-color: rgba(203, 221, 230, .07);
  }

  .nav01_burger {
    border-radius: 100px;
  }

  .nav01_burger.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, .08);
    border-radius: 50px;
  }

  .nav02_phone {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav03_button {
    display: none;
  }

  .nav02_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
  }

  .nav02_account_toggle {
    border-left-style: none;
  }

  .nav02_right_wrap {
    flex: 1;
    justify-content: flex-end;
  }

  .nav02_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
    padding-left: 20px;
  }

  .nav02_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav02_icon {
    color: var(--dark-slate-blue);
    margin-right: 0;
  }

  .nav02_email {
    border-right-style: none;
    padding-left: 0;
    padding-right: 15px;
  }

  .nav02, .nav02_top_right {
    display: none;
  }

  .nav03_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
  }

  .nav05 {
    display: none;
  }

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

  .nav05_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .nav04, .nav06 {
    display: none;
  }

  .nav06_search {
    margin-right: 0;
  }

  .nav01_dropdown_dot {
    display: none;
  }

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

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

  .lnd_image {
    width: auto;
  }

  .lnd_container_reverse {
    flex-direction: column-reverse;
    align-content: center;
  }

  .nav02_button {
    display: none;
  }

  .nav02_menu_button.w--open {
    background-color: var(--white-smoke);
    border-radius: 100px;
  }

  .nav03_links {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav03_menu_button.w--open {
    background-color: var(--white-smoke);
    border-radius: 100px;
  }

  .nav03_icon {
    color: var(--dark-slate-blue);
  }

  .nav04_top_wrap {
    flex-direction: row;
    justify-content: flex-end;
  }

  .nav04_right_wrap {
    flex: 1;
    justify-content: flex-end;
  }

  .nav04_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav04_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
    padding-left: 20px;
  }

  .nav04_button {
    display: none;
  }

  .nav04_menu_button.w--open {
    background-color: var(--white-smoke);
    border-radius: 100px;
  }

  .nav04_menu_icon {
    color: var(--dark-slate-blue);
  }

  .nav05_email {
    border-right-style: none;
    padding-left: 0;
    padding-right: 15px;
  }

  .nav05_phone {
    border-right-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav01_mobile {
    display: flex;
  }

  .nav02_mobile, .nav04_mobile, .nav05_mobile {
    display: block;
  }

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

  .mobile_dropdown_link {
    background-color: var(--white-smoke);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .mobile_dropdown_link.w--current {
    color: var(--blue-violet);
  }

  .p02_wrap {
    width: 100%;
  }

  .p04_column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .b04_link, .b06_link {
    color: var(--blue-violet);
    font-size: 12px;
    text-decoration: none;
  }

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

  .lnd_nav_link_button:hover {
    color: #fff;
  }

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

  .t07_content_block {
    padding: 20px;
  }

  .nav06_mobile {
    display: flex;
  }

  .nav_icon_arrow {
    margin-right: 15px;
  }

  .nav05_right {
    flex: 1;
    justify-content: flex-end;
  }

  .nav05_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
    padding-left: 20px;
    font-family: Cabin, sans-serif;
  }

  .nav05_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav05_button {
    background-color: var(--white);
    border-radius: 100px;
  }

  .nav05_button.w--open {
    background-color: var(--white-smoke);
  }

  .nav05_menu_icon {
    color: var(--dark-slate-blue);
  }

  .nav05_buy_button {
    display: none;
  }

  .nav05_right_wrap {
    flex: 1;
    justify-content: flex-end;
  }

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

  .nav07 {
    display: block;
  }

  .nav06_left {
    background-color: #fff;
    justify-content: flex-start;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav06_drop {
    display: none;
  }

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

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

  .nav06_menu {
    border-radius: 100px;
  }

  .nav06_menu.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, .08);
    border-radius: 50px;
  }

  .nav06_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
    padding-left: 20px;
  }

  .nav07_container {
    height: 80px;
    align-items: center;
  }

  .p04_icon {
    margin-bottom: 10px;
  }

  .f09_column {
    margin-bottom: 15px;
  }

  .t08_column {
    width: 50%;
  }

  .form05_title, .field-label-copy {
    line-height: 50px;
    display: inline;
  }

  .f10_column {
    width: 20%;
  }

  .p05_card_focus {
    margin-bottom: 15px;
  }

  .p06_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p06_column {
    width: 49%;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .p06_column_02 {
    width: 49%;
    margin-bottom: 15px;
    transform: none;
  }

  .p06_column_01 {
    width: 49%;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .p06_column_04 {
    width: 49%;
    border-style: solid;
    border-color: var(--white-smoke);
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .p06_icon {
    margin-bottom: 10px;
  }

  .p06_button {
    margin-left: auto;
    margin-right: auto;
  }

  .g01_column {
    width: 50%;
  }

  .g01_image {
    height: 250px;
  }

  .g02_column {
    width: 50%;
  }

  .g02_image {
    height: 250px;
  }

  .g02_column_02, .g02_column_03 {
    width: 50%;
  }

  .g03_image {
    height: 250px;
  }

  .g03_image_02 {
    height: 530px;
  }

  .g04_column {
    width: 50%;
  }

  .g04_image {
    height: 250px;
  }

  .g04_column_2, .g04_column_03 {
    width: 50%;
  }

  .te04_name {
    text-align: center;
  }

  .te05_avatar_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t03_avatar_02 {
    background-image: url('../images/t_avatar.png');
  }

  .b06_blog_image_02, .b06_blog_image_03 {
    min-height: 290px;
  }

  .temp_nav {
    display: none;
  }

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

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

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

  .temp_nav_button {
    display: none;
  }

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

  .temp_nav_right {
    flex: 1;
    justify-content: flex-end;
  }

  .temp_nav_burger {
    color: #fff;
  }

  .temp_nav_burger_button.w--open {
    background-color: var(--white-smoke);
    border-radius: 100px;
  }

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

  .temp_nav_right_mobile {
    flex: 1;
    justify-content: flex-end;
  }

  .temp_icon {
    color: #fff;
  }

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

  .temp_right {
    flex: 1;
    justify-content: flex-end;
  }

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

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

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

  .temp01_column {
    margin-bottom: 15px;
  }

  .f10_column_left {
    width: 40%;
  }

  .temp02_btn {
    position: relative;
  }

  .temp02_column {
    width: 49%;
    margin-bottom: 15px;
    transform: none;
  }

  .lnd_card_template_02 {
    box-shadow: 1px 1px 25px 0 var(--ghost-white);
  }

  .fe09 {
    padding-top: 120px;
  }

  .cta07_main_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta07_content {
    margin-left: 0;
  }

  .cta07_image {
    width: 140px;
  }

  .p07_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p07_column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .p07_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p07_icon {
    margin-bottom: 10px;
  }

  .p07_button {
    margin-left: auto;
    margin-right: auto;
  }

  .p07_block_02, .p07_block_03 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p07_button_white {
    margin-left: auto;
    margin-right: auto;
  }

  .p08_icon {
    margin-bottom: 10px;
  }

  .p08_button {
    margin-left: auto;
    margin-right: auto;
  }

  .p08_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .cl05_logo_wrap {
    padding: 15px;
  }

  .cl05_column_right {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cl05_button {
    text-align: center;
  }

  .fe10_column_right {
    padding-left: 25px;
    padding-right: 10px;
  }

  .fe10_column_left {
    padding-left: 10px;
    padding-right: 25px;
  }

  .fe10_line_base {
    width: 100%;
  }

  .lnd_card_template_03 {
    box-shadow: 1px 1px 25px 0 var(--ghost-white);
  }

  .faq04_wrap {
    padding: 10px;
  }

  .fe09_temp05 {
    padding-top: 120px;
  }

  .lnd_card_template_04, .lnd_card_template_05 {
    box-shadow: 1px 1px 25px 0 var(--ghost-white);
  }

  .c07_button_temp04 {
    background-color: var(--blue-violet);
    position: relative;
  }

  .c07_button_temp04:hover {
    background-color: #6d3ae2;
  }

  .nav08 {
    display: block;
  }

  .nav08_container {
    height: 80px;
    align-items: center;
  }

  .nav08_left_links {
    display: none;
  }

  .nav08_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
    padding-left: 20px;
    font-family: Cabin, sans-serif;
  }

  .nav08_button {
    margin-right: 5px;
  }

  .nav08_button_mobile {
    background-color: var(--white);
    border-radius: 100px;
  }

  .nav08_button_mobile.w--open {
    background-color: var(--white-smoke);
  }

  .nav08_nav_menu {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav08_menu_icon {
    color: var(--dark-slate-blue);
  }

  .styleguide_wrap {
    overflow: visible;
  }

  .b07_container {
    flex-wrap: wrap;
  }

  .b07_card {
    width: 49%;
    margin-bottom: 25px;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .tab03_block_left {
    width: 60%;
  }

  .tab03_tabs {
    top: 0;
  }

  .tab03_block_right {
    width: 40%;
  }

  .tab04_menu {
    margin-right: 0;
    padding: 10px;
  }

  .tab04_tab {
    margin-bottom: 10px;
  }

  .tab04_tab.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .tab04_content {
    width: 100%;
  }

  .c11_centre_block {
    width: 150px;
  }

  .c11_process_image {
    padding: 15px;
  }

  .c11_process_details {
    padding: 10px;
  }

  .f12_title_wrap {
    margin-bottom: 15px;
  }

  .f12_footer_top {
    flex-wrap: wrap;
  }

  .f12_column {
    width: 25%;
  }

  .f12_colum_wrap {
    flex-wrap: wrap;
  }

  .f12_column_large {
    width: 25%;
  }

  .form12 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta08_column_right {
    width: 100%;
    display: none;
  }

  .cta08_button_wrap {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cta08_image {
    display: none;
  }

  .cta08_column {
    width: 100%;
    align-items: center;
  }

  .cta08_h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cta08 {
    height: auto;
    min-height: 370px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta08_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta08_paragraph {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p04_pricing_card {
    max-width: 300px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .b01_card {
    width: 100%;
    margin-bottom: 25px;
  }

  .cl01_logo {
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cl04_card {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cl04_card_wrap {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .tab01_menu {
    margin-right: 0;
  }

  .lnd_footer_column_right {
    align-items: flex-start;
  }

  .p02_column {
    width: 100%;
  }

  .p05_card {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .t04_slide {
    width: 100%;
  }

  .t04_right_arrow {
    left: -50%;
  }

  .c04_column {
    margin-bottom: 15px;
  }

  .b03_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .b03_container {
    flex-direction: column;
  }

  .b04_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .b04_card_text_featured {
    width: 100%;
  }

  .b04_card_featured, .b04_container, .b05_container {
    flex-direction: column;
  }

  .b05_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .b06_container {
    flex-direction: column;
  }

  .b06_card {
    flex-wrap: wrap;
  }

  .b06_blog_image, .b06_card_text {
    width: 100%;
  }

  .f02_form_wrap {
    margin-top: 15px;
  }

  .colour_wrap {
    margin-bottom: 25px;
  }

  .colour_wrapper {
    width: 33%;
  }

  .button_wrap {
    width: 50%;
  }

  .f03_top_wrap {
    align-items: center;
  }

  .shadow_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .avatar_wrap {
    width: 50%;
    margin-bottom: 30px;
  }

  .element_wrap_btm {
    flex-wrap: wrap;
  }

  .fp_component_wrap {
    width: 100%;
  }

  .form_column_wrap {
    flex-direction: column;
  }

  .badge_wrap {
    width: 50%;
  }

  .h15_container {
    flex-direction: column;
  }

  .h15_block_left, .h15_block_right {
    width: 100%;
  }

  .icon_wrap {
    width: 10%;
  }

  .b02_container {
    flex-wrap: wrap;
  }

  .b02_card {
    width: 100%;
    margin-bottom: 15px;
  }

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

  .f01_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .f01_button {
    margin-left: 15px;
  }

  .f02_top_wrap {
    flex-direction: column;
  }

  .f04_column {
    width: 100%;
  }

  .f05_column {
    width: 50%;
  }

  .temp02_hero {
    background-position: 25%;
  }

  .h02_dashboard {
    max-width: 100%;
  }

  .shadow_column {
    width: 33%;
  }

  .s1_shadow, .s2_shadow, .s3_shadow, .s4_shadow {
    max-width: none;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .s5_shadow {
    max-width: none;
    margin-bottom: 25px;
  }

  .is1_shadow, .is2_shadow, .is3_shadow {
    width: 30%;
    margin-bottom: 25px;
  }

  .lnd_button_explore {
    margin-left: 15px;
  }

  .lnd_img_block {
    padding: 10px;
  }

  .lnd_btn {
    margin-left: 15px;
  }

  .lnd_hero {
    height: auto;
    min-height: 760px;
    padding-top: 100px;
  }

  .ldn_h1 {
    font-size: 55px;
    line-height: 57px;
  }

  .h04 {
    background-position: 80px 0;
  }

  .h04_button {
    margin-left: 15px;
  }

  .h05 {
    background-position: 80px 0;
  }

  .f08_column {
    width: 33%;
  }

  .f08_column_large {
    width: 100%;
  }

  .f08_social_wrap {
    justify-content: center;
  }

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

  .h08_button {
    margin-left: auto;
    margin-right: auto;
  }

  .fe02_card {
    width: 48.5%;
    margin-bottom: 15px;
  }

  .fe04_container {
    flex-wrap: wrap;
  }

  .fe04_card {
    width: 49%;
    flex-wrap: wrap;
    align-content: center;
  }

  .fe05_text {
    max-width: 330px;
  }

  .fe05_card {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fe07_card {
    width: 100%;
    margin-bottom: 35px;
  }

  .fe07_text {
    max-width: 330px;
  }

  .fe07_card_wrap {
    flex-direction: column;
  }

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

  .h14_btn {
    margin-left: 15px;
  }

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

  .c09_column_02 {
    padding-left: 0;
  }

  .lnd_button_4 {
    margin-left: 15px;
  }

  .lnd_top_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .lnd_footer_caption {
    margin-right: 0;
  }

  .c01_container {
    flex-direction: column;
  }

  .c02_block {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .c02_container {
    flex-direction: column;
  }

  .c03_google {
    margin-right: 15px;
  }

  .c03_apple {
    margin-left: 0;
  }

  .c04_block {
    width: 100%;
  }

  .c04_top {
    flex-direction: column;
  }

  .c04_block_right {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .p02_paragraph {
    max-width: 330px;
  }

  .p03_pricing_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p03_pricing_card {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cl01_logo_wrap {
    justify-content: flex-start;
  }

  .cl01_image {
    width: 130px;
  }

  .cl02_logo_wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .cl02_logo {
    width: 100%;
    margin-bottom: 15px;
  }

  .cl03_logo_wrap {
    justify-content: flex-start;
  }

  .temp01_image {
    width: 100%;
  }

  .temp01_logo_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .temp01_logo {
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .temp01_content_01 {
    padding-top: 60px;
  }

  .temp01_logo_image {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .temp01_container_02 {
    flex-direction: column;
  }

  .temp01_block_60 {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .temp01_block_40 {
    margin-bottom: 55px;
    padding-left: 0;
    padding-right: 0;
  }

  .c07_block {
    width: 100%;
  }

  .c07_image {
    margin-top: 55px;
  }

  .c07_container, .c07_icon_wrap {
    flex-direction: column;
  }

  .c02_block_image {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .tab02_menu {
    flex-wrap: wrap;
  }

  .tab02_link {
    margin-bottom: 14px;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .h14_container {
    flex-direction: column;
  }

  .h13_button {
    margin-left: 15px;
  }

  .c04_columns {
    margin-bottom: 0;
  }

  .cta04_paragraph {
    text-align: center;
  }

  .cta05_container {
    width: 100%;
  }

  .temp04_paragraph {
    max-width: 330px;
  }

  .fe08_card, .lnd_template_column {
    width: 100%;
  }

  .lnd_btn_02 {
    margin-left: 15px;
  }

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

  .t06_slider_nav._2 {
    right: -9%;
  }

  .t06_slider_nav._4 {
    right: -27%;
  }

  .t06_slider_nav._3 {
    right: -18%;
  }

  .t06_slider_nav._5 {
    right: -36%;
  }

  .t06_mask {
    width: 80%;
  }

  .f01_column_right {
    align-items: flex-start;
  }

  .f01_link_wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .f01_cta_text {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .f02_logo {
    margin-bottom: 15px;
  }

  .m08 {
    flex-direction: column;
  }

  .m08_image, .m08_content {
    width: 100%;
  }

  .b04_blog_image_feature {
    width: 100%;
    min-height: 230px;
  }

  .f08_container {
    flex-direction: column;
  }

  .f08_columns {
    flex-wrap: wrap;
  }

  .nav01_search {
    margin-right: 0;
  }

  .nav_column {
    width: 50%;
  }

  .nav_dropdown {
    flex-wrap: wrap;
  }

  .nav01_button, .nav03_button {
    display: none;
  }

  .nav06_search {
    margin-right: 0;
  }

  .nav_button {
    margin-left: 15px;
  }

  .nav02_button, .nav04_button {
    display: none;
  }

  .t07_content_block {
    width: 100%;
    max-height: none;
    position: relative;
  }

  .t07_slider {
    width: 100%;
  }

  .t07_container {
    flex-wrap: wrap;
  }

  .t07_block {
    width: 100%;
    display: block;
  }

  .nav05_buy_button {
    display: none;
  }

  .f09_line {
    flex-direction: column;
  }

  .f09_social_wrap {
    justify-content: flex-start;
  }

  .cl03_logo {
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cl03_image {
    width: 120px;
  }

  .t08_container {
    flex-wrap: wrap;
  }

  .t03_slider_arrow {
    left: 25%;
  }

  .t03_slider_arrow_02 {
    right: 25%;
  }

  .c10_block {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }

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

  .form05_title {
    line-height: 40px;
    display: inline;
  }

  .form05_input {
    padding: 5px;
  }

  .form05_wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .field-label-copy {
    display: inline;
  }

  .f10_container {
    flex-wrap: wrap;
  }

  .f10_column {
    width: 50%;
  }

  .p05_card_focus {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .g01_column {
    padding: 10px;
  }

  .g03_image_wrap {
    width: 50%;
  }

  .g03_container {
    flex-direction: column;
  }

  .g03_gallery_column {
    width: 100%;
    flex-direction: row;
  }

  .f11_container {
    flex-wrap: wrap;
  }

  .form07_label {
    margin-bottom: 2px;
  }

  .te04_team_block {
    width: 50%;
  }

  .b06_blog_image_02, .b06_blog_image_03 {
    width: 100%;
  }

  .temp_nav_button {
    display: none;
  }

  .cta06_container {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .cta06_column {
    width: 100%;
    margin-bottom: 35px;
  }

  .temp01_line {
    flex-direction: column;
  }

  .temp01_social {
    justify-content: flex-start;
  }

  .temp01_container_02_reverse {
    flex-direction: column-reverse;
  }

  .f10_column_left {
    width: 50%;
    margin-bottom: 25px;
  }

  .fe09_wrap {
    flex-wrap: wrap;
  }

  .fe09_column {
    width: 50%;
  }

  .cta07_container {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .cta07_main_wrap {
    width: 100%;
    margin-bottom: 35px;
  }

  .cta07_button_wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .p07_column {
    width: 100%;
  }

  .p08_column {
    width: 100%;
    max-width: 410px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .p08_column_middle {
    width: 100%;
    max-width: 410px;
    margin: 0 auto 25px;
  }

  .cl05_container {
    flex-direction: column;
  }

  .cl05_column {
    width: 100%;
  }

  .cl05_column_right {
    width: 100%;
    padding-top: 15px;
  }

  .fe10_column_left {
    padding-right: 10px;
  }

  .fe10 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq04_wrap {
    width: 50%;
  }

  .f01_button_temp04 {
    margin-left: 15px;
  }

  .fe09_wrap_temp05 {
    flex-wrap: wrap;
  }

  .b07_container {
    flex-direction: column;
  }

  .b07_card {
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .tab03_title {
    font-size: 14px;
  }

  .tab03_h2 {
    font-size: 32px;
  }

  .tab03_icon {
    width: 15px;
  }

  .tab03_block_left {
    width: 100%;
    padding-top: 15px;
  }

  .tab03_menu {
    flex-wrap: wrap;
  }

  .tab03_tab_content {
    flex-direction: column;
    position: relative;
  }

  .tab03_icon_wrap {
    width: 40px;
    height: 40px;
  }

  .tab03_block_right {
    width: 100%;
  }

  .g05_container {
    column-count: 2;
  }

  .tab04_tabs {
    flex-direction: column;
  }

  .tab04_menu {
    width: 100%;
    margin-right: 0;
  }

  .c11_centre_block {
    width: 55px;
  }

  .c11_process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .c11_process_image {
    display: none;
  }

  .c11_process_card_02 {
    margin-bottom: 35px;
  }

  .c11_process_line {
    top: 0%;
    bottom: 0%;
    left: 25px;
    right: auto;
  }

  .c11_process_details {
    width: 90%;
    min-height: auto;
    justify-content: flex-start;
    padding: 20px;
  }

  .f12_column {
    width: 50%;
    margin-bottom: 35px;
  }

  .f12_column_large {
    width: 50%;
  }

  .form12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta08 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .p02_column_price {
    width: 100%;
  }

  .p02_price {
    font-size: 2.2rem;
  }

  .c07_column {
    padding-right: 0;
  }

  .te01_card {
    width: 100%;
  }

  .te02_card {
    width: 100%;
    margin-bottom: 15px;
  }

  .lnd_right_wrap {
    min-height: auto;
  }

  .cl01_logo {
    width: 100%;
    margin-bottom: 25px;
  }

  .tab01_menu {
    margin-right: 0;
  }

  .t02_slide {
    height: auto;
  }

  .t02_slider {
    height: 100%;
  }

  .p01_tab {
    margin-left: 5px;
    margin-right: 5px;
  }

  .p01_tab.w--current {
    margin-right: 5px;
  }

  .t04_left_arrow {
    display: none;
    top: -500px;
  }

  .t04_right_arrow {
    display: none;
    top: -500px;
    left: -20%;
  }

  .b04_card_text {
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
  }

  .b04_card_text_featured {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b06_card_text_featured {
    padding: 25px 15px;
  }

  .f02_form_wrap, .f02_button {
    width: 100%;
  }

  .f02_input {
    margin-bottom: 11px;
  }

  .colour_wrapper, .button_wrap {
    width: 100%;
  }

  .f03_h4 {
    font-size: 22px;
    line-height: 33px;
  }

  .avatar_wrap {
    width: 100%;
  }

  .m01_button {
    margin-bottom: 8px;
  }

  .badge_wrap {
    width: 100%;
  }

  .icon_wrap {
    width: 10%;
  }

  .lnd_tag {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f03_button {
    width: 100%;
  }

  .f05_button {
    width: 100%;
    transition: all .2s;
  }

  .f05_button:hover {
    background-color: var(--medium-sea-green);
    color: #fff;
  }

  .shadow_column {
    width: 50%;
  }

  .s1_shadow, .s2_shadow, .s3_shadow, .s4_shadow {
    width: 100%;
  }

  .lnd_button {
    margin-bottom: 10px;
  }

  .lnd_button_explore {
    margin-left: 0;
  }

  .lnd_service_wrap {
    width: 100%;
  }

  .lnd_img_block {
    margin-bottom: 35px;
    padding: 0;
  }

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

  .lnd_hero {
    padding-top: 140px;
  }

  .ldn_h1 {
    font-size: 46px;
    line-height: 44px;
  }

  .h01, .h04 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h04_h1 {
    font-size: 42px;
    line-height: 43px;
  }

  .h04_button {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .h05_form {
    flex-wrap: wrap;
  }

  .h05_input {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .h05_button {
    width: 100%;
  }

  .f08_column {
    width: 100%;
    min-height: auto;
    margin-bottom: 25px;
  }

  .f08_column_large {
    width: 100%;
  }

  .f08_social_wrap {
    justify-content: center;
  }

  .h03_input {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .h03_button {
    width: 100%;
  }

  .h03_form {
    flex-direction: column;
  }

  .h03_img {
    width: auto;
  }

  .h04_button_wrap {
    flex-flow: column wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .fe01_card, .fe02_card, .fe03_card {
    width: 100%;
  }

  .fe04_container {
    justify-content: center;
  }

  .fe04_card {
    width: 100%;
    max-width: 150px;
    margin-bottom: 15px;
  }

  .lnd_cta_bar {
    display: none;
    left: 5px;
    right: 5px;
  }

  .fe07_text {
    margin-bottom: 20px;
  }

  .h12_image {
    width: 100%;
  }

  .h13_h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .h13_title {
    font-size: 12px;
  }

  .h13_block {
    padding: 35px 15px;
  }

  .c09_icon_circle {
    margin-bottom: 15px;
  }

  .c03_app_wrap {
    flex-direction: column;
  }

  .c03_google {
    margin-bottom: 15px;
  }

  .c03_apple {
    margin-left: 0;
  }

  .cta01_bar {
    display: none;
    left: 5px;
    right: 5px;
  }

  .faq01_block {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }

  .faq01_paragraph {
    margin-left: 15px;
  }

  .faq02_block {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }

  .faq02_paragraph {
    margin-left: 15px;
  }

  .faq02_h6.noselect {
    line-height: 25px;
  }

  .temp01_image {
    width: 250px;
  }

  .temp01_logo {
    width: 100%;
  }

  .temp01_logo_image {
    width: auto;
    max-width: 130px;
  }

  .temp01_container_02 {
    flex-flow: wrap-reverse;
    align-content: flex-end;
  }

  .lnd_button_wrap {
    flex-wrap: wrap;
  }

  .c07_block {
    padding-right: 0;
  }

  .c09_feature_column_85 {
    padding-left: 10px;
  }

  .c09_feature_wrap {
    flex-direction: column;
  }

  .temp02_h2 {
    font-size: 44px;
  }

  .c02_block_image {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .tab02_link {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .h13_button {
    margin-left: 0;
  }

  .cta04 {
    padding: 3%;
  }

  .cta04_h1 {
    font-size: 36px;
  }

  .cta05_container {
    padding-left: 0;
  }

  .cta05_h1 {
    font-size: 36px;
  }

  .fe08_card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .t06_slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .t06_slider_nav {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .t06_slider_nav._2, .t06_slider_nav._4, .t06_slider_nav._3, .t06_slider_nav._5 {
    right: 0%;
  }

  .t06_card {
    padding: 15px;
  }

  .t06_mask {
    width: 100%;
  }

  .f02_form {
    width: 100%;
    min-width: auto;
    flex-direction: column;
  }

  .f02_news_wrap {
    width: 100%;
  }

  .m05 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m05_button, .m05_button_02 {
    min-width: 100px;
  }

  .m05_button_wrap {
    flex-wrap: wrap;
  }

  .m06_button, .m06_button_02 {
    min-width: 100px;
  }

  .m06_content_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m07_button, .m07_button_02 {
    min-width: 100px;
  }

  .b03_card_text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .f05_form {
    flex-wrap: wrap;
  }

  .nav01_links {
    box-shadow: none;
  }

  .nav02_top, .nav05_top, .nav04_top {
    display: none;
  }

  .nav06 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav04_text {
    text-align: center;
  }

  .p02_wrap {
    flex-wrap: wrap;
  }

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

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

  .t07_content_block {
    padding-left: 15px;
  }

  .nav06_mobile, .nav07 {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .lnd_licence_button {
    min-width: 100px;
  }

  .t08_column {
    width: 100%;
  }

  .t03_slider_arrow {
    left: 20%;
  }

  .t03_slider_arrow_02 {
    right: 20%;
  }

  .form01 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form01_field_wrap {
    flex-direction: column;
  }

  .form01_input {
    width: 100%;
  }

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

  .form02_field_wrap {
    flex-direction: column;
  }

  .form02_input {
    width: 100%;
  }

  .form05_title {
    font-size: 22px;
    line-height: 33px;
    display: inline;
  }

  .form05_input {
    width: 95%;
    height: 40px;
    padding-left: 0;
    font-size: 24px;
    display: block;
  }

  .form05_input.date {
    width: 80%;
    padding-left: 2px;
  }

  .form05_input.budget {
    width: 90px;
    font-size: 22px;
    display: inline;
  }

  .form05_input.project {
    width: 100%;
    font-size: 24px;
  }

  .field-label-copy {
    font-size: 22px;
    line-height: 33px;
    display: inline;
  }

  .f10_column {
    width: 100%;
  }

  .form04_input_02 {
    margin-bottom: 0;
  }

  .form04_location_wrap {
    flex-direction: column;
  }

  .form04_location {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .p06_column, .p06_column_02, .p06_column_01, .p06_column_04, .g01_column, .g02_column, .g02_column_02, .g02_column_03, .g03_image_wrap {
    width: 100%;
  }

  .g03_gallery_column {
    flex-direction: column;
  }

  .g03_image_wrap_02 {
    width: 100%;
  }

  .g03_image_02 {
    height: 300px;
  }

  .g04_column, .g04_column_2, .g04_column_03 {
    width: 100%;
  }

  .f11_link_wrap {
    flex-direction: column;
    align-items: center;
  }

  .f11_link {
    margin-bottom: 10px;
  }

  .te04_team_block {
    width: 100%;
  }

  .te05_avatar_wrap {
    justify-content: center;
  }

  .cta06_container {
    padding-left: 0;
  }

  .temp01_container_02_reverse {
    flex-flow: wrap;
    align-content: flex-end;
  }

  .temp02_form_wrap {
    flex-direction: column;
  }

  .temp02_input {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .temp02_button, .f10_column_left, .temp02_column, .fe09_column, .fe10_column_right {
    width: 100%;
  }

  .fe10_column_left {
    width: 100%;
    position: relative;
    top: 0;
  }

  .fe10_container {
    flex-direction: column;
  }

  .fe10_feature_wrap {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .faq04_wrap {
    width: 100%;
  }

  .nav08 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav08_button {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .b07_card_text {
    background-color: #fff;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .tab03_tab_link {
    width: 50%;
  }

  .tab03_menu {
    justify-content: space-between;
    align-items: center;
  }

  .tab03_tabs {
    margin-top: 35px;
  }

  .g05_container {
    column-count: 1;
  }

  .tab04_menu {
    margin-right: 0;
  }

  .form11_image {
    box-shadow: 0 -1px 30px rgba(10, 31, 68, .05);
  }

  .c11_process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .f12_input {
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 5px;
  }

  .f12_button {
    width: 100%;
    border-radius: 4px;
    transition: all .2s;
  }

  .f12_button:hover {
    background-color: var(--medium-sea-green);
    color: #fff;
  }

  .f12_form {
    flex-wrap: wrap;
  }

  .f12_column {
    width: 100%;
  }

  .f12_column_large {
    width: 100%;
    align-items: flex-start;
  }

  .f12_blog_image {
    min-width: auto;
  }

  .form12_text, .form12_h1 {
    text-align: center;
  }

  .form12 {
    padding-left: 0;
    padding-right: 0;
  }

  .form12_checkbox_field {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    box-shadow: 1px 1px 35px rgba(198, 211, 255, .08);
  }

  .form12_checkbox_wrap {
    flex-wrap: wrap;
  }

  .cta08_button_wrap {
    flex-flow: wrap;
  }

  .cta08_button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .cta08_h2 {
    text-align: center;
  }

  .cta08 {
    min-height: 340px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form04_input_postcode {
    max-width: 100%;
  }

  .rich-text-block {
    flex-wrap: wrap;
  }
}


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