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

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: 40px;
  padding-bottom: 40px;
  background-color: #282f2f;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 660px;
  margin-top: 98px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-wraper.support {
  text-align: center;
}

.big-heading {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #f1f3f6;
  font-size: 55px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}

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

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

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

.main-button:active {
  background-color: #e4e5e7;
  box-shadow: none;
  color: #282f2f;
}

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

.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 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #e15622;
  color: #f9fafc;
}

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

.nav-link.w--current:hover {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #e15622;
  color: #f9fafc;
}

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

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

.copyright {
  margin-top: 30px;
  color: #fff;
  font-size: 13px;
  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: 0%;
  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;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0.7))), url('../images/slide.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 15%, rgba(0, 0, 0, 0.7)), url('../images/slide.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.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;
  border-color: #f9fafc;
  border-radius: 20px;
  background-color: #e15622;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

.cta-button.contact:hover {
  background-color: #282f2f;
  color: #fafafa;
}

.cta-button.contact:active {
  background-color: #c7cbcf;
  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%;
  background-image: url('../images/slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}

.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.3)), to(rgba(0, 0, 0, 0.3))), url('../images/CURRICULUM.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/CURRICULUM.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.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;
  text-transform: uppercase;
}

.history-descr {
  max-width: 500px;
  margin-bottom: 20px;
  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: block;
  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;
  margin-top: 60px;
  -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: transparent;
}

.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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 5px;
  background-color: #f9fafc;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.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;
  text-align: center;
}

.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;
  text-transform: capitalize;
}

.small-par {
  margin-top: 60px;
  margin-bottom: 60px;
  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-top: -18px;
  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: #282f2f;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
}

.cards {
  display: block;
  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 {
  margin-bottom: 17px;
  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;
  text-transform: capitalize;
}

.faq-links:hover {
  color: #e15622;
}

.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: #e15622;
}

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

.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;
  text-align: center;
}

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

.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: 0px;
}

.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 {
  display: block;
  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"
    "Area-4 Area-5 Area-6"
    "Area-7 Area-8 Area-9";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto 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: 80%;
  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: #e15622;
}

.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: 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: 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.25)), to(rgba(0, 0, 0, 0.25))), url('../images/contacto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/contacto.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.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-right: 0px;
  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: block;
  margin-top: -50px;
  -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/drvictor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.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.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.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 {
  overflow: visible;
  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: 20px;
  background-color: #e4e5e7;
}

.strength {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f9fd;
}

.div-block-29 {
  display: block;
  width: 150px;
  height: 150px;
  margin-top: 60px;
  margin-left: 175px;
  -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;
  border-radius: 12px;
  background-image: url('../images/descarga.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

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

.div-block-210 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-top: 600px;
  margin-left: 175px;
  -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: 10px;
  background-image: url('../images/logo-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-210._3 {
  width: 150px;
  height: 180px;
  border-radius: 0px;
  background-image: url('../images/4bc55466fd54454e31ca41f7c9d27fa2.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: #e15622;
}

.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: #e15622;
  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: #e15622;
}

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

.div-block-213 {
  margin-top: 20px;
}

.nav-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 24px;
  padding-left: 24px;
  -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: #e15622;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.wrapper {
  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-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: transparent;
}

.wrapper.nav-top-wrapper {
  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;
}

.nav-top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-top-text {
  margin-right: 16px;
}

.nav-top-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  padding: 5px;
  -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-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-link:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.image-43 {
  display: block;
  overflow: visible;
}

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

.footer-menu-text {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.footer-menu-text:hover {
  color: #fff;
}

.footer-menu-text.about-footer {
  margin-top: 13px;
  padding-top: 8px;
  color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
  text-transform: capitalize;
}

.footer-menu-text.about-footer:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.icon-div {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.icon-div.instagram {
  margin-right: 5px;
}

.icon-row {
  margin-top: -10px;
  margin-bottom: 6px;
  padding-top: 0px;
}

.icon-row.footer {
  margin-left: 0px;
  padding-left: 0px;
}

.div-footer {
  margin-top: 20px;
  text-align: center;
}

.logo-footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-8 {
  color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
}

.social-network-icon {
  display: inline-block;
  margin-bottom: -10px;
  padding: 5px 9px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 135, 52, 0.5);
  border-radius: 25px;
  background-color: transparent;
}

.social-network-icon:hover {
  border-style: none;
  background-color: #e9e9e9;
}

.social-network-icon.fb {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 12px;
  padding-left: 13px;
}

.social-network-icon.fb.team {
  border-radius: 17px;
  background-color: transparent;
}

.social-network-icon.fb.team:hover {
  border-color: #e9e9e9;
  background-color: #e9e9e9;
}

.social-network-icon.fb.team.footer {
  margin-bottom: 0px;
  padding: 3px 11px;
  border-radius: 28px;
}

.social-network-icon.fb.team.footer:hover {
  background-color: #000;
}

.social-network-icon.footer {
  margin-bottom: 1px;
  padding: 2px 7px 3px;
  border-style: none;
  border-radius: 30px;
}

.social-network-icon.footer:hover {
  background-color: #000;
}

.social-network-icon.footer.teitter {
  padding-right: 7px;
  padding-left: 7px;
}

.image-45 {
  margin-top: 15px;
}

.map {
  margin-left: 46px;
}

.mapa {
  margin-bottom: 20px;
}

.heading-49 {
  margin-top: auto;
  text-align: center;
}

.text-block-9 {
  margin-right: 16px;
  margin-left: 10px;
}

.image-46 {
  display: block;
  margin-top: 100px;
  margin-bottom: 40px;
  margin-left: 40px;
  text-align: center;
}

.image-47 {
  display: block;
  margin-top: 170px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.div-block-214 {
  width: 150px;
  height: 150px;
  border-radius: 200px;
  background-image: url('../images/descarga_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
}

.div-block-214.cursos {
  width: 300px;
  height: 200px;
  border-radius: 0px;
  background-image: url('../images/curso-precongreso-anuer-2019_page-0001.jpg');
  background-size: cover;
}

.div-block-214.cursos._2020 {
  background-image: url('../images/anuer-2020_page-0001.jpg');
}

.div-block-214.cursos.laparoscopica {
  width: 300px;
  height: 280px;
  background-image: url('../images/1200px-Logo_Universidad_Anáhuac.svg.png');
  background-size: 300px;
}

.div-block-215 {
  width: 150px;
  height: 150px;
  border-radius: 200px;
  background-image: url('../images/colegio-urologia.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-215.cursos {
  width: 300px;
  height: 200px;
  border-radius: 0px;
  background-image: url('../images/anuer-curso-precongreso-2019_pages-to-jpg-0001.jpg');
}

.div-block-215.cursos.brigada {
  width: 200px;
  height: 300px;
  background-image: url('../images/brigada-camaña-2019_page-0001.jpg');
}

.div-block-215.cursos.percitaneo {
  width: 150px;
  height: 150px;
  background-image: url('../images/images-1.jpg');
  background-size: auto;
}

.image-48 {
  display: block;
  margin-top: 190px;
  margin-bottom: 30px;
  margin-left: 60px;
}

.image-49 {
  margin-top: 100px;
  margin-left: 74px;
}

.image-50 {
  display: block;
  margin-top: 130px;
  margin-left: 100px;
}

.columna-1 {
  margin-top: 168px;
}

.icon-genital {
  margin-bottom: 20px;
}

.image-51 {
  margin-bottom: 20px;
}

.image-52 {
  margin-bottom: 20px;
}

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

.image-53 {
  text-align: center;
}

.div-block-216 {
  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;
}

.div-block-217 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.div-block-218 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -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-219 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -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-220 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -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-221 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -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;
}

.image-54 {
  display: inline-block;
  margin-top: 830px;
  margin-left: -75px;
  text-align: center;
}

.div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
  -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;
}

.column-9 {
  margin-top: 271px;
}

.text-block-10 {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}

@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;
    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: 20px;
  }

  .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: #f9fafc;
  }

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

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

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

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

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

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

  .nav-top {
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -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;
  }

  .wrapper.nav-top-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-top-info {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-top-social {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@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: 45px;
    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: 16px;
    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;
    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;
  }

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

  .navbar-6 {
    height: 60px;
    margin-top: 5px;
    padding-right: 20px;
    padding-left: 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;
  }

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

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

  .nav-top {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .nav-top-social {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-menu-text {
    text-align: center;
  }

  .footer-menu-text.about-footer {
    margin-right: 30px;
    margin-left: 30px;
    text-align: center;
  }

  .icon-row {
    margin-bottom: 28px;
    padding-top: 0px;
  }

  .icon-row.footer {
    margin-left: 200px;
  }

  .logo-footer {
    text-align: center;
  }
}

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

  .main-wraper {
    top: 140px;
  }

  .main-wraper.pages {
    height: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  .main-wraper.pages:hover {
    margin-right: auto;
  }

  .main-wraper.home {
    height: 540px;
    margin-top: 100px;
    -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: 35px;
  }

  .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: #fff;
    font-size: 18px;
    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 {
    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 {
    background-position: 0px 0px, 50% 50%;
  }

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

  .about-img-layer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/CURRICULUM.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/CURRICULUM.jpg');
    background-position: 0px 0px, 50% 50%;
  }

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

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

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

  .section-22 {
    height: 600px;
  }

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

  .section-24 {
    height: 500px;
  }

  .navbar-6 {
    height: 60px;
    margin-top: 40px;
  }

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

  .about-h {
    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 {
    display: none;
    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;
  }

  .lottie-animation-2 {
    width: 300px;
    max-width: 500px;
  }

  .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-203 {
    margin-top: -5px;
  }

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

  .div-block-29 {
    margin-left: 53px;
  }

  .div-block-210 {
    margin-top: 60px;
    margin-left: 58px;
  }

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

  .lottie-animation-3 {
    display: none;
  }

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

  .nav-top {
    position: fixed;
    background-color: #e15622;
  }

  .icon-row.footer {
    display: block;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: center;
  }

  .mapa {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-49 {
    margin-top: 10px;
  }

  .image-46 {
    margin-bottom: 40px;
    margin-left: 7px;
  }

  .image-47 {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .div-block-214.cursos.laparoscopica {
    height: 280px;
    background-image: url('../images/1200px-Logo_Universidad_Anáhuac.svg.png');
    background-position: 50% 50%;
    background-size: 300px;
    background-repeat: repeat;
  }

  .image-48 {
    margin-top: 25px;
    margin-bottom: 40px;
  }

  .image-49 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 42px;
  }

  .image-50 {
    margin: 15px 20px 20px 34px;
    text-align: center;
  }

  .columna-1 {
    margin-top: -45px;
  }

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

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

  .image-54 {
    margin-top: 100px;
    margin-left: 30px;
  }
}

#w-node-_4437a779-6e51-c537-cf48-fa500f55995a-16f406ec {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4f12dd53-a802-67f5-44ec-120fbcfb42e9-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-align: start;
  align-self: start;
  grid-area: Area;
}

.grid>#w-node-_4f12dd53-a802-67f5-44ec-120fbcfb42e9-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.faq-grid>#w-node-_4f12dd53-a802-67f5-44ec-120fbcfb42e9-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_4f12dd53-a802-67f5-44ec-120fbcfb42e9-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-14>#w-node-_4f12dd53-a802-67f5-44ec-120fbcfb42e9-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#w-node-_95ef22ae-d16f-6327-aea0-8dc655e3857f-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-2;
  -ms-grid-row-align: start;
  align-self: start;
}

.grid>#w-node-_95ef22ae-d16f-6327-aea0-8dc655e3857f-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.faq-grid>#w-node-_95ef22ae-d16f-6327-aea0-8dc655e3857f-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-2>#w-node-_95ef22ae-d16f-6327-aea0-8dc655e3857f-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_34f47482-ecd6-cb50-dbf0-c4359a165a53-54f406f5 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

.grid>#w-node-_34f47482-ecd6-cb50-dbf0-c4359a165a53-54f406f5 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.faq-grid>#w-node-_34f47482-ecd6-cb50-dbf0-c4359a165a53-54f406f5 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_34f47482-ecd6-cb50-dbf0-c4359a165a53-54f406f5 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

