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

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

.inv-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #3b4651;
  color: #e4e5e7;
}

.main-wraper {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 410px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.big-heading {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Moderat, sans-serif;
  color: #3b4651;
  font-size: 26px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
  text-indent: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: nowrap;
}

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

.main-button {
  padding: 20px 40px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 3px;
  background-color: #38c4a6;
  box-shadow: 0 4px 20px 0 rgba(241, 243, 246, 0.22);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #282f2f;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.main-button:hover {
  background-color: #41e2bf;
}

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

.main-par {
  position: static;
  max-width: 500px;
  margin-bottom: 40px;
  clear: left;
  font-family: Moderat, sans-serif;
  color: #60bcae;
  font-size: 14px;
  line-height: 175%;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

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

.service-title {
  margin-top: 0px;
  color: #282f2f;
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
}

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

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f1f3f6;
  font-size: 15px;
}

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

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

.nav-link.w--current:hover {
  background-color: transparent;
  color: #c7cbcf;
}

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

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

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

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

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

.social-media-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.footer-element {
  color: #c7cbcf;
  font-size: 15px;
  text-decoration: none;
}

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

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

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

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

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

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

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

.background-layer {
  position: absolute;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f3f6), to(#f1f3f6));
  background-image: linear-gradient(180deg, #f1f3f6, #f1f3f6);
  color: #282f2f;
  -o-object-fit: fill;
  object-fit: fill;
}

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

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

.cta-button.contact {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-style: none;
  background-color: #38c4a6;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

.cta-button.contact:hover {
  background-color: #3acbab;
  color: #fafafa;
}

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

.cta-button.contact._3rd {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 0px;
  background-color: #38c4a6;
}

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

.cta-button.contact._3rd:active {
  background-color: #38c4a6;
}

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

.background-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 99.5%;
  border: 0px none #000;
  border-radius: 0px;
  background-color: #282f2f;
  background-image: url('../images/IntLab_BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.about-img-layer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72));
}

.about-img {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
  background-image: url('../images/startup.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

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

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

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

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

.about-main-par {
  max-width: 500px;
  margin-bottom: 40px;
  color: #282f2f;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
}

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

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

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #036;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-right: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #06c;
}

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

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

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

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f3f6;
  background-image: url('../images/laptop-computer-browser-research.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

.pages-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 60px 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #036;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #f1f3f6;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-link:hover {
  background-color: #f1f3f6;
  color: #06c;
}

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

.dropdown-list.w--open {
  box-shadow: 0 1px 1px 0 #c7cbcf;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.navbar-6 {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.log-in {
  width: 110px;
  margin-right: 10px;
  padding: 12px 0px;
  border-style: solid;
  border-width: 0.4px;
  border-color: #f1f3f6;
  border-radius: 3px;
  color: #f1f3f6;
  font-size: 15px;
  text-align: center;
}

.log-in:hover {
  border-color: #41e2bf;
  color: #38c4a6;
}

.sign-up {
  width: 110px;
  padding: 12px 0px;
  border-radius: 3px;
  background-color: #38c4a6;
  color: #282f2f;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.sign-up:hover {
  background-color: #41e2bf;
}

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

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mgmt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding: 20px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f9fafc;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

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

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.cta-par {
  margin-bottom: 30px;
  color: #282f2f;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

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

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-form {
  height: 50px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #6a6c6f;
  background-color: #f9fafc;
}

.text-form:hover {
  border-bottom-width: 1.5px;
  border-bottom-color: #38c4a6;
  background-color: #f1f3f6;
}

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

.message-form:hover {
  border-style: none none solid;
  border-width: 1.1px 1.1px 1.5px;
  border-color: #06c #06c #38c4a6;
}

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

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

.about-h {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #282f2f;
}

.board-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-h {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #282f2f;
  font-size: 30px;
  font-weight: 700;
}

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

.email {
  font-size: 15px;
}

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

.solutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-30 {
  height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  color: #282f2f;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

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

.home-h1 {
  margin-right: auto;
  margin-left: auto;
  color: #282f2f;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
}

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

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

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

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

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pages-headings {
  color: #5a6270;
  font-size: 35px;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
}

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

.faq-titles {
  color: #282f2f;
  font-size: 22px;
  line-height: 125%;
  font-weight: 700;
  text-decoration: none;
}

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

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

.faq-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

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

.faq-links:hover {
  color: #38c4a6;
}

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

.faq-links._2nd:hover {
  color: #38c4a6;
  text-decoration: underline;
}

.support-box {
  width: 33.333333333333336%;
  padding: 120px 20px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9fafc;
}

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

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

.faq-section.pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.support-h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  color: #282f2f;
  font-size: 22px;
  line-height: 150%;
  font-weight: 600;
}

.faq-gray-line {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #c7cbcf;
}

.faq-gray-line._2nd {
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #38c4a6;
}

.faq-gray-line.pages {
  margin-bottom: 0px;
  background-color: #38c4a6;
}

.faq-gray-line._1st {
  width: 90%;
  margin-top: 20px;
  background-color: #38c4a6;
}

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

.pop-articles:hover {
  background-color: #f1f3f6;
}

.support-h4 {
  margin-top: 0px;
  color: #282f2f;
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  text-decoration: none;
}

.sol-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
  cursor: default;
}

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

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

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

.faq-nav {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10%;
  background-color: #f1f3f6;
}

.link-3 {
  padding-right: 10px;
  padding-left: 10px;
  color: #282f2f;
  font-size: 15px;
  text-decoration: none;
}

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

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

.link-3.items.w--current {
  color: #282f2f;
  font-weight: 600;
}

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

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

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

.faq-items:hover {
  background-color: rgba(241, 243, 246, 0.56);
}

.faq-item-h {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #282f2f;
  font-size: 22px;
  font-weight: 600;
}

.faq-item-par {
  margin-bottom: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-template-areas: "Area Area-2" "Area-3 Area-4" "Area-5 Area-6";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.section-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  margin-top: 100px;
  justify-items: center;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #f9fafc;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}

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

.lottie-animation-2 {
  width: 500px;
  max-width: 500px;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.button {
  padding: 17px 30px;
  border-radius: 3px;
  background-color: transparent;
  background-image: linear-gradient(135deg, #196c59, #3acbab 82%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.14);
  color: #f1f3f6;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.button:hover {
  background-image: linear-gradient(135deg, #196c59, #3acbab);
}

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

.button.cta {
  padding: 25px 40px;
  text-align: center;
}

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

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

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

.div-block-182 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
  background-position: 0px 0px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: background-position 400ms ease;
  transition: background-position 400ms ease;
}

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

.div-block-182._2 {
  background-color: rgba(0, 0, 0, 0.75);
  background-image: none;
}

.div-block-182._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url('../images/piqsels.com-id-zkake.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('../images/piqsels.com-id-zkake.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
}

.div-block-182._3 {
  background-color: rgba(0, 0, 0, 0.79);
  background-image: none;
  background-position: 0px 0px;
}

.div-block-182._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/piqsels.com-id-sskce.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/piqsels.com-id-sskce.jpg');
  background-size: auto, 800px;
  background-attachment: scroll, scroll;
}

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

.home-sol-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.div-block-183 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(241, 243, 246, 0);
}

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

.image-41 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

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

.columns._2 {
  width: 90%;
}

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

.div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-197 {
  width: 80%;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #c7cbcf;
}

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

.div-block-199 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

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

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

.div-block-202 {
  width: 60%;
  max-width: 650px;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.2);
}

.div-block-203 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-204 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/caucasian-woman-cafe-restaurant.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.div-block-205 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.79)), to(rgba(0, 0, 0, 0.79)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79));
}

.div-block-206 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-207 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.div-block-208 {
  width: 300px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #e4e5e7;
}

.kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.div-block-210 {
  width: 150px;
  height: 150px;
  border-radius: 200px;
  background-image: url('../images/man-1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-210._3 {
  background-image: url('../images/man-3.jpg');
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.tab-link-tab-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f1f3f6;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  color: #282f2f;
  font-size: 16px;
  font-weight: 500;
}

.tab-link-tab-2:hover {
  color: #38c4a6;
}

.tab-link-tab-2:active {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.tab-link-tab-2.w--current {
  background-color: #e4e5e7;
  color: #38c4a6;
  font-weight: 600;
}

.tab-pane-tab-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

.div-block-211 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 2px;
  margin-bottom: 40px;
  background-color: #38c4a6;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px;
  color: #c7cbcf;
  text-decoration: none;
}

.link-block:hover {
  color: #f9fafc;
}

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

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

.column-10 {
  text-align: center;
}

.rich-text-block {
  color: #5a6270;
}

.rich-text-block-2 {
  color: #5a6270;
}

.link-block-2 {
  position: static;
  display: block;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f1f3f6;
  text-align: center;
}

.image-43 {
  width: 450px;
}

.link-4 {
  color: #f1501e;
}

.featureimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 680px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.makrofeatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 92px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-8 {
  display: block;
  max-width: 555px;
}

.featurewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  min-width: 1000px;
  margin-top: 100px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featurewrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-7 {
  margin-right: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.featurelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature2 {
  max-width: 200px;
}

.feature1 {
  max-width: 200px;
  margin-right: 23px;
}

.h3 {
  color: #222d39;
  font-size: 25px;
  line-height: 32px;
}

.listitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 24px;
  min-height: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  margin-top: 5px;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  color: #3b4651;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.paragraph.list {
  display: block;
  max-width: 100%;
  min-width: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #222d39;
  font-weight: 400;
}

.featuresection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featurecontainter {
  position: static;
  max-width: 450px;
  min-width: 300px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-44 {
  max-width: 100%;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-column-gap: 80px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 80px 1fr;
  grid-template-columns: 2fr 1fr;
}

.paragraph-light {
  opacity: 0.6;
}

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

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.button-2 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-2.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button-2.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-2.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.image-45 {
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-5 {
  color: #f1501e;
}

.text-span {
  color: #007dbe;
  font-size: 12px;
  text-transform: uppercase;
}

.image-46 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.map-2 {
  height: 750px;
}

.link-6 {
  color: #3b4651;
}

.text-span-2 {
  font-size: 16px;
  line-height: 13px;
}

.text-span-3 {
  color: rgba(59, 70, 81, 0.59);
}

.text-span-4 {
  color: #b3b4b6;
}

.image-47 {
  margin-left: -49px;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .inv-section {
    height: 500px;
  }
  .main-wraper.pages {
    height: 410px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-wraper.home {
    height: 410px;
  }
  .big-heading {
    margin-bottom: 20px;
    font-size: 22px;
    white-space: normal;
  }
  .big-heading.pages {
    width: auto;
    margin: 0px 0px 20px;
  }
  .main-button {
    margin-right: 20px;
    padding: 25px 40px;
    border-color: transparent;
  }
  .main-button:hover {
    border-color: #fff;
  }
  .main-par {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 10px;
  }
  .main-par.pages {
    width: 90%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 22px;
  }
  .service-title {
    margin-bottom: 20px;
  }
  .service-par {
    max-width: 300px;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f1f3f6;
    background-color: #f9fafc;
    color: #282f2f;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  .nav-link:hover {
    color: #3acbab;
  }
  .nav-link.w--current {
    color: #282f2f;
    font-weight: 700;
  }
  .nav-link.w--current:hover {
    color: #3acbab;
  }
  .nav-link.company {
    font-weight: 600;
  }
  .nav-link.contact {
    font-weight: 600;
  }
  .footer-columns {
    margin-bottom: 40px;
  }
  .copyright {
    font-size: 12px;
  }
  .footer-long-white-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-block {
    width: 95%;
  }
  .menu-icon {
    color: #fafafa;
  }
  .cta-button {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 15px;
  }
  .body {
    height: 100%;
  }
  .menu-button {
    padding: 12px;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, 0.05);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .menu-button:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .menu-button:active {
    background-color: hsla(0, 0%, 100%, 0.05);
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.15);
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }
  .menu-button.w--open:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
  }
  .burger-icon {
    color: #f9fafc;
  }
  .about-img-layer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .about-img {
    height: 99.5%;
  }
  .team-names {
    text-align: center;
  }
  .history-descr {
    width: 90%;
  }
  .div-block-23 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-24 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .paragraph-2 {
    width: auto;
  }
  .cta {
    padding-top: 40px;
    padding-bottom: 50px;
    background-position: 50% 0%;
  }
  .section-22 {
    height: 500px;
  }
  .pages-section {
    padding: 60px 30px 100px;
  }
  .dropdown-list.w--open {
    box-shadow: 0 1px 1px 0 #06c;
  }
  .nav-wrapper {
    position: relative;
    overflow: visible;
  }
  .navbar-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .log-in {
    overflow: auto;
    width: 90%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #f1f3f6;
    border-radius: 0px;
    background-color: #f9fafc;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #38c4a6;
    font-size: 18px;
    font-weight: 600;
  }
  .log-in:hover {
    background-color: transparent;
    text-decoration: underline;
  }
  .log-in:active {
    background-color: transparent;
    text-decoration: underline;
  }
  .sign-up {
    overflow: auto;
    width: 90%;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0px;
    background-color: #38c4a6;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fafafa;
    font-size: 18px;
    font-weight: 600;
  }
  .sign-up:hover {
    background-color: #3acbab;
  }
  .nav-menu-2 {
    overflow: auto;
    height: auto;
    border-bottom: 1px solid #e4e5e7;
    background-color: #f9fafc;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .mgmt-box {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-46 {
    width: auto;
  }
  .cta-par {
    font-size: 16px;
  }
  .form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block {
    padding-left: 20px;
    font-weight: 600;
  }
  .contact-section {
    padding: 100px 5%;
  }
  .contact-h {
    text-align: center;
  }
  .contact-par {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .email {
    text-align: center;
  }
  .solutions {
    padding: 80px 30px;
  }
  .heading-30 {
    height: 60px;
    margin-bottom: 10px;
  }
  .small-par {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-h1 {
    width: 90%;
  }
  .heading-35 {
    font-size: 20px;
    line-height: 100%;
  }
  .pages-headings {
    margin-right: auto;
    margin-left: auto;
    font-size: 2em;
    font-style: normal;
  }
  .cards {
    padding: 60px 30px;
  }
  .faq-titles {
    margin-bottom: 0px;
    line-height: 125%;
  }
  .faq-boxes {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .support-box {
    padding-right: 10px;
    padding-left: 10px;
  }
  .faq-section {
    padding-right: 3%;
    padding-left: 3%;
  }
  .faq-section._1st {
    padding-right: 30px;
    padding-left: 30px;
  }
  .faq-gray-line._1st {
    margin-top: 20px;
  }
  .sol-box {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search {
    width: 70vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .faq-nav {
    padding-left: 5%;
  }
  .paragraph-8 {
    width: 80%;
  }
  .div-block-67 {
    margin-right: auto;
    margin-left: auto;
  }
  .grid-2 {
    margin-top: 60px;
    grid-column-gap: 10px;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-201 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-202 {
    width: 100%;
    max-width: 600px;
  }
  .column-7._2 {
    padding-left: 0px;
  }
  .kontakt {
    padding: 80px 30px;
  }
  .tab-link-tab-2 {
    width: 100%;
    max-width: 300px;
  }
  .lottie-animation-3 {
    display: none;
    width: 40px;
    height: 40px;
  }
  .rich-text-block {
    line-height: 150%;
  }
  .featurewrap {
    min-width: auto;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featurewrap.reverse {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph {
    font-size: 18px;
    text-align: center;
  }
  .featurecontainter {
    min-width: 250px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .image-44 {
    padding-top: 40px;
    text-align: left;
  }
  .intro-text {
    width: auto;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .button-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-span {
    font-size: 10px;
  }
  .map-2 {
    height: 600px;
  }
  .image-47 {
    margin-left: -41px;
  }
}

@media screen and (max-width: 767px) {
  .inv-section {
    height: 400px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-wraper.pages {
    height: 340px;
  }
  .main-wraper.home {
    height: 340px;
  }
  .main-wraper.support {
    height: 290px;
  }
  .big-heading {
    margin-top: 10px;
    font-size: 22px;
    line-height: 125%;
    white-space: normal;
  }
  .main-button {
    width: 220px;
    padding: 15px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 18px;
  }
  .main-par {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 10px;
    line-height: 150%;
  }
  .main-par.pages {
    width: 80%;
    margin-bottom: 0px;
    font-size: 20px;
  }
  .service-title {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .service-par {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    text-align: center;
  }
  .footer-c2 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .copyright {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 12px;
    text-align: center;
  }
  .footer-c1-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-box {
    margin-bottom: 30px;
  }
  .social-media-box {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-c2-mini-box {
    padding-top: 40px;
  }
  .footer-c2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .background-img {
    position: static;
    background-image: none;
  }
  .about-main-par {
    width: auto;
  }
  .history-descr {
    width: auto;
  }
  .cta {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f2f9;
  }
  .section-22 {
    height: 400px;
  }
  .pages-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-24 {
    height: 350px;
  }
  .brand {
    background-image: none;
  }
  .nav-wrapper {
    margin-top: 0px;
  }
  .navbar-6 {
    height: 70px;
    padding: 0px 20px;
  }
  .nav-menu-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mgmt-box {
    width: auto;
    margin-bottom: 40px;
  }
  .mgmt-box._2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cta-par {
    max-width: 350px;
  }
  .form-block-2 {
    width: auto;
  }
  .board-block {
    padding-right: 0%;
    padding-left: 0%;
  }
  .contact-par {
    width: auto;
    line-height: 175%;
  }
  .solutions {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .heading-30 {
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .small-par {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .home-h1 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    line-height: 125%;
  }
  .heading-33 {
    color: #06c;
  }
  .text-block-3 {
    color: #036;
  }
  .heading-35 {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
  .cards {
    padding-top: 0px;
    background-color: #f0f2f9;
  }
  .faq-boxes {
    width: 100%;
  }
  .faq-links._2nd {
    margin-left: 0px;
  }
  .support-box {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .support-box.pages {
    margin-top: 0px;
    padding: 60px 30px;
  }
  .faq-section.pages {
    padding-right: 5%;
    padding-left: 5%;
  }
  .faq-section._1st {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-63 {
    margin-bottom: 0px;
  }
  .div-block-65 {
    margin-top: 40px;
  }
  .grid.faq-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .section-33 {
    padding: 40px 30px;
  }
  .faq-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-70 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-76 {
    height: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f0f2f9;
  }
  .grid-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-20 {
    max-width: 400px;
  }
  .home-sol-wrap {
    width: auto;
  }
  .div-block-183 {
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .solutions-box {
    width: 410px;
    height: 250px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-196 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .column-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-197 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .div-block-199 {
    padding-bottom: 100px;
  }
  .div-block-207 {
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lottie-phone {
    width: 500px;
    height: 240px;
  }
  .column-7._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kontakt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tab-link-tab-2 {
    width: 33%;
    height: 101.5999984741211px;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .tab-link-tab-2.w--current {
    width: 33%;
    max-width: none;
  }
  .paragraph-23 {
    max-width: 450px;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-212 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-10 {
    bottom: -40px;
  }
  .featurewrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featurewrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .container {
    text-align: center;
  }
  .intro-content {
    width: 80%;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .map-2 {
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  .inv-section {
    height: 600px;
  }
  .main-wraper {
    top: 140px;
  }
  .main-wraper.pages {
    height: 540px;
  }
  .main-wraper.home {
    height: 540px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-wraper.support {
    height: 440px;
  }
  .big-heading {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .big-heading.pages {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .main-button {
    margin-right: 0px;
    margin-bottom: 0px;
    text-decoration: none;
  }
  .main-par {
    margin-bottom: 30px;
    color: #60bcae;
    font-size: 8px;
    text-align: center;
  }
  .main-par.pages {
    width: 95%;
    font-size: 20px;
    line-height: 150%;
  }
  .service-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    text-align: center;
  }
  .service-par {
    width: auto;
    padding-left: 0px;
  }
  .copyright {
    font-size: 12px;
    text-align: center;
  }
  .footer-header {
    text-align: center;
  }
  .footer-element {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }
  .footer-element:hover {
    font-weight: 500;
  }
  .footer-element.w--current {
    line-height: 150%;
  }
  .footer-c2-mini-box {
    padding-right: 10px;
  }
  .footer-element-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-c2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-block {
    width: 90%;
  }
  .background-layer {
    top: auto;
    bottom: auto;
  }
  .cta-button {
    width: 80vw;
    min-width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .cta-button.contact {
    width: auto;
  }
  .cta-button.contact._3rd {
    width: 100%;
    height: 60px;
  }
  .background-img {
    background-position: 50% 50%;
  }
  .team-names {
    text-align: center;
  }
  .history-descr {
    margin-bottom: 40px;
  }
  .heading-5 {
    margin-top: 0px;
  }
  .section-22 {
    height: 600px;
  }
  .pages-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .section-24 {
    height: 500px;
  }
  .navbar-6 {
    height: 70px;
  }
  .mgmt-box {
    width: auto;
  }
  .mgmt-box._2 {
    padding-right: 20px;
    padding-left: 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;
  }
  .solutions {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-h1 {
    width: 95%;
  }
  .heading-35 {
    margin: 0px auto 10px;
    font-size: 16px;
  }
  .pages-headings {
    font-size: 30px;
  }
  .cards {
    padding-right: 5%;
    padding-bottom: 60px;
    padding-left: 5%;
  }
  .faq-titles {
    line-height: 150%;
  }
  .faq-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .faq-section._1st {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-gray-line {
    width: auto;
  }
  .faq-block {
    height: 70%;
  }
  .search {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .search-input {
    width: auto;
    height: 60px;
  }
  .section-33 {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 19px;
  }
  .paragraph-8 {
    width: auto;
  }
  .div-block-67 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-76 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-183 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .solutions-box {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .heading-48 {
    text-align: center;
  }
  .div-block-196 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-21 {
    max-width: none;
    text-align: center;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-199 {
    padding-right: 10px;
    padding-bottom: 140px;
    padding-left: 20px;
  }
  .div-block-202 {
    padding: 20px;
  }
  .div-block-205 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-207 {
    margin-top: 40px;
  }
  .lottie-phone {
    width: 100%;
  }
  .column-7._2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-208 {
    width: 220px;
  }
  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-link-tab-2 {
    width: auto;
    height: auto;
    max-width: none;
    margin-bottom: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .tab-link-tab-2.w--current {
    width: auto;
    height: auto;
  }
  .div-block-213 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .featurewrap {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featurecontainter {
    min-width: auto;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .text-span {
    max-width: 100%;
    font-size: 9px;
  }
}

@font-face {
  font-family: 'Moderat';
  src: url('../fonts/Moderat-Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Moderat';
  src: url('../fonts/Moderat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Abrade';
  src: url('../fonts/Abrade-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Abrade';
  src: url('../fonts/Abrade-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Abrade';
  src: url('../fonts/Abrade-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}