:root {
  --blue: #019bbf;
  --yellow: #eee824;
  --black: black;
  --orange: #ffcf4e;
  --white: white;
}

.body {
  background-color: var(--blue);
  background-image: url('../images/bande_pog.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sticky-nav {
  z-index: 1;
  background-color: var(--yellow);
  text-align: right;
  padding: 10px 40px 20px 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero {
  background-image: url('../images/bande_pog.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: block;
  position: relative;
  top: auto;
  left: 10px;
  right: 10px;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.heading {
  color: var(--blue);
  text-transform: uppercase;
  font-family: Freelancer, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph {
  color: var(--black);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block {
  text-align: left;
  width: 70%;
}

.div-block-2 {
  text-align: right;
  width: 30%;
}

.container {
  flex-wrap: nowrap;
  align-content: flex-start;
  max-width: 90%;
  display: flex;
  position: relative;
  top: 40px;
}

.button {
  background-color: var(--orange);
  color: var(--white);
  text-transform: uppercase;
  margin: 20px 20px 60px;
  padding: 20px;
  font-family: Freelancer, sans-serif;
  font-size: 30px;
  transform: rotate(-3deg);
  box-shadow: -8px 8px #000;
}

.footer {
  background-color: var(--white);
  text-align: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  width: 15%;
  max-height: 60px;
}

.footer-image {
  object-fit: fill;
  object-position: 0% 50%;
  max-width: 25%;
  margin-left: 0;
  margin-right: 10px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

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

.lnd_dropdown_list.w--open {
  background-color: rgba(0, 0, 0, 0);
  width: 700px;
  display: block;
  left: -200px;
}

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

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

.lnd_dropdown_base {
  flex-direction: row;
  min-width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 14px 40px 5px rgba(118, 126, 173, .1);
}

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

.lnd_nav_col_4 {
  width: 34%;
}

.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_nav_link_text {
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.button_blue {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #21a4c7;
  border-radius: 30px;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px 35px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
}

.button_blue.lnd_button_5 {
  font-weight: 700;
}

.button_blue.lnd_button_5.button_white {
  color: #21a4c7;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #21a4c7;
  flex-direction: row;
  flex: 0 auto;
  align-self: auto;
  display: flex;
}

.nav01_links {
  align-items: center;
  font-weight: 600;
  display: flex;
}

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

.div-block-110-copy {
  background-color: #21a4c7;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.lnd_btn_mobile {
  box-shadow: none;
  color: #f8fbfe;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  margin-left: 0;
  padding: 16px 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
  position: static;
}

.lnd_btn_mobile:hover {
  background-color: #7540ee;
}

.desktop {
  background-color: var(--yellow);
  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;
}

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

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

.image-41 {
  width: 40px;
}

.lnd_nav_title {
  color: #21a4c7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

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

.nav_details_wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-text {
  color: #201b3d;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

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

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

.button_white {
  color: #21a4c7;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f7fd;
  border-radius: 30px;
  margin-left: 0;
  padding: 12px 35px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .25s;
}

.button_white.w--current {
  text-transform: uppercase;
}

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

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

.div_block_08 {
  min-width: 200px;
}

.icon {
  margin-right: 5px;
}

.nav01_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.lnd_btn {
  box-shadow: none;
  color: #f8fbfe;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #21a4c7;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  margin-left: 0;
  padding: 16px 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: block;
  position: static;
  overflow: visible;
}

.lnd_btn:hover {
  background-color: #21a4c7;
}

.nav01_logo {
  margin-right: 25px;
}

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

.image-42 {
  text-align: left;
}

.image-43 {
  text-align: right;
}

.div-block-111 {
  width: 80%;
}

.bold-text {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 40px;
}

.lnd_nav_col_4-2 {
  width: 30%;
}

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

.lnd_dropdown_base-2 {
  flex-direction: row;
  min-width: 790px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 14px 14px 40px 5px rgba(118, 126, 173, .1);
}

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

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

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

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

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

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

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

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

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

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

.nav01_logo-2 {
  margin-right: 25px;
}

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

.div-block-110-copy-2 {
  background-color: #7540ee;
  background-image: url('../images/flowbase_wave.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.lnd_nav_link_text-2 {
  font-weight: 500;
}

.lnd_dropdown {
  min-width: 200%;
}

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

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

.lnd_btn_02 {
  box-shadow: none;
  color: #38cb89;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e9f9f0;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  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_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_card_title_white-copy {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 12px;
}

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

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

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

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

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

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

.lnd_dropdown_list-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  left: -125px;
}

.nav_details_wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav01_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.header-nav {
  display: block;
  position: fixed;
  overflow: visible;
}

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

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

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

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

.div-block-113 {
  width: 100%;
  position: fixed;
}

.lnd_span {
  color: #0a1f44;
  font-weight: 500;
}

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

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

.lnd_button_wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.lnd_button_explore {
  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;
  min-width: 160px;
  min-height: 45px;
  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 {
  color: #38cb89;
  background-color: #e9f9f0;
  border-style: solid;
  border-color: #fff;
}

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

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

.lnd_button {
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border: 2px #5d3eff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  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;
}

.ldn_h1 {
  color: var(--orange);
  letter-spacing: -.3px;
  text-transform: uppercase;
  max-width: 630px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Space comics;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
}

.lnd_badge_circle {
  background-color: #38cb89;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

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

.lnd_badge_text {
  color: #38cb89;
  letter-spacing: 1px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 700;
}

.body-2 {
  background-color: var(--blue);
}

.lnd_image {
  width: 100%;
}

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

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

.check-icon {
  width: 20px;
  margin-right: 12px;
}

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

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

.lnd_paragraph_02 {
  color: #4e5d78;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.lnd_icon {
  margin-bottom: 15px;
}

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

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

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

.nav_details_wrap-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.lnd_btn_mobile-2 {
  box-shadow: none;
  color: #f8fbfe;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  min-height: 35px;
  margin-left: 0;
  padding: 16px 30px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
  position: static;
}

.lnd_btn_mobile-2:hover {
  background-color: #7540ee;
}

.mobile-2 {
  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);
}

.block_buttons {
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: static;
}

.content_hero {
  border: 0 #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5% 40px;
  display: inline-block;
}

.div-block-124 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image {
  order: 0;
  max-width: none;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px 0;
  position: static;
}

.block_hero_text {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.logo_canal {
  width: 75px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}

.block_image {
  text-align: center;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 10px 60px;
  display: inline-block;
  position: static;
  top: 50px;
}

.header_h1_typed {
  color: #0a1f44;
  letter-spacing: -.3px;
  object-fit: fill;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-family: Dk frozen memory;
  font-size: 100px;
  font-weight: 700;
  line-height: 70px;
  position: static;
}

.uptitle_hero {
  color: #21a4c7;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text_hero {
  color: #21a4c7;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 26px;
}

.container_2_col {
  flex: 1;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.link {
  color: var(--blue);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Space comics;
}

.block_text {
  width: 60%;
  min-height: 200px;
  padding-left: 15px;
}

.block_text_check {
  color: var(--white);
  max-width: 560px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.content_image_left {
  background-color: rgba(0, 0, 0, .1);
  background-image: linear-gradient(rgba(0, 0, 0, .06), rgba(0, 0, 0, .06));
  border-radius: 20px;
  flex: 1;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-44 {
  text-align: center;
  order: 0;
  max-width: none;
  padding-right: 36px;
}

.block_check_line {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.block_check {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
  font-family: Lato, sans-serif;
}

.title_h2 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

.icon_check {
  max-width: 70%;
  margin-right: 12px;
}

.content_image_right {
  background-color: var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(rgba(255, 255, 255, .09), rgba(255, 255, 255, .09));
  border-radius: 20px;
  flex: 1;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text {
  color: #4e5d78;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
}

.content {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 20px 5% 40px;
  display: block;
}

.text-block-40 {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.title_h1 {
  color: var(--white);
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: pre;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 10px;
  font-family: Freelancer, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  display: inline-block;
}

.columns, .columns-copy {
  margin-top: 20px;
}

.container-3 {
  display: none;
}

.bold-text-2 {
  font-size: 50px;
  font-weight: 600;
}

.image-44-copy {
  flex: 0 auto;
  order: 0;
  width: 85%;
  max-width: none;
  padding: 20px;
}

.image-45 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-44-copy {
  order: 0;
  max-width: none;
}

.block_text-copy {
  width: 100%;
  min-height: 200px;
  padding-left: 15px;
}

.button-copy {
  background-color: var(--blue);
  color: var(--white);
  text-transform: uppercase;
  margin: 20px 20px 60px;
  padding: 20px;
  font-family: Freelancer, sans-serif;
  font-size: 40px;
  transform: rotate(-3deg);
  box-shadow: -8px 8px #000;
}

.text-block-41 {
  color: var(--black);
  width: 55%;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.heading-2 {
  color: var(--white);
  font-family: Freelancer, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--white);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.block_check_line-2 {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 30px;
  display: flex;
}

.div-block-126 {
  text-align: center;
  width: 95%;
  margin-bottom: 60px;
}

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

.image-46 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 20px;
}

.bold-text-3 {
  line-height: 40px;
}

.image-46-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 20px;
}

.link-block-2 {
  width: 15%;
}

.link-block-3 {
  width: 8%;
  max-width: 0;
}

.link-block-4 {
  width: 15%;
  display: inline-block;
}

.div-block-128 {
  display: inline-block;
}

.bold-text-4 {
  text-align: center;
  text-transform: uppercase;
}

.content_image_right_white, .content_text {
  background-color: var(--white);
  background-image: linear-gradient(rgba(255, 255, 255, .09), rgba(255, 255, 255, .09));
  border-radius: 20px;
  flex: 1;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph_legal {
  color: var(--black);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.block_legal {
  min-height: 200px;
  padding-left: 15px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

@media screen and (min-width: 1920px) {
  .block_text {
    align-self: auto;
  }

  .image-44 {
    overflow: auto;
  }

  .content {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lnd_dropdown_list.w--open {
    position: absolute;
    left: 0;
  }

  .lnd_nav_left {
    flex: 1;
  }

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

  .lnd_nav_link_text {
    font-family: Lato, sans-serif;
  }

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

  .nav01_burger {
    border-radius: 100px;
  }

  .nav01_burger.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, .08);
    border-radius: 50px;
  }

  .lnd_btn_mobile {
    margin-right: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    display: none;
  }

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

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

  .lnd_nav_title {
    font-family: Lato, sans-serif;
  }

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

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

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

  .lnd_btn {
    margin-right: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    display: none;
  }

  .mobile {
    background-color: var(--yellow);
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

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

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

  .nav01_burger-2 {
    border-radius: 100px;
  }

  .nav01_burger-2.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, .08);
    border-radius: 50px;
  }

  .nav01_line {
    display: none;
  }

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

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

  .lnd_dropdown_link {
    z-index: 5;
    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;
    min-height: 42px;
    display: flex;
    position: relative;
  }

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

  .lnd_btn-2 {
    margin-right: 10px;
  }

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

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

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

  .lnd_nav_link_button:hover {
    color: #fff;
  }

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

  .lnd_hero_block {
    width: 100%;
  }

  .lnd_hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .ldn_h1 {
    max-width: 660px;
  }

  .lnd_container_hero {
    flex-wrap: wrap;
  }

  .lnd_image {
    width: auto;
  }

  .lnd_content_block {
    width: 100%;
  }

  .lnd_container_reverse {
    flex-direction: column-reverse;
    align-content: center;
  }

  .lnd_img_block {
    width: 100%;
    overflow: hidden;
  }

  .nav01_burger-3 {
    border-radius: 100px;
  }

  .nav01_burger-3.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, .08);
    border-radius: 50px;
  }

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

  .lnd_btn_mobile-2 {
    margin-right: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    display: none;
  }

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

  .content_hero {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .image {
    width: auto;
  }

  .block_hero_text {
    width: 100%;
  }

  .block_image {
    width: 100%;
    overflow: hidden;
  }

  .header_h1_typed {
    max-width: 660px;
  }

  .container_2_col {
    flex-wrap: wrap;
  }

  .block_text {
    width: 100%;
  }

  .content_image_left {
    flex-direction: column;
    align-content: center;
  }

  .image-44 {
    width: auto;
  }

  .content_image_right {
    flex-direction: column-reverse;
    align-content: center;
  }

  .image-44-copy {
    width: auto;
  }

  .block_text-copy {
    width: 100%;
  }

  .content_image_right_white, .content_text {
    flex-direction: column-reverse;
    align-content: center;
  }

  .block_legal {
    width: 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .button_blue, .lnd_btn_mobile, .button_white, .lnd_btn, .lnd_btn_02, .lnd_btn-2, .lnd_button_explore {
    margin-left: 15px;
  }

  .lnd_hero {
    height: auto;
    min-height: 760px;
    padding-top: 100px;
  }

  .ldn_h1 {
    font-size: 55px;
    line-height: 57px;
  }

  .lnd_img_block {
    padding: 10px;
  }

  .lnd_btn_mobile-2 {
    margin-left: 15px;
  }

  .content_hero {
    height: auto;
    min-height: 760px;
    padding-top: 100px;
  }

  .block_image {
    padding: 10px;
  }

  .header_h1_typed {
    font-size: 55px;
    line-height: 57px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

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

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    height: 250px;
  }

  .paragraph {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block {
    width: 80%;
  }

  .div-block-2 {
    width: 20%;
  }

  .container {
    display: flex;
    top: 0;
  }

  .button {
    font-size: 30px;
  }

  .footer {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-flex-container {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: inline-block;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    width: 100px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: inline-block;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .dropdown, .nav01_right_wrap {
    display: block;
  }

  .dropdown-list-8 {
    background-color: #a7d0db;
    overflow: scroll;
  }

  .dropdown-list-8.w--open {
    background-color: #a7d0db;
  }

  .button_blue {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .button_blue.lnd_button_5.button_white {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .nav01_links {
    box-shadow: none;
  }

  .nav01_burger {
    padding: 0 5px;
  }

  .lnd_btn_mobile {
    background-color: #21a4c7;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: block;
  }

  .lnd_btn_mobile:hover {
    background-color: #21a4c7;
  }

  .mobile_dropdown_link {
    font-family: Lato, sans-serif;
  }

  .mobile_dropdown_link.w--current:hover, .mobile_dropdown_link.w--current:focus, .mobile_dropdown_link.w--current:visited {
    color: #21a4c7;
  }

  .lnd_logo_forest {
    margin-right: 10px;
  }

  .dropdown-list-9 {
    background-color: #a7d0db;
  }

  .menu_mobile_drop {
    color: #21a4c7;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
  }

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

  .nav01_logo.w--current {
    margin-right: 0;
  }

  .mobile {
    background-color: var(--yellow);
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-111 {
    width: 90%;
  }

  .bold-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
  }

  .container-2 {
    display: block;
    overflow: auto;
  }

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

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

  .lnd_nav_link_button {
    background-image: none;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .lnd_button_wrap {
    flex-wrap: wrap;
  }

  .lnd_button_explore {
    margin-left: 0;
  }

  .lnd_hero {
    padding-top: 140px;
  }

  .lnd_button {
    margin-bottom: 10px;
  }

  .ldn_h1 {
    font-size: 46px;
    line-height: 44px;
  }

  .lnd_img_block {
    margin-bottom: 35px;
    padding: 0;
  }

  .nav01_burger-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lnd_btn_mobile-2 {
    background-color: #21a4c7;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: none;
  }

  .lnd_btn_mobile-2:hover {
    background-color: #21a4c7;
  }

  .mobile-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .block_buttons {
    display: block;
  }

  .content_hero {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .image {
    order: -1;
    width: 95%;
    margin: 0 10px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
  }

  .block_hero_text {
    order: -1;
    margin-top: 40px;
  }

  .block_image {
    flex-flow: row;
    flex: 0 auto;
    order: -1;
    align-self: center;
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    padding: 20px;
    display: block;
    position: relative;
  }

  .header_h1_typed {
    font-size: 38px;
    line-height: 42px;
  }

  .block_text {
    order: 0;
    padding-left: 0;
  }

  .block_text_check {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .content_image_left {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-44 {
    text-align: center;
    object-fit: fill;
    order: -1;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: auto;
  }

  .block_check_line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block_check {
    margin-left: 0;
  }

  .title_h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .icon_check {
    max-width: 100%;
    margin-right: 0;
  }

  .content_image_right {
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
  }

  .content {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-40 {
    text-align: center;
    font-family: Open Sans, sans-serif;
  }

  .title_h1 {
    text-align: center;
    width: 90%;
    margin-top: 0;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 45px;
    line-height: 40px;
  }

  .columns {
    flex-flow: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-copy {
    flex-flow: column;
    align-content: flex-start;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .columns-copy.header_mobile {
    display: block;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-bottom: 60px;
    display: block;
  }

  .image-44-copy {
    order: -1;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
  }

  .block_text-copy {
    order: 0;
  }

  .button-copy {
    align-self: center;
    font-family: Freelancer, sans-serif;
    font-size: 30px;
  }

  .text-block-41 {
    flex: 0 auto;
    align-self: auto;
    margin-top: 20px;
  }

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

  .paragraph-2 {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .block_check_line-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
  }

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

  .div-block-127 {
    display: block;
  }

  .image-46 {
    margin-right: 20px;
    padding-right: 0;
  }

  .image-46-copy {
    margin-right: 20px;
    padding-right: 0;
    display: none;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    width: 25%;
  }

  .link-block-2 {
    width: 20%;
  }

  .link-block-3 {
    width: 25%;
  }

  .link-block-4 {
    width: 20%;
  }

  .div-block-128 {
    text-align: center;
    width: 100%;
  }

  .columns-2 {
    display: block;
  }

  .content_image_right_white, .content_text {
    margin-left: 0;
    margin-right: 0;
    padding: 5px 10px;
  }

  .paragraph_legal {
    font-family: Open Sans, sans-serif;
  }

  .block_legal {
    order: 0;
    padding-left: 0;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }
}


@font-face {
  font-family: '#44v2c';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Vtc garagesale';
  src: url('../fonts/VTC-GarageSale.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Freelancer';
  src: url('../fonts/Freelancer.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Freelancer';
  src: url('../fonts/Freelancer.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}