.body {
  background-color: #100c2b;
  font-family: Nexa, sans-serif;
  color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  min-width: 100%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  max-width: 1160px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 232px;
  height: 60px;
  margin-right: 60px;
  margin-left: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.div-block:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.text-block {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}

.hero-section {
  background-image: none;
}

.container-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  min-width: 1160px;
  margin-top: 170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-hero.solution {
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-hero.features {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-hero.grow {
  width: 90%;
  height: 275px;
  min-width: 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;
  background-color: #1a1a32;
}

.container-hero.list {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-hero.not-all {
  margin-top: 60px;
  -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;
}

.container-hero.team-members {
  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: 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;
}

.container-hero.connect {
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 900;
}

.left {
  position: relative;
}

.right {
  width: 50%;
}

.text-block-2 {
  width: 70%;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.image {
  margin-top: -64px;
  margin-left: -70px;
}

.image-2 {
  position: absolute;
  left: 677px;
}

._3 {
  position: absolute;
  left: 519px;
  top: 142px;
}

.image-3 {
  position: absolute;
  right: -89px;
}

.button-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  margin-top: 50px;
  -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: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2866f6), to(#2866f6));
  background-image: linear-gradient(180deg, #2866f6, #2866f6);
  color: #fff;
  text-decoration: none;
}

.button-hero:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#19419e), to(#19419e));
  background-image: linear-gradient(180deg, #19419e, #19419e);
}

.buttontext {
  font-size: 18px;
  font-weight: 900;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 232px;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-4 {
  position: absolute;
  left: 269px;
  top: 518.5px;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 17%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial {
  width: 320px;
  height: 120px;
  margin-right: 30px;
  padding: 15px 10px 15px 15px;
  border-radius: 6px;
  background-color: #191532;
}

.testimonial.first {
  margin-top: -100px;
}

.text-block-3 {
  margin-top: 10px;
}

.solution-section {
  margin-top: 90px;
}

.solution-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 325px;
  padding-top: 40px;
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #191532;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
}

.text-block-4 {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.text-block-4.not-all {
  text-align: center;
}

.heading-2 {
  width: 70%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading-3 {
  margin-right: auto;
  margin-left: auto;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2866f6), to(#a2bbf5));
  background-image: linear-gradient(180deg, #2866f6, #a2bbf5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-5 {
  position: relative;
  display: inline-block;
  width: 95%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 55px;
  line-height: 65px;
  font-weight: 900;
  text-transform: uppercase;
}

.heading-5.industry {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 45px;
}

.div-block-5 {
  position: relative;
}

.div-block-6 {
  position: relative;
}

.image-6 {
  position: absolute;
  left: 319px;
  bottom: 73px;
}

.text-span-2 {
  display: inline-block;
  height: auto;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a60dc), to(#fff));
  background-image: linear-gradient(180deg, #2a60dc, #fff);
  color: #fff;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-7 {
  position: absolute;
  left: 6%;
  top: -87px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.image-8 {
  position: relative;
  z-index: 2;
}

.image-9 {
  position: absolute;
  left: -53px;
  top: 237.953px;
  z-index: 3;
}

.image-10 {
  position: absolute;
  top: 269.953px;
  right: 67px;
  z-index: 2;
}

.image-11 {
  position: absolute;
  left: 14%;
  top: -4%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.image-12 {
  position: absolute;
  left: 301px;
  top: -32%;
  right: 76px;
  bottom: auto;
  z-index: 1;
}

.image-13 {
  position: absolute;
  left: 41%;
  top: auto;
  right: 0%;
  bottom: -31%;
  z-index: 2;
}

.div-block-7 {
  position: relative;
  margin-top: 75px;
}

.div-block-8 {
  margin-top: 75px;
}

.image-14 {
  position: static;
}

.image-15 {
  position: absolute;
  left: 153px;
  top: 152px;
  right: 0%;
  bottom: 0%;
}

.image-16 {
  position: absolute;
  left: 236px;
  top: 67px;
}

.image-17 {
  position: absolute;
  left: 26px;
  top: auto;
  right: auto;
  bottom: 219px;
}

.image-18 {
  position: absolute;
  left: auto;
  top: 268px;
  right: 103px;
  bottom: auto;
}

.image-19 {
  position: absolute;
  left: auto;
  top: 143px;
  right: -25px;
  bottom: auto;
}

.div-block-9 {
  position: relative;
  margin-top: 75px;
}

.div-block-10 {
  position: relative;
  margin-top: 75px;
}

.image-20 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 162px;
  bottom: auto;
}

.image-21 {
  position: absolute;
  left: 210px;
  top: 206px;
  right: 0%;
  bottom: 0%;
}

.image-22 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 121px;
}

.image-23 {
  position: absolute;
  left: -25px;
  top: 200px;
  right: auto;
  bottom: auto;
}

.image-24 {
  position: absolute;
  left: 165px;
  top: -63px;
  right: 0%;
  bottom: auto;
}

.image-25 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-26 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -76px;
}

.that-s-not-all {
  margin-top: 170px;
}

.heading-6 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.text-block-5 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-block-6 {
  margin-top: 65px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.team {
  margin-top: 100px;
}

.heading-7 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

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

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -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;
}

.text-block-7 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  text-align: center;
}

.text-block-8 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  text-align: center;
}

.text-block-9 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  text-align: center;
}

.heading-9 {
  font-size: 25px;
}

.text-block-10 {
  width: 25%;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
  text-align: center;
}

.heading-10 {
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-block-11 {
  margin-right: auto;
  margin-left: auto;
  font-size: 25px;
  line-height: 30px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inf_field_FirstName {
  width: 460px;
  height: 60px;
  margin-right: 25px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #191532;
  color: #fff;
}

.inf_field_FirstName {
  width: 460px;
  height: 60px;
  margin-right: 25px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #191532;
  color: #fff;
}

.div-block-13 {
  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-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.text-field-3 {
  width: 460px;
  height: 60px;
  margin-bottom: 0px;
  margin-left: 25px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #191532;
  color: #fff;
}

.text-field-4 {
  width: 460px;
  height: 60px;
  margin-bottom: 0px;
  margin-left: 25px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #191532;
  color: #fff;
}

.submit-button {
  width: 230px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #2866f6;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.submit-button:hover {
  background-color: #19419e;
}

.form {
  text-align: center;
}

.text-field-5 {
  width: 460px;
  height: 60px;
  margin-right: 25px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #191532;
  color: #fff;
}

.text-field-6 {
  width: 460px;
  height: 60px;
  margin-bottom: 0px;
  margin-left: 25px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #191532;
  color: #fff;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 56px;
  height: auto;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

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

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}

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

.text-block-12 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  line-height: 25px;
}

.image-27 {
  margin-right: 20px;
  margin-left: 20px;
}

.list-item {
  color: #fff;
}

.text-block-13 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.tab-link-tab-1 {
  background-color: transparent;
  color: #fff;
}

.tab-link-tab-1.w--current {
  border-left: 5px solid #2866f6;
  border-radius: 2px;
  background-color: transparent;
  color: #2866f6;
}

.tab-link-tab-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: transparent;
  color: #fff;
}

.tab-link-tab-2.w--current {
  border-left: 5px solid #2866f6;
  background-color: transparent;
  color: #2866f6;
}

.tab-link-tab-3 {
  margin-bottom: 50px;
  background-color: transparent;
  color: #fff;
}

.tab-link-tab-3.w--current {
  border-left: 5px solid #2866f6;
  background-color: transparent;
  color: #2866f6;
}

.text-block-14 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.tab-link-tab-4 {
  margin-bottom: 50px;
  background-color: transparent;
  color: #fff;
}

.tab-link-tab-4.w--current {
  border-left: 5px solid #2866f6;
  background-color: transparent;
  color: #2866f6;
}

.tab-link-tab-5 {
  background-color: transparent;
  color: #fff;
}

.tab-link-tab-5.w--current {
  border-left: 5px solid #2866f6;
  background-color: transparent;
  color: #2866f6;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-17 {
  margin-top: 18px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-17.aecond-feature {
  margin-top: -111px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-17.third-feature {
  margin-top: 116px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-17.fourth-feature {
  margin-top: 353px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-17.fifth-feature {
  margin-top: auto;
  margin-bottom: -101px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-18 {
  width: 80px;
  height: 5px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-18.fifth-featur {
  margin-top: -22px;
}

.text-block-15 {
  font-weight: 900;
}

.text-block-16 {
  font-weight: 900;
}

.text-block-17 {
  font-weight: 900;
}

.text-block-18 {
  font-weight: 900;
}

.div-block-19 {
  width: 5px;
  height: 272px;
  margin-top: -71px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #3f3d56;
}

.div-block-20 {
  margin-bottom: 23px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-20.second-feature {
  margin-bottom: 5px;
}

.div-block-20.third-feature {
  margin-bottom: 3px;
}

.div-block-20.fourth-featur {
  margin-bottom: 3px;
}

.div-block-20.fifth-feature {
  margin-bottom: 3px;
}

.div-block-21 {
  width: 50px;
  height: 5px;
  margin-bottom: 138px;
  background-color: #3f3d56;
}

.div-block-22 {
  position: relative;
  top: 162px;
  overflow: visible;
  margin-bottom: 90px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-23 {
  margin-top: 22px;
  margin-left: 30px;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.tabs-content {
  width: 50%;
}

.text-block-19 {
  font-size: 25px;
  line-height: 33px;
}

.div-block-24 {
  width: 5px;
  height: 350px;
  background-color: #2866f6;
}

.div-block-16-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-19-copy {
  width: 5px;
  height: 272px;
  margin-top: -71px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #3f3d56;
}

.div-block-19-copy.second-feature {
  height: 150px;
  margin-top: -1px;
}

.div-block-19-copy.second-feature.inner {
  height: 130px;
  margin-top: 7px;
}

.div-block-19-copy.third-feature {
  height: 150px;
  margin-top: -1px;
}

.div-block-19-copy.third-feature.inner {
  top: 0px;
  height: 20px;
}

.div-block-19-copy.fourth-feature {
  height: 150px;
  margin-top: -1px;
}

.div-block-19-copy.fourth-feature.inner {
  top: 0px;
  height: 20px;
  margin-top: 0px;
}

.div-block-19-copy.fifth-feature {
  height: 150px;
  margin-top: -1px;
}

.div-block-19-copy.fifth-feature.inner {
  top: 0px;
  height: 20px;
  margin-top: 0px;
}

.div-block-19-copy.fifth-feature {
  height: 150px;
  margin-top: -1px;
}

.div-block-19-copy.fifth-feature.inner {
  top: 0px;
  height: 20px;
}

.div-block-19-copy {
  width: 5px;
  height: 272px;
  margin-top: -71px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #3f3d56;
}

.div-block-19-copy.second-feature {
  height: 130px;
  margin-top: 14px;
}

.div-block-19-copy.third-feature {
  position: relative;
  top: 88px;
  height: 30.5px;
  margin-top: -11px;
}

.div-block-19-copy.fourth-feature {
  position: relative;
  top: 88px;
  height: 98px;
  margin-top: 85px;
}

.div-block-19-copy.fifth-feature {
  position: relative;
  top: 88px;
  height: 230px;
  margin-top: auto;
  margin-bottom: 4px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

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

.image-30 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
}

.list-item-2 {
  text-align: left;
}

.nav-menu {
  right: 144px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  height: 800px;
  margin-left: auto;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(154deg, #090a21 51%, #050063);
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link {
  margin-top: 100px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #2866f6;
}

.nav-link-2 {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

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

.nav-link-3 {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

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

.menu-button {
  clear: right;
  border-top-left-radius: 20px;
}

.menu-button.w--open {
  border-top-right-radius: 20px;
  background-color: #090a25;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 55px;
}

.slider {
  display: none;
}

.container-mobile {
  display: none;
}

.typed-words {
  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;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2866f6), to(#a2bbf5));
  background-image: linear-gradient(180deg, #2866f6, #a2bbf5);
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

  .container {
    width: 768px;
    min-width: 768px;
  }

  .container-hero {
    width: 768px;
    min-width: 768px;
  }

  .container-hero.solution {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-hero.not-all {
    -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;
  }

  .container-hero.team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    font-size: 70px;
    line-height: 80px;
  }

  .image-2 {
    left: 435px;
    top: -129px;
  }

  ._3 {
    left: 467px;
    top: 255px;
  }

  .image-4 {
    left: 305px;
    top: 422.5px;
  }

  .div-block-3 {
    bottom: -26%;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonial {
    margin-top: -313px;
  }

  .testimonial.first {
    margin-top: -201px;
  }

  .solution-section {
    margin-top: 220px;
  }

  .solution-holder {
    margin-bottom: 20px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .heading-5.industry {
    width: 90%;
    text-align: center;
  }

  .image-6 {
    left: 525px;
  }

  .text-span-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a60dc), to(#fff));
    background-image: linear-gradient(180deg, #2a60dc, #fff);
  }

  .image-9 {
    left: -7px;
    top: 349.953px;
  }

  .image-10 {
    top: 349.953px;
  }

  .image-12 {
    left: 595px;
    top: -111px;
    z-index: -1;
  }

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

  .image-20 {
    top: 94%;
  }

  .image-21 {
    left: 343px;
    top: 342px;
  }

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

  .text-block-10 {
    width: 50%;
  }

  .text-field {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .text-field-2 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-14 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-15 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-3 {
    margin-left: 0px;
  }

  .text-field-4 {
    margin-left: 0px;
  }

  .text-field-5 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .text-field-6 {
    margin-left: 0px;
  }

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

  .tabs-menu {
    width: 45%;
  }

  .div-block-18.second-feature {
    width: 40px;
    margin-top: -29px;
  }

  .div-block-18.third-feature {
    margin-top: -35px;
  }

  .div-block-19 {
    height: 405px;
  }

  .div-block-23 {
    margin-left: 10px;
  }

  .div-block-19-copy.fourth-feature.inner {
    height: 21px;
  }

  .div-block-19-copy.second-feature {
    height: 196px;
    margin-top: 27px;
  }

  .div-block-19-copy.third-feature {
    height: 140px;
    margin-top: 11px;
  }

  .div-block-19-copy.fourth-feature {
    height: 31px;
    margin-top: 151px;
  }

  .heading-11 {
    font-size: 45px;
  }

  .image-31 {
    display: none;
  }

  .image-32 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .slider {
    display: none;
  }

  .container-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: auto;
    min-width: 480px;
  }

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

  .container-hero {
    width: auto;
    min-width: 480px;
  }

  .container-hero.grow {
    height: 175px;
  }

  .heading {
    font-size: 50px;
    line-height: 65px;
  }

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

  .image {
    display: none;
  }

  .image-2 {
    left: 157px;
    top: -103px;
  }

  ._3 {
    left: 320px;
  }

  .div-block-3 {
    left: 260px;
    bottom: -29%;
    -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;
  }

  .testimonial {
    margin-top: -267px;
  }

  .testimonial.first {
    margin-top: -182px;
    margin-right: 0px;
    margin-left: -283px;
  }

  .solution-section {
    margin-top: 250px;
  }

  .heading-2 {
    width: 90%;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

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

  .image-6 {
    left: 435px;
  }

  .image-9 {
    top: 255.953px;
  }

  .image-10 {
    top: 257.953px;
  }

  .image-15 {
    left: 145px;
    top: 139px;
  }

  .image-20 {
    left: auto;
    top: 68%;
    right: 70px;
    z-index: -1;
  }

  .image-21 {
    left: 242px;
    top: 242px;
  }

  .text-block-5 {
    width: 90%;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -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;
    text-align: center;
  }

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

  .tabs {
    display: none;
  }

  .tabs-menu {
    width: 35%;
  }

  .text-block-14 {
    font-size: 23px;
  }

  .text-block-15 {
    font-size: 23px;
  }

  .text-block-16 {
    font-size: 23px;
  }

  .text-block-17 {
    font-size: 23px;
  }

  .text-block-18 {
    font-size: 23px;
  }

  .menu-button {
    margin-left: auto;
  }

  .heading-11 {
    display: none;
  }

  .image-33 {
    margin-right: auto;
  }

  .slider {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .slide {
    width: 100%;
    height: 100%;
  }

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

  .image-34 {
    margin-right: auto;
    margin-left: auto;
  }

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

  .slide-nav {
    margin-bottom: -92px;
  }

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

  .container-mobile {
    position: relative;
    display: block;
  }

  .text-block-21 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }

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

  .image-35 {
    width: 470px;
  }

  .image-36 {
    position: absolute;
    left: 0%;
    top: 95px;
    right: 0%;
    bottom: 0%;
    width: 480px;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-37 {
    position: absolute;
    left: 414px;
    top: 320px;
    right: 0px;
    bottom: 83px;
  }

  .image-37-copy {
    position: absolute;
    left: 32px;
    top: 83px;
    right: 0px;
    bottom: 0px;
  }

  .image-37-copy-copy {
    position: absolute;
    left: -12px;
    top: 342px;
    right: 0px;
    bottom: 0px;
  }

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

  .text-block-22 {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }

  .image-38 {
    display: block;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-28 {
    position: relative;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-39 {
    position: absolute;
    left: 138px;
    top: 135px;
    right: 0%;
    bottom: 0%;
  }

  .div-block-29 {
    position: relative;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-40 {
    position: absolute;
    left: 218px;
    top: 57px;
  }

  .image-40-copy {
    position: absolute;
    left: 354px;
    top: 267px;
  }

  .image-40-copy-copy {
    position: absolute;
    left: 23px;
    top: 181px;
  }

  .div-block-30 {
    position: relative;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .text-block-23 {
    margin-top: 40px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .image-41 {
    position: absolute;
    left: 194px;
    top: 194px;
    right: 0%;
    bottom: 0%;
  }

  .image-42 {
    position: absolute;
    left: -43px;
    bottom: -89px;
  }

  .image-43 {
    position: absolute;
    left: 195px;
  }

  .image-44 {
    position: absolute;
    left: 381px;
    top: 348px;
  }

  .image-42-copy {
    position: absolute;
    left: -10px;
    bottom: 354px;
  }

  .image-45 {
    position: absolute;
    left: 314px;
    top: 43px;
  }

  .image-46 {
    position: absolute;
    left: 363px;
    top: -30px;
  }

  .div-block-31 {
    position: relative;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-32 {
    position: relative;
    width: 470px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-47 {
    position: absolute;
    left: -41px;
    top: 90px;
  }

  .text-span-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a60dc), to(#fff));
    background-image: linear-gradient(180deg, #2a60dc, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .typed-words {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-33 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    min-width: 240px;
  }

  .hero-section {
    overflow: hidden;
  }

  .container-hero {
    min-width: 240px;
    margin-right: auto;
    margin-left: 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;
  }

  .container-hero.features {
    margin-top: 60px;
  }

  .container-hero.grow {
    width: 95%;
    height: 140px;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-hero.list {
    margin-top: 60px;
  }

  .container-hero.team-members {
    margin-top: 40px;
  }

  .heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 40px;
  }

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

  .right {
    display: none;
  }

  .text-block-2 {
    width: 95%;
  }

  .image {
    display: none;
  }

  .image-2 {
    left: auto;
    right: 140px;
  }

  ._3 {
    left: 333px;
    top: 186px;
    display: none;
  }

  .image-3 {
    top: -153px;
    z-index: -1;
  }

  .button-hero {
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    left: -52px;
    top: 304.5px;
    z-index: -1;
  }

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

  .solution-section {
    margin-top: 40px;
  }

  .solution-holder {
    width: 260px;
    height: auto;
    padding-bottom: 40px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .div-block-4 {
    margin-top: 20px;
    justify-items: start;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-5.industry {
    font-size: 30px;
  }

  .image-6 {
    left: 330px;
    bottom: 23px;
    max-width: 50%;
  }

  .image-9 {
    top: 108.953px;
  }

  .image-10 {
    left: 253.5px;
    top: 151.953px;
    right: 48px;
  }

  .image-12 {
    left: 253px;
    top: -57px;
  }

  .image-13 {
    bottom: -13%;
    z-index: 1;
  }

  .image-14 {
    max-width: none;
  }

  .image-15 {
    left: 151px;
    top: 149px;
  }

  .image-16 {
    top: 24px;
  }

  .image-18 {
    top: 302px;
  }

  .image-19 {
    right: -81px;
  }

  .div-block-10 {
    width: 100%;
    max-width: 100%;
  }

  .image-21 {
    left: 210px;
    top: 208px;
    max-width: 50%;
  }

  .image-25 {
    max-width: 50%;
  }

  .image-26 {
    left: 11%;
    bottom: -44px;
    max-width: 50%;
  }

  .that-s-not-all {
    margin-top: 100px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .team {
    margin-top: 40px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .div-block-11 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-block-10 {
    width: 90%;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-11 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .div-block-12 {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-field {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .text-field-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    width: 100%;
  }

  .text-field-3 {
    width: 100%;
    font-size: 12px;
  }

  .text-field-4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .form {
    width: 90%;
    min-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-field-5 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .text-field-6 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .text-block-13 {
    font-size: 15px;
  }

  .tabs {
    display: none;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    width: 240px;
    margin-right: -153px;
    margin-left: auto;
  }

  .nav-link {
    font-size: 35px;
  }

  .nav-link-2 {
    font-size: 35px;
  }

  .nav-link-3 {
    font-size: 35px;
  }

  .image-32 {
    width: 240px;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .slider {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }

  .slide {
    background-color: transparent;
  }

  .heading-12 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }

  .image-34 {
    margin-right: auto;
    margin-left: auto;
  }

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

  .slide-nav {
    margin-bottom: -46px;
  }

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

  .text-block-21 {
    width: auto;
  }

  .div-block-26 {
    overflow: hidden;
  }

  .image-35 {
    width: 240px;
  }

  .image-36 {
    left: 0%;
    top: 58px;
    width: 240px;
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-37 {
    left: 184px;
    top: 157px;
    right: auto;
    bottom: auto;
  }

  .image-37-copy {
    top: 39px;
  }

  .image-37-copy-copy {
    top: 166px;
  }

  .text-block-22 {
    width: auto;
  }

  .image-38 {
    width: 240px;
  }

  .div-block-28 {
    width: 240px;
  }

  .image-39 {
    left: 61px;
    top: 61px;
    max-width: 50%;
  }

  .div-block-29 {
    width: 240px;
  }

  .image-40 {
    left: 201px;
  }

  .image-40-copy {
    left: 31px;
    top: 31px;
  }

  .div-block-30 {
    width: 240px;
  }

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

  .image-41 {
    left: 78px;
    top: 80px;
  }

  .image-42 {
    left: -87px;
    top: 145px;
  }

  .image-43 {
    left: 88px;
    top: -20px;
  }

  .image-42-copy {
    display: none;
  }

  .image-45 {
    left: 128px;
  }

  .div-block-31 {
    width: 240px;
  }

  .div-block-32 {
    overflow: visible;
    width: 240px;
  }

  .image-47 {
    left: 174px;
    top: 153px;
  }

  .text-span-3 {
    display: inline-block;
  }

  .form-block {
    width: 100%;
  }

  .typed-words {
    font-size: 16px;
    font-weight: 900;
  }

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

#w-node-_00d8e3a6-6752-607b-230c-f353c13e71ec-0c1a1801 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_00b45066-8c2c-a8b2-ed35-cfe324ad4492-0c1a1801 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_9aa82304-bf60-29ba-7119-18d8a17b3312-0c1a1801 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_7705e344-45cc-2b9e-ad94-1e6bd4ab2537-0c1a1801 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaBold.otf') format('opentype'), url('../fonts/NexaXBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaHeavy.otf') format('opentype'), url('../fonts/NexaBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NexaBook';
  src: url('../fonts/NexaBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NexaThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}