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

.heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.heading.bold {
  margin-bottom: 10px;
  color: #fff;
  font-size: 4em;
  font-weight: 700;
}

.div-block-27 {
  display: inline-block;
  margin-top: 20px;
}

.text-block-126 {
  color: #6c839f;
  font-weight: 500;
}

.bold-text {
  color: #8f8f8f;
  font-weight: 600;
}

.text-block-122 {
  color: #4a90e2;
  font-size: 1.4em;
}

.text-block-122.new {
  font-size: 1.2em;
}

.fixednavbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-height: 70px;
  max-width: 1090px;
  min-width: 320px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.brand {
  margin-top: 13px;
  margin-right: 15px;
  margin-bottom: 13px;
}

.div-block-118 {
  display: block;
}

.div-block-246 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.image:hover {
  opacity: 0.75;
}

.div-block-28 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30vh;
  z-index: 0;
  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;
  opacity: 1;
}

.div-block-28.text {
  left: 0px;
  right: 0px;
  bottom: 18vh;
  height: 35%;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1;
}

.button-2 {
  padding-right: 35px;
  padding-left: 35px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-weight: 600;
}

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

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

.nav-link-3:hover {
  opacity: 1;
  color: #f8e831;
}

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

.nav-link-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: left;
}

.nav-link-4:hover {
  opacity: 1;
  color: #f8e831;
}

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

.nav-link-4.borderbutton {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nav-link-4.borderbutton:hover {
  background-color: #f8e831;
  opacity: 1;
  color: #857b0a;
}

.product_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000;
  text-decoration: none;
  text-transform: none;
}

.product_link:hover {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .31);
}

.product_link.new {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1d3462;
}

.product_link.new:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .6);
}

.dropdown-toggle-2 {
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.dropdown-toggle-2:hover {
  opacity: 0.7;
}

.dropdown-toggle-2.fix {
  opacity: 1;
}

.dropdown-toggle-2.fix:hover {
  opacity: 1;
  color: #f8e831;
}

.dropdown-toggle-2.fix {
  opacity: 1;
}

.dropdown-toggle-2.fix:hover {
  opacity: 0.8;
}

.dropdown-toggle-2.fix.topnv {
  color: rgba(0, 0, 0, .7);
}

.button {
  margin-right: 15px;
}

.button.ask-for-demo {
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #000;
  font-weight: 700;
}

.button.ask-for-demo:hover {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  left: -250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  box-shadow: -6px 6px 35px 0 rgba(0, 0, 0, .3);
  opacity: 1;
}

.text-block-123 {
  font-size: 0.9em;
  line-height: 18px;
  font-weight: 400;
}

.div-block-242 {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 0px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-8 {
  width: 1px;
  height: 20px;
  margin-right: 4px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-8.topnv {
  background-color: #fff;
  background-image: none;
  color: #fff;
}

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

.div-block-30 {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  max-width:1200px;
  min-width: 320px;
  margin-right: 10px;
  margin-left: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-30.futur {
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-30.plans {
  padding-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-30.count {
  padding-bottom: 15px;
  -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;
}

.home-para2 {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-block-127 {
  padding: 0px 15px;
  border-radius: 10px;
  background-color: #50e3c2;
  color: #1d3462;
  font-size: 10px;
}

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

.text-block-124 {
  color: #8a8a8a;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.div-block-31 {
  width: 450px;
  padding-left: auto;
  font-family: Montserrat, sans-serif;
}

.text-block-128 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #3973e6;
  font-size: 10px;
  font-weight: 400;
}

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

.image-87 {
  height: 50vh;
}

.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 0.5fr 1fr;
  grid-template-columns: 1fr 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.home-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-14.fixed {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-247 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-256 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 1px;
  padding-right: 6%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-menu:active {
  color: #000;
}

.nav-menu.fixed {
  color: #000;
}

.home-para {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-block-244 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-125 {
  margin-top: 10px;
  color: #6c839f;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
}

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

.div-block-239 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-243 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin: auto;
  padding: 0px 25px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(135deg, rgba(35, 143, 174, .8) -3%, rgba(9, 100, 228, .8)), url('../images/Main-Page_ver-21-min-1.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 50% 35%, 0px 0px;
  background-size: auto, auto 75vh, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-block {
  width: 50vw;
  height: 10vh;
  margin-top: 2%;
  margin-bottom: 2%;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -15%;
  padding: 10px 3%;
  -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;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 20px 50px -10px rgba(106, 136, 174, .6);
}

.section {
  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: 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-258 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.heading-4 {
  opacity: 0.69;
  font-family: Montserrat, sans-serif;
  color: #5f98c4;
  font-size: 16px;
}

.image-88 {
  margin-left: 10px;
  opacity: 0.4;
}

.body {
  background-color: #000;
}

.bold-text-3 {
  font-weight: 600;
}

.div-block-260 {
  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-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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  -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;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #9c9c9c;
  text-decoration: none;
}

.link-block-2:hover {
  border-radius: 5%;
  background-color: #f8e831;
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, .5);
  color: #8c8211;
}

.text-block-129 {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div-block-261 {
  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;
  opacity: 0.3;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.div-block-261:hover {
  opacity: 0.65;
}

.link {
  margin: 15px;
  color: #000;
  text-decoration: none;
}

.image-89 {
  width: 140px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.div-block-262 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30%;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-263 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40vh;
  margin-bottom: 25vh;
  -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-264 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-right: 10vw;
  padding-bottom: 8%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-265 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-130 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.8em;
  line-height: 35px;
  font-weight: 700;
  text-align: right;
}

.link-block-3 {
  margin: 15px;
}

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

.center-section.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-width: none;
  min-width: 0px;
  margin-top: 20vh;
  -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-image: url('../images/“.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-266 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5vw;
  -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;
}

.text-block-117 {
  font-family: Montserrat, sans-serif;
  color: #535353;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-118 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #a9a9a9;
  font-weight: 300;
}

.text-block-111 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #727272;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 600;
}

.div-block-267 {
  width: 20%;
  height: 3px;
  background-color: #8550c0;
}

.div-block-268 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding: 40px 40px 80px;
  clear: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-269 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-270 {
  width: 20px;
  height: 20px;
  padding: 22px 10px;
  background-color: transparent;
}

.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  max-width: 500px;
  min-width: 350px;
  margin: 10px 15px 10px 10px;
  padding: 15px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(36%, hsla(0, 0%, 6%, .6)), color-stop(51%, #000)), url('../images/1.jpeg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 6%, .6) 36%, #000 51%), url('../images/1.jpeg');
  background-position: 0px 0px, -45px 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, .35);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.vertical:hover {
  box-shadow: 0 9px 50px 1px rgba(0, 0, 0, .75);
}

.vertical._4 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(27%, hsla(0, 0%, 6%, .6)), color-stop(40%, #000)), url('../images/0.jpeg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 6%, .6) 27%, #000 40%), url('../images/0.jpeg');
}

.vertical._2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(27%, hsla(0, 0%, 6%, .6)), color-stop(40%, #000)), url('../images/3.jpeg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 6%, .6) 27%, #000 40%), url('../images/3.jpeg');
  background-position: 0px 0px, -64px 0px;
}

.vertical._3 {
  padding: 0px;
  -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-image: -webkit-gradient(linear, left top, right top, color-stop(27%, hsla(0, 0%, 6%, .6)), color-stop(40%, #000)), url('../images/2.jpeg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 6%, .6) 27%, #000 40%), url('../images/2.jpeg');
}

.heading-5 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
}

.lightbox-link {
  height: 100%;
}

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

.image-91 {
  width: 100vw;
}

.image-92 {
  width: 100vw;
}

.div-block-272 {
  margin-top: 20vh;
  margin-bottom: 20vh;
}

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

.div-block-274 {
  width: 10vw;
  height: 4px;
  margin-top: 5px;
  background-color: rgba(247, 162, 0, .6);
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
}

.div-block-275 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vh;
  padding-bottom: 15vh;
  -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;
}

.div-block-276 {
  width: 35%;
}

.div-block-276.carcar {
  width: 41%;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  color: #4a4a4a;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  color: #0a4a94;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-277 {
  width: 140px;
  height: 140px;
  border-radius: 5px;
  background-image: url('../images/Plumber-min.jpg');
  background-position: 50% 50%;
  background-size: 140px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.div-block-277:hover {
  background-size: 180px;
}

.div-block-277.deep {
  background-image: url('../images/Deep-Cleaning-min.jpg');
  background-size: 140px;
}

.div-block-277.deep:hover {
  background-size: 160px;
}

.div-block-277.ele {
  background-image: url('../images/E3lectrician-min.jpg');
  background-size: 140px;
}

.div-block-277.ele:hover {
  background-size: 160px;
}

.div-block-277.car {
  background-image: url('../images/Carpenter-min.jpg');
  background-size: 145px;
}

.div-block-277.car:hover {
  background-size: 160px;
}

.div-block-277.pest {
  background-image: url('../images/Pest-Control-min.jpg');
  background-size: 140px;
}

.div-block-277.pest:hover {
  background-size: 160px;
}

.div-block-277.app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Appliances-repair-min.jpg');
  background-size: 140px;
}

.div-block-277.app:hover {
  background-size: 160px;
}

.heading-7 {
  margin-bottom: 0px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 8em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 30px;
  text-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.div-block-278 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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-279 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 520px;
  padding: 15px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #cdced0;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e6), to(silver));
  background-image: linear-gradient(180deg, #e3e3e6, silver);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .45);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.div-block-279:hover {
  box-shadow: 0 22px 50px 0 rgba(0, 0, 0, .62);
}

.div-block-279.gold {
  position: relative;
  height: 520px;
  margin: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-color: #a98c64;
  background-color: #e4c89e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dec6a2), color-stop(100%, #cdae80), to(#fff));
  background-image: linear-gradient(180deg, #dec6a2, #cdae80 100%, #fff);
}

.div-block-279.platinum {
  border-color: #bababa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cdced0), to(#95969a));
  background-image: linear-gradient(180deg, #cdced0, #95969a);
  text-align: left;
}

.heading-8 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #91826d;
  font-size: 15px;
  text-align: center;
}

.heading-8.silver {
  color: #9b9b9b;
  text-align: left;
}

.heading-8.platinum {
  color: #717274;
  text-align: right;
}

.heading-8.gold {
  color: #91826d;
}

.text-block-131 {
  font-family: Montserrat, sans-serif;
  color: #858585;
  font-size: 12px;
  font-weight: 500;
}

.text-block-131.area {
  text-align: center;
}

.text-block-131.gold {
  color: #91826d;
}

.image-93 {
  margin-top: 15px;
  margin-bottom: 25px;
}

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

.heading-9 {
  margin-top: 15px;
  margin-bottom: -1px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #8c8c8c;
  font-size: 14px;
}

.heading-9.gold {
  color: #91826d;
}

.heading-9.platinum {
  color: #7e7d7d;
}

.bold-text-5 {
  color: #747171;
}

.bold-text-5.gold {
  color: #746756;
}

.paragraph-2 {
  height: 150px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #716f6f;
  line-height: 30px;
}

.paragraph-2.gold {
  color: #91826d;
}

.paragraph-2.platinum {
  color: #5d5d5d;
}

.div-block-280 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 15px;
  padding-right: 14px;
  padding-left: 14px;
  -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: 2px solid #6a6a6a;
  border-radius: 10px;
}

.div-block-280.gold {
  border-color: #91826d;
  color: #91826d;
}

.text-block-133 {
  font-family: Montserrat, sans-serif;
  color: #6a6a6a;
}

.text-block-133.gold {
  color: #786346;
}

.bold-text-6 {
  color: #91826d;
}

.div-block-282 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bold-text-7 {
  font-size: 12px;
}

.bold-text-8 {
  color: #717274;
}

.section-3 {
  height: 100vh;
  background-image: url('../images/Group-36-Copy-min-1.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-283 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #1d7de9;
  box-shadow: 0 8px 28px -5px rgba(0, 0, 0, .9);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.div-block-284 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #a1a1a1;
  font-weight: 500;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  color: #969595;
}

.column-10 {
  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;
}

.div-block-116 {
  display: block;
  margin-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
}

.link-block-5 {
  margin-right: 10px;
}

.link-block-5:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

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

.column-5 {
  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;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.image-48 {
  margin-top: -6px;
  margin-bottom: 4px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-48:hover {
  opacity: 1;
}

.footer_note_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  max-width: 1090px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 12px;
}

.support-email {
  display: block;
  margin-top: 10px;
}

.support-email:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.text-block {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.text-block.footnote {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px 15px 0px 0px;
  padding: 0px 10px 0px 0px;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.footcontent {
  margin-right: 10px;
}

.image-2 {
  margin-right: 10px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1090px;
  min-width: 320px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-icons {
  margin-right: 25px;
}

.social-icons:hover {
  opacity: 1;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.footerblock {
  height: auto;
  max-width: 1090px;
  min-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 25px 45px;
  -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-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-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.link-block-17 {
  margin-bottom: 10px;
  opacity: 0.31;
}

.link-block-18:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.row-2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  color: #fff;
  font-size: 1em;
}

.footer {
  background-image: linear-gradient(135deg, #343846, #3d465a 100%, #2f436e 101%);
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-3 {
  margin-left: 20px;
  padding-left: 0px;
  color: #9b9b9b;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  color: #000;
  font-weight: 400;
}

.link-3.email {
  margin-left: 18px;
  font-weight: 600;
}

.link-3.email:hover {
  color: #000;
}

.contact-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact-number:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 10px;
  -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;
  color: #9b9b9b;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.link-4:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
}

.link-4.more {
  font-weight: 700;
}

.appstore-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.line {
  width: 100%;
  height: 1px;
  padding-bottom: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 197, 243, .23)), to(rgba(13, 197, 243, .23)));
  background-image: linear-gradient(180deg, rgba(13, 197, 243, .23), rgba(13, 197, 243, .23));
}

.section-4 {
  margin-bottom: 10vh;
  background-image: radial-gradient(circle farthest-side at 50% 0%, #94bcec, #4c76a9);
  box-shadow: inset 0 20px 20px -22px #000;
}

.heading-11 {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #273f5b;
  font-size: 18px;
  text-align: left;
}

.div-block-285 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.text-block-134 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}

.text-block-135 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.image-94 {
  margin-bottom: 80px;
}

.div-block-287 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 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;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(26, 57, 91, .4)), to(#1e4168)), url('../images/costumPlan-min.png');
  background-image: linear-gradient(180deg, rgba(26, 57, 91, .4) 31%, #1e4168), url('../images/costumPlan-min.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  box-shadow: 0 11px 50px -5px rgba(0, 0, 0, .6);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.div-block-287:hover {
  box-shadow: 0 10px 50px 5px rgba(0, 0, 0, .6);
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
}

.link-block-19 {
  width: 360px;
  height: 180px;
  margin-right: 30px;
  text-decoration: none;
}

.grid-3 {
  width: 100%;
  grid-column-gap: 12px;
  grid-template-areas: ". . . . .";
  -ms-grid-columns: 10% 12px 10% 12px 30% 12px 15% 12px 25%;
  grid-template-columns: 10% 10% 30% 15% 25%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-288 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

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

.div-block-290 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000000;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161519;
}

.mobile {
  display: none;
}

.fixsection {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.fixsection.d {
  z-index: 9999;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d7de8), to(#616bbf));
  background-image: linear-gradient(90deg, #1d7de8, #616bbf);
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .55);
}

.nav-link-5 {
  color: #fff;
}

.nav-link-5:hover {
  opacity: 0.7;
}

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

.nav-link-5.topnv {
  color: #fff;
  font-weight: 600;
}

.nav-link-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: left;
}

.nav-link-6:hover {
  opacity: 0.7;
}

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

.nav-link-6.borderbutton {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.nav-link-6.borderbutton:hover {
  background-color: #fff;
  opacity: 1;
  color: #000;
}

.nav-link-6.borderbutton.topnv {
  border-color: #fff;
}

.nav-link-6.borderbutton.topnv:hover {
  background-color: #2f3f50;
  color: #fff;
}

.nav-link-6.topnv {
  color: #fff;
}

.fixnavdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
}

html.w-mod-js *[data-ix="fixed-navbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

@media (max-width: 991px) {
  .div-block-30 {
    width: auto;
  }
  .home {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    height: 100%;
  }
  .section {
    display: none;
  }
  .div-block-265 {
    width: 95vw;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .link-block-3 {
    margin: 0px;
  }
  .center-section {
    width: 95vw;
  }
  .center-section.clients {
    display: none;
  }
  .section-2 {
    display: none;
  }
  .section-3 {
    display: none;
  }
  .social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .support-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social-icons {
    display: block;
    margin-right: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link-3.email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .appstore-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-4 {
    display: none;
  }
  .mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    margin-top: -55px;
    -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;
    background-color: #19395f;
    background-image: url('../images/HMmobile-min.png');
    background-position: 50% 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .div-block-291 {
    width: 100%;
    height: 55px;
    background-image: radial-gradient(circle farthest-side at 100% 100%, #1881c6, #0a4a94);
  }
  .link-block-20 {
    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;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
  .section-5 {
    display: none;
  }
  .body-2 {
    background-color: #19395f;
  }
  .div-block-292 {
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-293 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-136 {
    margin-right: 15px;
    margin-left: 15px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400;
  }
  .div-block-294 {
    width: 10vw;
    height: 2px;
    background-color: #fff;
    opacity: 0.35;
  }
  .text-block-137 {
    margin-bottom: 25px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
  }
  .bold-text-9 {
    font-size: 18px;
    font-weight: 600;
  }
  .bold-text-10 {
    font-weight: 400;
  }
  .link-block-21 {
    padding-left: 0px;
  }
  .fixsection.d {
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .column-4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mobile {
    background-position: 51% -50px;
  }
}

@media (max-width: 479px) {
  .div-block-30 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .center-section {
    -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;
  }
  .center-section.clients {
    height: auto;
    background-size: auto 161px;
  }
  .text-block-111 {
    margin-top: 30px;
  }
  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-4 {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column-5 {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer_note_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-block {
    text-align: center;
  }
  .text-block.footnote {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-34 {
    -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;
  }
}

#w-node-f4ce3e904d81-19fb2766 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f4ce3e904d9a-19fb2766 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f4ce3e904db3-19fb2766 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}