:root {
  --primary: #055777;
  --secondary: #f78a2d;
  --white: white;
  --black: black;
  --transparent: #fff0;
  --text: #333;
  --bg-01: whitesmoke;
  --mat-black: #121316;
  --dark-blue: #042a39;
  --bg-02: #e4e4e4;
  --orange-t-bg: #f5e0cd69;
  --orange-s-bg: #fbf2ea;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #6a859c;
  background-color: #eff6f4;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  color: #008d97;
  font-size: 20px;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.utility-page-wrap {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Untitled-design-8.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cc-banner_trigger {
  display: none;
}

.paragraph-6 {
  color: #333;
  margin-bottom: 15px;
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-6.line-gap {
  line-height: 35px;
}

.heading-17 {
  line-height: 100%;
}

.bold-blue {
  color: #015776;
  font-family: Rubik, sans-serif;
  line-height: 100%;
}

.bold-blue.large {
  font-size: 34px;
}

.heading-11 {
  line-height: 25px;
}

.heading-11.large {
  margin-bottom: 40px;
}

._404-sub-text {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 6rem;
}

.body-5 {
  background-color: #eff6f400;
}

.error-404 {
  color: #005676;
  font-family: Rubik, sans-serif;
  font-size: 200px;
  font-weight: 600;
  line-height: 10rem;
}

.div-sub-text, .div-button-block {
  color: #333;
  background-color: #0000;
  padding-top: 0;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.home-button {
  color: #fff;
  background-color: #005676;
  border-radius: 200px;
  margin-top: 10px;
  padding: 10px 35px;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.home-button:hover {
  background-color: #005676;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bd-div {
  margin-bottom: 0;
}

.bd-div.h-stack {
  text-align: center;
  display: flex;
}

.bd-div.h-stack.accordian-head {
  padding-right: 8px;
}

.embed-link {
  color: #005676;
  font-weight: 500;
  text-decoration: none;
}

.sign-up-heading {
  color: #055777;
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.field-label {
  color: #055777;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.checkbox-label {
  color: #055777;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.text-span-8 {
  color: #055777;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.link-4 {
  color: #055777;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.submit-button-3 {
  color: #fff;
  background-color: #055777;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.checkbox-field {
  margin-bottom: 20px;
}

.page-wrapper-2 {
  justify-content: center;
  align-items: center;
  max-width: 500px;
}

.checkbox-field-2 {
  margin-bottom: 20px;
}

.form-footer {
  margin-top: 40px;
}

.user-email-field, .text-field, .user-password-field {
  margin-bottom: 20px;
}

.login-logo {
  margin-bottom: 40px;
}

.home-link {
  align-self: center;
}

.page-wrapper-3 {
  justify-content: center;
  max-width: 500px;
}

.login-heading {
  color: #055777;
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.user-email-field-2, .user-password-field-2 {
  margin-bottom: 20px;
}

.heading-35 {
  color: #055777;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.bold-text-15 {
  color: #005676;
  font-family: Rubik, sans-serif;
}

.reveal-img {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 7vw;
  line-height: 7vw;
  text-decoration: none;
  display: inline-block;
}

.solution {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 45px 55px 50px;
  display: flex;
  box-shadow: 0 13px 23px #00000008;
}

.card-item {
  border-radius: 15px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.div_page-wrapper {
  padding-left: 0%;
  padding-right: 0%;
}

.div_page-wrapper._5 {
  padding: 100px 5%;
}

.tab-button-desc-wrapper {
  margin-top: 0;
  padding-top: 0;
}

.tab-button {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #05577740;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 0;
  transition: all .3s;
}

.tab-button:hover {
  background-color: #1c1d1f00;
}

.tab-button.w--current {
  background-color: #05577712;
  border: 1px solid #05577740;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transform: rotate(0);
}

.utility-page-wrap-100 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Untitled-design-8.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.nato-body {
  color: #333;
  background-color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.hamburger-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-wrapper:hover {
  transform: scale(.96);
}

.hamburger-wrapper.w--open {
  background-color: #0000;
}

.menu-list {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #333;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.nav-link:hover {
  color: #055777;
}

.nav-link.w--current {
  color: var(--primary);
  text-underline-offset: 3px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--secondary);
  text-decoration-color: var(--secondary);
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
}

.brix---dropdown-pd {
  padding: 40px;
}

.nav-containerr {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-link {
  color: #6e7191;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.wrapper {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.wrapper.gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.wrapper._60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper._60.btn60 {
  padding-bottom: 140px;
}

.wrapper._60._60-b {
  padding-bottom: 0;
}

.wrapper._60.bgl {
  background-color: #f5f5f5;
}

.wrapper._60.extra-140-b {
  padding-bottom: 140px;
}

.wrapper._60.extra-140-b._140-top {
  padding-top: 0;
}

.wrapper._60.ftr {
  z-index: 90;
  padding-bottom: 10px;
}

.wrapper._60.rel-remove {
  position: static;
}

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

.wrapper.hide {
  display: none;
}

.wrapper._140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper._140.gap.small {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
}

.bottom-bar-h {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.navigation {
  z-index: 98;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 10px;
  position: fixed;
  inset: 0% 0 auto;
}

.top-bar-h {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.nav-list-item-middle {
  margin-bottom: 0;
  padding: 0;
}

.nav-list-item-middle.hide {
  display: none;
}

.header-logo {
  width: 150px;
}

.agriistack-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.path-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.slider {
  color: #333;
  background-color: #fff0;
  height: auto;
  padding: 0;
  overflow: hidden;
}

.stats-dashboard-gridwrapper {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.bg-white-box {
  z-index: 2;
  background-color: #f5f5f5;
  border-radius: 50px;
  padding: 40px;
  position: relative;
}

.d-card-amount {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.ebutton_outer {
  color: #fff;
  white-space: nowrap;
  background-color: #f78a2d;
  border-radius: 5rem;
  justify-content: flex-start;
  align-items: center;
  width: 10rem;
  height: 3rem;
  padding: .5rem .25rem .5rem 2.75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section-heading {
  color: #121316;
  margin: 0;
  font-family: Rubik, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

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

.section-heading.center.white {
  color: #fff;
}

.section-heading.center.big {
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}

.section-heading.center.big.color {
  color: #008d97;
}

.section-heading.thin {
  font-weight: 400;
}

.chips-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.bg-dark-card {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: #f78a2d;
  background-image: none;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-grid-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  height: 50%;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall.is-min-w {
  color: #f78a2d;
  -webkit-text-stroke-color: #f78a2d;
  min-width: 1rem;
}

.ppt-t {
  background-color: #f5f5f5;
}

.button-content-inner {
  position: relative;
}

.right-arrow {
  display: none;
}

.div-block-2244 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.chips {
  background-color: #fbf2ea;
  border-radius: 100vh;
  padding: 5px 10px;
}

.chips._2 {
  background-color: #e4e4e4;
  font-size: 14px;
  font-weight: 500;
}

.graph_chart {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.d-card-title-wrap {
  align-self: stretch;
  position: relative;
}

.img_bgb {
  text-align: center;
  background-color: #155776;
  border-radius: 20px;
  max-width: 120px;
  max-height: 100px;
  padding: 10px;
}

.img_bgb.light {
  background-color: #f5e0cd69;
  border-radius: 30px;
  max-height: 100px;
}

.img_bgb.light.btm-gap {
  background-color: #008d97;
}

.slide {
  margin-right: 16px;
  overflow: hidden;
}

.d-card-icon {
  opacity: .2;
  width: 40px;
}

.flex-split-outer-wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.gradi {
  z-index: 2;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.d-4box-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.launchpad-icon {
  color: #43aeb6;
  width: 55px;
}

.launchpad-icon.h-55 {
  width: auto;
  height: 45px;
}

.top-hero-card {
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-hero-card._2 {
  top: 0%;
  left: auto;
  right: 0;
}

.top-hero-card._2.v {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.button-3 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #f78a2d;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 5rem;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.image-4 {
  width: auto;
}

.button-row-item {
  min-width: 15rem;
  height: 100%;
  overflow: hidden;
}

.mid-hero-card {
  position: absolute;
  inset: auto auto 32% 34%;
}

.mid-hero-card._2 {
  left: auto;
  right: 33%;
}

.slide-nav {
  color: #f78a2d;
  font-size: .5rem;
  inset: auto 20px 0% auto;
}

.left-arrow {
  display: none;
}

.background-video {
  z-index: 4;
  border: 10px solid #000;
  border-radius: 40px;
  width: 100%;
  height: 685px;
}

.ebutton_text-pre {
  margin-left: .75rem;
  margin-right: .75rem;
  position: static;
}

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

.blog-button {
  color: #fff;
  background-color: #005676;
  border-radius: 200px;
  margin-top: 30px;
  padding: 18px 25px;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.blog-button:hover {
  background-color: #005676;
}

.blog-button.main-color {
  color: #005676;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.blog-button.main-color.bigger {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #005777;
  border-radius: 200px;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  transition: all .3s;
}

.blog-button.main-color.bigger:hover {
  mix-blend-mode: normal;
  background-color: #005777;
  transform: scale(.95);
}

.blog-button.main-color.bigger._30 {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.d-2-vertical-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card-icon-heading-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-icon-heading-box._100-_l-r {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card-heading {
  color: #333;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.card-heading.senter {
  text-align: center;
}

.card-heading.bold {
  color: #055777;
  font-weight: 600;
}

.card-heading._70 {
  width: 70%;
}

.card-heading._70.white {
  color: #fff;
}

.c-base {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.ebutton_icon-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #f78a2d;
  background-color: #fff;
  background-image: radial-gradient(circle at 0 0, #f5f4ff, #fff);
  border-radius: 5rem;
  justify-content: flex-end;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem .75rem;
  display: flex;
  position: absolute;
  left: .25rem;
  overflow: hidden;
}

.farmer-first {
  background-color: #f5f5f5;
  position: relative;
}

.hero-mockup-box {
  z-index: 3;
  width: 100%;
  height: 691px;
  position: relative;
}

.about-section {
  background-color: #f5f5f5;
}

.about-section.hide {
  display: none;
}

.subheader-icon {
  width: 25px;
  margin-right: 12px;
}

.chart_bar {
  background-color: #b2b1a8;
  border-radius: 100vh 100vh 0 0;
  width: 30px;
  height: 35%;
}

.chart_bar.height_55 {
  height: 55%;
}

.chart_bar.height_70 {
  height: 70%;
}

.chart_bar.height_70.background_color {
  background-color: var(--secondary);
  height: 80%;
}

.chart_bar.height_45 {
  height: 45%;
}

.chart_bar.height_50 {
  height: 50%;
}

.button-grid {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.phone-frame {
  z-index: 9;
  background-color: #000;
  border: 3px solid #747474;
  border-radius: 42px;
  align-self: center;
  width: 35em;
  max-width: 330px;
  height: 691px;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
  box-shadow: 7px 9px 30px -4px #00000036;
}

.span-small {
  padding-left: 5px;
  font-size: 18px;
}

.bg-offset {
  z-index: 1;
  background-color: #f78a2d;
  border-top-left-radius: 0%;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  bottom: -365px;
}

.dashboard-grid-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 400px;
  max-height: 100%;
  display: grid;
  overflow: hidden;
}

.para {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.para.justify {
  text-align: justify;
}

.para.justify._80 {
  width: 80%;
}

.para.white {
  color: #fff;
}

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

.para.center._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.para.bold {
  font-weight: 600;
}

.button-text.button-text-absolute {
  position: absolute;
}

.initiatives {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.launchpad-icon-wrapp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: grid;
}

.section-heading-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section-heading-box.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading-box.flex-center._10-gap {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 76px;
}

.button-row-item-image {
  object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

.section-heading-02 {
  color: #333;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
}

.section-heading-02.center {
  text-align: center;
}

.section-heading-02.center.white {
  color: var(--white);
}

.p-p-p {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.graph-card {
  border-bottom: .5px solid #e4e4e4;
  height: 300px;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.features-content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.features-content-2._3 {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: stretch center;
  display: flex;
}

.features-content-2.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.features-content-2.grid-3.horizontal {
  flex-flow: row;
}

.graph_number_box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.graph_number_box.align-left-right {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.know-more-cta-big-text {
  color: #979797;
  text-align: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-4 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #f5f5f5;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 268px;
  display: flex;
}

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

.sta-mock {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 16% 0% auto;
}

.btm-hero-card {
  position: absolute;
  inset: auto auto 0% 0%;
}

.btm-hero-card._2 {
  left: auto;
  right: 0;
}

._2nd-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 0;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  background-image: linear-gradient(#fff0, #f5f5f5);
  padding-top: 82px;
  position: relative;
}

.h-card-img-wrap {
  background-color: #05577721;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bg-color-line-right {
  opacity: 1;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-color-line-right.left {
  opacity: 100;
  transform-style: preserve-3d;
  left: 0;
  right: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.launchpad-icon-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0557770a;
  border: 0 dashed #055777;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
}

.flex-split-inner-wrap {
  width: 45%;
}

.flex-split-inner-wrap.gap {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.svg-path {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  display: flex;
}

.bg-gray-line-right {
  opacity: .13;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg-gray-line-right.left {
  transform-style: preserve-3d;
  left: 0;
  right: auto;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.d-bae-card {
  background-color: #f5f5f5;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.d-bae-card.color-orange {
  background-color: #f5f5f5;
}

.d-bae-card._50--hight {
  height: 50%;
}

.amenity-block {
  text-align: center;
  width: 25%;
  margin-bottom: 0;
  padding: 40px 2.5%;
}

.amenity-block.line-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 0 solid #0818193b;
  border-right: 0 solid #0818193b;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  display: flex;
}

.amenity-block.line-left.bg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 268px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.amenity-block.line-left.bg.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 244px;
  padding: 20px;
  display: grid;
}

.amenity-block.line-left.centre {
  border: 0 #000;
  border-left: 0 solid #0818193b;
  border-right: 0 solid #0818193b;
}

.amenity-block.line-left.none {
  border: 1px #000;
}

.launchpad-link {
  border-radius: 20px;
  text-decoration: none;
  transition: all .3s;
}

.launchpad-link:hover {
  box-shadow: 5px 5px 20px -6px #0003;
}

.para-flex-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: block;
}

.full-stack {
  background-color: #f5f5f5;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}

.button-content {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.small-text-lbl {
  color: #333;
}

.html-form-desktop-size {
  z-index: 3;
  border-radius: 20px;
  justify-content: center;
  width: auto;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.d-card-heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
}

.subheader-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.ebutton_text-post {
  opacity: 0;
  margin-left: .75rem;
}

.apple-icon-5 {
  width: 150px;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}

.address-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.heading-65-copy {
  color: #055777;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.footer-title-5 {
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.address-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.address-content.fix-hight {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 188px;
}

.setu-verified {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #e4e4e4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 51px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.secondary-link-4 {
  color: #fff;
  text-transform: none;
  max-height: 100%;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.secondary-link-4:hover {
  color: #eda23f;
}

.secondary-link-4.middle {
  color: #000;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.secondary-link-4.middle:hover {
  color: #f78a2d;
}

.bottom-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: grid;
}

.address-text {
  color: #000;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.address-text.text-width-80 {
  color: #000;
  width: 80%;
}

.phone-text {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.phone-text:hover {
  color: #f78a2d;
  text-decoration: none;
}

.setu-network-link {
  text-decoration: none;
}

.social-link-5 {
  background-color: #f78a2d3b;
  border: 1px #f78a2d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.footer-link-box {
  color: #333;
  align-self: flex-start;
  text-decoration: none;
}

.footer-link-box:hover {
  color: #f78a2d;
}

.play-store-icon-4 {
  width: 150px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.email-text {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.email-text:hover {
  color: #f78a2d;
  text-decoration: none;
}

.heading-36 {
  color: #000;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.global-footer-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-31 {
  color: #000;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.social-icon-3 {
  color: var(--secondary);
  width: auto;
  padding: 0;
}

.footer-nav-link-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-nav-link-2:hover {
  color: #f78a2d;
  text-decoration: none;
}

.footer-nav-link-2.w--current {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.links-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-color-wrap {
  background-color: #f5f5f5;
  width: 100%;
  height: auto;
}

.footer-social-logo-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cin {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.solution-img-box {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large {
  background-color: #f5f5f5;
  border-radius: 30px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow: hidden;
}

.tabs_component {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  align-items: center;
  height: auto;
  display: grid;
}

.pricing-card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dr_p {
  background-color: #00000021;
  width: 90%;
  height: .5px;
  margin-left: auto;
  margin-right: auto;
}

.banner-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.banner-flex.center {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
}

.detail {
  color: #333;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.feature-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tabs_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.looping-words__containers-2 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cross-section-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.looping-words__edge-2 {
  border-top: .035em solid #f78a2d;
  border-left: .035em solid #f78a2d;
  width: .125em;
  height: .125em;
  position: absolute;
  top: 0;
  left: 0;
}

.looping-words__edge-2.is--4 {
  top: auto;
  bottom: 0;
  transform: rotate(270deg);
}

.looping-words__edge-2.is--2 {
  left: auto;
  right: 0;
  transform: rotate(90deg);
}

.looping-words__edge-2.is--3 {
  inset: auto 0 0 auto;
  transform: rotate(180deg);
}

.full-stack-data-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.looping-words__fade-2 {
  pointer-events: none;
  background-image: linear-gradient(#fff 7%, #0000 42% 59%, #fff 87%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-img {
  width: 590px;
  height: 590px;
}

.packages-card-head {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs_image-wrapper {
  aspect-ratio: auto;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.looping-words__selector-2 {
  pointer-events: none;
  width: 100%;
  height: .9em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.platform-info-box {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.platform-info-box._140-p {
  padding-top: 140px;
}

.content-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content-box.center {
  justify-content: space-between;
  align-items: center;
}

.content-box._40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.full-stack-graph {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integrated-data-stack {
  background-color: #e4e4e4;
}

.tabs_visual {
  overflow: visible;
}

.looping-words-2 {
  height: 2.7em;
  padding-left: .1em;
  padding-right: .1em;
  font-size: 8em;
  line-height: .9;
  position: relative;
}

.c-c-o-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 28px;
  padding-left: 8%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.sub-banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 85px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.sub-banner.color-orange {
  background-color: #f5f5f5;
}

.looping-words__p-2 {
  margin-bottom: 0;
}

.tabs_image {
  width: auto;
  min-width: auto;
  height: auto;
  position: static;
  inset: auto auto auto 0%;
}

.tabs_image._80 {
  width: 80%;
}

.tabs_image._2 {
  width: 90%;
}

.croos-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button {
  color: #fff;
  text-align: center;
  background-color: #005676;
  border-radius: 200px;
  width: 200px;
  margin-top: 0;
  margin-left: 0;
  padding: 18px 25px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.form-button:hover {
  background-color: #005676;
  transform: scale(.95);
}

.form-button.margin.white {
  color: #055777;
  background-color: #fff;
}

.card-container {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 38px 24px 24px;
  display: flex;
}

.tabs_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.5rem;
  overflow: hidden;
}

.tabs_link.w--current {
  background-color: #fff;
}

.full-stack-graph-img-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-para-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 590px;
  height: 590px;
  padding: 40px;
  display: flex;
}

.tabs_pane {
  height: 100%;
}

.tabs_menu {
  flex-flow: column;
  display: flex;
}

.feature-wrap {
  border-bottom: 1px solid #05577730;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.looping-words__list-2 {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  list-style: none;
  display: flex;
  position: relative;
}

.code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.css {
  display: none;
}

.pricing {
  background-color: #f78a2d;
}

.tabs_content-wrap {
  overflow: hidden;
}

.tabs_progress {
  background-color: #f78a2d;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs_heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.js {
  display: none;
}

.minipara {
  font-size: 18px;
  line-height: 1.5;
}

.image-7 {
  width: 100%;
}

.check-svg {
  margin-right: 12px;
}

.seamless-platform-section {
  background-color: #f78a2d;
}

.years-banner-heading-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.years-banner-heading-box.hide {
  display: none;
}

.sub-banner-heading {
  color: #055777;
  font-size: 62px;
  line-height: 1.3;
}

.r-banner {
  background-color: #f5f5f5;
  background-image: url('../images/TEAM-BANNER-01.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  width: 100%;
  height: 50vh;
}

.span-link {
  color: #333;
  text-decoration: none;
}

.span-link.orange {
  color: #f78a2d;
}

.only-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.core-values-box {
  background-color: #f78a2d;
}

.contain-text-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter-and-filter-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding: 0;
  display: block;
  position: relative;
}

.brix---dropdown-chevron-2 {
  width: 10px;
  margin-left: 0;
}

.intro-post {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.brix---dropdown-link-2 {
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #f78a2d;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  padding-top: 10px;
  left: 141px;
  transform: translate(-50%);
}

.filter-wrap {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 20px;
  display: none;
  position: relative;
}

.page-body-head-and-body {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.post-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: .5px solid #e4e4e4;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: grid;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5e0cd69;
  border: .5px dashed #f78a2d;
  border-radius: 100vh;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.filter-form {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.pach-box {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  background-color: #f5f5f5;
  border-radius: 30px;
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

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

.post-card-icon-box {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px;
  display: flex;
}

.div-block-2245 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.div-block-2247 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.post-card-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.post-card-link {
  color: #333;
  width: 100%;
  text-decoration: none;
}

.job-post-wrap {
  margin-top: 85px;
}

.post-card-icon {
  width: auto;
  max-width: none;
  height: 80px;
}

.post-card-icon.small {
  height: 50px;
}

.sticky-box {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.div-block-2246 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.chips-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.act-btn {
  color: #fff;
  background-color: #055777;
  border-radius: 100vh;
  flex-flow: row;
  padding: 10px 20px;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.form-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.chips-p-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.post-card-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.formv-field-wrapper {
  margin-bottom: 1.5rem;
}

.form-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.horizontal-fields {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field {
  z-index: 100;
  color: #2e313a;
  background-color: #fff;
  border: .5px solid #e4e4e4;
  border-radius: 30px;
  min-height: 3.75rem;
  margin-bottom: 0;
  padding: .5rem 1.4rem;
  font-size: .95rem;
  position: relative;
}

.form-field::placeholder {
  color: #2e313ad1;
}

.form-field.is-text-area {
  min-height: 9.5rem;
  padding-top: 1.25rem;
}

.map-ebd {
  border-radius: 55px;
  overflow: hidden;
}

.form {
  z-index: 20;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.contact-form-section {
  margin-top: 85px;
  padding-top: 60px;
}

.form-wrapper {
  background-color: #f5e0cd69;
  border: .5px #f78a2d;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 4px 9px 30px -12px #0003;
}

.div-block-7 {
  flex-flow: wrap;
  display: flex;
}

.submit-button {
  color: #333;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #f78a2d73;
  border-radius: 100rem;
  width: 100%;
  margin-top: .5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.page-wrapper-privacy {
  width: 100%;
  max-width: 1400px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.heading-37 {
  line-height: 100%;
}

.heading-37.align-left {
  text-align: left;
}

.list-item {
  font-family: Noto Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.list {
  color: #333;
  font-family: Noto Sans, sans-serif;
}

.heading-38.align-left {
  text-align: left;
}

.heading-39 {
  line-height: 100%;
}

.heading-39.align-left, .heading-40.align-left {
  text-align: left;
}

.list-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #333;
  flex-flow: column;
  font-family: Noto Sans, sans-serif;
  display: flex;
}

.heading-41 {
  line-height: 100%;
}

.list-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  line-height: 30px;
  display: flex;
}

.heading-42 {
  line-height: 25px;
}

.page-wrapper-privacy-3 {
  margin-top: 85px;
  padding: 60px 5%;
}

.a-ordered-list {
  margin-left: 10px;
}

.deletion-form-box {
  width: 70%;
  padding-top: 20px;
}

.f-contact-form {
  color: #333;
  flex-direction: column;
  display: flex;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.f-checkbox {
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: #160042;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.deletion-para {
  line-height: 1.5;
}

.deletion-para.red-bg {
  background-color: #ff000021;
  border-radius: 10px;
  padding: 10px;
}

.f-field-input {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.list-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.list-8.gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
}

.list-8.gap.small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.feature-tab-content {
  flex: 1;
}

.arrow-tab-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f2f5fd;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-right: 1.5rem;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.arrow-tab-2.w--current {
  color: #057;
  background-color: #cedfff;
  background-image: none;
  font-weight: 700;
}

.deletion-content-gap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.deletion-content-gap._40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.hide {
  display: none;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #057;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #012838;
}

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.deletion-content-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.deletion-content-box.extra-gap {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.f-checkbox-label {
  margin-bottom: 0;
  line-height: 24px;
}

.image-39 {
  width: 20px;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.features-tab-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

.deletion-section-heading {
  color: #057;
  text-align: left;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
}

.feature-tab-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 20%;
  padding: 0 20px 0 0;
  display: flex;
}

.f-text-area {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.heading-box-forn-deletion-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.feature-tab-detail {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.image-40 {
  border-radius: 8px;
  width: 200px;
}

.div_page-wrapper_100 {
  padding-left: 5%;
  padding-right: 5%;
}

.div_page-wrapper_100._120p_m {
  padding-top: 0;
  padding-bottom: 0;
}

.div_page-wrapper_100._120p_m._0-m {
  margin-top: 85px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-with-icon-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.span-bold {
  font-weight: 600;
}

.d-list-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 10px;
  display: flex;
}

.f-field-label {
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.image-44 {
  border-radius: 30px;
  width: 150px;
}

.image-45 {
  border: 0 solid #e4e4e4;
  border-radius: 20px;
  width: 200px;
}

.slider-7 {
  background-color: #fff0;
  width: 190px;
  height: auto;
}

.slider-7.hide {
  display: none;
}

.path {
  color: #146ef5;
}

@media screen and (min-width: 1280px) {
  .form-button {
    text-align: center;
    width: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper._60 {
    background-color: #0000;
  }

  .bg-dark-card {
    background-image: none;
  }

  .para-flex-box {
    place-items: center stretch;
  }

  .apple-icon-5 {
    margin-bottom: 0;
  }

  .address-wrap.r {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .play-store-icon-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-logo-4 {
    padding-right: 0;
  }

  .tabs_component {
    place-items: center stretch;
  }

  .cross-section-wrap {
    justify-content: center;
    align-items: center;
  }

  .croos-section {
    place-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .div_page-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper {
    width: 90%;
  }

  .bg-white-box {
    padding-bottom: 60px;
  }

  .p-p-p {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .para-flex-box {
    place-items: start center;
  }

  .r-banner {
    background-position: 50% 20%;
  }

  .page-wrapper-privacy, .page-wrapper-privacy-3 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 991px) {
  .utility-page-content {
    width: 100%;
  }

  .card-item {
    height: 200px;
  }

  .div_page-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tab-button-desc-wrapper {
    overflow: hidden;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .hamburger-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-wrapper.w--open {
    background-color: #0000;
  }

  .menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .wrapper._140 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bottom-bar-h {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navigation {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .top-bar-h {
    width: 44px;
    height: 3px;
  }

  .nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-header-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-logo {
    max-width: 232px;
  }

  .path-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .bg-dark-card {
    padding-top: 0;
  }

  .graph_chart {
    height: 100%;
  }

  .slide {
    background-position: 205% -32%;
  }

  .flex-split-outer-wrap {
    display: block;
  }

  .mid-hero-card {
    left: 11%;
  }

  .mid-hero-card._2 {
    right: 11%;
  }

  .background-video {
    border-width: 8px;
    border-radius: 30px;
    height: 410px;
  }

  .c-base {
    padding-left: 50px;
    padding-right: 50px;
  }

  .phone-frame {
    border-radius: 34px;
    width: 210px;
  }

  .bg-offset {
    height: 200vh;
  }

  .section-heading-02 {
    text-align: center;
  }

  .features-content-2 {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    justify-items: center;
    display: flex;
  }

  .sta-mock {
    top: 14%;
  }

  .flex-split-inner-wrap {
    width: 100%;
  }

  .svg-path {
    height: 50vh;
  }

  .amenity-block {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .amenity-block.line-left {
    border: 0 solid #000;
  }

  .amenity-block.line-left.centre {
    border-style: none;
  }

  .para-flex-box {
    grid-column-gap: 78px;
    grid-row-gap: 78px;
    display: flex;
  }

  .subheader-wrap {
    justify-content: flex-start;
  }

  .address-content.fix-hight {
    height: 148px;
  }

  .secondary-link-4.middle {
    margin-left: 0;
  }

  .address-text {
    text-align: left;
  }

  .global-footer-wrap {
    grid-row-gap: 55px;
    grid-template-columns: .5fr .5fr;
  }

  .text-block-31 {
    text-align: left;
  }

  .footer-social-logo-4 {
    text-align: left;
    justify-content: center;
  }

  .tabs_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pricing-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tabs_image-wrapper {
    aspect-ratio: 1;
  }

  .tabs_image {
    min-width: auto;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .page-wrapper-privacy, .page-wrapper-privacy-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .arrow-tab-2 {
    justify-content: center;
    width: 100%;
    height: 3rem;
  }

  .arrow-tab-2.w--current {
    background-size: contain;
  }

  .feature-tab-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .feature-tab-detail {
    flex-direction: column;
  }

  .div_page-wrapper_100 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-44 {
    border-radius: 10px;
    width: 90px;
  }

  .image-45 {
    border-radius: 10px;
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-content {
    width: 100%;
  }

  .reveal-img {
    line-height: 9vw;
  }

  .header-logo {
    max-width: 90%;
  }

  .c-base {
    padding-left: 40px;
    padding-right: 40px;
  }

  .address-text {
    max-width: 100%;
  }

  .global-footer-wrap {
    flex-flow: column;
    display: flex;
  }

  .looping-words-2 {
    font-size: 6.6em;
  }

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    background-image: linear-gradient(#0000, #0000), url('../images/Untitled-design-8.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .utility-page-content {
    width: 100%;
  }

  .paragraph-6 {
    color: #333;
    text-align: left;
    font-weight: 400;
  }

  .heading-17 {
    font-size: 22px;
    line-height: 25px;
  }

  .bold-blue {
    font-size: 22px;
    line-height: 0;
  }

  .heading-11 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-21 {
    font-family: Rubik, sans-serif;
    font-size: 22px;
    line-height: 25px;
  }

  ._404-sub-text {
    font-size: 50px;
    line-height: 3.5rem;
  }

  .error-404 {
    font-size: 100px;
    line-height: 5rem;
  }

  .div-sub-text, .div-button-block {
    line-height: 30px;
  }

  .solution {
    padding: 35px 35px 40px;
  }

  .card-item {
    height: 400px;
  }

  .div_page-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .utility-page-wrap-100 {
    background-image: linear-gradient(#0000, #0000), url('../images/Untitled-design-8.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-containerr {
    padding: 0;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .wrapper.gap {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .wrapper._60.bgl.ph-60 {
    padding-bottom: 0;
  }

  .wrapper._60.extra-140-b._60-t {
    padding-bottom: 60px;
  }

  .wrapper._60.gap, .wrapper._140.gap, .wrapper._140.gap.small {
    flex-flow: column;
  }

  .bottom-bar-h {
    width: 33px;
  }

  .nav-content-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-bar-h {
    width: 33px;
  }

  .nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .nav-header-menu-wrapper {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

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

  .bg-white-box {
    padding: 20px;
  }

  .section-heading {
    font-size: 30px;
    font-weight: 500;
  }

  .section-heading.center.big.phn {
    font-size: 18px;
  }

  .bg-dark-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .graph_chart {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .img_bgb.light {
    max-width: 100px;
  }

  .d-4box-grid-wrap {
    flex-flow: column;
    display: flex;
  }

  .mid-hero-card {
    left: -9%;
  }

  .mid-hero-card._2 {
    right: -7%;
  }

  .background-video {
    border-width: 3px;
    border-radius: 18px;
    height: 205px;
  }

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

  .blog-button.main-color.bigger {
    width: 100%;
    margin-left: 0;
  }

  .blog-button.main-color.bigger._30.w {
    color: #055777;
    background-color: #fff;
  }

  .card-heading {
    font-weight: 500;
  }

  .c-base {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-mockup-box {
    height: 205px;
  }

  .chart_bar {
    width: 100%;
  }

  .phone-frame {
    border-width: 2px;
    border-radius: 16px;
    width: 105px;
    height: 210px;
  }

  .bg-offset {
    height: 150vh;
    bottom: -196px;
  }

  .dashboard-grid-01 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .para.justify {
    text-align: left;
  }

  .para.justify._80, .para.center._80 {
    width: auto;
  }

  .launchpad-icon-wrapp {
    grid-template-columns: 1fr 1fr;
  }

  .section-heading-box {
    order: -1;
    width: 100%;
  }

  .section-heading-box.flex-center._10-gap {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    top: 0;
  }

  .graph-card {
    width: 100%;
    height: 200px;
  }

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

  .features-content-2.grid-3.horizontal {
    flex-flow: column;
  }

  .graph_number_box.align-left-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .know-more-cta-big-text {
    padding: 0;
  }

  .div-block-4 {
    padding: 20px;
  }

  .sta-mock {
    display: none;
  }

  .btm-hero-card {
    left: -43%;
  }

  .btm-hero-card._2 {
    display: block;
    right: -71px;
  }

  .h-card-img-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .launchpad-icon-box {
    border-radius: 7px;
  }

  .svg-path {
    height: 30vh;
  }

  .d-bae-card {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .amenity-block {
    border-bottom: 1px solid #0818193b;
    width: 100%;
  }

  .amenity-block.line-left {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .amenity-block.line-left.bg {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .amenity-block.line-left.bg.horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .amenity-block.line-left.centre {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .para-flex-box {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .html-form-desktop-size {
    max-width: 100%;
    display: block;
  }

  .apple-icon-5 {
    width: 150px;
    max-width: none;
    height: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .address-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .footer-title-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .address-content.fix-hight {
    height: auto;
  }

  .secondary-link-4 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
  }

  .secondary-link-4.middle {
    text-align: left;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bottom-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .address-text {
    text-align: left;
    display: block;
  }

  .phone-text {
    color: #000;
    font-weight: 500;
  }

  .social-link-5 {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .play-store-icon-4 {
    height: 50px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .email-text {
    color: #000;
    font-weight: 500;
  }

  .heading-36 {
    font-size: 16px;
  }

  .global-footer-wrap {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .text-block-31, .footer-nav-link-2 {
    text-align: left;
  }

  .footer-social-logo-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cin {
    margin-bottom: 0;
  }

  .tabs_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    display: flex;
  }

  .pricing-card-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-img {
    width: auto;
    height: auto;
  }

  .tabs_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    aspect-ratio: auto;
    flex-flow: column-reverse;
  }

  .platform-info-box {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .platform-info-box._140-p {
    padding-top: 60px;
  }

  .tabs_image {
    position: static;
  }

  .croos-section {
    flex-flow: column;
    display: flex;
  }

  .form-button {
    text-align: center;
    width: 200px;
    margin-left: 0;
  }

  .form-button.margin {
    margin-top: 48px;
  }

  .c-para-section {
    width: auto;
    height: auto;
    padding: 40px 20px;
  }

  .r-banner {
    box-sizing: border-box;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 200px;
  }

  .only-text.ph-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .post-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pach-box {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    width: auto;
    padding: 20px;
  }

  .text-block-32 {
    text-align: left;
  }

  .div-block-2246 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .chips-box {
    flex-flow: wrap;
  }

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

  .formv-field-wrapper {
    margin-bottom: 0;
  }

  .form-flex {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .form-wrapper, .map-box {
    width: 100%;
  }

  .page-wrapper-privacy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-37 {
    font-size: 22px;
    line-height: 25px;
  }

  .list {
    color: #333;
    font-family: Noto Sans, sans-serif;
    font-size: 17px;
    line-height: 29px;
  }

  .heading-38 {
    font-family: Rubik, sans-serif;
    font-size: 22px;
    line-height: 25px;
  }

  .heading-39 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-40 {
    font-family: Rubik, sans-serif;
    font-size: 22px;
    line-height: 25px;
  }

  .list-7 {
    color: #333;
    font-family: Noto Sans, sans-serif;
    font-size: 17px;
    line-height: 29px;
  }

  .heading-41 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-42 {
    font-size: 25px;
    line-height: 25px;
  }

  .page-wrapper-privacy-3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-43 {
    font-family: Rubik, sans-serif;
    font-size: 22px;
    line-height: 25px;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .feature-tab-content {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .arrow-tab-2 {
    flex: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-tab-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    overflow: auto;
  }

  .div_page-wrapper_100 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-44 {
    width: 50px;
  }

  .image-45 {
    border-radius: 5px;
    width: 40px;
  }
}

#w-node-_03d6b300-27f5-42d0-f3c1-1d60be428abe-abce28c2, #w-node-_03d6b300-27f5-42d0-f3c1-1d60be428ad9-abce28c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c653f314-6f15-abae-c53f-1dcd2a6ca958-2a6ca8ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c653f314-6f15-abae-c53f-1dcd2a6ca95a-2a6ca8ed {
  justify-self: start;
}

#Full-Name-2.w-node-_0759f795-2e0f-f8bf-1b75-d131e4b06cf2-bfce28e3, #w-node-_0759f795-2e0f-f8bf-1b75-d131e4b06cf7-bfce28e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8a16261-e521-7695-46c7-20f8525afb0f-5bce291c, #w-node-c8a16261-e521-7695-46c7-20f8525afb50-5bce291c, #w-node-c8a16261-e521-7695-46c7-20f8525afb91-5bce291c, #w-node-c8a16261-e521-7695-46c7-20f8525afbd2-5bce291c, #w-node-c8a16261-e521-7695-46c7-20f8525afc13-5bce291c, #w-node-c8a16261-e521-7695-46c7-20f8525afc54-5bce291c, #w-node-c8a16261-e521-7695-46c7-20f8525afc95-5bce291c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bc0d9f56-5fc8-55ce-e527-0da8bbd208e5-b3bf4b61, #w-node-_8ad0eb69-d300-6e3c-dafa-b2fbb2b58dcd-b3bf4b61, #w-node-ecd4b273-61a5-c3eb-211b-8470c77627ff-b3bf4b61, #w-node-ecd4b273-61a5-c3eb-211b-8470c77627e9-b3bf4b61, #w-node-_66a962c0-9741-e7aa-3486-d1e5b384d4cd-b3bf4b61, #w-node-_9dbdbd4c-fcb2-28bd-a88f-a0d09ef6d9da-b3bf4b61 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c653f314-6f15-abae-c53f-1dcd2a6ca95c-2a6ca8ed {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c653f314-6f15-abae-c53f-1dcd2a6ca958-2a6ca8ed {
    justify-self: center;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afb0f-5bce291c {
    order: 9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afb38-5bce291c {
    order: -9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afb50-5bce291c {
    order: 9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afb79-5bce291c {
    order: -9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afb91-5bce291c {
    order: 9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afbba-5bce291c {
    order: -9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afbd2-5bce291c {
    order: 9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afbfb-5bce291c {
    order: -9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afc13-5bce291c {
    order: 9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afc3c-5bce291c {
    order: -9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afc54-5bce291c {
    order: 9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afc7d-5bce291c {
    order: -9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afc95-5bce291c {
    order: 9999;
  }

  #w-node-c8a16261-e521-7695-46c7-20f8525afcbe-5bce291c {
    order: -9999;
  }
}


