body {
  padding-bottom: 570px;
  font-family: Montserrat, sans-serif;
  color: #121217;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #919197;
  font-size: 13px;
  line-height: 23px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 2px solid #dc5df7;
  font-family: 'PT Sans', sans-serif;
  color: #dc5df7;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.banner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-right: 30px;
  padding-left: 30px;
  -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: #dc5df7;
  background-image: url('../images/shape-2.svg'), url('../images/shape_2.svg'), url('../images/shape-2_1.svg'), linear-gradient(59deg, #472efc 17%, #dc5df7);
  background-position: 100% 50%, 100% 50%, 50% 100%, 0px 0px;
  background-size: cover, contain, contain, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.banner.sub {
  z-index: 2;
  overflow: visible;
  min-height: 550px;
}

.banner.sub.gray {
  min-height: 350px;
  background-color: #d7dde2;
  background-image: linear-gradient(68deg, #fff, #007bc2), url('../images/shape-2.svg'), url('../images/shape_2.svg'), url('../images/shape-4.svg');
  background-position: 0px 0px, 100% 50%, 100% 50%, 50% 100%;
  background-size: auto, cover, contain, contain;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  margin-top: 0px;
  padding: 20px;
  -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-bottom: 1px solid hsla(0, 0%, 100%, 0.21);
  background-color: hsla(0, 0%, 100%, 0);
}

.navigation.white-version {
  border-bottom-color: #ebecf0;
  background-color: #fff;
}

.navigation.white-version.v2 {
  background-color: transparent;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 10px 10px 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;
  border-bottom: 1px solid #ebecf0;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #818187;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.dropdown-link:hover {
  background-color: #fafbfc;
  color: #414147;
}

.dropdown-link.w--current {
  background-color: #f4f4f7;
}

.dropdown-link.no-bottom-line {
  border-bottom-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.nav-menu.white {
  opacity: 1;
}

.menu-button {
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-button.w--open {
  height: 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;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.container.in-nav {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.container.in-sub {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
}

.container.in-sub.request {
  margin-top: 25px;
  margin-bottom: 0px;
}

.container.negative-margin {
  margin-top: -200px;
}

.dropdown-column {
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-column.no-padding-column {
  padding: 13px 14px;
}

.hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 2px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-link {
  margin-left: 27px;
  padding: 5px 0px;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.nav-link:hover {
  border-bottom-color: #cfcfcf;
  opacity: 1;
}

.nav-link.w--current {
  border-bottom-color: #6f81fd;
  opacity: 1;
  color: #fff;
}

.nav-link.dark {
  color: #121217;
}

.dropdown-list.w--open {
  left: 11px;
  min-width: 550px;
  padding-top: 30px;
  background-color: transparent;
}

.dropdown-list.simple {
  min-width: 200px;
  background-color: transparent;
}

.brand {
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 28px;
  -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: 2px;
  border-color: hsla(0, 0%, 100%, 0.49);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

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

.button.color {
  border-color: transparent;
  background-color: #dc5df7;
}

.button.color:hover {
  opacity: 0.86;
}

.button.color.full {
  width: 100%;
}

.button.color.full.request-trial {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.button.line {
  padding-left: 0px;
  border-color: #f7f8fc;
  border-radius: 0px;
  color: #dc5df7;
}

.button.line:hover {
  border-color: #dc5df7;
}

.button.sign-in {
  margin-right: -22px;
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.sign-in.request {
  margin-left: 41px;
}

.button.sign-in.request.w--current {
  color: #fff;
}

.button.about-us {
  width: 300px;
  margin: 35px auto;
}

.button.leadership-button {
  width: 300px;
  margin: 35px auto;
  border-color: #000;
  color: #000;
}

.dropdown-mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  border: 1px solid #ebecf0;
  background-color: #fff;
}

.dropdown-mega-menu.no-padding {
  padding: 0px;
  border-radius: 5px;
}

.icon {
  display: none;
  margin-top: 21px;
  margin-right: -18px;
}

.button-text {
  margin-left: 7px;
}

.button-text.learn-more {
  font-style: normal;
  text-decoration: none;
}

.section {
  position: relative;
  z-index: 1;
  padding: 140px 30px;
  background-color: #fff;
}

.section.gray {
  padding-top: 60px;
  background-color: #f7f8fc;
}

.dropdown-top-arrow {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  z-index: 2;
  width: 0px;
  height: 0px;
  margin-bottom: -1px;
  margin-left: 25px;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
}

.dropdown-top-arrow.second {
  margin-left: 0px;
}

.dropdown-top-arrow.dark {
  position: absolute;
  left: 0%;
  top: -1px;
  right: auto;
  bottom: auto;
  z-index: 1;
  border-bottom-color: #e0e1e6;
}

.hot {
  margin-left: 9px;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #00af4f;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hot.red {
  background-color: #f5461f;
  color: #fff;
}

.flex-row {
  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;
}

.flex-row.vertical._2nd-row {
  margin-top: 140px;
  padding-top: 0px;
  border-top: 1px none #d8e5ff;
}

.flex-row.vertical._3rd-row {
  margin-top: 140px;
}

.banner-title {
  margin-top: 0px;
  padding-top: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 54px;
}

.banner-title.about-us {
  margin-top: 130px;
}

.banner-title.leadership {
  width: 75%;
  min-height: 70px;
  margin: 40px auto 0px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  text-align: center;
}

.banner-title.data-services {
  width: 100%;
  margin-top: 130px;
  float: none;
  text-align: left;
}

.top-margin {
  margin-top: 30px;
}

.top-margin.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-margin.flex.center {
  -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;
}

.paragraph-bigger {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.introducing-text {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.introducing-text.with-color {
  color: #afafbb;
}

.introducing-text.with-color.left-column {
  padding-right: 0px;
  text-align: right;
}

.shape-1 {
  position: absolute;
  left: auto;
  top: 60%;
  right: 0%;
  bottom: auto;
}

.shape-1.in-section {
  top: 68%;
}

.shape-1.smaller-1 {
  left: 30%;
  top: 38.5%;
  right: auto;
  bottom: auto;
}

.shape-1.smaller-1._2 {
  left: auto;
  top: 20%;
  right: 20%;
  bottom: auto;
  opacity: 0.07;
}

.shape-1.circles {
  opacity: 0.4;
}

.shape-2 {
  position: absolute;
  left: 20%;
  top: -23%;
  right: auto;
  bottom: auto;
}

.shape-2.gray {
  left: -10%;
  top: 4%;
  right: auto;
  bottom: auto;
}

.shape-2.gray.circles {
  opacity: 0.4;
}

.relativ-div {
  position: relative;
  margin-left: 30px;
}

.relativ-div.no-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
}

.logo-color.relative {
  position: relative;
  opacity: 1;
}

.top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -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;
}

.top-title.half {
  margin-bottom: 50px;
}

.top-title.left-half {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-title.left-half.left-column {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-title-text {
  margin-top: 15px;
  font-size: 36px;
}

.top-title-text.smaller {
  font-size: 32px;
  line-height: 42px;
  text-align: left;
}

.top-title-text.smaller._2nd-row {
  text-align: right;
}

.top-title-text.white {
  color: #fff;
}

.features-title {
  font-size: 15px;
  line-height: 22px;
}

.margin-page {
  margin-top: 120px;
}

.left-padding {
  padding-right: 45px;
}

.left-padding.no {
  padding-right: 0px;
}

.left-padding.no.other-part {
  padding-right: 0px;
  padding-left: 10px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-text {
  margin-bottom: 0px;
  line-height: 22px;
}

.paragraph-text.left-column {
  text-align: right;
}

.play-button {
  position: relative;
  top: 1px;
}

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

.quote-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  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;
  border-style: solid;
  border-width: 2px;
  border-color: #dc5df7;
  border-radius: 100%;
}

.quote-icon.second {
  margin-bottom: 30px;
  margin-left: 0px;
  border-width: 3px;
  border-color: #000;
  border-radius: 11%;
  background-color: #e0f0ff;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 350px;
  padding: 15px 20px 50px;
  background-color: #000;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: rgba(167, 173, 228, 0.39);
}

.footer-column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-column {
  padding-top: 10px;
  padding-right: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.333%;
  -ms-flex: 0 33.333%;
  flex: 0 33.333%;
  border-right: 1px solid rgba(167, 173, 228, 0.39);
}

.footer-column.no-line {
  padding-right: 0px;
  padding-left: 30px;
  border-right-color: transparent;
}

.footer-column.add-left-padding {
  padding-left: 30px;
}

.footer-title {
  margin-top: 5px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.nav-link-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-footer:hover {
  opacity: 1;
}

.blog-wrapper {
  width: 100%;
  color: #121217;
  text-decoration: none;
}

.blog-wrapper.with-margin {
  margin-bottom: 30px;
}

.blog-image {
  color: #121217;
  text-decoration: none;
}

.blog-content {
  margin-top: 0px;
  padding: 25px 30px;
  background-color: #fff;
}

.blog-relative {
  position: relative;
}

.category-tag {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: inline-block;
  padding: 5px 16px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-tag.relative {
  position: relative;
  top: 0px;
  right: 0px;
  margin-right: 15px;
}

.blog-title {
  margin-top: 0px;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.data-tag {
  margin-top: 15px;
  color: #b3b3bd;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.data-tag.no-margin {
  margin-top: 0px;
}

.info-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  min-height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #472efc;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #6753fa;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.info-content:hover {
  background-color: #3a1ffc;
}

.info-content.second {
  border-bottom-color: transparent;
}

.subscribe-field {
  position: relative;
  min-height: 63px;
  margin-bottom: 0px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 50px;
  box-shadow: 14px 14px 30px -20px rgba(71, 46, 252, 0.3);
  font-family: 'PT Sans', sans-serif;
  color: #919197;
}

.subscribe-field.text {
  width: 49%;
  min-height: 48px;
  margin-bottom: 15px;
  border-style: solid;
  border-color: #ebecf0;
  border-radius: 0px;
}

.subscribe-field.text.full {
  width: 100%;
}

.subscribe-field.message {
  margin-bottom: 30px;
  border-style: solid;
  border-color: #ebecf0;
  border-radius: 0px;
}

.red {
  color: #ff2f00;
}

.utility-page-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/shape_2.svg'), linear-gradient(68deg, #fff, #007bc2);
  background-position: 100% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

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

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

.faq-main-wrapper {
  margin-top: -2px;
}

.form-flex {
  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;
}

.top-header-form {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -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;
}

.contact-form {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding: 67px 30px 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
}

.success-page-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  text-align: left;
}

.logo-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -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: 100%;
}

.success-message {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 30px;
  background-color: #45b649;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.error-message {
  border-radius: 30px;
  background-color: #f63d14;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.logo-center {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.brand-logo {
  margin-left: 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-logo.no-left-margin {
  margin-left: 0px;
}

.banner-five {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/yellow-shape.svg'), linear-gradient(68deg, #fff, #007bc2);
  background-position: 100% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.testimonails-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  min-height: 425px;
  margin-left: -1px;
  padding: 30px 34px 0px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e2d8d8;
  background-color: #fff;
}

.testimonials-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -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;
}

.happy-image {
  z-index: 3;
  width: 600px;
  margin-top: 10px;
}

.blog-post-wrapper {
  position: relative;
  z-index: 2;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 90px;
  background-color: #fff;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.05);
}

.blog-post-photo {
  margin-top: 40px;
}

.flex-with-meta {
  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;
}

.navbar {
  opacity: 1;
}

.div-block-2 {
  padding-top: 20px;
}

.body {
  padding-bottom: 0px;
}

.text-block-5 {
  float: none;
  text-align: center;
}

.text-block-5.paragraph-about-us {
  display: block;
  width: 75%;
  min-height: auto;
  min-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 0px;
  float: none;
  clear: none;
  border-top: 5px solid #fff;
  direction: ltr;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.text-block-5.paragraph-terms {
  margin-top: 35px;
  text-align: left;
}

.text-block-5.paragraph-data-services-copy {
  display: block;
  width: 100%;
  min-height: auto;
  min-width: 400px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  padding-top: 6px;
  padding-left: 0px;
  float: left;
  clear: none;
  border-top: 5px solid #fff;
  background-color: transparent;
  direction: ltr;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

.banner---about-us {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-right: 30px;
  padding-left: 30px;
  -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: #dc5df7;
  background-image: url('../images/shape-2.svg'), url('../images/shape_2.svg'), url('../images/shape-2_1.svg'), linear-gradient(59deg, #472efc 17%, #dc5df7);
  background-position: 100% 50%, 100% 50%, 50% 100%, 0px 0px;
  background-size: cover, contain, contain, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.banner---about-us.sub {
  z-index: 2;
  overflow: visible;
  min-height: 550px;
}

.banner---about-us.sub.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  margin-top: 0px;
  padding-top: 0px;
  border: 1px none #000;
  background-color: #d7dde2;
  background-image: linear-gradient(68deg, #c8d4e4, #007bc2), url('../images/shape-2.svg'), url('../images/shape_2.svg'), url('../images/shape-4.svg');
  background-position: 0px 0px, 100% 50%, 100% 50%, 50% 100%;
  background-size: auto, cover, contain, contain;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
}

.screenshot {
  max-width: 100%;
  border-style: solid;
  border-width: 12px;
  border-color: #cacaca;
  border-radius: 15px;
}

.screenshot.last {
  max-width: 97%;
}

.footer-text {
  margin-top: 75px;
  border: 1px none #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.body-2 {
  padding-bottom: 0px;
}

.paragraph-2 {
  margin-bottom: 0px;
}

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

.body-3 {
  padding-bottom: 0px;
}

.div-block-3 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3.contact-us-address {
  margin-top: 55px;
  font-size: 14px;
}

.paragraph-3 {
  margin-top: 25px;
  text-align: center;
}

.paragraph-3.contact-us {
  margin-top: 0px;
  font-size: 15px;
  font-weight: 700;
}

.div-block-4 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.leadership {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 0px 0px 30px;
  padding-top: 0px;
  border: 1px none #000;
  border-radius: 0px;
  color: #000;
  text-align: left;
}

.leadership.top-row {
  width: 75%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-top: 5px none #fffdfd;
}

.leadership-names {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.bio-pic {
  position: static;
  top: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.name-title {
  margin-top: 0px;
}

.leadership-container {
  margin-top: 0px;
  background-color: transparent;
}

.success-paragraph {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.heading-quant {
  margin-top: 25px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  text-align: left;
}

.heading-2-quant {
  width: 100%;
  margin-top: 45px;
  color: #fff;
  text-align: left;
}

.data-services-container {
  width: 100%;
  text-align: center;
}

.link-4-quant {
  color: #0041e5;
  font-style: normal;
}

.paragraph-4-data-services {
  position: static;
  display: block;
  width: 95%;
  margin-right: 0px;
  padding-top: 6px;
  float: none;
  border-top: 5px solid #fafbfc;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

.image-2-quant {
  position: static;
  margin: -31px 10px 0px 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: center;
}

.paragraph-5-data-service {
  padding-top: 6px;
  border-top: 5px solid #fafbfc;
  font-family: Montserrat, sans-serif;
  color: #fafbfc;
  font-size: 14px;
  line-height: 30px;
}

.columns {
  margin-top: 45px;
}

.paragraph-4-qual-page {
  position: static;
  display: block;
  width: 100%;
  margin-top: 45px;
  margin-right: 0px;
  padding-top: 6px;
  float: left;
  border-top: 5px solid #fafbfc;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

.heading-4-qual {
  margin-top: 40px;
  margin-bottom: 0px;
  float: none;
  text-align: left;
}

.text-span {
  text-decoration: underline;
}

.text-span-2 {
  text-decoration: underline;
}

.ex-qual-review-text {
  display: block;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  text-align: center;
}

.link {
  display: inline;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0px;
  }
  .banner {
    min-height: 1100px;
  }
  .banner.sub {
    min-height: 400px;
  }
  .navigation {
    position: absolute;
  }
  .dropdown-link.no-bottom-line {
    border-bottom-color: #ebecf0;
  }
  .nav-menu {
    display: block;
    margin-right: 0px;
    padding: 15px 20px;
    border-top: 1px solid rgba(33, 36, 45, 0.1);
    border-bottom: 1px solid rgba(33, 36, 45, 0.1);
    background-color: #000;
  }
  .nav-menu.white {
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .container.in-sub {
    margin-top: 0px;
  }
  .container.negative-margin {
    margin-top: -100px;
  }
  .dropdown-column {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .hamburger-line.white {
    background-color: #fff;
  }
  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
  }
  .dropdown-list.w--open {
    min-width: auto;
    padding-top: 0px;
  }
  .button.sign-in {
    width: 70%;
    margin: 10px auto;
  }
  .button.sign-in.request {
    margin-left: auto;
  }
  .button.sign-in.request.w--current {
    width: 70%;
    margin-left: auto;
  }
  .dropdown-mega-menu {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom-style: none;
  }
  .dropdown-mega-menu.no-padding {
    border-bottom-style: none;
  }
  .section {
    padding-top: 20px;
  }
  .dropdown-top-arrow.second {
    left: 2%;
  }
  .flex-row.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .banner-title {
    font-size: 35px;
    line-height: 40px;
  }
  .shape-1 {
    right: 3%;
  }
  .shape-1.smaller-1 {
    left: -10%;
    top: 45.5%;
  }
  .shape-2.gray {
    top: 7%;
  }
  .relativ-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-left: 0px;
  }
  .relativ-div.no-margin {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .left-padding {
    padding-right: 0px;
  }
  .left-padding.no.other-part {
    padding-left: 0px;
  }
  .footer {
    position: relative;
    padding-top: 45px;
    padding-bottom: 161px;
  }
  .utility-page-wrap {
    height: 800px;
  }
  .faq-main-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-form {
    max-width: 100%;
  }
  .success-page-text {
    -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;
  }
  .banner-five {
    min-height: 600px;
  }
  .testimonails-column {
    width: 100%;
    min-height: 300px;
    margin-bottom: -1px;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ebecf0;
  }
  .testimonails-column.bottom {
    top: 0px;
  }
  .testimonials-flex-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .happy-image {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .blog-post-wrapper {
    width: 100%;
    padding: 32px 20px;
  }
  .blog-title-post {
    font-size: 26px;
  }
  .banner---about-us {
    min-height: 1100px;
  }
  .banner---about-us.sub {
    min-height: 400px;
  }
  .screenshot {
    margin-bottom: 30px;
  }
  .leadership.top-row {
    min-height: 200px;
  }
  .leadership-names {
    line-height: 36px;
  }
  .name-title {
    line-height: 36px;
  }
  .column-4 {
    line-height: 20px;
  }
  .column-5 {
    margin-top: 0px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    min-height: 950px;
  }
  .navigation {
    min-height: 60px;
  }
  .nav-menu {
    margin-right: 0px;
    background-color: #000;
  }
  .container {
    text-align: center;
  }
  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .brand {
    padding-left: 0px;
  }
  .button.sign-in {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  .button.sign-in.request.w--current {
    margin-top: 20px;
    margin-left: auto;
  }
  .button.leadership-button {
    margin-top: 0px;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .flex-row.vertical {
    display: block;
    background-color: #eee;
  }
  .flex-row.vertical._2nd-row {
    display: block;
    padding-bottom: 10px;
  }
  .flex-row.vertical._3rd-row {
    display: block;
    padding-top: 10px;
  }
  .flex-row.vertical.lead {
    margin-top: 116px;
    background-color: transparent;
  }
  .banner-title {
    margin-bottom: 0px;
  }
  .paragraph-bigger {
    margin-bottom: 0px;
  }
  .introducing-text.with-color.left-column {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .top-title.left-half {
    margin-bottom: 0px;
  }
  .top-title-text {
    font-size: 32px;
    line-height: 35px;
  }
  .top-title-text.smaller._2nd-row {
    margin-bottom: 10px;
    text-align: left;
  }
  .features-title {
    margin-right: auto;
    margin-left: auto;
  }
  .left-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-text {
    text-align: left;
  }
  .paragraph-text.left-column {
    text-align: left;
  }
  .paragraph-text.hp-mobile {
    text-align: left;
  }
  .quote-icon.second {
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .footer {
    min-height: auto;
    padding-bottom: 120px;
  }
  .footer-column-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-column {
    padding-right: 0px;
    border-right-color: transparent;
  }
  .footer-column.no-line {
    margin-top: 30px;
    padding-left: 0px;
  }
  .footer-column.add-left-padding {
    margin-top: 30px;
    padding-left: 0px;
  }
  .nav-link-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link-footer {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .blog-wrapper {
    margin-bottom: 30px;
  }
  .utility-page-wrap {
    height: 600px;
  }
  .with-margin {
    margin-bottom: 30px;
  }
  .blog-post-wrapper {
    width: 100%;
  }
  .blog-title-post {
    font-size: 22px;
    line-height: 30px;
  }
  .div-block-2 {
    margin-bottom: 15px;
    padding-top: 0px;
  }
  .banner---about-us {
    min-height: 950px;
  }
  .screenshot {
    margin-bottom: 0px;
    clear: none;
  }
  .link-block.learn-more-mobile {
    margin-right: auto;
    margin-left: auto;
  }
  .leadership.top-row {
    display: block;
  }
  .leadership-names {
    font-size: 18px;
  }
  .column-2 {
    padding-top: 10px;
  }
  .paragraph-4-data-services {
    width: 100%;
    margin-right: 0px;
  }
  .image-2-quant {
    display: none;
  }
  .paragraph-5-data-service {
    text-align: left;
  }
  .image-3-quant {
    display: none;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-4-qual-page {
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    min-height: 750px;
    padding-right: 10px;
    padding-left: 10px;
    background-size: cover, cover, contain, auto;
  }
  .banner.sub {
    min-height: 350px;
  }
  .nav-menu {
    background-color: #000;
  }
  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .button.sign-in {
    margin-right: 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;
  }
  .button.sign-in.request.w--current {
    margin-top: 10px;
    margin-left: auto;
  }
  .button.about-us {
    width: 80%;
  }
  .section {
    padding: 100px 15px;
  }
  .banner-title {
    font-size: 28px;
  }
  .introducing-text.with-color {
    font-size: 9px;
  }
  .shape-1.smaller-1 {
    top: 64.5%;
  }
  .shape-2 {
    display: none;
  }
  .top-title {
    margin-bottom: 50px;
  }
  .top-title-text {
    font-size: 28px;
  }
  .top-title-text.smaller {
    font-size: 28px;
    line-height: 35px;
    text-align: left;
  }
  .margin-page {
    margin-top: 60px;
  }
  .paragraph-text {
    text-align: left;
  }
  .paragraph-text.hp-mobile {
    text-align: left;
  }
  .footer {
    padding-bottom: 159px;
  }
  .blog-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .subscribe-field {
    min-height: 63px;
  }
  .subscribe-field.text {
    width: 100%;
  }
  .utility-page-wrap {
    height: 500px;
  }
  .utility-page-content {
    width: 260px;
  }
  .form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .brand-logo {
    margin-left: 15px;
    font-size: 16px;
  }
  .banner-five {
    min-height: 800px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .happy-image {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .blog-post-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-2 {
    padding-top: 0px;
  }
  .text-block-5.paragraph-about-us {
    min-width: 275px;
  }
  .text-block-5.paragraph-data-services-copy {
    min-width: 275px;
  }
  .banner---about-us {
    min-height: 750px;
    padding-right: 10px;
    padding-left: 10px;
    background-size: cover, cover, contain, auto;
  }
  .banner---about-us.sub {
    min-height: 350px;
  }
  .leadership {
    min-height: 100px;
  }
  .leadership-names {
    line-height: 26px;
  }
  .name-title {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 0px;
  }
  .column-4 {
    line-height: 0px;
  }
  .success-paragraph {
    width: auto;
  }
}

