:root {
  --white-smoke-2: #f9fafc;
  --black: #282f2f;
  --turquoise: #41e2bf;
  --white-smoke: #f1f3f6;
  --light-grey: #c7cbcf;
  --medium-aquamarine-2: #3acbab;
  --cadet-blue: #38b1c4;
  --medium-aquamarine: #38c4a6;
  --gainsboro: #e4e5e7;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  letter-spacing: .5px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.inv-section {
  flex-direction: column;
  align-items: stretch;
  height: 750px;
  display: flex;
  position: relative;
}

.footer {
  background-color: #000;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-wraper {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 410px;
  display: flex;
}

.main-wraper.home {
  height: 660px;
}

.main-wraper.support {
  height: 200px;
}

.big-heading {
  color: #f1f3f6;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  margin: 20px auto 1px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 130%;
}

.big-heading.pages {
  text-align: center;
  font-size: 50px;
}

.main-button {
  clear: none;
  background-color: var(--white-smoke-2);
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 3px;
  align-self: auto;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 4px 20px #f1f3f638;
}

.main-button:hover {
  background-color: var(--turquoise);
}

.main-button:active {
  box-shadow: none;
  background-color: #38c4a6;
}

.main-par {
  clear: left;
  color: #f1f3f6;
  text-align: center;
  text-transform: none;
  max-width: 500px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 175%;
  position: static;
}

.main-par.pages {
  text-align: center;
  width: 70%;
  font-size: 20px;
}

.service-title {
  color: var(--black);
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.service-par {
  text-align: justify;
  letter-spacing: .5px;
  max-width: 350px;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}

.nav-link {
  color: var(--white-smoke);
  align-items: center;
  font-size: 15px;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--light-grey);
}

.nav-link.w--current {
  color: var(--white-smoke);
}

.nav-link.w--current:hover {
  color: var(--light-grey);
  background-color: #0000;
}

.nav-link.company {
  color: #f1f3f6;
  font-size: 17px;
}

.nav-link.contact {
  margin-right: 10px;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 200;
  line-height: 150%;
}

.footer-c1-block {
  margin-bottom: 20px;
}

.footer-logo-box {
  height: 30px;
  margin-bottom: 20px;
}

.social-media-box {
  justify-content: center;
  display: flex;
}

.social-link-block {
  width: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.footer-element {
  color: var(--light-grey);
  font-size: 15px;
  text-decoration: none;
}

.footer-element:hover {
  color: #fff;
}

.footer-white-line {
  background-color: #fafafa;
  height: 1px;
  margin-bottom: 20px;
}

.footer-c2-mini-box {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 40px;
}

.footer-element-box {
  margin-bottom: 0;
  padding-left: 10px;
}

.footer-long-white-line {
  background-color: #fafafa;
  width: auto;
  height: .5px;
  margin: 20px auto;
}

.footer-par {
  color: #fff;
  text-align: justify;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 150%;
}

.footer-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.background-layer {
  z-index: 5;
  background-image: linear-gradient(to right, #000000c2 15%, #000000b3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
}

.cta-button {
  text-align: center;
  background-color: #06c;
  border: 1.5px solid #06c;
  border-radius: 3px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
}

.cta-button:hover {
  color: #fff;
  background-color: #0055a9;
  border-width: 1.5px;
  border-color: #06c;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.cta-button.contact {
  background-color: var(--cadet-blue);
  border-style: none;
  align-self: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  box-shadow: 0 4px 15px #00000026;
}

.cta-button.contact:hover {
  background-color: var(--medium-aquamarine-2);
  color: #fafafa;
}

.cta-button.contact:active {
  background-color: var(--medium-aquamarine);
  box-shadow: none;
}

.cta-button.contact._3rd {
  background-color: var(--medium-aquamarine);
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.cta-button.contact._3rd:hover {
  background-color: #2c9982;
}

.cta-button.contact._3rd:active {
  background-color: var(--medium-aquamarine);
}

.body {
  background-color: #0000;
  height: 100%;
}

.background-img {
  filter: blur(3px);
  background-image: url('../images/3D38EEDB-B1D8-4273-B314-C59735DC85A9.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 99.5%;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-logo {
  width: 200px;
  height: 60px;
}

.about-img-layer {
  z-index: 2;
  background-image: linear-gradient(#000000b8, #000000b8);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.about-img {
  z-index: 1;
  filter: blur(3px);
  background-image: url('../images/3D38EEDB-B1D8-4273-B314-C59735DC85A9.JPG');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: static;
  inset: auto 0% 0%;
}

.job-title {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.linkedin {
  color: #06c;
  letter-spacing: .5px;
  border: 1.5px solid #06c;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.linkedin:hover {
  color: #fafafa;
  background-color: #06c;
}

.team-names {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 125%;
}

.about-main-par {
  color: var(--black);
  text-align: center;
  letter-spacing: .5px;
  max-width: 500px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.history-descr {
  text-align: center;
  letter-spacing: .5px;
  max-width: 500px;
  font-size: 16px;
  line-height: 175%;
}

.heading-4 {
  color: #036;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.div-block-23 {
  background-color: #036;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.div-block-24 {
  background-color: #06c;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.heading-5 {
  color: #fafafa;
  margin-bottom: 20px;
}

.paragraph-2 {
  color: #fafafa;
  width: 75%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.section-17 {
  padding-top: 60px;
}

.cta {
  background-color: var(--white-smoke);
  background-image: linear-gradient(#00c8ff, #00a4db);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.find-out-more-button {
  color: #fafafa;
  font-weight: 600;
}

.section-22 {
  height: 500px;
  position: relative;
}

.pages-section {
  justify-content: center;
  padding: 100px 60px 140px;
  display: flex;
}

.section-24 {
  background-color: #036;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.dropdown-link {
  color: var(--white-smoke);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: var(--white-smoke);
  color: #06c;
}

.dropdown-list {
  background-color: #0000;
  top: 0;
  box-shadow: 1px 1px 3px #000;
}

.dropdown-list.w--open {
  box-shadow: 0 1px 1px 0 var(--light-grey);
  transition: opacity .2s;
}

.brand {
  align-items: center;
  height: 60px;
  display: flex;
}

.brand.w--current {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-left: 0;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.navbar-6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0;
}

.log-in {
  border: .4px solid var(--white-smoke);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 3px;
  width: 110px;
  margin-right: 10px;
  padding: 12px 0;
  font-size: 15px;
}

.log-in:hover {
  border-color: var(--turquoise);
  color: #38c4a6;
}

.sign-up {
  color: var(--black);
  text-align: center;
  background-color: #38b1c4;
  border-radius: 3px;
  width: 110px;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
}

.sign-up:hover {
  background-color: var(--turquoise);
}

.sign-up:active {
  background-color: #38c4a6;
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.mgmt-box {
  background-color: var(--white-smoke-2);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  padding: 20px 10px 10px;
  display: flex;
  box-shadow: 0 2px 6px #00000026;
}

.mgmt-box._2 {
  width: auto;
  margin-bottom: 60px;
  padding: 40px 80px 30px;
}

.div-block-46 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.cta-h2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 150%;
}

.cta-par {
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 150%;
}

.form-block-2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.text-form {
  background-color: var(--white-smoke-2);
  border: 1px #000;
  border-bottom: 1px solid #6a6c6f;
  height: 50px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-form:hover {
  border-bottom-width: 1.5px;
  border-bottom-color: var(--medium-aquamarine);
  background-color: var(--white-smoke);
}

.message-form {
  background-color: #fafafa;
  border: .5px #6a6c6f;
  border-bottom: 1px solid #6a6c6f;
  border-radius: 3px;
  min-height: 150px;
  margin-bottom: 20px;
}

.message-form:hover {
  border-style: none none solid;
  border-width: 1.1px 1.1px 1.5px;
  border-color: #06c #06c var(--medium-aquamarine);
}

.message-form:active {
  border-top-color: #06c;
  border-left-color: #06c;
  border-right-color: #06c;
}

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

.about-h {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 40px;
}

.board-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-section {
  justify-content: center;
  padding: 120px 10%;
  display: flex;
}

.contact-h {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 29px;
  font-weight: 700;
}

.contact-par {
  text-align: justify;
  letter-spacing: .5px;
  width: 90%;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 175%;
}

.email {
  color: var(--cadet-blue);
  background-color: #0000;
  font-size: 15px;
  font-weight: 600;
}

.linked-in {
  background-image: url('../images/linkedin-logo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}

.solutions {
  background-color: #f8f9fd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  display: flex;
}

.heading-30 {
  color: var(--black);
  text-align: center;
  height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 19px;
  line-height: 30px;
}

.small-par {
  color: #333;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: auto;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 150%;
  text-decoration: none;
}

.home-h1 {
  color: var(--black);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  line-height: 150%;
}

.heading-33 {
  color: #06c;
}

.text-block-3 {
  color: #036;
}

.link-2 {
  color: #fafafa;
  font-weight: 400;
}

.heading-35 {
  color: #f1f3f6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

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

.pages-headings {
  color: var(--black);
  text-align: center;
  font-size: 40px;
  line-height: 150%;
}

.cards {
  background-color: #f8f9fd;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  display: flex;
}

.faq-titles {
  color: var(--black);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  text-decoration: none;
}

.faq-titles:hover {
  text-decoration: underline;
}

.text-block-6 {
  color: #6a6c6f;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
}

.faq-boxes {
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.faq-links {
  color: #333;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.faq-links:hover {
  color: var(--medium-aquamarine);
}

.faq-links._2nd {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 60px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.faq-links._2nd:hover {
  color: var(--medium-aquamarine);
  text-decoration: underline;
}

.support-box {
  background-color: var(--white-smoke-2);
  flex-direction: column;
  width: 33.3333%;
  padding: 120px 20px 100px;
}

.support-box.pages {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 100px 60px;
  display: flex;
}

.faq-section {
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 10%;
  display: flex;
}

.faq-section.pages {
  flex-direction: column;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.faq-section._1st {
  padding: 0 60px;
}

.support-h2 {
  color: var(--black);
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.faq-gray-line {
  background-color: var(--light-grey);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0;
}

.faq-gray-line._2nd {
  background-color: var(--medium-aquamarine);
  margin-top: 40px;
  margin-bottom: 0;
}

.faq-gray-line.pages {
  background-color: var(--medium-aquamarine);
  margin-bottom: 0;
}

.faq-gray-line._1st {
  background-color: var(--medium-aquamarine);
  width: 90%;
  margin-top: 20px;
}

.pop-articles {
  color: #333;
  max-width: 300px;
  padding: 20px 10px;
  text-decoration: none;
}

.pop-articles:hover {
  background-color: var(--white-smoke);
}

.support-h4 {
  color: var(--black);
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.sol-box {
  box-shadow: none;
  cursor: default;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  padding: 40px 20px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.sol-box:hover {
  transform: translate(0, -10px);
}

.support-par {
  max-width: 300px;
  margin-bottom: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.faq-block {
  flex-direction: column;
  justify-content: space-around;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search {
  justify-content: center;
  align-self: stretch;
  max-width: 600px;
  height: 50px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  width: 300px;
  height: 100%;
  margin-bottom: 0;
}

.faq-nav {
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10%;
  position: static;
  inset: 0% 0% auto;
}

.link-3 {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
}

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

.link-3.items {
  color: #6a6c6f;
}

.link-3.items.w--current {
  color: var(--black);
  font-weight: 600;
}

.faq-nav-arrow {
  height: 10px;
}

.grid-faq-pages {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6"
                       "Area-7 Area-8";
  width: 100%;
  max-width: 1200px;
}

.faq-items {
  padding: 40px 40px 40px 10px;
  text-decoration: none;
}

.faq-items:hover {
  background-color: #f1f3f68f;
}

.faq-item-h {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.faq-item-par {
  color: #333;
  margin-bottom: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.div-block-63 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
}

.div-block-65 {
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
}

.grid {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6";
  margin-top: 40px;
  display: flex;
}

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

.section-33 {
  justify-content: center;
  padding: 60px;
  display: flex;
}

.paragraph-8 {
  width: 600px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 175%;
}

.faq-grid {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6";
  width: 66.6667%;
  margin-top: 100px;
  margin-right: 20px;
}

.div-block-67 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-2 {
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 100px;
}

.grid-4 {
  grid-template-rows: auto;
  align-items: center;
}

.div-block-70 {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.div-block-76 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.grid-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template: ". . Area"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.div-block-77 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-7 {
  color: var(--white-smoke-2);
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.lottie-animation {
  width: 100px;
  margin-bottom: 20px;
}

.lottie-animation-2 {
  width: 500px;
  max-width: 500px;
  transition: opacity .4s;
}

.button {
  background-color: #0000;
  background-image: linear-gradient(135deg, #196c59, var(--medium-aquamarine-2) 82%);
  color: var(--white-smoke);
  text-transform: capitalize;
  border-radius: 3px;
  padding: 17px 30px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 3px 6px #00000024;
}

.button:hover {
  background-image: linear-gradient(135deg, #196c59, var(--medium-aquamarine-2));
}

.button:active {
  box-shadow: none;
}

.button.cta {
  opacity: 1;
  text-align: center;
  object-fit: fill;
  background-color: #000;
  background-image: none;
  width: 300px;
  margin-left: 0;
  padding: 25px 0;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.image-40 {
  z-index: 1;
  filter: blur(1px);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-42 {
  width: 100%;
  height: 100%;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-182 {
  z-index: 5;
  filter: none;
  background-color: #000000b3;
  background-image: none;
  background-position: 0 0;
  border-radius: 5px;
  height: 100%;
  transition: background-position .4s;
  position: absolute;
  inset: 0%;
}

.div-block-182:hover {
  background-image: linear-gradient(to bottom, null, null), url('../images/business-desk-diary-laptop.jpg');
  background-size: auto, auto;
}

.div-block-182._2 {
  background-color: #000000bf;
  background-image: none;
}

.div-block-182._2:hover {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/piqsels.com-id-zkake.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 800px;
}

.div-block-182._3 {
  background-color: #000000c9;
  background-image: none;
  background-position: 0 0;
}

.div-block-182._3:hover {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/piqsels.com-id-sskce.jpg');
  background-size: auto, 800px;
  background-attachment: scroll, scroll;
}

.div-block-191 {
  background-color: #38b1c4;
  width: 120px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.home-sol-wrap {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.heading-47 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  font-weight: 500;
  line-height: 125%;
}

.div-block-183 {
  z-index: 10;
  background-color: #f1f3f600;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px 30px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.solutions-box {
  width: 30%;
  height: 300px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s cubic-bezier(.55, .055, .675, .19);
  position: relative;
}

.image-41 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.columns._2 {
  width: 90%;
}

.heading-48 {
  text-transform: capitalize;
  font-size: 20px;
}

.div-block-196 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-21 {
  max-width: 350px;
}

.column-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-197 {
  background-color: var(--light-grey);
  width: 80%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
}

.div-block-198 {
  z-index: 1;
  filter: blur(2px);
  background-image: url('../images/piqsels.com-id-zknoh.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 99.9%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-199 {
  z-index: 5;
  background-image: linear-gradient(#38b1c445, #38b1c445);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-200 {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-201 {
  width: 35%;
  margin-bottom: 60px;
}

.div-block-202 {
  border-radius: 5px;
  width: 60%;
  max-width: 650px;
  padding: 40px;
  box-shadow: 0 4px 17px #0003;
}

.div-block-203 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-204 {
  filter: blur(3px);
  background-image: url('../images/glass-building-cleaning-services-FSRD9JJ-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block-205 {
  background-image: linear-gradient(#000000c9, #000000c9);
  justify-content: center;
  align-items: flex-end;
  height: 100.5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-206 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-207 {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.lottie-phone {
  width: 500px;
  height: 400px;
}

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

.column-7._2 {
  padding-left: 40px;
}

.div-block-208 {
  background-color: var(--gainsboro);
  width: 300px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.strength {
  justify-content: center;
  align-items: center;
  padding: 100px 60px 140px;
  display: flex;
}

.div-block-209 {
  background-image: url('../images/office-buildings-NK9MFCK-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 150px;
  height: 150px;
}

.paragraph-22 {
  text-align: center;
  max-width: 350px;
}

.div-block-210 {
  background-image: url('../images/helical-stairway-simple-modern-semicircle-staircas-PCSPAV5-min.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 150px;
  height: 150px;
}

.div-block-210._3 {
  background-image: url('../images/3d-rendering-business-meeting-and-working-room-on--JFD9CC2-min.jpg');
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: var(--white-smoke);
  color: var(--black);
  justify-content: center;
  width: 350px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 3px 6px #00000026;
}

.tab-link-tab-2:hover {
  color: var(--medium-aquamarine);
}

.tab-link-tab-2:active {
  box-shadow: 0 2px 4px #00000026;
}

.tab-link-tab-2.w--current {
  background-color: var(--gainsboro);
  color: var(--medium-aquamarine);
  font-weight: 600;
}

.tab-pane-tab-1 {
  flex: 1;
}

.tab-pane-tab-2 {
  width: 100%;
}

.paragraph-23 {
  text-align: center;
  max-width: 400px;
}

.tab-pane-tab-3 {
  width: 100%;
}

.div-block-211 {
  background-color: var(--medium-aquamarine);
  width: 200px;
  height: 2px;
  margin-bottom: 40px;
  display: flex;
}

.tabs-content {
  justify-content: center;
  display: flex;
}

.link-block {
  color: var(--light-grey);
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  text-decoration: none;
}

.link-block:hover {
  color: var(--white-smoke-2);
}

.div-block-212 {
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
}

.text-span {
  text-transform: none;
  font-size: 40px;
}

.text-span-2 {
  font-size: 23px;
}

.bold-text {
  color: #1b90c7;
}

.tabs-menu-2 {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu-link {
  color: #1d2836cc;
  text-transform: none;
  background-color: #0000;
  border-top: 2px solid #d4dae0;
  border-bottom: 2px solid #d4dae0;
  border-right-color: #55d96f;
  padding: 18px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  transition: all .2s;
}

.tabs-menu-link:hover {
  color: #55d96f;
}

.tabs-menu-link.w--current {
  background-color: var(--cadet-blue);
  color: #f5f7fa;
  border: 1px solid #000;
}

.tabs-menu-link.tabs-menu-link-first {
  border: 1px solid var(--cadet-blue);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.tabs-menu-link.tabs-menu-link-first.w--current {
  border-left-color: #55d96f;
}

.tabs-menu-link.tabs-menu-linklast {
  border-right: 2px solid #d4dae0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tabs-menu-link.tabs-menu-linklast.w--current {
  background-color: var(--cadet-blue);
  border: 1px solid #000;
}

.icon-list {
  text-align: center;
  padding: 40px 30px;
}

.icon-list-icon {
  opacity: .11;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.container {
  padding-left: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.section.b-b {
  border-bottom: 1px solid #c1cede91;
  font-size: 14px;
}

.job-title-2 {
  color: #282f2f;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.team-names-2 {
  color: #282f2f;
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 125%;
}

.mgmt-box-2 {
  background-color: #f9fafc;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  padding: 20px 10px 10px;
  display: flex;
  box-shadow: 0 2px 6px #00000026;
}

.mgmt-box-2._2 {
  width: auto;
  margin-bottom: 60px;
  padding: 40px 80px 30px;
}

.container-2 {
  text-align: center;
  object-fit: fill;
  padding-left: 0;
}

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

.container-3 {
  padding-left: 0;
}

.text-block-8 {
  color: #fff;
  text-align: center;
}

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

.link-4.w--current {
  z-index: 999;
  position: relative;
}

.text-span-3 {
  color: #fff;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.logo {
  float: left;
  color: #0000;
  background-color: #0000;
  background-image: none;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: visible;
}

.logo.w--current {
  background-color: #0000;
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.nav-menu {
  margin-right: 0;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding: 15px 0 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-2:hover {
  color: #55d96f;
}

.nav-link-2.w--current {
  color: var(--cadet-blue);
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #55d96f;
  border: 2px solid #55d96f;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.btn:hover {
  color: #55d96f;
  background-color: #0000;
  border-style: solid;
  border-color: #55d96f;
}

.btn.btn-menu {
  border: 2px solid var(--cadet-blue);
  background-color: var(--black);
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 31px;
  padding: 9px 19px;
  font-size: 12px;
  transition: all .2s;
}

.btn.btn-menu {
  background-color: #38b1c4;
  border: 2px solid #38b1c4;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 31px;
  padding: 9px 19px;
  font-size: 12px;
  transition: all .2s;
}

.btn.btn-menu:hover {
  color: #55d96f;
  background-color: #0000;
  border-color: #55d96f;
}

.nav {
  color: #0000;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  width: 100%;
  max-width: 100%;
  height: 90px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.nav.nav-container {
  background-color: #0000;
  border-width: 0;
  width: 100%;
  max-width: 1050px;
  height: 100%;
  margin-left: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  position: relative;
}

.image-43 {
  margin-bottom: -12px;
  padding-top: 22px;
}

.div-block-214 {
  background-image: url('../images/gardening-P2M8SC7-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50px;
  width: 100px;
  height: 100px;
}

.div-block-215 {
  background-image: url('../images/a-man-cleans-snow-D9QALWE-min.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50px;
  width: 100px;
  height: 100px;
}

.link-6 {
  color: #222;
  text-decoration: none;
}

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

.paragraph-24 {
  font-weight: 400;
}

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

.line-team {
  background-color: #79b2da;
  border-radius: 2px;
  width: 5px;
  margin-right: 15px;
}

.line-team.home {
  z-index: 0;
  background-color: var(--cadet-blue);
  height: 30px;
  margin-top: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 77px;
  display: flex;
}

.paragraph-10 {
  color: #333;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  height: auto;
  margin-top: -57px;
  padding-top: 0;
  padding-bottom: 133px;
  display: flex;
}

.card {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  align-self: flex-start;
  width: 40%;
  margin-top: 0;
  margin-left: 12px;
  margin-right: 12px;
  padding: 15px 39px 15px 15px;
  transition: background-color .6s;
}

.card:hover {
  background-color: #f9f9f9;
}

.card._3 {
  align-self: flex-start;
  margin-top: 100px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 15px;
}

.card._2 {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  width: 40%;
  margin-top: 50px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 15px;
  padding-right: 39px;
  display: flex;
}

.cards-wrapper {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px #e9e9e9;
  justify-content: center;
  align-items: center;
  height: 540px;
  padding-top: 68px;
  padding-bottom: 6px;
  padding-left: 0;
  display: flex;
}

.heading-h2 {
  z-index: 1;
  color: #333;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 11px;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  position: relative;
  overflow: visible;
}

.image-14 {
  display: none;
}

.button-9 {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.paragraph-9 {
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-9.center {
  text-align: center;
}

.div-block-216 {
  display: flex;
  position: relative;
}

.heading-h1 {
  text-align: left;
  text-transform: none;
  font-size: 50px;
  font-weight: 900;
  line-height: 64px;
  overflow: visible;
}

.heading-h1.center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  padding: 15px 0 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-3:hover {
  color: #55d96f;
}

.nav-link-3.w--current {
  color: #38b1c4;
}

.hero-overlay {
  filter: blur();
  color: #fff;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/helical-stairway-simple-modern-semicircle-staircas-PCSPAV5-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.button-10 {
  color: #fff;
  background-color: #000;
}

.paragraph-25 {
  text-align: left;
}

.div-block-217 {
  margin-top: 37px;
}

.panel-content {
  flex: 1;
  padding: 20px;
}

.panel-content.element {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.button-3 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #3ecf8e;
  background-image: none;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 11px #00000045;
}

.button-3:hover {
  transform: scale(1.02)translate(0, -3px);
  box-shadow: 0 15px 20px #0000001a;
}

.button-3.lottie-icon {
  background-color: #3ecf8e;
  background-image: linear-gradient(309deg, #3ece8d, #35ce8e);
  border-radius: 7px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.phone-2 {
  width: 40px;
  padding-top: 10px;
}

.phone-2.small {
  width: 25px;
  padding-top: 11px;
}

.button-text {
  flex: 1;
  margin-left: 10px;
}

.features-wrapper {
  z-index: 1;
  background-image: none;
  border: 1px solid #fff3;
  border-bottom-style: none;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.features-icon-wrap-copy {
  filter: invert();
  background-image: none;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 -1px #03060f;
}

.home-feature-item-copy-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.section-features-title-wrapper {
  text-align: center;
  max-width: 700px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.base-container-copy {
  background-color: #ebebeb00;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 15px 40px;
}

.feature-icon-copy-copy-2 {
  opacity: .6;
  filter: invert();
}

.paragraph-6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.section-35 {
  background-image: linear-gradient(269deg, #0000003d, #000), url('../images/ChatGPT-Image-3.-Juni-2025-18_19_53.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.paragraph-7 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.paragraph {
  color: #fff;
}

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #03060f;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-feature-item-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fafafa;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.features-icon-wrap-copy-2 {
  filter: invert();
  background-image: none;
  border: 1px solid #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 -1px #03060f;
}

.home-feature-item-copy-2, .home-feature-item-copy-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.gradient-blur {
  z-index: -1;
  filter: blur(140px);
  background-image: radial-gradient(circle at 50% 30%, #d8dfe6, #5c5c5c 63%);
  border-radius: 100%;
  width: 100%;
  max-width: 1170px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -20% 0% 0%;
}

.paragraph-26 {
  color: #fff;
  font-size: 14px;
}

.margin-bottom-20 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
}

.bold-text-2 {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .features-wrapper {
    background-image: none;
  }

  .features-icon-wrap-copy {
    box-shadow: 0 -1px #000;
  }

  .section-features-title-wrapper {
    text-align: center;
  }

  .feature-icon-copy-copy-2 {
    filter: invert();
  }

  .paragraph-6 {
    color: #fff;
  }

  .section-35 {
    background-color: #fff;
  }

  .paragraph-7, .paragraph {
    color: #fff;
  }

  .features-grid {
    grid-column-gap: 60px;
  }

  .features-icon-wrap-copy-2 {
    border-color: #fff0;
  }

  .gradient-blur {
    height: 550px;
  }

  .paragraph-26, .margin-bottom-20 {
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .features-wrapper {
    background-image: none;
    max-width: 1500px;
  }

  .base-container-copy {
    max-width: 1500px;
  }

  .home-feature-item-copy-3 {
    color: #fafafa;
  }
}

@media screen and (min-width: 1920px) {
  .features-wrapper {
    background-image: none;
    max-width: 3000px;
  }

  .base-container-copy {
    max-width: 3000px;
  }

  .features-grid {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .inv-section {
    height: 500px;
  }

  .main-wraper.pages {
    height: 410px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wraper.home {
    height: 410px;
  }

  .big-heading {
    white-space: normal;
    margin-bottom: 2px;
  }

  .big-heading.pages {
    width: auto;
    margin: 0 0 20px;
  }

  .main-button {
    border-color: #0000;
    margin-right: 20px;
    padding: 25px 40px;
  }

  .main-button:hover {
    border-color: #fff;
  }

  .main-par {
    align-self: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .main-par.pages {
    align-self: auto;
    width: 90%;
    font-size: 22px;
  }

  .service-title {
    margin-bottom: 20px;
  }

  .service-par {
    max-width: 300px;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .nav-link {
    border: 1px solid var(--white-smoke);
    background-color: var(--white-smoke-2);
    color: var(--black);
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    overflow: auto;
  }

  .nav-link:hover {
    color: var(--medium-aquamarine-2);
  }

  .nav-link.w--current {
    color: var(--black);
    font-weight: 700;
  }

  .nav-link.w--current:hover {
    color: var(--medium-aquamarine-2);
  }

  .nav-link.company, .nav-link.contact {
    font-weight: 600;
  }

  .footer-columns {
    margin-bottom: 40px;
  }

  .footer-long-white-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-block {
    width: 95%;
  }

  .menu-icon {
    color: #fafafa;
  }

  .cta-button {
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .body {
    height: 100%;
  }

  .menu-button {
    background-color: #ffffff0d;
    border-radius: 3px;
    padding: 12px;
    transition: all .2s;
  }

  .menu-button:hover {
    background-color: #ffffff1a;
  }

  .menu-button:active {
    background-color: #ffffff0d;
  }

  .menu-button.w--open {
    background-color: #ffffff26;
    transition: opacity .5s;
  }

  .menu-button.w--open:hover {
    background-color: #ffffff1a;
  }

  .burger-icon {
    color: var(--white-smoke-2);
  }

  .about-img-layer {
    flex-wrap: wrap;
    align-content: center;
  }

  .about-img {
    height: 99.5%;
  }

  .team-names {
    text-align: center;
  }

  .history-descr {
    width: 90%;
  }

  .div-block-23, .div-block-24 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-2 {
    width: auto;
  }

  .cta {
    background-position: 50% 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .section-22 {
    height: 500px;
  }

  .pages-section {
    padding: 60px 30px 100px;
  }

  .dropdown-list.w--open {
    box-shadow: 0 1px 1px #06c;
  }

  .nav-wrapper {
    position: relative;
    overflow: visible;
  }

  .navbar-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .log-in {
    border: 1px solid var(--white-smoke);
    background-color: var(--white-smoke-2);
    color: var(--medium-aquamarine);
    border-radius: 0;
    width: 90%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s;
    overflow: auto;
  }

  .log-in:hover, .log-in:active {
    background-color: #0000;
    text-decoration: underline;
  }

  .sign-up {
    background-color: var(--medium-aquamarine);
    color: #fafafa;
    border-radius: 0;
    width: 90%;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s;
    overflow: auto;
  }

  .sign-up:hover {
    background-color: var(--medium-aquamarine-2);
  }

  .nav-menu-2 {
    border-bottom: 1px solid var(--gainsboro);
    background-color: var(--white-smoke-2);
    height: auto;
    transition: all .2s;
    overflow: auto;
    box-shadow: 0 4px 10px #0003;
  }

  .mgmt-box {
    align-self: flex-start;
  }

  .div-block-46 {
    width: auto;
  }

  .cta-par {
    font-size: 16px;
  }

  .form {
    align-items: center;
  }

  .text-block {
    padding-left: 20px;
    font-weight: 600;
  }

  .contact-section {
    padding: 100px 5%;
  }

  .contact-h {
    text-align: center;
  }

  .contact-par {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email {
    text-align: center;
  }

  .solutions {
    padding: 80px 30px;
  }

  .heading-30 {
    height: 60px;
    margin-bottom: 10px;
  }

  .small-par {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-h1 {
    width: 90%;
  }

  .heading-35 {
    font-size: 20px;
    line-height: 100%;
  }

  .pages-headings {
    margin-left: auto;
    margin-right: auto;
  }

  .cards {
    padding: 60px 30px;
  }

  .faq-titles {
    margin-bottom: 0;
    line-height: 125%;
  }

  .faq-boxes {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .support-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq-section._1st {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-gray-line._1st {
    margin-top: 20px;
  }

  .sol-box {
    align-items: center;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .search {
    width: 70vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-nav {
    padding-left: 5%;
  }

  .paragraph-8 {
    width: 80%;
  }

  .div-block-67 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2 {
    grid-column-gap: 10px;
    margin-top: 60px;
  }

  .div-block-70 {
    width: auto;
  }

  .div-block-76 {
    max-width: 500px;
  }

  .grid-14 {
    grid-column-gap: 10px;
  }

  .lottie-animation-2 {
    width: 350px;
  }

  .home-sol-wrap {
    flex-direction: column;
  }

  .heading-47 {
    width: 180px;
  }

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

  .solutions-box {
    width: 33%;
    height: 300px;
  }

  .columns._2 {
    width: auto;
    margin-top: 60px;
  }

  .div-block-197 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .div-block-200 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-201 {
    flex-direction: column;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .div-block-202 {
    width: 100%;
    max-width: 600px;
  }

  .column-7._2 {
    padding-left: 0;
  }

  .strength {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-22 {
    font-size: 13px;
  }

  .tab-link-tab-2 {
    width: 100%;
    max-width: 300px;
  }

  .lottie-animation-3 {
    width: 40px;
    height: 40px;
    display: none;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    overflow: hidden;
  }

  .section.b-b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-names-2 {
    text-align: center;
    font-size: 20px;
  }

  .mgmt-box-2 {
    align-self: flex-start;
  }

  .nav-menu {
    z-index: 1000;
    text-align: center;
    background-color: #38b1c4f7;
    width: 100%;
    padding-top: 35%;
    position: fixed;
  }

  .menu-icon-2 {
    margin-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 0;
  }

  .menu-icon-2.w--open {
    z-index: 10;
    background-color: #0000;
    position: relative;
  }

  .nav-link-2 {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
  }

  .nav-link-2:hover {
    color: #f5f7fa;
  }

  .nav-link-2.w--current {
    color: #fff;
  }

  .btn.btn-menu {
    color: #55d96f;
    background-color: #fff;
    border-color: #fff;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .btn.btn-menu:hover {
    color: #fff;
    border-color: #fff;
  }

  .nav {
    border-color: #000 #000 #ffffff4d;
    border-top-style: none;
    border-top-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
  }

  .nav.nav-container {
    border-style: none;
    padding-top: 20px;
  }

  .navi-icon {
    color: #fff;
    display: none;
  }

  .container-8 {
    padding-top: 35px;
  }

  .section-3 {
    background-position: 100% 100%;
    background-size: 100px;
  }

  .card, .card._3 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-h2 {
    font-size: 22px;
  }

  .paragraph-9 {
    font-size: 20px;
  }

  .heading-h1 {
    margin-top: 0;
    font-size: 50px;
  }

  .nav-link-3 {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
  }

  .nav-link-3:hover {
    color: #f5f7fa;
  }

  .nav-link-3.w--current {
    color: #fff;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
  }

  .home-feature-item-copy-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .home-feature-item-copy, .home-feature-item-copy-2, .home-feature-item-copy-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gradient-blur {
    height: 450px;
    top: -10%;
  }
}

@media screen and (max-width: 767px) {
  .inv-section {
    height: 400px;
  }

  .footer {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .main-wraper.pages, .main-wraper.home {
    height: 340px;
  }

  .main-wraper.support {
    height: 290px;
  }

  .big-heading {
    white-space: normal;
    margin-top: 10px;
    font-size: 40px;
    line-height: 125%;
  }

  .main-button {
    align-self: auto;
    width: 220px;
    padding: 15px;
    font-size: 18px;
  }

  .main-par {
    align-self: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 150%;
  }

  .main-par.pages {
    width: 80%;
    margin-bottom: 0;
    font-size: 20px;
  }

  .service-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .service-par {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .footer-c2 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .copyright {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-c1-block {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-logo-box {
    margin-bottom: 30px;
  }

  .social-media-box {
    justify-content: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-c2-mini-box {
    padding-top: 40px;
  }

  .footer-c2-columns {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .background-img {
    position: static;
  }

  .about-main-par, .history-descr {
    width: auto;
  }

  .cta {
    background-color: #f0f2f9;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-22 {
    height: 400px;
  }

  .pages-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-24 {
    height: 350px;
  }

  .brand {
    background-image: none;
  }

  .navbar-6 {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .mgmt-box {
    width: auto;
    margin-bottom: 40px;
  }

  .mgmt-box._2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-par {
    max-width: 350px;
  }

  .form-block-2 {
    width: auto;
  }

  .board-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact-par {
    width: auto;
    line-height: 175%;
  }

  .solutions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-30 {
    text-align: center;
    min-height: auto;
    margin-bottom: 0;
    padding-right: 0;
  }

  .small-par {
    text-align: center;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-h1 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 125%;
  }

  .heading-33 {
    color: #06c;
  }

  .text-block-3 {
    color: #036;
  }

  .heading-35 {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .cards {
    background-color: #f0f2f9;
    padding-top: 0;
  }

  .faq-boxes {
    width: 100%;
  }

  .faq-links._2nd {
    margin-left: 0;
  }

  .support-box {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .support-box.pages {
    margin-top: 0;
    padding: 60px 30px;
  }

  .faq-section.pages {
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-section._1st {
    flex-direction: column;
  }

  .pop-articles {
    max-width: none;
  }

  .sol-box {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search {
    width: 80vw;
  }

  .grid-faq-pages {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .div-block-63 {
    margin-bottom: 0;
  }

  .div-block-65 {
    margin-top: 40px;
  }

  .grid.faq-pages {
    margin-top: 20px;
    display: flex;
  }

  .section-33 {
    padding: 40px 30px;
  }

  .faq-grid {
    flex-flow: column;
    place-content: space-around space-between;
    width: 100%;
    margin-top: 60px;
    display: flex;
  }

  .grid-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .div-block-70 {
    align-items: center;
  }

  .div-block-76 {
    background-color: #f0f2f9;
    max-width: none;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-14 {
    flex-direction: column;
    display: flex;
  }

  .div-block-77 {
    flex-direction: column;
  }

  .paragraph-20 {
    max-width: 400px;
  }

  .home-sol-wrap {
    width: auto;
  }

  .div-block-183 {
    justify-content: center;
    padding-top: 20px;
  }

  .solutions-box {
    width: 410px;
    height: 250px;
  }

  .columns {
    flex-direction: column;
  }

  .columns._2 {
    flex-direction: column-reverse;
  }

  .div-block-196 {
    text-align: center;
    align-items: center;
  }

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

  .div-block-197 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-199 {
    padding-bottom: 100px;
  }

  .div-block-207 {
    flex-direction: column;
    height: 800px;
  }

  .lottie-phone {
    width: 500px;
    height: 240px;
  }

  .column-7._2 {
    align-items: center;
  }

  .strength {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .tab-link-tab-2 {
    text-align: center;
    align-items: center;
    width: 33%;
    max-width: none;
    height: 101.6px;
  }

  .tab-link-tab-2.w--current {
    width: 33%;
    max-width: none;
  }

  .paragraph-23 {
    max-width: 450px;
  }

  .column-8 {
    justify-content: center;
    display: flex;
  }

  .div-block-212 {
    flex-direction: column;
  }

  .text-span {
    font-size: 30px;
  }

  .tabs-menu-link {
    text-align: center;
    border: 2px solid #d4dae0;
    border-radius: 30px;
    max-width: 200px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    display: block;
  }

  .tabs-menu-link.tabs-menu-link-first.w--current {
    border-color: #55d96f;
  }

  .container {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .section.b-b {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .mgmt-box-2 {
    object-fit: fill;
    width: auto;
    margin-bottom: 40px;
    overflow: visible;
  }

  .mgmt-box-2._2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    width: 38px;
    height: 38px;
    padding-left: 0;
  }

  .nav-menu {
    background-color: #38b1c4f7;
  }

  .nav {
    border-top: 1px #000;
    border-left: 1px #000;
    border-right: 1px #000;
    height: 60px;
  }

  .nav.nav-container {
    padding-top: 6px;
  }

  .container-8 {
    margin-top: 98px;
    padding-top: 0;
  }

  .section-3 {
    background-position: 100% 100%;
    background-size: 80px;
    align-items: center;
  }

  .card {
    align-self: center;
    width: 60%;
    margin-left: -100px;
    padding-right: 74px;
  }

  .card._3 {
    align-self: center;
    margin-top: 20px;
    margin-right: -100px;
  }

  .card._2 {
    align-self: center;
    width: 60%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .paragraph-9 {
    font-size: 18px;
  }

  .div-block-216 {
    justify-content: flex-start;
  }

  .heading-h1 {
    text-align: left;
    font-size: 40px;
    line-height: 46px;
  }

  .heading-h1.center {
    margin-top: 0;
    font-size: 30px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .features-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-feature-item-copy-4 {
    padding-right: 0;
  }

  .section-features-title-wrapper {
    margin-bottom: 25px;
  }

  .features-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .home-feature-item-copy, .home-feature-item-copy-2, .home-feature-item-copy-3 {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .inv-section {
    height: 600px;
  }

  .main-wraper {
    top: 140px;
  }

  .main-wraper.pages {
    height: 540px;
  }

  .main-wraper.home {
    align-items: center;
    height: 540px;
  }

  .main-wraper.support {
    height: 440px;
  }

  .big-heading {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
  }

  .big-heading.pages {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .main-button {
    margin-bottom: 0;
    margin-right: 0;
    text-decoration: none;
  }

  .main-par {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .main-par.pages {
    width: 95%;
    font-size: 20px;
    line-height: 150%;
  }

  .service-title {
    text-align: center;
    align-self: center;
    font-size: 30px;
  }

  .service-par {
    width: auto;
    padding-left: 0;
  }

  .copyright, .footer-header {
    text-align: center;
  }

  .footer-element {
    transition: opacity .2s;
  }

  .footer-element:hover {
    font-weight: 500;
  }

  .footer-element.w--current {
    line-height: 150%;
  }

  .footer-c2-mini-box {
    padding-right: 10px;
  }

  .footer-element-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footer-c2-columns {
    flex-direction: column;
  }

  .footer-block {
    width: 90%;
  }

  .cta-button {
    text-align: center;
    align-self: center;
    width: 80vw;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button.contact {
    width: auto;
  }

  .cta-button.contact._3rd {
    width: 100%;
    height: 60px;
  }

  .background-img {
    background-position: 50%;
  }

  .team-names {
    text-align: center;
  }

  .history-descr {
    margin-bottom: 40px;
  }

  .heading-5 {
    margin-top: 0;
  }

  .section-22 {
    height: 230px;
  }

  .pages-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-24 {
    height: 200px;
  }

  .navbar-6 {
    height: 60px;
  }

  .mgmt-box {
    width: auto;
  }

  .mgmt-box._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-h2 {
    font-size: 28px;
  }

  .cta-par {
    width: 90%;
    font-size: 18px;
  }

  .checkbox-label {
    text-align: left;
  }

  .checkbox-field {
    text-align: center;
  }

  .contact-h {
    font-size: 28px;
  }

  .contact-par {
    width: auto;
  }

  .email {
    font-size: 13px;
  }

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

  .home-h1 {
    width: 95%;
    font-size: 25px;
  }

  .heading-35 {
    margin: 0 auto 10px;
    font-size: 16px;
  }

  .pages-headings {
    font-size: 30px;
  }

  .cards {
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq-titles {
    line-height: 150%;
  }

  .faq-boxes {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
    display: flex;
  }

  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-section._1st {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-gray-line {
    width: auto;
  }

  .faq-block {
    height: 70%;
  }

  .search {
    flex-direction: column;
    width: auto;
    height: auto;
  }

  .search-input {
    width: auto;
    height: 60px;
  }

  .section-33 {
    padding-top: 40px;
    padding-left: 19px;
    padding-right: 20px;
  }

  .paragraph-8 {
    width: auto;
  }

  .div-block-67 {
    justify-content: space-between;
  }

  .div-block-76 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .div-block-191 {
    background-color: #38b1c4;
  }

  .heading-47 {
    text-align: center;
    width: 230px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .div-block-183 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .solutions-box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .div-block-196 {
    align-items: center;
  }

  .paragraph-21 {
    text-align: center;
    max-width: none;
  }

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

  .div-block-199 {
    padding-bottom: 38px;
    padding-left: 20px;
    padding-right: 10px;
  }

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

  .div-block-205 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-207 {
    margin-top: 40px;
  }

  .lottie-phone {
    width: 100%;
  }

  .column-7._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-208 {
    width: 220px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .tab-link-tab-2 {
    align-self: stretch;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 5px;
  }

  .tab-link-tab-2.w--current {
    width: auto;
    height: auto;
  }

  .div-block-213 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-span {
    font-size: 22px;
  }

  .tabs-menu-link.w--current {
    border-color: var(--cadet-blue);
    background-color: var(--cadet-blue);
  }

  .tabs-menu-link.tabs-menu-link-first.w--current {
    border: 1px solid var(--cadet-blue);
    background-color: var(--cadet-blue);
  }

  .tabs-menu-link.tabs-menu-linklast {
    border: 1px solid var(--cadet-blue);
  }

  .icon-list {
    margin-bottom: 20px;
    padding: 20px;
  }

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

  .section, .section.b-b {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-names-2 {
    text-align: center;
  }

  .mgmt-box-2 {
    width: auto;
    max-width: 373px;
  }

  .mgmt-box-2._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    background-image: none;
    padding-left: 0;
  }

  .logo.w--current {
    width: 38px;
    height: 38px;
  }

  .nav-menu {
    background-color: #38b1c4fa;
    width: 100%;
  }

  .menu-icon-2 {
    margin-right: 0;
    padding-right: 0;
  }

  .menu-icon-2.w--open {
    background-color: #0000;
  }

  .nav-link-2 {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2.w--current {
    color: #fff;
  }

  .btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .btn.btn-menu {
    color: #fff;
    background-color: #55585f;
    border-color: #55585f;
  }

  .nav {
    border-top: 1px #000;
    border-right: 1px #000;
    height: 60px;
    overflow: visible;
  }

  .nav.nav-container {
    border-bottom: 1px #000;
    height: 100%;
    padding-top: 6px;
  }

  .image-44 {
    object-fit: scale-down;
    width: 60px;
  }

  .image-45 {
    opacity: .64;
  }

  .line-team.home {
    margin-left: -1px;
  }

  .container-8 {
    margin-top: 35px;
  }

  .section-3 {
    background-position: 100% 107%;
    background-size: 80px;
    margin-top: 0;
    padding-bottom: 143px;
  }

  .card {
    text-align: center;
    width: 90%;
    margin-left: 0;
    padding-right: 15px;
  }

  .card._3 {
    margin-right: 0;
  }

  .card._2 {
    width: 90%;
  }

  .paragraph-9 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-h1 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-h1.center {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .nav-link-3 {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3.w--current {
    color: #fff;
  }

  .centered-container {
    text-align: left;
  }

  .panel-content.element {
    z-index: 1000;
    clear: left;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .button-3.lottie-icon {
    background-color: var(--cadet-blue);
    background-image: linear-gradient(#3893c4, #3893c4);
  }

  .features-icon-wrap-copy {
    background-image: none;
  }

  .home-feature-item-copy-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .base-container-copy {
    max-width: 1000px;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 12px;
  }

  .paragraph {
    font-size: 13px;
  }

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

  .home-feature-item-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .features-icon-wrap-copy-2 {
    background-image: none;
  }

  .home-feature-item-copy-2, .home-feature-item-copy-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-26 {
    font-size: 12px;
  }

  .margin-bottom-20 {
    padding-left: 0;
    font-size: 20px;
  }
}


